From 5aa2639b490c48970eeb96176c801f6b2f61d9f8 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:42:45 -0700 Subject: [PATCH] New translations csatmgmt.json (Korean) [ci skip] --- .../dashboard/i18n/locale/ko/csatMgmt.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/ko/csatMgmt.json b/app/javascript/dashboard/i18n/locale/ko/csatMgmt.json index 9b13c89fd..9e16dc2b3 100644 --- a/app/javascript/dashboard/i18n/locale/ko/csatMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/csatMgmt.json @@ -1,13 +1,13 @@ { "CSAT": { - "TITLE": "대화를 평가해 주십시오", - "PLACEHOLDER": "더 자세히 알려주십시오...", + "TITLE": "Rate your conversation", + "PLACEHOLDER": "Tell us more...", "RATINGS": { - "POOR": "😞 매우 나쁨", - "FAIR": "😑 나쁨", - "AVERAGE": "😐 보통", - "GOOD": "😀 좋음", - "EXCELLENT": "😍 매우 좋음" + "POOR": "😞 Poor", + "FAIR": "😑 Fair", + "AVERAGE": "😐 Average", + "GOOD": "😀 Good", + "EXCELLENT": "😍 Excellent" } } }