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,15 +1,15 @@
{
"RESET_PASSWORD": {
"TITLE": "Reset Password",
"TITLE": "비밀번호 재설정",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Please enter your email",
"ERROR": "Please enter a valid email"
"LABEL": "이메일",
"PLACEHOLDER": "이메일 주소를 입력하세요.",
"ERROR": "올바른 이메일 주소를 입력하세요."
},
"API": {
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
},
"SUBMIT": "Submit"
"SUBMIT": "보내기"
}
}