chore: New translation updates (#2533)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "에이전트를 찾을 수 없음."
|
||||
"NO_RESULTS": "검색 결과가 없습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "연락처를 불러오는 중...",
|
||||
"404": "검색과 일치하는 연락처 없음 🔍",
|
||||
"NO_CONTACTS": "There are no available contacts",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "이름",
|
||||
"PHONE_NUMBER": "전화 번호",
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
"DOWNLOAD": "다운로드",
|
||||
"UPLOADING_ATTACHMENTS": "첨부 업로드 중...",
|
||||
"NO_RESPONSE": "응답없음",
|
||||
"RATING_TITLE": "Rating",
|
||||
"FEEDBACK_TITLE": "Feedback",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "해결함",
|
||||
"REOPEN_ACTION": "다시 열기",
|
||||
|
||||
6
app/javascript/dashboard/i18n/locale/ko/csatMgmt.json
Normal file
6
app/javascript/dashboard/i18n/locale/ko/csatMgmt.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"CSAT": {
|
||||
"TITLE": "Rate your conversation",
|
||||
"PLACEHOLDER": "Tell us more..."
|
||||
}
|
||||
}
|
||||
@@ -66,6 +66,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SLACK": {
|
||||
"HELP_TEXT": {
|
||||
"TITLE": "Using Slack Integration",
|
||||
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "삭제",
|
||||
"API": {
|
||||
|
||||
@@ -139,7 +139,9 @@
|
||||
"ACCOUNT_SETTINGS": "계정 설정",
|
||||
"APPLICATIONS": "Applications",
|
||||
"LABELS": "라벨",
|
||||
"TEAMS": "팀"
|
||||
"TEAMS": "팀",
|
||||
"ALL_CONTACTS": "All Contacts",
|
||||
"TAGGED_WITH": "Tagged with"
|
||||
},
|
||||
"CREATE_ACCOUNT": {
|
||||
"NEW_ACCOUNT": "새 계정",
|
||||
|
||||
Reference in New Issue
Block a user