chore: Enable Korean (ko) (#1514)

This commit is contained in:
Sojan Jose
2020-12-16 00:35:40 +05:30
committed by GitHub
parent ac7fdaa997
commit 610142c1b8
124 changed files with 834 additions and 674 deletions

View File

@@ -1,20 +1,20 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "Set New Password",
"TITLE": "새 비밀번호 설정",
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
"LABEL": "비밀번호",
"PLACEHOLDER": "비밀번호",
"ERROR": "비밀번호가 너무 짧음"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match"
"LABEL": "비밀번호 확인",
"PLACEHOLDER": "비밀번호 확인",
"ERROR": "비밀번호가 일치하지 않음"
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "비밀번호 변경 성공",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
},
"SUBMIT": "Submit"
"SUBMIT": "보내기"
}
}