Update translations and other static files.

This commit is contained in:
Greyson Parrelli
2024-04-02 15:29:14 -04:00
parent de520036a9
commit 9da4513694
41 changed files with 488 additions and 488 deletions

View File

@@ -2840,7 +2840,7 @@
<!-- The title of a dialog informing the user that they cannot use this app feature when they are unregistered. -->
<string name="EditProfileFragment_unregistered_dialog_title">裝置未註冊</string>
<!-- The body of a dialog informing the user that they cannot use this app feature when they are unregistered. -->
<string name="EditProfileFragment_unregistered_dialog_body">This device is no longer registered. Re-register to make changes to your account.</string>
<string name="EditProfileFragment_unregistered_dialog_body">此裝置已不再註冊。重新註冊以更改你的帳戶。</string>
<!-- The button on a dialog informing the user that they cannot use this app feature when they are unregistered. When clicked, the user will be taken to a screen to help them re-register. -->
<string name="EditProfileFragment_unregistered_dialog_reregister_button">重新註冊</string>
@@ -6521,43 +6521,43 @@
<string name="FindByActivity__network_error_dialog">網路錯誤。請稍後再試。</string>
<!-- Title for an alert letting someone know that one of their linked devices is inactive. -->
<string name="LinkedDeviceInactiveMegaphone_title">Inactive linked device</string>
<string name="LinkedDeviceInactiveMegaphone_title">不活躍的已連結裝置</string>
<!-- Body for an alert letting someone know that one of their linked devices is inactive. The string placeholder is the name of the device, and the number placeholder is the number of days before device is unlinked. -->
<plurals name="LinkedDeviceInactiveMegaphone_body">
<item quantity="other">To keep \"%1$s\" linked, open Signal on that device within %2$d days.</item>
<item quantity="other">若要保留「 %1$s 」的連結,請於 %2$d 天內在該裝置開啟 Signal。</item>
</plurals>
<!-- Button label for an alert letting someone know that one of their linked devices is inactive. When clicked, the user will opt out of all future alerts. -->
<string name="LinkedDeviceInactiveMegaphone_dont_remind_button_label">Don\'t remind me</string>
<string name="LinkedDeviceInactiveMegaphone_dont_remind_button_label">不用提醒我</string>
<!-- Button label for an alert letting someone know that one of their linked devices is inactive. When clicked, the alert will be dismissed. -->
<string name="LinkedDeviceInactiveMegaphone_got_it_button_label">收到</string>
<!-- NicknameFragment -->
<!-- Title displayed at the top of the screen -->
<string name="NicknameActivity__nickname">Nickname</string>
<string name="NicknameActivity__nickname">暱稱</string>
<!-- Subtitle displayed under title -->
<string name="NicknameActivity__nicknames_amp_notes">Nicknames &amp; notes are stored using Signal\'s end-to-end encrypted storage service. They are only visible to you.</string>
<string name="NicknameActivity__nicknames_amp_notes">暱稱和備註均使用 Signal 的端對端加密儲存服務進行儲存。 只有你可以看見它們。</string>
<!-- Field label for given name -->
<string name="NicknameActivity__first_name"></string>
<!-- Content description for first name clear button -->
<string name="NicknameActivity__clear_first_name">Clear first name</string>
<string name="NicknameActivity__clear_first_name">清除名字</string>
<!-- Field label for family name -->
<string name="NicknameActivity__last_name"></string>
<!-- Content description for last name clear button -->
<string name="NicknameActivity__clear_last_name">Clear last name</string>
<string name="NicknameActivity__clear_last_name">清除姓氏</string>
<!-- Field label for note -->
<string name="NicknameActivity__note"></string>
<string name="NicknameActivity__note"></string>
<!-- Button label to save -->
<string name="NicknameActivity__save">儲存</string>
<!-- Dialog title for note and name deletion -->
<string name="NicknameActivity__delete_nickname">Delete nickname?</string>
<string name="NicknameActivity__delete_nickname">要刪除暱稱嗎?</string>
<!-- Dialog message for note and name deletion -->
<string name="NicknameActivity__this_will_permanently_delete_this_nickname_and_note">This will permanently delete this nickname and note.</string>
<string name="NicknameActivity__this_will_permanently_delete_this_nickname_and_note">這將會永久刪除此暱稱和備註。</string>
<!-- ViewNoteBottomSheetDialogFragment -->
<!-- Sheet title -->
<string name="ViewNoteSheet__note"></string>
<string name="ViewNoteSheet__note"></string>
<!-- Content description for opening the note editor -->
<string name="ViewNoteSheet__edit_note">Edit note</string>
<string name="ViewNoteSheet__edit_note">編輯備註</string>
<!-- EOF -->
</resources>