Updated language translations.

This commit is contained in:
Alex Hart
2022-11-16 15:10:26 -04:00
parent 159f319d77
commit 026aaac451
65 changed files with 1842 additions and 87 deletions

View File

@@ -479,7 +479,10 @@
<string name="ConversationFragment__cancel">取消</string>
<!-- Message shown after successfully blocking join requests for a user -->
<string name="ConversationFragment__blocked">已封鎖</string>
<!-- Label for a button displayed in conversation list to clear the chat filter -->
<string name="ConversationListFragment__clear_filter">Clear filter</string>
<!-- Notice on chat list when no unread chats are available, centered on display -->
<string name="ConversationListFragment__no_unread_chats">No unread chats</string>
<plurals name="ConversationListFragment_delete_selected_conversations">
<item quantity="other">刪除已選對話?</item>
</plurals>
@@ -551,6 +554,12 @@
<!-- CreateGroupActivity -->
<string name="CreateGroupActivity__select_members">選擇成員</string>
<!-- ConversationListFilterPullView -->
<!-- Note in revealable view before fully revealed -->
<string name="ConversationListFilterPullView__pull_down_to_filter">Pull down to filter</string>
<!-- Note in revealable view after fully revealed -->
<string name="ConversationListFilterPullView__release_to_filter">Release to filter</string>
<!-- CreateProfileActivity -->
<string name="CreateProfileActivity__profile">個人資訊</string>
<string name="CreateProfileActivity_error_setting_profile_photo">頭像照片設定出現錯誤</string>
@@ -3105,6 +3114,8 @@
<string name="text_secure_normal__menu_clear_passphrase">鎖定</string>
<string name="text_secure_normal__mark_all_as_read">全部標示為已讀</string>
<string name="text_secure_normal__invite_friends">邀請好友</string>
<!-- Overflow menu entry to filter unread chats -->
<string name="text_secure_normal__filter_unread_chats">Filter unread chats</string>
<!-- verify_display_fragment -->
<string name="verify_display_fragment_context_menu__copy_to_clipboard">複製到剪貼簿</string>
@@ -3915,6 +3926,8 @@
<string name="SmsSettingsFragment__use_as_default_sms_app">設定為預設簡訊應用程式</string>
<!-- Preference title to export sms -->
<string name="SmsSettingsFragment__export_sms_messages">匯出簡訊</string>
<!-- Preference title to re-export sms -->
<string name="SmsSettingsFragment__export_sms_messages_again">Export SMS messages again</string>
<!-- Preference title to delete sms -->
<string name="SmsSettingsFragment__remove_sms_messages">移除簡訊</string>
<!-- Snackbar text to confirm deletion -->
@@ -3923,6 +3936,8 @@
<string name="SmsSettingsFragment__you_can_remove_sms_messages_from_signal_in_settings">你隨時可以在「設定」中移除 Signal 內的短訊。</string>
<!-- Description for export sms preference -->
<string name="SmsSettingsFragment__you_can_export_your_sms_messages_to_your_phones_sms_database">你可以將短訊匯出至手機的短訊資料庫</string>
<!-- Description for re-export sms preference -->
<string name="SmsSettingsFragment__exporting_again_can_result_in_duplicate_messages">Exporting again can result in duplicate messages.</string>
<!-- Description for remove sms preference -->
<string name="SmsSettingsFragment__remove_sms_messages_from_signal_to_clear_up_storage_space">從 Signal 移除短訊以清空儲存空間</string>
<!-- Information message shown at the top of sms settings to indicate it is being removed soon. -->
@@ -5304,6 +5319,16 @@
<!-- Message of dialog -->
<string name="RemoveSmsMessagesDialogFragment__you_can_now_remove_sms_messages_from_signal">你現在可以從 Signal 中移除短訊,以騰出儲存空間。移除後,你仍可在其他短訊應用程式內找到該短訊紀錄。</string>
<!-- ReExportSmsMessagesDialogFragment -->
<!-- Action button to re-export messages -->
<string name="ReExportSmsMessagesDialogFragment__continue">Continue</string>
<!-- Action button to cancel re-export process -->
<string name="ReExportSmsMessagesDialogFragment__cancel">Cancel</string>
<!-- Title of dialog -->
<string name="ReExportSmsMessagesDialogFragment__export_sms_again">Export SMS again?</string>
<!-- Message of dialog -->
<string name="ReExportSmsMessagesDialogFragment__you_already_exported_your_sms_messages">You already exported your SMS messages.\nWARNING: If you continue, you may end up with duplicate messages.</string>
<!-- SetSignalAsDefaultSmsAppFragment -->
<!-- Title of the screen -->
<string name="SetSignalAsDefaultSmsAppFragment__set_signal_as_the_default_sms_app">將 Signal 設定為預設短訊應用程式</string>
@@ -5406,6 +5431,8 @@
</plurals>
<!-- Button label for paying with a credit card -->
<string name="GatewaySelectorBottomSheet__credit_or_debit_card">信用卡或簽帳金融卡</string>
<!-- Sheet summary when giving a gift -->
<string name="GatewaySelectorBottomSheet__send_a_gift_badge">Send a gift badge</string>
<!-- StripePaymentInProgressFragment -->
<string name="StripePaymentInProgressFragment__cancelling">正在取消…</string>