iachat/app/javascript/dashboard/i18n/locale/ru/login.json
2023-02-27 18:15:34 -08:00

27 lines
975 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LOGIN": {
"TITLE": "Войти в Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Например: someone@example.com"
},
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль"
},
"API": {
"SUCCESS_MESSAGE": "Вход выполнен",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже",
"UNAUTH": "Неверное имя пользователя / пароль. Пожалуйста, попробуйте еще раз"
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Забыли пароль?",
"CREATE_NEW_ACCOUNT": "Создать новый аккаунт",
"SUBMIT": "Вход"
}
}