chore: Update translations (#6999)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-04-28 07:58:03 -07:00
committed by GitHub
parent 02c467b6db
commit be3c75e858
611 changed files with 4830 additions and 2339 deletions

View File

@@ -38,6 +38,7 @@
"CAMPAIGN_NAME": "캠페인 이름",
"LABELS": "라벨",
"BROWSER_LANGUAGE": "언어 표시",
"PRIORITY": "Priority",
"COUNTRY_NAME": "국가 이름",
"REFERER_LINK": "참고 링크",
"CUSTOM_ATTRIBUTE_LIST": "리스트",

View File

@@ -110,7 +110,8 @@
},
"PLACEHOLDER": {
"AGENT": "에이전트 찾기",
"TEAM": "팀 찾기"
"TEAM": "팀 찾기",
"INPUT": "Search for agents"
}
}
}

View File

@@ -37,6 +37,7 @@
"UNKNOWN_FILE_TYPE": "알 수 없는 파일",
"SAVE_CONTACT": "Save",
"UPLOADING_ATTACHMENTS": "첨부 업로드 중...",
"REPLIED_TO_STORY": "Replied to your story",
"SUCCESS_DELETE_MESSAGE": "Message deleted successfully",
"FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again",
"NO_RESPONSE": "응답없음",
@@ -66,6 +67,23 @@
"NEXT_WEEK": "다음 주"
}
},
"PRIORITY": {
"TITLE": "Priority",
"OPTIONS": {
"NONE": "없음",
"URGENT": "Urgent",
"HIGH": "High",
"MEDIUM": "Medium",
"LOW": "Low"
},
"CHANGE_PRIORITY": {
"SELECT_PLACEHOLDER": "없음",
"INPUT_PLACEHOLDER": "Select priority",
"NO_RESULTS": "검색 결과가 없습니다",
"SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}",
"FAILED": "Couldn't change priority. Please try again."
}
},
"CARD_CONTEXT_MENU": {
"PENDING": "Mark as pending",
"RESOLVED": "Mark as resolved",

View File

@@ -101,6 +101,7 @@
"REPORTS": "보고서",
"CONVERSATION": "Conversation",
"CHANGE_ASSIGNEE": "Change Assignee",
"CHANGE_PRIORITY": "Change Priority",
"CHANGE_TEAM": "Change Team",
"ADD_LABEL": "Add label to the conversation",
"REMOVE_LABEL": "Remove label from the conversation",
@@ -126,6 +127,7 @@
"GO_TO_NOTIFICATIONS": "Go to Notifications",
"ADD_LABELS_TO_CONVERSATION": "Add label to the conversation",
"ASSIGN_AN_AGENT": "Assign an agent",
"ASSIGN_PRIORITY": "Assign priority",
"ASSIGN_A_TEAM": "Assign a team",
"MUTE_CONVERSATION": "Mute conversation",
"UNMUTE_CONVERSATION": "Unmute conversation",

View File

@@ -482,6 +482,13 @@
"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"
},
"HELP_CENTER": {
"LABEL": "Help Center",
"PLACEHOLDER": "Select Help Center",
"SELECT_PLACEHOLDER": "Select Help Center",
"REMOVE": "Remove Help Center",
"SUB_TEXT": "Attach a Help Center with the inbox"
},
"AUTO_ASSIGNMENT": {
"MAX_ASSIGNMENT_LIMIT": "Auto assignment limit",
"MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0",

View File

@@ -85,6 +85,23 @@
"JOIN_ERROR": "There was an error joining the call, please try again",
"CREATE_ERROR": "There was an error creating a meeting link, please try again"
},
"OPEN_AI": {
"TITLE": "Improve With AI",
"SUBTITLE": "An improved reply will be generated using AI, based on your current draft.",
"TONE": {
"TITLE": "Tone",
"OPTIONS": {
"PROFESSIONAL": "Professional",
"FRIENDLY": "Friendly"
}
},
"BUTTONS": {
"GENERATE": "Generate",
"GENERATING": "Generating...",
"CANCEL": "취소"
},
"GENERATE_ERROR": "There was an error processing the content, please try again"
},
"DELETE": {
"BUTTON_TEXT": "삭제",
"API": {

View File

@@ -3,7 +3,7 @@
"TITLE": "로그인",
"EMAIL": {
"LABEL": "이메일",
"PLACEHOLDER": "이메일 예시: someone@example.com"
"PLACEHOLDER": "example@companyname.com"
},
"PASSWORD": {
"LABEL": "비밀번호",
@@ -11,8 +11,8 @@
},
"API": {
"SUCCESS_MESSAGE": "로그인 성공",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없. 나중에 다시 시도하십시오.",
"UNAUTH": "사용자 이름/암호가 잘못됨. 다시 시도하십시오."
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요.",
"UNAUTH": "이름 또는 비밀번호가 올바르지 않습니다. 다시 시도해 주세요."
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",

View File

@@ -1,14 +1,14 @@
{
"RESET_PASSWORD": {
"TITLE": "비밀번호 재설정",
"TITLE": "비밀번호 재설정하기",
"EMAIL": {
"LABEL": "이메일",
"PLACEHOLDER": "이메일 주소를 입력하세요.",
"PLACEHOLDER": "이메일을 입력해 주세요.",
"ERROR": "올바른 이메일 주소를 입력하세요."
},
"API": {
"SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없. 나중에 다시 시도하십시오."
"SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨.",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
},
"SUBMIT": "보내기"
}

View File

@@ -14,8 +14,8 @@
"EMPTY_STATE": "No %{item} found for query '%{query}'",
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
"PLACEHOLDER_KEYBINDING": "/ to focus",
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
"INPUT_PLACEHOLDER": "Type 3 or more characters to search",
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ",
"BOT_LABEL": "봇",
"READ_MORE": "Read more",
"WROTE": "wrote:"

View File

@@ -4,16 +4,16 @@
"PASSWORD": {
"LABEL": "비밀번호",
"PLACEHOLDER": "비밀번호",
"ERROR": "비밀번호가 너무 짧음"
"ERROR": "비밀번호가 너무 짧음."
},
"CONFIRM_PASSWORD": {
"LABEL": "비밀번호 확인",
"PLACEHOLDER": "비밀번호 확인",
"ERROR": "비밀번호가 일치하지 않음"
"ERROR": "비밀번호가 일치하지 않음."
},
"API": {
"SUCCESS_MESSAGE": "비밀번호 변경 성공",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없. 나중에 다시 시도하십시오."
"SUCCESS_MESSAGE": "비밀번호 변경 성공.",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."

View File

@@ -10,33 +10,33 @@
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
"PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises",
"ERROR": "Company name is too short."
},
"FULL_NAME": {
"LABEL": "전체 이름",
"PLACEHOLDER": "전체 이름을 입력합니다. 예: Taeyeon Kim",
"ERROR": "계정 이름이 너무 짧음"
"PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne",
"ERROR": "계정 이름이 너무 짧음."
},
"EMAIL": {
"LABEL": "회사 이메일",
"PLACEHOLDER": "회사 이메일 주소를 입력하세요. 예: taeyeon@girls.generation",
"ERROR": "Please enter a valid work email address"
"PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises",
"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 Server에 연결할 수 없. 나중에 다시 시도하십시오."
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "이미 계정이 있습니까?"