Files
homarr/public/locales/ru/authentication/login.json
2023-01-20 11:08:16 +09:00

28 lines
711 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.
{
"title": "С возвращением!",
"text": "Пожалуйста, введите ваш пароль",
"form": {
"fields": {
"password": {
"label": "Пароль",
"placeholder": "Ваш пароль"
}
},
"buttons": {
"submit": "Войти"
}
},
"notifications": {
"checking": {
"title": "Проверка пароля",
"message": "Ваш пароль проверяется..."
},
"correct": {
"title": "Вход выполнен, перенаправление..."
},
"wrong": {
"title": "Введенный вами пароль неверен, попробуйте еще раз."
}
}
}