Files
homarr/public/locales/uk/authentication/login.json
2024-03-15 18:20:07 +01:00

24 lines
746 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}}",
"providersEmpty": {
"title": "",
"message": ""
}
},
"alert": "Ваші облікові дані невірні або такого облікового запису не існує. Будь ласка, спробуйте ще раз."
}