chore: Update translations (#7033)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-05-06 02:40:50 -07:00
committed by GitHub
parent 022383d942
commit 3dedfee350
262 changed files with 3051 additions and 1500 deletions

View File

@@ -35,6 +35,20 @@
"TEXT": "모두"
}
},
"VIEW_FILTER": "보기",
"SORT_TOOLTIP_LABEL": "Sort conversations",
"CHAT_SORT": {
"STATUS": "상태",
"ORDER_BY": "Order by"
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
},
"sort_on_created_at": {
"TEXT": "Created at"
}
},
"ATTACHMENTS": {
"image": {
"CONTENT": "사진 메시지"
@@ -55,6 +69,24 @@
"CONTENT": "URL을 공유함"
}
},
"CHAT_SORT_BY_FILTER": {
"TITLE": "Sort conversation",
"DROPDOWN_TITLE": "Sort by",
"ITEMS": {
"LATEST": {
"NAME": "Last activity at",
"LABEL": "Last activity"
},
"CREATED_AT": {
"NAME": "Created at",
"LABEL": "Created at"
},
"LAST_USER_MESSAGE_AT": {
"NAME": "Last user message at",
"LABEL": "Last message"
}
}
},
"RECEIVED_VIA_EMAIL": "이메일을 통해 수신됨",
"VIEW_TWEET_IN_TWITTER": "트위터에서 트윗 보기",
"REPLY_TO_TWEET": "트윗에 응답하기",

View File

@@ -120,7 +120,7 @@
"PHONE_NUMBER": {
"PLACEHOLDER": "연락처의 전화 번호 입력",
"LABEL": "전화 번호",
"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.",
"HELP": "전화번호는 E.164 형식이여야 합니다. 예: +1415555555 [+][국가 코드][지역 코드][전화번호]",
"ERROR": "전화번호는 비어있거나 E.164 형식이여야 합니다",
"DIAL_CODE_ERROR": "Please select a dial code from the list",
"DUPLICATE": "이 전화번호는 다른 연락처에 사용 중입니다."
@@ -182,7 +182,7 @@
"LABEL": "~~에게"
},
"INBOX": {
"LABEL": "Via Inbox",
"LABEL": "받은 메시지함",
"PLACEHOLDER": "Choose source inbox",
"ERROR": "받은 메시지함 선택"
},

View File

@@ -464,6 +464,7 @@
"AUTO_ASSIGNMENT_SUB_TEXT": "받은 메시지에 추가된 에이전트에 새 대화를 자동으로 할당하거나 할당하지 않도록 설정하십시오.",
"HMAC_VERIFICATION": "사용자 신원 검증",
"HMAC_DESCRIPTION": "In order to validate the user's identity, you can pass an `identifier_hash` for each user. You can generate a HMAC sha256 hash using the `identifier` with the key shown here.",
"HMAC_LINK_TO_DOCS": "You can read more here.",
"HMAC_MANDATORY_VERIFICATION": "Enforce User Identity Validation",
"HMAC_MANDATORY_DESCRIPTION": "If enabled, requests missing the `identifier_hash` will be rejected.",
"INBOX_IDENTIFIER": "Inbox Identifier",

View File

@@ -10,33 +10,33 @@
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises",
"ERROR": "Company name is too short."
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
},
"FULL_NAME": {
"LABEL": "전체 이름",
"PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne",
"ERROR": "계정 이름이 너무 짧음."
"PLACEHOLDER": "전체 이름을 입력합니다. 예: Taeyeon Kim",
"ERROR": "계정 이름이 너무 짧음"
},
"EMAIL": {
"LABEL": "회사 이메일",
"PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises",
"ERROR": "Please enter a valid work email address."
"PLACEHOLDER": "회사 이메일 주소를 입력하세요. 예: taeyeon@girls.generation",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "비밀번호",
"PLACEHOLDER": "비밀번호",
"ERROR": "비밀번호가 너무 짧음.",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character."
"ERROR": "비밀번호가 너무 짧음",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "비밀번호 확인",
"PLACEHOLDER": "비밀번호 확인",
"ERROR": "비밀번호가 일치하지 않음."
"ERROR": "비밀번호가 일치하지 않음"
},
"API": {
"SUCCESS_MESSAGE": "등록 성공",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
"ERROR_MESSAGE": "Woot Server에 연결할 수 없. 나중에 다시 시도하십시오."
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "이미 계정이 있습니까?"