Skip to content

Commit e284ab5

Browse files
fix(translations): update passive voice and newLabel wording in zh-TW translations (#13761)
## Summary Replaces passive voice construction `被` with `遭` in three error messages (`documentNotFound`, `userLocked`, `usernameAlreadyRegistered`) for more formal/natural Traditional Chinese phrasing Updates `newLabel` from `新的 {{label}}` ("New X") to `新增 {{label}}` ("Add X") Co-authored-by: Patrik Kozak <35232443+PatrikKozak@users.noreply.github.com>
1 parent cd7fcea commit e284ab5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/translations/src/languages

packages/translations/src/languages/zhTw.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const zhTwTranslations: DefaultTranslationsObject = {
9595
correctInvalidFields: '請修正無效欄位。',
9696
deletingFile: '刪除檔案時發生錯誤。',
9797
deletingTitle: '刪除 {{title}} 時發生錯誤。請檢查網路連線後再試一次。',
98-
documentNotFound: '找不到 ID 為 {{id}} 的文件。可能已被刪除、不存在,或您沒有權限存取。',
98+
documentNotFound: '找不到 ID 為 {{id}} 的文件。可能已遭刪除、不存在,或您沒有權限存取。',
9999
emailOrPasswordIncorrect: '電子郵件或密碼錯誤。',
100100
failedToResetLayout: '無法重設版面配置。',
101101
failedToSaveLayout: '保存布局失败。',
@@ -138,8 +138,8 @@ export const zhTwTranslations: DefaultTranslationsObject = {
138138
unspecific: '發生錯誤。',
139139
unverifiedEmail: '請先完成電子郵件驗證後再登入。',
140140
userEmailAlreadyRegistered: '該電子郵件已註冊為使用者帳號。',
141-
userLocked: '此使用者因登入失敗次數過多而被鎖定。',
142-
usernameAlreadyRegistered: '該使用者名稱已被註冊。',
141+
userLocked: '此使用者因登入失敗次數過多而遭鎖定。',
142+
usernameAlreadyRegistered: '該使用者名稱已遭註冊。',
143143
usernameOrPasswordIncorrect: '使用者名稱或密碼錯誤。',
144144
valueMustBeUnique: '此欄位的值必須是唯一的',
145145
verificationTokenInvalid: '驗證憑證無效。',
@@ -350,7 +350,7 @@ export const zhTwTranslations: DefaultTranslationsObject = {
350350
moveUp: '上移',
351351
moving: '移動中',
352352
movingCount: '正在移動 {{count}} 個 {{label}}',
353-
newLabel: '新的 {{label}}',
353+
newLabel: '新增 {{label}}',
354354
newPassword: '新密碼',
355355
next: '下一頁',
356356
no: '否',

0 commit comments

Comments
 (0)