Files
homarr/public/locales/el/authentication/login.json
2023-10-08 12:12:44 +02:00

20 lines
670 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": "Τα διαπιστευτήριά σας είναι λανθασμένα ή αυτός ο λογαριασμός δεν υπάρχει. Προσπαθήστε ξανά."
}