iachat/app/javascript/dashboard/i18n/locale/zh_TW/bulkActions.json
YJack0000 45124c3b41
fix(i18n): improve zh-TW translation coverage and quality (#14004)
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
2026-04-08 13:42:20 +05:30

46 lines
1.9 KiB
JSON

{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "已選擇 {conversationCount} 個對話",
"AGENT_SELECT_LABEL": "選擇客服",
"ASSIGN_CONFIRMATION_LABEL": "您確定要將 {conversationCount} 個{conversationLabel}指派給",
"UNASSIGN_CONFIRMATION_LABEL": "您確定要取消指派 {conversationCount} 個{conversationLabel}嗎?",
"GO_BACK_LABEL": "返回",
"ASSIGN_LABEL": "指派",
"YES": "是",
"SEARCH_INPUT_PLACEHOLDER": "搜尋",
"ASSIGN_AGENT_TOOLTIP": "指派客服",
"ASSIGN_TEAM_TOOLTIP": "指派團隊",
"ASSIGN_SUCCESFUL": "對話指派成功。",
"ASSIGN_FAILED": "指派對話失敗,請再試一次。",
"RESOLVE_SUCCESFUL": "對話已成功標記為已解決。",
"RESOLVE_FAILED": "解決對話失敗,請再試一次。",
"ALL_CONVERSATIONS_SELECTED_ALERT": "僅選擇了此頁面上可見的對話。",
"AGENT_LIST_LOADING": "正在載入客服列表",
"UPDATE": {
"CHANGE_STATUS": "變更狀態",
"SNOOZE_UNTIL": "擱置",
"UPDATE_SUCCESFUL": "對話狀態更新成功。",
"UPDATE_FAILED": "更新對話失敗,請再試一次。"
},
"RESOLVE": {
"ALL_MISSING_ATTRIBUTES": "由於缺少必填屬性,無法解決對話",
"PARTIAL_SUCCESS": "部分對話因缺少必填屬性而被跳過"
},
"LABELS": {
"ASSIGN_LABELS": "指派標籤",
"NO_LABELS_FOUND": "找不到標籤",
"ASSIGN_SELECTED_LABELS": "指派已選標籤",
"ASSIGN_SUCCESFUL": "標籤指派成功。",
"ASSIGN_FAILED": "指派標籤失敗,請再試一次。"
},
"TEAMS": {
"TEAM_SELECT_LABEL": "選擇團隊",
"NONE": "無",
"NO_TEAMS_AVAILABLE": "此帳戶尚未新增任何團隊。",
"ASSIGN_SELECTED_TEAMS": "指派已選團隊。",
"ASSIGN_SUCCESFUL": "團隊指派成功。",
"ASSIGN_FAILED": "指派團隊失敗,請再試一次。"
}
}
}