From 853f197d077224ab7731acd6c4689cd34b88d960 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:50:50 -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 c8d3583c3..bef9aa32d 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": "評價您的對話", + "TITLE": "Rate your conversation", "PLACEHOLDER": "告訴我們更多...", "RATINGS": { - "POOR": "😞 差", - "FAIR": "😑 一般", - "AVERAGE": "😐 中等", - "GOOD": "😀 好", - "EXCELLENT": "😍 非常好" + "POOR": "😞 Poor", + "FAIR": "😑 Fair", + "AVERAGE": "😐 Average", + "GOOD": "😀 Good", + "EXCELLENT": "😍 Excellent" } } }