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>
34 lines
844 B
JSON
34 lines
844 B
JSON
{
|
||
"COMPANIES": {
|
||
"HEADER": "公司",
|
||
"SORT_BY": {
|
||
"LABEL": "排序方式",
|
||
"OPTIONS": {
|
||
"NAME": "姓名",
|
||
"DOMAIN": "域名",
|
||
"CREATED_AT": "建立於",
|
||
"CONTACTS_COUNT": "聯絡人數量"
|
||
}
|
||
},
|
||
"ORDER": {
|
||
"LABEL": "命令",
|
||
"OPTIONS": {
|
||
"ASCENDING": "升序",
|
||
"DESCENDING": "降序"
|
||
}
|
||
},
|
||
"SEARCH_PLACEHOLDER": "搜尋公司...",
|
||
"LOADING": "正在加載公司...",
|
||
"UNNAMED": "未命名公司",
|
||
"CONTACTS_COUNT": "{n} 聯絡方式 | {n} 聯絡人",
|
||
"EMPTY_STATE": {
|
||
"TITLE": "沒有找到公司"
|
||
}
|
||
},
|
||
"COMPANIES_LAYOUT": {
|
||
"PAGINATION_FOOTER": {
|
||
"SHOWING": "顯示 {totalItems} 公司的 {startItem} – {endItem} |顯示 {totalItems} 個公司中的 {startItem} – {endItem} 個"
|
||
}
|
||
}
|
||
}
|