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

20 lines
686 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.

{
"SET_NEW_PASSWORD": {
"TITLE": "Установить новый пароль",
"PASSWORD": {
"LABEL": "Пароль",
"PLACEHOLDER": "Пароль",
"ERROR": "Пароль слишком короткий"
},
"CONFIRM_PASSWORD": {
"LABEL": "Подтвердить пароль",
"PLACEHOLDER": "Подтвердить пароль",
"ERROR": "Пароли не совпадают"
},
"API": {
"SUCCESS_MESSAGE": "Пароль изменен",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже"
},
"SUBMIT": "Отправить"
}
}