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
116 lines
3.9 KiB
JSON
116 lines
3.9 KiB
JSON
{
|
|
"MACROS": {
|
|
"HEADER": "巨集",
|
|
"DESCRIPTION": "巨集是一組預先儲存的動作,可協助客服人員輕鬆完成工作。客服人員可以定義一系列動作,例如為對話加上標籤、傳送電子郵件副本、更新自訂屬性等,並透過一鍵執行這些動作。",
|
|
"LEARN_MORE": "瞭解更多關於巨集的資訊",
|
|
"COUNT": "{n} 個巨集",
|
|
"HEADER_BTN_TXT": "新增巨集",
|
|
"HEADER_BTN_TXT_SAVE": "儲存巨集",
|
|
"LOADING": "正在載入巨集",
|
|
"SEARCH_PLACEHOLDER": "搜尋巨集...",
|
|
"NO_RESULTS": "找不到符合搜尋條件的巨集",
|
|
"ERROR": "發生錯誤,請重試",
|
|
"ORDER_INFO": "巨集將依照您新增動作的順序執行。您可以拖曳每個節點旁邊的控制點來重新排列順序。",
|
|
"ADD": {
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "巨集名稱",
|
|
"PLACEHOLDER": "請輸入巨集名稱",
|
|
"ERROR": "建立巨集時必須填寫名稱"
|
|
},
|
|
"ACTIONS": {
|
|
"LABEL": "動作"
|
|
}
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "巨集新增成功",
|
|
"ERROR_MESSAGE": "無法建立巨集,請稍後再試"
|
|
}
|
|
},
|
|
"LIST": {
|
|
"TABLE_HEADER": {
|
|
"NAME": "名稱",
|
|
"CREATED BY": "建立者",
|
|
"LAST_UPDATED_BY": "最後更新者",
|
|
"VISIBILITY": "可見範圍",
|
|
"ACTIONS": "動作"
|
|
},
|
|
"404": "找不到任何巨集"
|
|
},
|
|
"DELETE": {
|
|
"TOOLTIP": "刪除巨集",
|
|
"CONFIRM": {
|
|
"MESSAGE": "您確定要刪除 ",
|
|
"YES": "是,刪除",
|
|
"NO": "否"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "巨集已成功刪除",
|
|
"ERROR_MESSAGE": "刪除巨集時發生錯誤,請稍後再試"
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TOOLTIP": "編輯巨集",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "巨集已成功更新",
|
|
"ERROR_MESSAGE": "無法更新巨集,請稍後再試"
|
|
}
|
|
},
|
|
"EDITOR": {
|
|
"START_FLOW": "開始流程",
|
|
"END_FLOW": "結束流程",
|
|
"LOADING": "正在載入巨集",
|
|
"ADD_BTN_TOOLTIP": "新增動作",
|
|
"DELETE_BTN_TOOLTIP": "刪除動作",
|
|
"VISIBILITY": {
|
|
"LABEL": "巨集可見範圍",
|
|
"GLOBAL": {
|
|
"LABEL": "公開",
|
|
"DESCRIPTION": "此巨集對帳號中的所有客服人員公開可用。"
|
|
},
|
|
"PERSONAL": {
|
|
"LABEL": "私人",
|
|
"DESCRIPTION": "此巨集僅限您個人使用,其他人無法使用。"
|
|
}
|
|
}
|
|
},
|
|
"EXECUTE": {
|
|
"BUTTON_TOOLTIP": "執行",
|
|
"PREVIEW": "預覽巨集",
|
|
"EXECUTED_SUCCESSFULLY": "巨集已成功執行"
|
|
},
|
|
"ERRORS": {
|
|
"ATTRIBUTE_KEY_REQUIRED": "屬性鍵為必填",
|
|
"FILTER_OPERATOR_REQUIRED": "篩選運算子為必填",
|
|
"VALUE_REQUIRED": "此欄位為必填",
|
|
"VALUE_MUST_BE_BETWEEN_1_AND_998": "數值必須介於 1 到 998 之間",
|
|
"ACTION_PARAMETERS_REQUIRED": "動作參數為必填",
|
|
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一個條件",
|
|
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一個動作"
|
|
},
|
|
"ACTIONS": {
|
|
"ASSIGN_TEAM": "指派團隊",
|
|
"ASSIGN_AGENT": "指派客服人員",
|
|
"ADD_LABEL": "新增標籤",
|
|
"REMOVE_LABEL": "移除標籤",
|
|
"REMOVE_ASSIGNED_TEAM": "移除已指派的團隊",
|
|
"SEND_EMAIL_TRANSCRIPT": "傳送電子郵件副本",
|
|
"MUTE_CONVERSATION": "將對話靜音",
|
|
"SNOOZE_CONVERSATION": "暫停對話提醒",
|
|
"RESOLVE_CONVERSATION": "解決對話",
|
|
"SEND_ATTACHMENT": "傳送附件",
|
|
"SEND_MESSAGE": "傳送訊息",
|
|
"CHANGE_PRIORITY": "變更優先順序",
|
|
"ADD_PRIVATE_NOTE": "新增私人備註",
|
|
"SEND_WEBHOOK_EVENT": "傳送 Webhook 事件"
|
|
},
|
|
"PRIORITY_TYPES": {
|
|
"NONE": "無",
|
|
"LOW": "低",
|
|
"MEDIUM": "中",
|
|
"HIGH": "高",
|
|
"URGENT": "緊急"
|
|
}
|
|
}
|
|
}
|