From d1d2ff893462ada8c72b1fc2cf4b0d2fd907b5b5 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:53:36 -0700 Subject: [PATCH] New translations csatmgmt.json (Chinese Traditional) [ci skip] --- .../dashboard/i18n/locale/zh_TW/csatMgmt.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/csatMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/csatMgmt.json index bef9aa32d..c8d3583c3 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/csatMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/csatMgmt.json @@ -1,13 +1,13 @@ { "CSAT": { - "TITLE": "Rate your conversation", + "TITLE": "評價您的對話", "PLACEHOLDER": "告訴我們更多...", "RATINGS": { - "POOR": "😞 Poor", - "FAIR": "😑 Fair", - "AVERAGE": "😐 Average", - "GOOD": "😀 Good", - "EXCELLENT": "😍 Excellent" + "POOR": "😞 差", + "FAIR": "😑 一般", + "AVERAGE": "😐 中等", + "GOOD": "😀 好", + "EXCELLENT": "😍 非常好" } } }