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>
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"CONTENT_TEMPLATES": {
|
|
"MODAL": {
|
|
"TITLE": "Twilio 模板",
|
|
"SUBTITLE": "選擇您想要傳送的 Twilio 模板",
|
|
"TEMPLATE_SELECTED_SUBTITLE": "配置模板: {templateName}"
|
|
},
|
|
"PICKER": {
|
|
"SEARCH_PLACEHOLDER": "查詢模板",
|
|
"NO_TEMPLATES_FOUND": "沒有找到對應的模版",
|
|
"NO_CONTENT": "無內容",
|
|
"HEADER": "頁頭",
|
|
"BODY": "正文內容",
|
|
"FOOTER": "頁尾",
|
|
"BUTTONS": "按鈕",
|
|
"CATEGORY": "類別",
|
|
"MEDIA_CONTENT": "媒體內容",
|
|
"MEDIA_CONTENT_FALLBACK": "媒體內容",
|
|
"NO_TEMPLATES_AVAILABLE": "沒有可用的 Twilio 模板。單擊重新整理以同步Twilio 的模板。",
|
|
"REFRESH_BUTTON": "重新整理模板",
|
|
"REFRESH_SUCCESS": "模板重新整理已啟動。更新可能需要幾分鐘時間。",
|
|
"REFRESH_ERROR": "重新整理模板失敗。請重試。",
|
|
"LABELS": {
|
|
"LANGUAGE": "語言",
|
|
"TEMPLATE_BODY": "模板內容",
|
|
"CATEGORY": "類別"
|
|
},
|
|
"TYPES": {
|
|
"MEDIA": "媒體",
|
|
"QUICK_REPLY": "快速回復",
|
|
"CALL_TO_ACTION": "號召性用語",
|
|
"TEXT": "文字"
|
|
}
|
|
},
|
|
"PARSER": {
|
|
"VARIABLES_LABEL": "引數",
|
|
"LANGUAGE": "語言",
|
|
"CATEGORY": "類別",
|
|
"VARIABLE_PLACEHOLDER": "請填寫 {variable}",
|
|
"GO_BACK_LABEL": "返回",
|
|
"SEND_MESSAGE_LABEL": "傳送訊息",
|
|
"FORM_ERROR_MESSAGE": "你必須填寫所有引數才能傳送",
|
|
"MEDIA_HEADER_LABEL": "{type} 標頭",
|
|
"MEDIA_URL_LABEL": "輸入完整媒體 URL",
|
|
"MEDIA_URL_PLACEHOLDER": "https://example.com/image.jpg"
|
|
},
|
|
"FORM": {
|
|
"BACK_BUTTON": "返回",
|
|
"SEND_MESSAGE_BUTTON": "傳送訊息"
|
|
}
|
|
}
|
|
}
|