Files
homarr/public/locales/ru/authentication/login.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

20 lines
718 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.
{
"metaTitle": "Вход в систему",
"title": "С возвращением!",
"text": "Пожалуйста, введите свои учетные данные",
"form": {
"fields": {
"username": {
"label": "Имя пользователя"
},
"password": {
"label": "Пароль"
}
},
"buttons": {
"submit": "Войти"
},
"afterLoginRedirection": "После входа вы будете перенаправлены на сайт {{url}}"
},
"alert": "Ваши учетные данные неверны или данный аккаунт не существует. Пожалуйста, попробуйте еще раз."
}