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

57 lines
1.5 KiB
JSON

{
"PAGINATION_FOOTER": {
"SHOWING": "顯示第 {startItem} - {endItem} 項,共 {totalItems} 項 | 顯示第 {startItem} - {endItem} 項,共 {totalItems} 項",
"CURRENT_PAGE_INFO": "第 {currentPage} / {totalPages} 頁 | 第 {currentPage} / {totalPages} 頁"
},
"COMBOBOX": {
"PLACEHOLDER": "請選擇一個選項……",
"EMPTY_SEARCH_RESULTS": "未找到與搜尋詞 `{searchTerm}` 匹配的項",
"EMPTY_STATE": "查無結果。",
"SEARCH_PLACEHOLDER": "搜尋……",
"MORE": "+{count} 更多"
},
"DROPDOWN_MENU": {
"SEARCH_PLACEHOLDER": "搜尋……",
"EMPTY_STATE": "查無結果。",
"SEARCHING": "搜尋中……"
},
"DIALOG": {
"BUTTONS": {
"CANCEL": "取消",
"CONFIRM": "確定"
}
},
"PHONE_INPUT": {
"SEARCH_PLACEHOLDER": "搜尋國家/地區",
"ERROR": "電話號碼應為空或E.164格式",
"DIAL_CODE_ERROR": "請從列表中選擇撥號程式碼"
},
"THUMBNAIL": {
"AUTHOR": {
"NOT_AVAILABLE": "作者不可用"
}
},
"BREADCRUMB": {
"ARIA_LABEL": "麵包屑導航"
},
"SWITCH": {
"TOGGLE": "切換開關"
},
"LABEL": {
"TAG_BUTTON": "標籤"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "瞭解更多",
"WATCH_VIDEO": "觀看影片"
},
"DURATION_INPUT": {
"MINUTES": "分鐘",
"HOURS": "小時",
"DAYS": "天",
"PLACEHOLDER": "輸入耗時"
},
"CHANNEL_SELECTOR": {
"COMING_SOON": "即將到來!"
}
}