Updated language translations.

This commit is contained in:
Nicholas Tinsley
2023-02-02 17:55:12 -05:00
parent 7c716e5525
commit 1c38ab18b8
65 changed files with 2081 additions and 196 deletions

View File

@@ -640,9 +640,12 @@
<string name="ScheduleMessageTimePickerBottomSheet__dialog_title">設定傳送時間</string>
<!-- Text for confirmation button when scheduling messages that allows the user to confirm and schedule the sending time -->
<string name="ScheduleMessageTimePickerBottomSheet__schedule_send">排定傳送時間</string>
<!-- Disclaimer in message scheduling dialog. %1$s replaced with a GMT offset (e.g. GMT-05:00), and %2$s is replaced with the time zone name (e.g. Eastern Standard Time) -->
<string name="ScheduleMessageTimePickerBottomSheet__timezone_disclaimer">所有時間均為%2$s (%1$s)</string>
<!-- Warning dialog message text shown when select time for scheduled send is in the past resulting in an immediate send if scheduled. -->
<string name="ScheduleMessageTimePickerBottomSheet__select_time_in_past_dialog_warning">Selected time is in the past. This will send the message immediately.</string>
<!-- Positive button text for warning dialog shown when scheduled send is in the past -->
<string name="ScheduleMessageTimePickerBottomSheet__select_time_in_past_dialog_positive_button">Send immediately</string>
<!-- Context menu option to send a scheduled message now -->
<string name="ScheduledMessagesBottomSheet_menu_send_now">立即傳送</string>
@@ -3080,6 +3083,8 @@
<string name="text_secure_normal__invite_friends">邀請好友</string>
<!-- Overflow menu entry to filter unread chats -->
<string name="text_secure_normal__filter_unread_chats">篩選未讀聊天訊息</string>
<!-- Overflow menu entry to disable unread chats filter -->
<string name="text_secure_normal__clear_unread_filter">Clear unread filter</string>
<!-- verify_display_fragment -->
<string name="verify_display_fragment_context_menu__copy_to_clipboard">複製到剪貼簿</string>
@@ -4749,6 +4754,8 @@
<string name="StoryReplyComposer__react_to_this_story">對此限時動態表達心情</string>
<!-- Displayed when the user is replying privately to someone who replied to one of their stories -->
<string name="StoryReplyComposer__replying_privately_to_s">正在私下回覆 %1$s</string>
<!-- Displayed when the user is replying privately to someone who replied to one of their stories -->
<string name="StoryReplyComposer__reply_to_s">Reply to %1$s</string>
<!-- Context menu item to privately reply to a story response -->
<!-- Context menu item to copy a story response -->
<string name="StoryGroupReplyItem__copy">複製</string>
@@ -5410,8 +5417,6 @@
<string name="GroupStoryEducationSheet__next">下一步</string>
<string name="Registration_country_code_entry_hint">+0</string>
<!-- EOF -->
<!-- PaypalCompleteOrderBottomSheet -->
<string name="PaypalCompleteOrderBottomSheet__donate">贊助</string>
<string name="PaypalCompleteOrderBottomSheet__payment">付款</string>
@@ -5437,6 +5442,16 @@
<!-- Button label on sms removal info/megaphone to start the export SMS flow -->
<string name="SmsRemoval_export_sms">匯出短訊</string>
<!-- Set up your username megaphone -->
<!-- Displayed as a title on a megaphone which prompts user to set up a username -->
<string name="SetUpYourUsername__set_up_your_signal_username">Set up your Signal username</string>
<!-- Displayed as a description on a megaphone which prompts user to set up a username -->
<string name="SetUpYourUsername__usernames_let_others">Usernames let others message you without needing your phone number</string>
<!-- Displayed as an action on a megaphone which prompts user to set up a username -->
<string name="SetUpYourUsername__not_now">Not now</string>
<!-- Displayed as an action on a megaphone which prompts user to set up a username -->
<string name="SetUpYourUsername__continue">Continue</string>
<!-- Text Formatting -->
<!-- Popup menu label for applying bold style -->
<string name="TextFormatting_bold">粗體</string>
@@ -5446,4 +5461,18 @@
<string name="TextFormatting_strikethrough">刪除線</string>
<!-- Popup menu label for applying monospace font style -->
<string name="TextFormatting_monospace">等寬</string>
<!-- UsernameEducationFragment -->
<!-- Continue button which takes the user to the add a username screen -->
<string name="UsernameEducationFragment__continue">Continue</string>
<!-- Displayed as a title on the username education screen -->
<string name="UsernameEducationFragment__set_up_your_signal_username">Set up your Signal username</string>
<!-- Username edit dialog -->
<!-- Option to open username editor displayed as a list item in a dialog -->
<string name="UsernameEditDialog__edit_username">Edit username</string>
<!-- Option to delete username displayed as a list item in a dialog -->
<string name="UsernameEditDialog__delete_username">Delete username</string>
<!-- EOF -->
</resources>