diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:51 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:51 -0400 |
commit | 74a997586a213845e23fbcb52f3c9b12e9896978 (patch) | |
tree | f85ec206703efe03210d032e8d9c1695fd911a2d | |
parent | New translations auth.json (Japanese) (diff) | |
download | server-74a997586a213845e23fbcb52f3c9b12e9896978.tar.xz |
New translations auth.json (Korean)
-rw-r--r-- | api/locales/ko/auth.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/api/locales/ko/auth.json b/api/locales/ko/auth.json index 683ba78a..e19547a0 100644 --- a/api/locales/ko/auth.json +++ b/api/locales/ko/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다", - "INVALID_PASSWORD": "비밀번호가 틀렸습니다", - "ACCOUNT_DISABLED": "이 계정은 비활성화되었습니다" + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다", - "INVITE_ONLY": "초대받은 사람만 가입할 수 있습니다", - "EMAIL_INVALID": "이메일이 유효하지 않습니다", - "EMAIL_ALREADY_REGISTERED": "이미 등록된 이메일입니다", - "DATE_OF_BIRTH_UNDERAGE": "최소 {{years}} 이상이어야 합니다", - "CONSENT_REQUIRED": "서비스 약관 및 개인정보 취급방침에 동의하셔야 합니다.", - "USERNAME_TOO_MANY_USERS": "이 사용자명을 쓰는 사용자가 너무 많습니다. 다른 사용자명을 시도하세요" + "REGISTRATION_DISABLED": "New user registration is disabled", + "INVITE_ONLY": "You must be invited to register", + "EMAIL_INVALID": "Invalid Email", + "EMAIL_ALREADY_REGISTERED": "Email is already registered", + "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } } |