Chatwoot/app/javascript/dashboard/i18n/locale/ru/resetPassword.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

15 lines
588 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.

{
"RESET_PASSWORD": {
"TITLE": "Восстановить пароль",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Пожалуйста, введите ваш email",
"ERROR": "Пожалуйста, введите правильный email"
},
"API": {
"SUCCESS_MESSAGE": "Ссылка для сброса пароля была отправлена на ваш email",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже"
},
"SUBMIT": "Отправить"
}
}