Comprehensive update to Traditional Chinese (Taiwan) translations. As a native zh-TW speaker and active user based in Taiwan, I found the existing translations were quite incomplete (~54% overall) with many strings still in English. Some existing translations also used Simplified Chinese terms or unnatural phrasing. I chose to submit this as a direct PR rather than going through Crowdin because working through all the files at once is much faster and lets me ensure consistent terminology across the entire locale. Closes #14003 ## What changed **Backend (`config/locales/zh_TW.yml`)** - Translated all ~259 previously untranslated strings (was ~19% complete, now 100%) - Covers: error messages, notifications, activity logs, integration descriptions, Captain AI, public portal, reports **Frontend (42 JSON files under `dashboard/i18n/locale/zh_TW/`)** - Translated ~2,627 previously untranslated strings (was ~50% complete, now ~100%) - Most impacted files: `inboxMgmt.json`, `integrations.json`, `settings.json`, `conversation.json`, `contact.json`, `report.json` **Quality fixes across all files** - Replaced Simplified Chinese terms mixed into zh-TW: 账→帳, 获→取得, 模板→範本, 收件箱→收件匣, 重置→重設, 自定義→自訂 - Standardized terminology for consistency: 客服人員 (agent), 延後 (snooze), 稽核 (audit), 巨集 (macro) - Fixed incorrect translations (e.g., audit log table headers were swapped, availability label was wrong) ## How to test 1. Set account/user language to 中文(台灣) 2. Navigate through the dashboard — settings, inbox management, integrations, reports, conversations 3. Verify strings display in natural Traditional Chinese with no remaining English gaps 4. Check that all placeholders (names, counts, dates) render correctly
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"CANNED_MGMT": {
|
|
"HEADER": "預設回覆",
|
|
"LEARN_MORE": "瞭解更多關於預設回覆",
|
|
"DESCRIPTION": "預設回覆是預先撰寫的回覆範本,可幫助您快速回應對話。客服可以在對話中輸入「/」字元加上簡碼來插入預設回覆。",
|
|
"COUNT": "{n} 個預設回覆 | {n} 個預設回覆",
|
|
"HEADER_BTN_TXT": "新增預設回覆",
|
|
"LOADING": "正在取得預設回覆...",
|
|
"SEARCH_PLACEHOLDER": "搜尋預設回覆...",
|
|
"NO_RESULTS": "找不到符合搜尋條件的預設回覆",
|
|
"SEARCH_404": "沒有任何項目符合此查詢。",
|
|
"LIST": {
|
|
"404": "此帳戶中沒有可用的預設回覆。",
|
|
"TITLE": "管理預設回覆",
|
|
"DESC": "預設回覆是預先定義的回覆範本,可用於快速傳送對話回覆。",
|
|
"TABLE_HEADER": {
|
|
"SHORT_CODE": "簡碼",
|
|
"CONTENT": "內容",
|
|
"ACTIONS": "操作"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"TITLE": "新增預設回覆",
|
|
"DESC": "預設回覆是預先定義的回覆範本,可用於快速傳送對話回覆。",
|
|
"CANCEL_BUTTON_TEXT": "取消",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "簡碼",
|
|
"PLACEHOLDER": "請輸入簡碼。",
|
|
"ERROR": "簡碼為必填。"
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "訊息",
|
|
"PLACEHOLDER": "請輸入您想儲存為範本的訊息,以便日後使用。",
|
|
"ERROR": "訊息為必填。"
|
|
},
|
|
"SUBMIT": "送出"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "預設回覆新增成功。",
|
|
"ERROR_MESSAGE": "無法連接伺服器,請再試一次。"
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "編輯預設回覆",
|
|
"CANCEL_BUTTON_TEXT": "取消",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "簡碼",
|
|
"PLACEHOLDER": "請輸入簡碼。",
|
|
"ERROR": "簡碼為必填。"
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "訊息",
|
|
"PLACEHOLDER": "請輸入您想儲存為範本的訊息,以便日後使用。",
|
|
"ERROR": "訊息為必填。"
|
|
},
|
|
"SUBMIT": "送出"
|
|
},
|
|
"BUTTON_TEXT": "編輯",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "預設回覆更新成功。",
|
|
"ERROR_MESSAGE": "無法連接伺服器,請再試一次。"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "刪除",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "預設回覆刪除成功。",
|
|
"ERROR_MESSAGE": "無法連接伺服器,請再試一次。"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "刪除確認",
|
|
"MESSAGE": "您確定要刪除嗎?",
|
|
"YES": "是,刪除",
|
|
"NO": "不,保留"
|
|
}
|
|
}
|
|
}
|
|
}
|