iachat/app/javascript/dashboard/i18n/locale/zh_TW/setNewPassword.json
salmonumbrella a62beffeef
fix(i18n): complete zh_TW locale coverage (#13792)
This updates the Traditional Chinese (`zh_TW`) locale coverage across
Chatwoot so the app no longer falls back to English for missing backend,
dashboard, widget, and survey strings.

## How to test

1. Start Chatwoot locally and switch the UI locale to Traditional
Chinese (`zh_TW`).
2. Walk through the main product areas: dashboard, settings, inbox
management, help center, automations, reports, widget, and survey flows.
3. Confirm the UI surfaces translated Traditional Chinese copy instead
of English fallbacks.
4. Spot-check newly added locale surfaces such as secure password
messaging and snooze UI copy.

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 18:47:22 -07:00

24 lines
564 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"SET_NEW_PASSWORD": {
"TITLE": "設定新密碼",
"PASSWORD": {
"LABEL": "密碼",
"PLACEHOLDER": "密碼",
"ERROR": "密碼太短了."
},
"CONFIRM_PASSWORD": {
"LABEL": "請重新輸入一次密碼",
"PLACEHOLDER": "確認密碼",
"ERROR": "密碼不匹配."
},
"API": {
"SUCCESS_MESSAGE": "成功修改密碼.",
"ERROR_MESSAGE": "無法連線Woot伺服器請稍後再試"
},
"CAPTCHA": {
"ERROR": "驗證碼過期。請重新獲取"
},
"SUBMIT": "送出"
}
}