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

34 lines
844 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.

{
"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} 個"
}
}
}