mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 06:45:40 +03:00
13 lines
293 B
JSON
13 lines
293 B
JSON
|
|
{
|
||
|
|
"form": {
|
||
|
|
"user": "Usuario/a",
|
||
|
|
"password": "Contrasinal",
|
||
|
|
"errors": {
|
||
|
|
"passwordRequired": "Contrasinal obrigatorio",
|
||
|
|
"unknownError": "Erro descoñecido. Revisa os logs.",
|
||
|
|
"usernameRequired": "Usuario/a obrigatorio"
|
||
|
|
},
|
||
|
|
"login": "Iniciar sesión"
|
||
|
|
}
|
||
|
|
}
|