Update translations and other static files.

This commit is contained in:
Nicholas Tinsley
2024-02-05 10:53:17 -05:00
parent f18070b78c
commit 2d4d4aab66
47 changed files with 156 additions and 156 deletions

View File

@@ -2162,9 +2162,9 @@
<!-- Displayed when the chosen discriminator is too long -->
<string name="UsernameEditFragment__invalid_username_enter_a_maximum_of_d_digits">無效的用戶名稱,輸入最多 %1$d 位數。</string>
<!-- Displayed when the chosen discriminator is 00 -->
<string name="UsernameEditFragment__this_number_cant_be_00">This number can\'t be 00. Enter a digit between 19</string>
<string name="UsernameEditFragment__this_number_cant_be_00">此數字不能為 00。請輸入 19 之間的數字</string>
<!-- Displayed when the chosen discriminator starts with 00 -->
<string name="UsernameEditFragment__this_number_cant_start_with_00">This number can\'t start with 00. Enter a digit between 19</string>
<string name="UsernameEditFragment__this_number_cant_start_with_00">此數字不能以 00 為首。請輸入 19 之間的數字</string>
<!-- The body of an alert dialog asking the user to confirm that they want to recover their username -->
<string name="UsernameEditFragment_recovery_dialog_confirmation">恢復用戶名稱將重設你現有的二維碼和連結。你確定嗎?</string>