Update translations and other static files.

This commit is contained in:
Greyson Parrelli
2024-04-30 16:41:02 -04:00
parent 8c81e47737
commit ced4ece5b8
68 changed files with 5621 additions and 521 deletions

View File

@@ -89,6 +89,16 @@
<string name="AttachmentManager_signal_requires_the_external_storage_permission_in_order_to_attach_photos_videos_or_audio">Signal 需要儲存的權限,以存取照片、影片或聲音檔。但是現在被設定為永久拒絕存取。請到應用程式設定中,選擇「權限」及開啟「儲存」。</string>
<string name="AttachmentManager_signal_requires_contacts_permission_in_order_to_attach_contact_information">Signal 需要聯絡人的權限以存取聯絡人資訊,但是現在被設定為永久拒絕存取。請到應用程式設定中,選取「權限」,並啟用「聯絡人」的權限。</string>
<string name="AttachmentManager_signal_requires_location_information_in_order_to_attach_a_location">Signal 需要位置的權限以存取位置資訊,但是現在被設定為永久拒絕存取。請到應用程式設定中,選取「權限」,並啟用「位置」的權限。</string>
<!-- Dialog title asking users for location permission -->
<string name="AttachmentManager_signal_allow_access_location">Allow access to your location</string>
<!-- Dialog description that will explain the steps needed to give location permission -->
<string name="AttachmentManager_signal_to_send_location">To send your location:</string>
<!-- Alert dialog description asking for location permission -->
<string name="AttachmentManager_signal_allow_signal_access_location">Allow Signal access to send your location.</string>
<!-- Toast text explaining Signal\'s need for location access -->
<string name="AttachmentManager_signal_needs_location_access">Signal needs location access to send your location.</string>
<!-- Alert dialog title to show the recipient has not activated payments -->
<string name="AttachmentManager__not_activated_payments">%1$s 尚未啟動付款 </string>
<!-- Alert dialog description to send the recipient a request to activate payments -->
@@ -383,8 +393,16 @@
<string name="ConversationActivity_your_request_to_join_has_been_sent_to_the_group_admin">你的加入要求已傳送到群組管理員。 他們採取行動時會通知你。</string>
<string name="ConversationActivity_cancel_request">取消要求</string>
<!-- Removed by excludeNonTranslatables <string name="ConversationActivity_to_send_audio_messages_allow_signal_access_to_your_microphone">若要傳送語音訊息,請允許 Signal 使用您的麥克風</string> -->
<!-- Dialog title asking users for microphone permission -->
<string name="ConversationActivity_allow_access_microphone">Allow access to your microphone</string>
<!-- Dialog description that will explain the steps needed to give microphone permissions -->
<string name="ConversationActivity_signal_to_send_audio_messages">To send audio messages:</string>
<!-- Alert dialog description asking for microphone permission in order to send voice messages -->
<string name="ConversationActivity_to_send_voice_messages_allow_signal_access_to_your_microphone">To send voice messages, allow Signal access to your microphone.</string>
<!-- Toast text explaining Signal\'s need for microphone access -->
<string name="ConversationActivity_signal_needs_microphone_access_voice_message">Signal needs microphone access to record a voice message.</string>
<string name="ConversationActivity_signal_requires_the_microphone_permission_in_order_to_send_audio_messages">Signal 需要麥克風的權限來傳送語音訊息,但是現在系統設定為總是拒絕 Signal。請到 Signal 的應用程式設定中,點選「權限」,並啟用「麥克風」的權限。</string>
<string name="ConversationActivity_signal_needs_the_microphone_and_camera_permissions_in_order_to_call_s">Signal 需要麥克風和相機的權限來打電話給 %1$s但是現在系統設定為總是拒絕 Signal。請到 Signal 的應用程式設定中,點選「權限」,並啟用麥克風和相機的權限。</string>
<string name="ConversationActivity_to_capture_photos_and_video_allow_signal_access_to_the_camera">請授予 Signal 使用相機的權限,才能拍攝照片和影片</string>
<string name="ConversationActivity_signal_needs_the_camera_permission_to_take_photos_or_video">Signal 需要相機的權限來拍攝照片或是影片 ,但是現在系統設定為總是拒絕 Signal。請到 Signal 的應用程式設定中,點選「權限」,並啟用相機的權限。</string>
@@ -408,7 +426,13 @@
<string name="ConversationActivity_you_will_leave_this_group_and_it_will_be_deleted_from_all_of_your_devices">你將離開此群組,及它將從你所有的裝置上被刪除。</string>
<string name="ConversationActivity_delete">刪除</string>
<string name="ConversationActivity_delete_and_leave">刪除並離開</string>
<!-- Removed by excludeNonTranslatables <string name="ConversationActivity__to_call_s_signal_needs_access_to_your_microphone">如要與 %1$s 通話Signal 需要存取你的麥克風</string> -->
<!-- Dialog description that will explain the steps needed to give microphone permissions for a voice call -->
<string name="ConversationActivity__to_start_call">To start a call:</string>
<!-- Alert dialog description asking for microphone permission in order to start a voice call -->
<string name="ConversationActivity__to_call_signal_needs_access_to_your_microphone">To start a call, allow Signal access to your microphone.</string>
<!-- Toast text explaining Signal\'s need for microphone access for a voice call -->
<string name="ConversationActivity_signal_needs_microphone_access_voice_call">Signal needs microphone access to start a call.</string>
<string name="ConversationActivity_join">加入</string>
@@ -3337,6 +3361,14 @@
<!-- Storage permission row description -->
<string name="GrantPermissionsFragment__send_photos_videos_and_files">從你的裝置發送照片、影片和檔案。</string>
<!-- PermissionDeniedBottomSheet -->
<!-- Sheet describing step 1 on how to give permissions by opening settings -->
<string name="PermissionDeniedBottomSheet__1_tap_settings_below">1. Tap “Settings” below</string>
<!-- Sheet describing step 2 on how to give permissions by checking the permissions button in settings where %s will be replaced with an image of a checked button -->
<string name="PermissionDeniedBottomSheet__2_allow_permission">2. %1$s Allow the permission</string>
<!-- Label for button at the bottom of the sheet which opens the system permission settings -->
<string name="PermissionDeniedBottomSheet__settings">Settings</string>
<!-- PaymentsSecuritySetupFragment -->
<!-- Toolbar title -->
<string name="PaymentsSecuritySetupFragment__security_setup">安全設定</string>
@@ -3589,6 +3621,14 @@
<string name="conversation_group_options__conversation">聊天</string>
<string name="conversation_group_options__broadcast">訊息廣播</string>
<!-- DoubleTapEditEducationSheet -->
<!-- Displayed as the title of the education bottom sheet -->
<string name="DoubleTapEditEducationSheet__double_tap_edit_title">Double tap to edit</string>
<!-- Text on the sheet explaining how double tapping on a message will let them edit it -->
<string name="DoubleTapEditEducationSheet__quickly_tap_twice">Quickly tap twice on your messages to edit them. You can edit your messages up to 24hrs after theyve been sent.</string>
<!-- Button label to dismiss sheet -->
<string name="DoubleTapEditEducationSheet__got_it">Got it</string>
<!-- text_secure_normal -->
<string name="text_secure_normal__menu_new_group">新增群組</string>
<string name="text_secure_normal__menu_settings">設定</string>
@@ -4078,8 +4118,14 @@
<string name="ReviewCardDialogFragment__review_members">審查成員</string>
<!-- Title of a screen where the user will be prompted to review a message request matching the name of someone they already know -->
<string name="ReviewCardDialogFragment__review_request">檢查要求</string>
<string name="ReviewCardDialogFragment__d_group_members_have_the_same_name">%1$d 個群組成員的名字相同,請查看以下成員並選擇採取措施。</string>
<string name="ReviewCardDialogFragment__if_youre_not_sure">如果你不確定請求來自誰,請查看下面的聯絡人並採取措施。</string>
<!-- Message of a screen where the user will be prompted to review a message request matching the name of someone they already know -->
<plurals name="ReviewCardDialogFragment__d_group_members_have_the_same_name">
<item quantity="other">%1$d group members have the same name, review the members below and choose to take action.</item>
</plurals>
<!-- Message of a screen where the user will be prompted to review a message request matching the name of someone they already know -->
<plurals name="ReviewCardDialogFragment__if_youre_not_sure">
<item quantity="other">If you\'re not sure who the request is from, review the contacts below and take action.</item>
</plurals>
<string name="ReviewCardDialogFragment__no_other_groups_in_common">沒有其他共同的群組。</string>
<string name="ReviewCardDialogFragment__no_groups_in_common">沒有共同的群組。</string>
<plurals name="ReviewCardDialogFragment__d_other_groups_in_common">
@@ -4108,12 +4154,18 @@
<string name="CallParticipantsListUpdatePopupWindow__s_joined">%1$s 已加入</string>
<string name="CallParticipantsListUpdatePopupWindow__s_and_s_joined">%1$s 和 %2$s 已加入</string>
<string name="CallParticipantsListUpdatePopupWindow__s_s_and_s_joined">%1$s, %2$s 和 %3$s已加入</string>
<string name="CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined">%1$s, %2$s 和 %3$d 及其他人已加入</string>
<!-- Toast message shown in group call when 3 or more people join -->
<plurals name="CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined">
<item quantity="other">%1$s, %2$s and %3$d others joined</item>
</plurals>
<!-- Toast/popup text shown when someone leaves a group call -->
<string name="CallParticipantsListUpdatePopupWindow__s_left">%1$s 離開了</string>
<string name="CallParticipantsListUpdatePopupWindow__s_and_s_left">%1$s 和 %2$s 已離開</string>
<string name="CallParticipantsListUpdatePopupWindow__s_s_and_s_left">%1$s, %2$s 和 %3$s 已離開</string>
<string name="CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left">%1$s, %2$s 和 %3$d 及其他人已離開</string>
<!-- Toast message shown in group call when 3 or more people leave -->
<plurals name="CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left">
<item quantity="other">%1$s, %2$s and %3$d others left</item>
</plurals>
<string name="CallParticipant__you"></string>
<string name="CallParticipant__you_on_another_device">你 (在其他的裝置上)</string>
@@ -4481,7 +4533,10 @@
<!-- PrivacySettingsFragment -->
<string name="PrivacySettingsFragment__blocked">已封鎖</string>
<string name="PrivacySettingsFragment__d_contacts">%1$d 個聯絡人</string>
<!-- Settings label that shows the number blocked contacts -->
<plurals name="PrivacySettingsFragment__d_contacts">
<item quantity="other">%1$d contacts</item>
</plurals>
<string name="PrivacySettingsFragment__messaging">傳訊</string>
<string name="PrivacySettingsFragment__disappearing_messages">自動銷毀訊息</string>
<string name="PrivacySettingsFragment__app_security">應用程式安全性</string>
@@ -6602,5 +6657,20 @@
<!-- Notification title shown while downloading backup restore data -->
<string name="BackupProgressService_title_downloading">正在下載備份資料…</string>
<!-- BackupsTypeSettingsFragment -->
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__credit_or_debit_card">Credit or debit card</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__iDEAL">iDEAL</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__google_pay">Google Pay</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__bank_transfer">Bank transfer</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__paypal">PayPal</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__unknown">Unknown</string>
<!-- EOF -->
</resources>