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

48 lines
1.8 KiB
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.

{
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "Whatsapp 模板列表",
"SUBTITLE": "請選擇想要傳送的 Whatsapp 訊息模板",
"TEMPLATE_SELECTED_SUBTITLE": "配置範本:{templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "查詢模板",
"NO_TEMPLATES_FOUND": "沒有找到對應的模版",
"HEADER": "標題",
"BODY": "正文",
"FOOTER": "頁腳",
"BUTTONS": "按鈕",
"CATEGORY": "類別",
"MEDIA_CONTENT": "媒體內容",
"MEDIA_CONTENT_FALLBACK": "媒體內容",
"NO_TEMPLATES_AVAILABLE": "沒有可用的 WhatsApp 範本。點擊重新整理以從 WhatsApp 同步範本。",
"REFRESH_BUTTON": "刷新模板",
"REFRESH_SUCCESS": "已啟動模板刷新。更新可能需要幾分鐘的時間。 ",
"REFRESH_ERROR": "刷新範本失敗。請重試。 ",
"LABELS": {
"LANGUAGE": "語言",
"TEMPLATE_BODY": "模板內容",
"CATEGORY": "類別"
}
},
"PARSER": {
"VARIABLES_LABEL": "引數",
"LANGUAGE": "語言",
"CATEGORY": "類別",
"VARIABLE_PLACEHOLDER": "請填寫 {variable}",
"GO_BACK_LABEL": "返回",
"SEND_MESSAGE_LABEL": "傳送訊息",
"FORM_ERROR_MESSAGE": "你必須填寫所有引數才能傳送",
"MEDIA_HEADER_LABEL": "{type} 標題",
"OTP_CODE": "輸入 4 到 8 位數的一次性密碼",
"EXPIRY_MINUTES": "輸入到期分鐘",
"BUTTON_PARAMETERS": "按鈕參數",
"BUTTON_LABEL": "按鈕{index}",
"COUPON_CODE": "輸入優惠券代碼(最多 15 個字元)",
"MEDIA_URL_LABEL": "輸入 {type} URL",
"DOCUMENT_NAME_PLACEHOLDER": "輸入文件檔案名稱(例如 Invoice_2025.pdf",
"BUTTON_PARAMETER": "輸入按鈕參數"
}
}
}