Updated language translations.

This commit is contained in:
Greyson Parrelli
2022-11-24 22:35:30 -05:00
parent ba68d795af
commit 95ac9628fb
63 changed files with 695 additions and 695 deletions

View File

@@ -480,9 +480,9 @@
<!-- 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>
<string name="ConversationListFragment__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>
<string name="ConversationListFragment__no_unread_chats">沒有未讀聊天訊息</string>
<plurals name="ConversationListFragment_delete_selected_conversations">
<item quantity="other">刪除已選對話?</item>
</plurals>
@@ -3115,7 +3115,7 @@
<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>
<string name="text_secure_normal__filter_unread_chats">篩選未讀聊天訊息</string>
<!-- verify_display_fragment -->
<string name="verify_display_fragment_context_menu__copy_to_clipboard">複製到剪貼簿</string>
@@ -3927,7 +3927,7 @@
<!-- 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>
<string name="SmsSettingsFragment__export_sms_messages_again">重新匯出短訊</string>
<!-- Preference title to delete sms -->
<string name="SmsSettingsFragment__remove_sms_messages">移除簡訊</string>
<!-- Snackbar text to confirm deletion -->
@@ -3937,7 +3937,7 @@
<!-- 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>
<string name="SmsSettingsFragment__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. -->
@@ -5325,9 +5325,9 @@
<!-- Action button to cancel re-export process -->
<string name="ReExportSmsMessagesDialogFragment__cancel">取消</string>
<!-- Title of dialog -->
<string name="ReExportSmsMessagesDialogFragment__export_sms_again">Export SMS again?</string>
<string name="ReExportSmsMessagesDialogFragment__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>
<string name="ReExportSmsMessagesDialogFragment__you_already_exported_your_sms_messages">你已完成匯出短訊。\n注意如繼續操作你可能會收到重複的訊息。</string>
<!-- SetSignalAsDefaultSmsAppFragment -->
<!-- Title of the screen -->
@@ -5476,13 +5476,13 @@
<!-- GroupStoryEducationSheet -->
<!-- Displayed as the title of the education bottom sheet -->
<string name="GroupStoryEducationSheet__introducing_group_stories">Introducing: Group Stories</string>
<string name="GroupStoryEducationSheet__introducing_group_stories">隆重推出:群組限時動態</string>
<!-- Line item on the sheet explaining group stories -->
<string name="GroupStoryEducationSheet__share_story_updates_to">Share story updates to a group chat you\'re already in.</string>
<string name="GroupStoryEducationSheet__share_story_updates_to">在你加入的群組聊天分享限時動態更新。</string>
<!-- Line item on the sheet explaining that anyone in the group can share to group stories -->
<string name="GroupStoryEducationSheet__anyone_in_the_group">Anyone in the group chat can add to the story.</string>
<string name="GroupStoryEducationSheet__anyone_in_the_group">群組聊天的所有成員都可以新增限時動態。</string>
<!-- Line item on the sheet explaining that anyone in the group can view replies -->
<string name="GroupStoryEducationSheet__all_group_chat_members">All group chat members can view story replies.</string>
<string name="GroupStoryEducationSheet__all_group_chat_members">群組聊天的所有成員都可以瀏覽限時動態回覆。</string>
<!-- Button label to dismiss sheet -->
<string name="GroupStoryEducationSheet__next">下一步</string>