Files
homarr/public/locales/gl/authentication/login.json
2023-06-21 21:12:45 +09:00

28 lines
416 B
JSON

{
"title": "¡Benvido de novo!",
"text": "Por favor, introduza o seu contrasinal",
"form": {
"fields": {
"password": {
"label": "",
"placeholder": ""
}
},
"buttons": {
"submit": ""
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
},
"correct": {
"title": ""
},
"wrong": {
"title": ""
}
}
}