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>
24 lines
744 B
JSON
24 lines
744 B
JSON
{
|
|
"SET_NEW_PASSWORD": {
|
|
"TITLE": "새 비밀번호 설정",
|
|
"PASSWORD": {
|
|
"LABEL": "비밀번호",
|
|
"PLACEHOLDER": "비밀번호",
|
|
"ERROR": "비밀번호가 너무 짧습니다."
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "비밀번호 확인",
|
|
"PLACEHOLDER": "비밀번호 확인",
|
|
"ERROR": "비밀번호가 일치하지 않습니다."
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "비밀번호가 성공적으로 변경되었습니다.",
|
|
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
|
|
},
|
|
"CAPTCHA": {
|
|
"ERROR": "인증이 만료되었습니다. 캡차를 다시 완료해 주십시오."
|
|
},
|
|
"SUBMIT": "보내기"
|
|
}
|
|
}
|