From 080cf3c3402f525356dbde32bca78acb4f134e24 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:41:51 -0400 Subject: [PATCH] New translations auth.json (Korean) --- api/locales/ko/auth.json | 20 ++++++++++---------- 1 file 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" } }