Files
homarr/public/locales/sl/authentication/login.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

28 lines
532 B
JSON

{
"title": "Dobrodošli nazaj!",
"text": "Prosimo vnesite geslo",
"form": {
"fields": {
"password": {
"label": "Geslo",
"placeholder": "Vaše geslo"
}
},
"buttons": {
"submit": "Prijava"
}
},
"notifications": {
"checking": {
"title": "Preverjanje gesla",
"message": "Preverjamo vaše geslo..."
},
"correct": {
"title": "Geslo je pravilno, preusmerjam..."
},
"wrong": {
"title": "Geslo je napačno, poskusite znova."
}
}
}