Updated language translations.

This commit is contained in:
Cody Henthorne
2022-05-06 14:40:09 -04:00
parent 5142c8c58f
commit acf4e97578
29 changed files with 1310 additions and 35 deletions

View File

@@ -1098,7 +1098,13 @@
<item quantity="other">%1$d 個成員</item>
</plurals>
<!--Describes the number of members in a group. The string MessageRequestProfileView_invited is nested in the parentheses.-->
<plurals name="MessageRequestProfileView_members_and_invited">
<item quantity="other">%1$d 成員 (%2$s)</item>
</plurals>
<!--Describes the number of people invited to a group. Nested inside of the string MessageRequestProfileView_members_and_invited-->
<plurals name="MessageRequestProfileView_invited">
<item quantity="other">+%1$d 已邀請</item>
</plurals>
<plurals name="MessageRequestProfileView_member_of_d_additional_groups">
<item quantity="other">另外 %d 個群組</item>
</plurals>
@@ -3005,6 +3011,7 @@
<string name="QualitySelectorBottomSheetDialog__photo_quality">照片畫質</string>
<!--AppSettingsFragment-->
<string name="AppSettingsFragment__invite_your_friends">邀請你的朋友</string>
<string name="AppSettingsFragment__copied_subscriber_id_to_clipboard">複製訂閱者ID到剪貼簿</string>
<!--AccountSettingsFragment-->
<string name="AccountSettingsFragment__account">帳號</string>
<string name="AccountSettingsFragment__youll_be_asked_less_frequently">詢問您的次數將會隨著時間減少</string>
@@ -3382,11 +3389,13 @@
<string name="BecomeASustainerFragment__get_badges">透過贊助 Signal 可為你的個人資料欄中得到徽章。</string>
<string name="BecomeASustainerFragment__signal_is_a_non_profit">Signal 是一個沒有廣告商或投資者的非營利組織,只有像你這樣的人支持。</string>
<!--Button label for creating a monthly donation-->
<string name="ManageDonationsFragment__make_a_monthly_donation">每月捐款</string>
<!--Heading for more area of manage subscriptions page-->
<string name="ManageDonationsFragment__more">更多</string>
<!--Heading for receipts area of manage subscriptions page-->
<string name="ManageDonationsFragment__receipts">收據</string>
<!--Heading for my subscription area of manage subscriptions page-->
<string name="ManageDonationsFragment__my_subscription">我的訂閱</string>
<string name="ManageDonationsFragment__manage_subscription">管理定期贊助</string>
<!--Label for Donation Receipts button-->
<string name="ManageDonationsFragment__donation_receipts">捐款收據</string>
@@ -3394,9 +3403,12 @@
<string name="ManageDonationsFragment__subscription_faq">定期贊助 問與答</string>
<string name="ManageDonationsFragment__error_getting_subscription">取得定期贊助時發生錯誤</string>
<!--Preference heading for other ways to donate-->
<string name="ManageDonationsFragment__other_ways_to_give">其他方式提供</string>
<!--Preference label to launch badge gifting-->
<string name="ManageDonationsFragment__gift_a_badge">贈送徽章</string>
<string name="BoostFragment__give_signal_a_boost">單次贊助 Signal</string>
<!--Description text in boost sheet-->
<string name="BoostFragment__make_a_one_time">一次性捐款並贏得 %1$d天的單次捐款徽章</string>
<string name="Boost__enter_custom_amount">輸入自定義金額</string>
<string name="Boost__one_time_contribution">一次性捐款</string>
<string name="MySupportPreference__add_a_signal_boost">增加 Signal 單次贊助的次數</string>
@@ -3440,9 +3452,13 @@
<string name="DonationsErrors__still_processing">仍在處理中</string>
<string name="DonationsErrors__couldnt_add_badge">無法新增徽章</string>
<!--Displayed when badge credential couldn\'t be verified-->
<string name="DonationsErrors__failed_to_validate_badge">驗證徽章失敗</string>
<!--Displayed when badge credential couldn\'t be verified-->
<string name="DonationsErrors__could_not_validate">無法驗證伺服器回應。 請聯絡繫支援部門。</string>
<!--Displayed as title when some generic error happens during gift badge sending-->
<string name="DonationsErrors__failed_to_send_gift_badge">發送禮品徽章失敗</string>
<!--Displayed as message when some generic error happens during gift badge sending-->
<string name="DonationsErrors__could_not_send_gift_badge">無法發送禮品徽章。 請聯絡支援部門。</string>
<string name="DonationsErrors__your_badge_could_not">你的徽章無法新增到你的帳號,但你可能已被收費。 請聯絡支援部門。</string>
<string name="DonationsErrors__your_payment_is_still">你的付款仍在處理中。 這可能需要幾分鐘時間,這將取決於你的網路連接。</string>
<string name="DonationsErrors__google_pay_unavailable">Google Pay 無法使用</string>
@@ -3452,13 +3468,22 @@
<string name="ViewBadgeBottomSheetDialogFragment__your_device_doesn_t_support_google_pay_so_you_can_t_subscribe_to_earn_a_badge_you_can_still_support_signal_by_making_a_donation_on_our_website">你的裝置不支援 Google Pay因此你無法訂閱以獲得徽章。 你仍然可以透過在我們的網站上捐款來支持 Signal。</string>
<string name="NetworkFailure__network_error_check_your_connection_and_try_again">網路錯誤。 檢查你的網路連接並重試。</string>
<string name="NetworkFailure__retry">重試</string>
<string name="DonationsErrors__recipient_verification_failed">收件人驗證失敗。</string>
<string name="DonationsErrors__target_does_not_support_gifting">對象不支援送禮。</string>
<!--Gift message view title-->
<string name="GiftMessageView__gift_badge">禮品徽章</string>
<!--Gift message view expiry information-->
<plurals name="GiftMessageView__lasts_for_d_months">
<item quantity="other">持續 %1$d 個月</item>
</plurals>
<!--Gift badge redeem action label-->
<string name="GiftMessageView__redeem">加值</string>
<!--Gift badge view action label-->
<string name="GiftMessageView__view">檢視</string>
<!--Gift badge redeeming action label-->
<string name="GiftMessageView__redeeming">正在加值中…</string>
<!--Gift badge redeemed label-->
<string name="GiftMessageView__redeemed">已加值</string>
<!--Stripe decline code generic_failure-->
<string name="DeclineCode__try_another_payment_method_or_contact_your_bank">嘗試其他付款方式或聯繫你的銀行以獲得更多訊息。</string>
<!--Stripe decline code verify on Google Pay and try again-->
@@ -3630,6 +3655,7 @@
<!--Donation receipts one-time tab label-->
<string name="DonationReceiptListFragment__one_time">一次性</string>
<!--Donation receipts gift tab label-->
<string name="DonationReceiptListFragment__gift">禮品</string>
<!--Donation receipts boost row label-->
<string name="DonationReceiptListFragment__boost">單次贊助</string>
<!--Donation receipts details title-->
@@ -3744,6 +3770,7 @@
<!--Story settings private stories heading-->
<string name="StorySettingsFragment__private_stories">個人限時動態</string>
<!--Note at bottom of story settings regarding who can see private stories.-->
<string name="StorySettingsFragment__private_stories_can_only_be_viewed">私人限時動態只能由你加入的人能看。 只有你可以看到限時動態名稱。</string>
<!--Option label for creating a new private story-->
<string name="StorySettingsFragment__new_private_story">新增個人限時動態</string>
<!--Page title for My Story options-->
@@ -3887,7 +3914,9 @@
<!--Toasted when the user external share to a text story fails-->
<string name="TextStoryPostCreationFragment__failed_to_send_story">傳送限時動態失敗</string>
<!--Displayed in a dialog to let the user select a given users story-->
<string name="StoryDialogs__view_story">查看限時動態</string>
<!--Displayed in a dialog to let the user select a given users profile photo-->
<string name="StoryDialogs__view_profile_photo">查看個人資訊照片</string>
<!--Title for a notification at the bottom of the chat list suggesting that the user disable censorship circumvention because the service has become reachable-->
<string name="TurnOffCircumventionMegaphone_turn_off_censorship_circumvention">要關閉審查規避嗎?</string>
<!--Body for a notification at the bottom of the chat list suggesting that the user disable censorship circumvention because the service has become reachable-->
@@ -3907,35 +3936,51 @@
<string name="ExpandModel__view_more">檢視更多</string>
<string name="StoriesLinkPopup__visit_link">訪問連結</string>
<!--Tagline for gift row items-->
<string name="GiftRowItem__send_a_gift_badge">傳送禮品徽章</string>
<!--Headline text on start fragment for gifting a badge-->
<string name="GiftFlowStartFragment__gift_a_badge">贈送徽章</string>
<!--Description text on start fragment for gifting a badge-->
<string name="GiftFlowStartFragment__gift_someone_a_badge">以某人的名義向 Signal 捐款可以得到徽章。 他們將獲得一個徽章,以展示在他們的個人資料照片上。</string>
<!--Action button label for start fragment for gifting a badge-->
<string name="GiftFlowStartFragment__next">下一步</string>
<!--Title text on choose recipient page for badge gifting-->
<string name="GiftFlowRecipientSelectionFragment__choose_recipient">選擇收件人</string>
<!--Title text on confirm gift page-->
<string name="GiftFlowConfirmationFragment__confirm_gift">確認禮物</string>
<!--Heading text specifying who the gift will be sent to-->
<string name="GiftFlowConfirmationFragment__send_to">傳送給</string>
<!--Text explaining that gift will be sent to the chosen recipient-->
<string name="GiftFlowConfirmationFragment__your_gift_will_be_sent_in">你的禮物將透過 1 對 1 的訊息傳送給收件人。 在下面加入自己的訊息。</string>
<!--Text explaining that this gift is a one time donation-->
<string name="GiftFlowConfirmationFragment__one_time_donation">一次性捐款</string>
<!--Hint for add message input-->
<string name="GiftFlowConfirmationFragment__add_a_message">新增訊息</string>
<!--Title for sheet shown when opening a redeemed gift-->
<string name="ViewReceivedGiftBottomSheet__s_sent_you_a_gift">%1$s 送你一個禮物</string>
<!--Title for sheet shown when opening a sent gift-->
<string name="ViewSentGiftBottomSheet__thanks_for_your_support">謝謝您的支持!</string>
<!--Description for sheet shown when opening a redeemed gift-->
<string name="ViewReceivedGiftBottomSheet__youve_received_a_gift_badge">你已收到來自 %1$s 的禮品徽章! 透過在你個人資料上展示此徽章來幫助 Signal 建立知名度。</string>
<!--Description for sheet shown when opening a sent gift-->
<string name="ViewSentGiftBottomSheet__youve_gifted_a_badge">你已將徽章贈送給 %1$s。 當他們接受後,他們可以選擇展示或隱藏他們的徽章。</string>
<!--Primary action for pending gift sheet to redeem badge now-->
<string name="ViewReceivedGiftSheet__redeem">加值</string>
<!--Primary action for pending gift sheet to redeem badge later-->
<string name="ViewReceivedGiftSheet__not_now">稍後</string>
<!--Dialog text while redeeming a gift-->
<string name="ViewReceivedGiftSheet__redeeming_gift">加值禮物</string>
<!--Snackbar text when user presses "not now" on redemption sheet-->
<string name="ConversationFragment__you_can_redeem_your_badge_later">你可以稍後加值你的徽章。</string>
<!--Description text in gift thanks sheet-->
<string name="GiftThanksSheet__youve_gifted_a_badge_to_s">你已將徽章贈送給 %1$s。 當他們接受後,他們可以選擇展示或隱藏他們的徽章。</string>
<!--Expired gift sheet title-->
<string name="ExpiredGiftSheetConfiguration__your_gift_badge_has_expired">你贈送的禮品徽章已過期</string>
<!--Expired gift sheet top description text-->
<string name="ExpiredGiftSheetConfiguration__your_gift_badge_has_expired_and_is">你的禮品徽章已過期,你個人資料中的其他人將無法再看到你的禮品徽章。</string>
<!--Expired gift sheet bottom description text-->
<string name="ExpiredGiftSheetConfiguration__to_continue">要繼續支援專為你打造的技術,請考慮成為每月贊助人。</string>
<!--Expired gift sheet make a monthly donation button-->
<string name="ExpiredGiftSheetConfiguration__make_a_monthly_donation">每月捐款</string>
<!--Expired gift sheet not now button-->
<string name="ExpiredGiftSheetConfiguration__not_now">稍後</string>
<!--EOF-->