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

73 lines
1.5 KiB
JSON

{
"SNOOZE_PARSER": {
"UNITS": {
"MINUTE": "分鐘",
"MINUTES": "分鐘",
"HOUR": "小時",
"HOURS": "小時",
"DAY": "天",
"DAYS": "天",
"WEEK": "週",
"WEEKS": "週",
"MONTH": "月",
"MONTHS": "月",
"YEAR": "年",
"YEARS": "年"
},
"HALF": "半",
"NEXT": "下一個",
"THIS": "這個",
"AT": "在",
"IN": "在",
"FROM_NOW": "之後",
"NEXT_YEAR": "明年",
"MERIDIEM": {
"AM": "上午",
"PM": "下午"
},
"RELATIVE": {
"TOMORROW": "明天",
"DAY_AFTER_TOMORROW": "後天",
"NEXT_WEEK": "下週",
"NEXT_MONTH": "下個月",
"THIS_WEEKEND": "這個週末",
"NEXT_WEEKEND": "下個週末"
},
"TIME_OF_DAY": {
"MORNING": "早上",
"AFTERNOON": "下午",
"EVENING": "傍晚",
"NIGHT": "晚上",
"NOON": "中午",
"MIDNIGHT": "午夜"
},
"WORD_NUMBERS": {
"ONE": "一",
"TWO": "二",
"THREE": "三",
"FOUR": "四",
"FIVE": "五",
"SIX": "六",
"SEVEN": "七",
"EIGHT": "八",
"NINE": "九",
"TEN": "十",
"TWELVE": "十二",
"FIFTEEN": "十五",
"TWENTY": "二十",
"THIRTY": "三十"
},
"ORDINALS": {
"FIRST": "第一",
"SECOND": "第二",
"THIRD": "第三",
"FOURTH": "第四",
"FIFTH": "第五"
},
"OF": "的",
"AFTER": "之後",
"WEEK": "週",
"DAY": "天"
}
}