iachat/app/javascript/dashboard/i18n/locale/ru/login.json
Sojan Jose 83eb92e7ff
chore: Enable Russian, update translations (#1159)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
2020-08-22 17:54:16 +05:30

22 lines
748 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": "Неверное имя пользователя / пароль. Пожалуйста, попробуйте еще раз"
},
"FORGOT_PASSWORD": "Забыли пароль?",
"CREATE_NEW_ACCOUNT": "Создать новый аккаунт",
"SUBMIT": "Вход"
}
}