From 44d2cc1c260cda0dce5ceebab2199fa5e5863142 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 4 Aug 2021 15:13:53 +0200 Subject: [PATCH] New translations auth.json (Korean) --- locales/ko/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/ko/auth.json b/locales/ko/auth.json index bcf6fca5..f4ed7c0d 100644 --- a/locales/ko/auth.json +++ b/locales/ko/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다", + "INVALID_PASSWORD": "비밀번호가 틀렸습니다" }, "register": { - "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" + "REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다", + "INVITE_ONLY": "초대받은 사람만 가입할 수 있습니다", + "EMAIL_INVALID": "이메일이 유효하지 않습니다", + "EMAIL_ALREADY_REGISTERED": "이미 등록된 이메일입니다", + "DATE_OF_BIRTH_UNDERAGE": "최소 {{years}} 이상이어야 합니다", + "CONSENT_REQUIRED": "서비스 약관 및 개인정보 취급방침에 동의하셔야 합니다.", + "USERNAME_TOO_MANY_USERS": "이 사용자명을 쓰는 사용자가 너무 많습니다. 다른 사용자명을 시도하세요" } }