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