From 196ed4b0e1387b817c88c6c2d7b7efe43a7bbd28 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:41:47 -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 9e16dc2b3..9b13c89fd 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": "Rate your conversation", - "PLACEHOLDER": "Tell us more...", + "TITLE": "대화를 평가해 주십시오", + "PLACEHOLDER": "더 자세히 알려주십시오...", "RATINGS": { - "POOR": "😞 Poor", - "FAIR": "😑 Fair", - "AVERAGE": "😐 Average", - "GOOD": "😀 Good", - "EXCELLENT": "😍 Excellent" + "POOR": "😞 매우 나쁨", + "FAIR": "😑 나쁨", + "AVERAGE": "😐 보통", + "GOOD": "😀 좋음", + "EXCELLENT": "😍 매우 좋음" } } }