1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 10:11:34 +02:00
server/api/locales/ru/auth.json

17 lines
630 B
JSON
Raw Normal View History

2021-04-06 21:27:14 +02:00
{
2021-05-01 16:09:10 +02:00
"login": {
2021-10-24 18:41:56 +02:00
"INVALID_LOGIN": "E-Mail or Phone not found",
"INVALID_PASSWORD": "Invalid Password",
"ACCOUNT_DISABLED": "This account is disabled"
2021-05-01 16:09:10 +02:00
},
"register": {
2021-10-24 18:41:56 +02:00
"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"
2021-05-01 16:09:10 +02:00
}
}