Update translations and other static files.

This commit is contained in:
Greyson Parrelli
2024-08-06 11:38:54 -04:00
parent f551a94e58
commit db00000d66
64 changed files with 534 additions and 534 deletions

View File

@@ -4671,11 +4671,11 @@
<!-- AppSettingsFragment -->
<string name="AppSettingsFragment__invite_your_friends">邀請你的朋友</string>
<!-- String displayed in a toast when we successfully copy the donations subscriber id to the clipboard -->
<string name="AppSettingsFragment__copied_donor_subscriber_id_to_clipboard">Copied donor subscriber id to clipboard</string>
<string name="AppSettingsFragment__copied_donor_subscriber_id_to_clipboard">定期捐款訂戶識別碼已複製至剪貼簿</string>
<!-- String displayed in a toast when we successfully copy the backups subscriber id to the clipboard -->
<string name="AppSettingsFragment__copied_backups_subscriber_id_to_clipboard">Copied backups subscriber id to clipboard</string>
<string name="AppSettingsFragment__copied_backups_subscriber_id_to_clipboard">備份訂戶識別碼已複製至剪貼簿</string>
<!-- String displayed in a toast when a subscriber id is not present for a given type -->
<string name="AppSettingsFragment__no_subscriber_id_set">No subscriber id set</string>
<string name="AppSettingsFragment__no_subscriber_id_set">未設定訂戶識別碼</string>
<!-- AccountSettingsFragment -->
<string name="AccountSettingsFragment__account">帳號</string>
@@ -4822,7 +4822,7 @@
<!-- Summary for stories preference to launch into story privacy settings -->
<string name="PrivacySettingsFragment__payment_lock_require_lock">付款時需要解開 Android 畫面鎖定或使用指紋解鎖</string>
<!-- Alert dialog title when payment lock cannot be enabled -->
<string name="PrivacySettingsFragment__cant_enable_title">Cant enable payment lock</string>
<string name="PrivacySettingsFragment__cant_enable_title">無法啟用付款鎖定</string>
<!-- Alert dialog description to setup screen lock or fingerprint in phone settings -->
<string name="PrivacySettingsFragment__cant_enable_description">如要使用「付款鎖定」,你必須先在手機的設定中啟用螢幕鎖定或指紋 ID 功能。</string>
<!-- Shown in a toast when we can\'t navigate to the user\'s system fingerprint settings -->
@@ -6964,7 +6964,7 @@
<!-- Sheet title when user does not have enough space to download their backup -->
<string name="BackupAlertBottomSheet__cant_complete_download">無法完成下載</string>
<!-- Sheet body part 1 when user does not have enough space to download their backup. Placeholder is the amount of space needed. -->
<string name="BackupAlertBottomSheet__your_device_does_not_have_enough_free_space">Your device does not have enough free space. Free up %1$s of space to download the media stored in your backup.</string>
<string name="BackupAlertBottomSheet__your_device_does_not_have_enough_free_space">你的裝置沒有足夠的可用空間。釋放多達 %1$s 的空間來下載儲存在備份中的媒體。</string>
<!-- Sheet body part 2 when user does not have enough space to download their backup. Placeholder is the number of days until deletion -->
<plurals name="BackupAlertBottomSheet__if_you_choose_skip">
<item quantity="other">如果你選擇「跳過」,備份內的媒體將在 %1$d 天後刪除。</item>