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

14 lines
271 B
JSON

{
"CSAT": {
"TITLE": "評價您的對話",
"PLACEHOLDER": "告訴我們更多...",
"RATINGS": {
"POOR": "😞 差",
"FAIR": "😑 一般",
"AVERAGE": "😐 中等",
"GOOD": "😀 好",
"EXCELLENT": "😍 非常好"
}
}
}