iachat/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.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

18 lines
568 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "重置密碼",
"DESCRIPTION": "輸入您用來登入到Chatwoot 的電子郵件地址,獲取密碼重置說明。",
"GO_BACK_TO_LOGIN": "回到登入頁面",
"EMAIL": {
"LABEL": "電子郵件",
"PLACEHOLDER": "請輸入您的電子信箱.",
"ERROR": "請輸入一個有效的電子信箱."
},
"API": {
"SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱.",
"ERROR_MESSAGE": "無法連線 Woot 伺服器,請稍後再試。"
},
"SUBMIT": "送出"
}
}