chore: Update translations from Crowdin (#5663)
This commit is contained in:
5
app/javascript/dashboard/i18n/locale/ko/agentBots.json
Normal file
5
app/javascript/dashboard/i18n/locale/ko/agentBots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,11 @@
|
||||
"BULK_ACTION": {
|
||||
"CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected",
|
||||
"AGENT_SELECT_LABEL": "에이전트 선택",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
|
||||
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
|
||||
"GO_BACK_LABEL": "Go back",
|
||||
"ASSIGN_LABEL": "할당하다",
|
||||
"YES": "예",
|
||||
"ASSIGN_AGENT_TOOLTIP": "Assign Agent",
|
||||
"ASSIGN_SUCCESFUL": "Conversations assigned successfully",
|
||||
"ASSIGN_FAILED": "Failed to assign conversations, please try again",
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
"PUBLISH_ARTICLE": {
|
||||
"API": {
|
||||
"ERROR": "Error while publishing article",
|
||||
"SUCCESS": "Article publishied successfully"
|
||||
"SUCCESS": "Article published successfully"
|
||||
}
|
||||
},
|
||||
"ARCHIVE_ARTICLE": {
|
||||
|
||||
@@ -239,7 +239,9 @@
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "콜백 URL",
|
||||
"SUBTITLE": "You have to configure the webhook URL in facebook developer portal with the URL mentioned here."
|
||||
"SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
|
||||
"WEBHOOK_URL": "웹훅 URL",
|
||||
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create WhatsApp Channel",
|
||||
"API": {
|
||||
@@ -357,7 +359,7 @@
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "받은 메시지함이 준비됨!",
|
||||
"MESSAGE": "이제 새로운 채널을 통해 고객과 대화할 수 있습니다. 행복한 지원 ",
|
||||
"MESSAGE": "이제 새로운 채널을 통해 고객과 대화할 수 있습니다. 행복한 지원",
|
||||
"BUTTON_TEXT": "나를 그곳으로 데려주세요.",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"WEBSITE_SUCCESS": "웹사이트 채널 만들기를 완료하셨습니다. 아래 표시된 코드를 복사하여 웹사이트에 붙여 넣으십시오. 다음에 고객이 라이브 채팅을 사용할 때 대화는 받은 편지함에 자동으로 표시됩니다."
|
||||
|
||||
5
app/javascript/dashboard/i18n/locale/ko/macros.json
Normal file
5
app/javascript/dashboard/i18n/locale/ko/macros.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"MACROS": {
|
||||
"HEADER": "Macros"
|
||||
}
|
||||
}
|
||||
@@ -179,6 +179,7 @@
|
||||
"CONTACTS": "연락처",
|
||||
"HOME": "홈",
|
||||
"AGENTS": "에이전트",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"INBOXES": "받은 메시지함",
|
||||
"NOTIFICATIONS": "알림",
|
||||
"CANNED_RESPONSES": "미리 준비된 답변",
|
||||
@@ -189,6 +190,7 @@
|
||||
"LABELS": "라벨",
|
||||
"CUSTOM_ATTRIBUTES": "사용자 지정 특성",
|
||||
"AUTOMATION": "Automation",
|
||||
"MACROS": "Macros",
|
||||
"TEAMS": "팀",
|
||||
"BILLING": "Billing",
|
||||
"CUSTOM_VIEWS_FOLDER": "Folders",
|
||||
|
||||
Reference in New Issue
Block a user