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>
20 lines
568 B
JSON
20 lines
568 B
JSON
{
|
|
"SURVEY": {
|
|
"DESCRIPTION": "親愛的客戶👋,請花一些時間分享您與 {inboxName} 對話的反饋。",
|
|
"RATING": {
|
|
"LABEL": "為此對話評分",
|
|
"SUCCESS_MESSAGE": "感謝您提交的評分"
|
|
},
|
|
"FEEDBACK": {
|
|
"LABEL": "有什麼想法想分享嗎?",
|
|
"PLACEHOLDER": "您的反饋(可選)",
|
|
"BUTTON_TEXT": "提交反饋"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "标签已成功更新",
|
|
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
|
|
}
|
|
},
|
|
"POWERED_BY": "由 Chatwoot 支援"
|
|
}
|