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

New translations auth.json (Korean)

This commit is contained in:
Flam3rboy 2021-08-04 15:13:53 +02:00
parent efe6a2d88a
commit 44d2cc1c26

View File

@ -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": "이 사용자명을 쓰는 사용자가 너무 많습니다. 다른 사용자명을 시도하세요"
}
}