1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00

New translations auth.json (Korean)

This commit is contained in:
Samuel 2021-10-24 12:41:51 -04:00
parent 31a21cb0c9
commit 080cf3c340

View File

@ -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"
}
}