Translate all English strings to Korean across 41 frontend locale files and 2 backend locale files. Add structurally missing keys and translate existing keys that were left in English. # Pull Request Template ## Description Please include a summary of the change and issue(s) fixed. Also, mention relevant motivation, context, and any dependencies that this change requires. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality not to work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented on my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules Co-authored-by: Sojan Jose <sojan@pepalo.com>
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"REGISTER": {
|
|
"TRY_WOOT": "계정 만들기",
|
|
"TITLE": "회원가입",
|
|
"TESTIMONIAL_HEADER": "앞으로 나아가기 위한 단 한 걸음",
|
|
"TESTIMONIAL_CONTENT": "고객과 소통하고, 유지하고, 새로운 고객을 찾는 것은 한 걸음이면 됩니다.",
|
|
"TERMS_ACCEPT": "계정을 생성하면 <a href=\"https://www.chatwoot.com/terms\">이용약관</a> 및 <a href=\"https://www.chatwoot.com/privacy-policy\">개인정보 처리방침</a>에 동의하는 것입니다",
|
|
"OAUTH": {
|
|
"GOOGLE_SIGNUP": "Google로 가입"
|
|
},
|
|
"COMPANY_NAME": {
|
|
"LABEL": "회사 이름",
|
|
"PLACEHOLDER": "회사 이름을 입력하십시오. 예: Wayne Enterprises",
|
|
"ERROR": "회사 이름이 너무 짧습니다."
|
|
},
|
|
"FULL_NAME": {
|
|
"LABEL": "전체 이름",
|
|
"PLACEHOLDER": "전체 이름을 입력하십시오. 예: Taeyeon Kim",
|
|
"ERROR": "전체 이름이 너무 짧습니다."
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "회사 이메일",
|
|
"PLACEHOLDER": "회사 이메일 주소를 입력하십시오. 예: bruce{'@'}wayne{'.'}enterprises",
|
|
"ERROR": "유효한 회사 이메일 주소를 입력하십시오."
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "비밀번호",
|
|
"PLACEHOLDER": "비밀번호",
|
|
"ERROR": "비밀번호가 너무 짧습니다.",
|
|
"IS_INVALID_PASSWORD": "비밀번호에는 최소 대문자 1개, 소문자 1개, 숫자 1개, 특수문자 1개가 포함되어야 합니다.",
|
|
"REQUIREMENTS_LENGTH": "최소 6자 이상",
|
|
"REQUIREMENTS_UPPERCASE": "최소 대문자 1개",
|
|
"REQUIREMENTS_LOWERCASE": "최소 소문자 1개",
|
|
"REQUIREMENTS_NUMBER": "최소 숫자 1개",
|
|
"REQUIREMENTS_SPECIAL": "최소 특수문자 1개"
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "비밀번호 확인",
|
|
"PLACEHOLDER": "비밀번호 확인",
|
|
"ERROR": "비밀번호가 일치하지 않습니다."
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "회원가입이 완료되었습니다",
|
|
"ERROR_MESSAGE": "Chatwoot 서버에 연결할 수 없습니다. 나중에 다시 시도하십시오."
|
|
},
|
|
"SUBMIT": "계정 만들기",
|
|
"HAVE_AN_ACCOUNT": "이미 계정이 있으십니까?",
|
|
"GET_STARTED": "Chatwoot 시작하기"
|
|
}
|
|
}
|