iachat/app/javascript/dashboard/i18n/locale/ru/login.json
Chatwoot Bot 040e9a732f
chore: Update translations (#6854)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-07 16:05:33 +05:30

27 lines
993 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": "Войти с помощью 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": "Вход"
}
}