Update translations and other static files.

This commit is contained in:
Clark Chen
2024-02-09 19:28:27 -05:00
parent 88d6c91517
commit 5626fb74ae
68 changed files with 8517 additions and 797 deletions

View File

@@ -179,7 +179,18 @@
<string name="BlockUnblockDialog_unblock_s">解除封鎖%1$s嗎</string>
<string name="BlockUnblockDialog_block">封鎖</string>
<string name="BlockUnblockDialog_block_and_leave">封鎖並離開</string>
<string name="BlockUnblockDialog_report_spam_and_block">檢舉垃圾訊息並封鎖</string>
<!-- Dialog button label to report as spam and block the person -->
<string name="BlockUnblockDialog_report_spam_and_block">Report and block</string>
<!-- Dialog title for reporting spam -->
<string name="BlockUnblockDialog_report_spam_title">Report spam?</string>
<!-- Dialog button to report as spam only -->
<string name="BlockUnblockDialog_report_spam">Report spam</string>
<!-- Dialog message when reporting spam of an individual (1:1 conversation) -->
<string name="BlockUnblockDialog_report_spam_description">Signal will be notified that this person may be sending spam. Signal cant see the content of any chats.</string>
<!-- Dialog message when reporting spam of a group and we can determine the group member that invited you, placeholder is a name -->
<string name="BlockUnblockDialog_report_spam_group_named_adder">Signal will be notified that %1$s, who invited you to this group, may be sending spam. Signal cant see the content of any chats.</string>
<!-- Dialog message when reporting spam of a group and we cannot determine the group member that invited you -->
<string name="BlockUnblockDialog_report_spam_group_unknown_adder">Signal will be notified that the person who invited you to this group may be sending spam. Signal cant see the content of any chats.</string>
<!-- BucketedThreadMedia -->
<string name="BucketedThreadMedia_Today">今天</string>
@@ -501,6 +512,55 @@
<string name="ConversationFragment__content_description_launch_signal_button">開啟 Signal</string>
<!-- Dialog title shown when more than one contact in a group conversation is no longer verified -->
<string name="ConversationFragment__no_longer_verified">已無驗證</string>
<!-- Button shown in conversation header when in a message request state and no groups in common to show new message safety tips -->
<string name="ConversationFragment_safety_tips">Safety tips</string>
<!-- Menu option to report spam in a conversation -->
<string name="ConversationFragment_report_spam">Report spam</string>
<!-- Menu option to block in a conversation -->
<string name="ConversationFragment_block">Block</string>
<!-- Menu otpion to accept a message request in a conversation -->
<string name="ConversationFragment_accept">Accept</string>
<!-- Menu option to delete an entire chat in a conversation -->
<string name="ConversationFragment_delete_chat">Delete chat</string>
<!-- Menu option to unblock in a conversation -->
<string name="ConversationFragment_unblock">Unblock</string>
<!-- Menu option to report spam in a conversation -->
<string name="ConversationFragment_reported_spam">Reported spam</string>
<!-- Dialog message shown after reporting spam and tapping the conversation item -->
<string name="ConversationFragment_reported_spam_message">Signal has been be notified that this person may be sending spam. Signal cant see the content of any chats.</string>
<!-- Toast shown after reporting spam and tapping the conversation item -->
<string name="ConversationFragment_reported_as_spam">Reported as spam</string>
<!-- Toast shown after reporting and blocking a conversation -->
<string name="ConversationFragment_reported_as_spam_and_blocked">Reported as spam and blocked</string>
<!-- Dialog message shown after accepting a message request and tapping on options from the conversation event -->
<string name="ConversationFragment_you_accepted_a_message_request_from_s">You accepted a message request from %1$s. If this was a mistake, you can choose an action below.</string>
<!-- Title of Safety Tips bottom sheet dialog -->
<string name="SafetyTips_title">Safety Tips</string>
<!-- Dialog subtitle when showign tips for a 1:1 conversation -->
<string name="SafetyTips_subtitle_individual">Be careful when accepting message requests from people you dont know. Watch out for:</string>
<!-- Dialog subtitle when showing tips for a group conversation -->
<string name="SafetyTips_subtitle_group">Review this request carefully. None of your contacts or people you chat with are in this group. Here are a few things to watch out for:</string>
<!-- Button text to move to the previous tip-->
<string name="SafetyTips_previous_tip">Previous tip</string>
<!-- Button text to move to the next tip -->
<string name="SafetyTips_next_tip">Next tip</string>
<!-- Title of tip 1 -->
<string name="SafetyTips_tip1_title">Crypto or money scams</string>
<!-- Message of tip 1 -->
<string name="SafetyTips_tip1_message">If someone you dont know messages about cryptocurrency (like Bitcoin) or an financial opportunity, be careful—its likely spam.</string>
<!-- Title of tip 2 -->
<string name="SafetyTips_tip2_title">Vague or irrelevant messages</string>
<!-- Message of tip 2 -->
<string name="SafetyTips_tip2_message">Spammers often start with a simple message like “Hi” to draw you in. If you respond they may engage you further.</string>
<!-- Title of tip 3 -->
<string name="SafetyTips_tip3_title">Messages with links</string>
<!-- Message of tip 3 -->
<string name="SafetyTips_tip3_message">Be careful of messages from people you dont know that have links to websites. Never visit links from people you dont trust.</string>
<!-- Title of tip 4 -->
<string name="SafetyTips_tip4_title">Fake businesses and institutions</string>
<!-- Message of tip 4 -->
<string name="SafetyTips_tip4_message">Be careful of businesses or government agencies contacting you. Messages involving tax agencies, couriers, and more can be spam.</string>
<!-- Label for a button displayed in conversation list to clear the chat filter -->
<string name="ConversationListFragment__clear_filter">清除篩選器</string>
@@ -513,7 +573,9 @@
<item quantity="other">這將永久刪除共 %1$d 個選取的聊天。</item>
</plurals>
<string name="ConversationListFragment_deleting">正在刪除</string>
<string name="ConversationListFragment_deleting_selected_conversations">正在刪除已選取的聊天…</string>
<plurals name="ConversationListFragment_deleting_selected_conversations">
<item quantity="other">Deleting selected chats…</item>
</plurals>
<plurals name="ConversationListFragment_conversations_archived">
<item quantity="other">%1$d 個聊天已封存</item>
</plurals>
@@ -1479,6 +1541,10 @@
<string name="MessageRecord__you_can_no_longer_send_sms_messages_in_signal">你無法再於 Signal 傳送短訊。邀請 %1$s 加入 Signal 以繼續對話。</string>
<!-- Body for quote when message being quoted is an in-app payment message -->
<string name="MessageRecord__payment_s">付款:%1$s</string>
<!-- Update message shown in chat after reporting it as spam -->
<string name="MessageRecord_reported_as_spam">Reported as spam</string>
<!-- Update message shown in chat after accept a message request -->
<string name="MessageRecord_you_accepted_the_message_request">You accepted the message request</string>
<!-- MessageRequestBottomView -->
<string name="MessageRequestBottomView_accept">接受</string>
@@ -1521,6 +1587,8 @@
<plurals name="MessageRequestProfileView_member_of_d_additional_groups">
<item quantity="other">另外 %1$d 個群組</item>
</plurals>
<!-- Button label to report spam for a conversation when in a message request state -->
<string name="MessageRequestBottomView_report">Report…</string>
<!-- PassphraseChangeActivity -->
<string name="PassphraseChangeActivity_passphrases_dont_match_exclamation">輸入的自訂密碼不相符!</string>
@@ -2483,6 +2551,10 @@
<plurals name="ContactSelectionListFragment_d_members">
<item quantity="other">%1$d 個成員</item>
</plurals>
<!-- Text on row item to find user by phone number -->
<string name="ContactSelectionListFragment__find_by_phone_number">以電話號碼搜尋</string>
<!-- Text on row item to find user by username -->
<string name="ContactSelectionListFragment__find_by_username">以使用者名稱搜尋</string>
<!-- contact_selection_list_fragment -->
<string name="contact_selection_list_fragment__signal_needs_access_to_your_contacts_in_order_to_display_them">Signal 需要存取你的\"聯絡人\"以顯示聯絡人資訊。</string>
@@ -2552,6 +2624,8 @@
<string name="ConversationUpdateItem_activate_payments">啟用付款功能</string>
<!-- Update item alerting the user they hid this person and that they can message them to unhide them -->
<string name="ConversationUpdateItem_hidden_contact_message_to_add_back">你已移除此人,再次傳送訊息給他們會將對方加回你的清單。</string>
<!-- Update item button text shown for the accepted message request update message -->
<string name="ConversationUpdateItem_options">Options</string>
<!-- audio_view -->
<string name="audio_view__play_pause_accessibility_description">播放 … 暫停</string>
@@ -3687,17 +3761,19 @@
<!-- Subtext below option to launch into phone number privacy settings screen -->
<string name="preferences_app_protection__choose_who_can_see">選擇誰可以看到你的電話號碼,以及誰可以透過它在 Signal 上與你聯絡。</string>
<!-- Section title above two radio buttons for enabling and disabling phone number display -->
<string name="PhoneNumberPrivacySettingsFragment__who_can_see_my_number">誰可以看到我的號碼</string>
<!-- Subtext below radio buttons when who can see my number is set to nobody -->
<string name="PhoneNumberPrivacySettingsFragment__nobody_will_see_your">即使傳送訊息給對方,也沒有人會在 Signal 上看到你的電話號碼。</string>
<string name="PhoneNumberPrivacySettingsFragment_who_can_see_my_number_heading">誰可以看到我的號碼</string>
<!-- Subtext below radio buttons when who can see my number is set to everybody -->
<string name="PhoneNumberPrivacySettingsFragment_sharing_on_description">所有你傳送訊息的人和群組都能看見你的電話號碼。</string>
<!-- Subtext below radio buttons when who can see my number is set to nobody and who can find me by number is set to everybody -->
<string name="PhoneNumberPrivacySettingsFragment_sharing_off_discovery_on_description">Your phone number will not be visible to anyone unless they have it saved in their phone\'s contacts.</string>
<!-- Subtext below radio buttons when who can see my number is set to nobody and who can find me by number is set to nobody -->
<string name="PhoneNumberPrivacySettingsFragment_sharing_off_discovery_off_description">Your phone number will not be visible to anyone.</string>
<!-- Section title above two radio buttons for enabling and disabling whether users can find me by my phone number -->
<string name="PhoneNumberPrivacySettingsFragment__who_can_find_me_by_number">誰可以透過電話號碼找到我</string>
<!-- Subtext below radio buttons when who can see my number is set to everyone -->
<string name="PhoneNumberPrivacySettingsFragment__your_phone_number_will_be">所有你傳送訊息的人和群組都能看見你的電話號碼。</string>
<string name="PhoneNumberPrivacySettingsFragment_who_can_find_me_by_number_heading">誰可以透過電話號碼找到我</string>
<!-- Subtext below radio buttons when who can find me by number is set to everyone -->
<string name="PhoneNumberPrivacySettingsFragment__anyone_who_has">任何擁有你電話號碼的人都會看到你在使用 Signal並可以開始與你聊天。</string>
<string name="PhoneNumberPrivacySettingsFragment_discovery_on_description">任何擁有你電話號碼的人都會看到你在使用 Signal並可以開始與你聊天。</string>
<!-- Subtext below radio buttons when who can find me by number is set to nobody -->
<string name="PhoneNumberPrivacySettingsFragment__nobody_will_be_able_to_see">除非你向對方傳送訊息或與對方已有聊天記錄,否則沒有人能看到你使用 Signal。</string>
<string name="PhoneNumberPrivacySettingsFragment_discovery_off_description">除非你向對方傳送訊息或與對方已有聊天記錄,否則沒有人能看到你使用 Signal。</string>
<!-- Snackbar text when pressing invalid radio item -->
<string name="PhoneNumberPrivacySettingsFragment__to_change_this_setting">"若要變更此設定,請將「誰可以看到我的號碼」設定為「沒有人」。"</string>
<string name="PhoneNumberPrivacy_everyone">所有人</string>
@@ -3728,6 +3804,8 @@
<string name="prompt_passphrase_activity__signal_is_locked">Signal 已被鎖定</string>
<string name="prompt_passphrase_activity__tap_to_unlock">輕觸以解鎖</string>
<string name="Recipient_unknown">未知</string>
<!-- Name to use for a user across the UI when they are unregistered and have no other name available -->
<string name="Recipient_deleted_account">Deleted account</string>
<!-- Option in settings that will take use to re-register if they are no longer registered -->
<string name="preferences_account_reregister">重新註冊帳戶</string>
@@ -5840,11 +5918,11 @@
<!-- Default label for bank selection -->
<string name="IdealTransferDetailsFragment__choose_your_bank">選擇你的銀行</string>
<!-- Dialog title shown when using iDEAL payment for setting up a monthly donation -->
<string name="IdealTransferDetailsFragment__confirm_your_donation_with_s">Confirm your donation with %1$s</string>
<string name="IdealTransferDetailsFragment__confirm_your_donation_with_s">與 %1$s 確認你的捐款</string>
<!-- Dialog warning shown when using iDEAL payment for setting up a monthly donation -->
<string name="IdealTransferDetailsFragment__monthly_ideal_warning">To setup your recurring donation tap continue to confirm a €0,01 charge with your bank. This will be automatically refunded and allows your €5/month donation to debited from your account.</string>
<!-- Dialog button shown when using iDEAL payment for setting up a monthly donation to continue with the donation -->
<string name="IdealTransferDetailsFragment__continue">Continue</string>
<string name="IdealTransferDetailsFragment__continue">繼續</string>
<!-- IdealTransferDetailsBankSelectionDialogFragment -->
<!-- Title of the screen, displayed in the toolbar -->
@@ -6307,5 +6385,41 @@
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, second button to dismiss the dialog entirely -->
<string name="MonthlyDonationCanceled__not_now_button">現在不要</string>
<!-- FindByActivity -->
<!-- Title of activity when finding by username -->
<string name="FindByActivity__find_by_username">以使用者名稱搜尋</string>
<!-- Title of activity when finding by phone number -->
<string name="FindByActivity__find_by_phone_number">以電話號碼搜尋</string>
<!-- Title of screen to select a country code -->
<string name="FindByActivity__select_country_code">選擇國碼</string>
<!-- Entry placeholder for find by username -->
<string name="FindByActivity__username">使用者名稱</string>
<!-- Entry placeholder for find by phone number -->
<string name="FindByActivity__phone_number">電話號碼</string>
<!-- Help text under user entry for find by username -->
<string name="FindByActivity__enter_a_full_username">Enter a full username with its pair of digits.</string>
<!-- Content description for next action button -->
<string name="FindByActivity__next">下一步</string>
<!-- Placeholder text for search input for selecting country code -->
<string name="FindByActivity__search">搜尋</string>
<!-- Dialog title for invalid username -->
<string name="FindByActivity__invalid_username">用戶名稱無效</string>
<!-- Dialog title for invalid phone number -->
<string name="FindByActivity__invalid_phone_number">無效的電話號碼</string>
<!-- Dialog title when phone number is not a registered signal user -->
<string name="FindByActivity__invite_to_signal">邀請至 Signal</string>
<!-- Dialog title when username is not found -->
<string name="FindByActivity__username_not_found">找不到使用者名稱</string>
<!-- Dialog body for invalid username. Placeholder is the entered username. -->
<string name="FindByActivity__s_is_not_a_valid_username">%1$s is not a valid username. Make sure you\'ve entered the complete username followed by its set of digits.</string>
<!-- Dialog body for an invalid phone number. Placeholder is the entered phone number. -->
<string name="FindByActivity__s_is_not_a_valid_phone_number">%1$s is not valid phone number. Try again with a valid phone number</string>
<!-- Dialog body for not found username -->
<string name="FindByActivity__s_is_not_a_signal_user">\"%1$s\"不是 Signal 使用者。請檢查使用者名稱並再試一次。</string>
<!-- Dialog body for not found phone number -->
<string name="FindByActivity__s_is_not_a_signal_user_would">%1$s 不是 Signal 用戶。你想向此號碼發出邀請嗎?</string>
<!-- Dialog action to invite the phone number to Signal -->
<string name="FindByActivity__invite">邀請</string>
<!-- EOF -->
</resources>