Files
leadchat/app/javascript/dashboard/i18n/locale/ru/resetPassword.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

16 lines
609 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": "Отправить"
}
}