chore: Update translations (#6941)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
24
app/javascript/dashboard/i18n/locale/ko/auditLogs.json
Normal file
24
app/javascript/dashboard/i18n/locale/ko/auditLogs.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"AUDIT_LOGS": {
|
||||
"HEADER": "Audit Logs",
|
||||
"HEADER_BTN_TXT": "Add Audit Logs",
|
||||
"LOADING": "Fetching Audit Logs",
|
||||
"SEARCH_404": "이 쿼리와 일치하는 항목이 없음",
|
||||
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no Audit Logs available in this account.",
|
||||
"TITLE": "Manage Audit Logs",
|
||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
||||
"TABLE_HEADER": [
|
||||
"User",
|
||||
"Action",
|
||||
"IP 주소",
|
||||
"Time"
|
||||
]
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
||||
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,8 +120,9 @@
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "연락처의 전화 번호 입력",
|
||||
"LABEL": "전화 번호",
|
||||
"HELP": "전화번호는 E.164 형식이여야 합니다. 예: +1415555555 [+][국가 코드][지역 코드][전화번호]",
|
||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]. You can select the dial code from the dropdown.",
|
||||
"ERROR": "전화번호는 비어있거나 E.164 형식이여야 합니다",
|
||||
"DIAL_CODE_ERROR": "Please select a dial code from the list",
|
||||
"DUPLICATE": "이 전화번호는 다른 연락처에 사용 중입니다."
|
||||
},
|
||||
"LOCATION": {
|
||||
@@ -181,7 +182,8 @@
|
||||
"LABEL": "~~에게"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "받은 메시지함",
|
||||
"LABEL": "Via Inbox",
|
||||
"PLACEHOLDER": "Choose source inbox",
|
||||
"ERROR": "받은 메시지함 선택"
|
||||
},
|
||||
"SUBJECT": {
|
||||
|
||||
@@ -478,6 +478,8 @@
|
||||
"WHATSAPP_SECTION_UPDATE_TITLE": "Update API Key",
|
||||
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Enter the new API Key here",
|
||||
"WHATSAPP_SECTION_UPDATE_BUTTON": "업데이트",
|
||||
"WHATSAPP_WEBHOOK_TITLE": "Webhook Verify Token",
|
||||
"WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.",
|
||||
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings"
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
"HOME": "홈",
|
||||
"AGENTS": "에이전트",
|
||||
"AGENT_BOTS": "봇",
|
||||
"AUDIT_LOGS": "Audit Logs",
|
||||
"INBOXES": "받은 메시지함",
|
||||
"NOTIFICATIONS": "알림",
|
||||
"CANNED_RESPONSES": "미리 준비된 답변",
|
||||
|
||||
Reference in New Issue
Block a user