mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-10 15:25:43 +03:00
16 lines
471 B
JSON
16 lines
471 B
JSON
|
|
{
|
||
|
|
"form": {
|
||
|
|
"user": "Utilizator",
|
||
|
|
"password": "Parola",
|
||
|
|
"login": "Logare",
|
||
|
|
"errors": {
|
||
|
|
"passwordRequired": "Parola este necesara",
|
||
|
|
"rateLimit": "Limita a fost depasita. Reincearca mai tarziu.",
|
||
|
|
"loginFailed": "Logare esuata",
|
||
|
|
"webUnknownError": "Eroare necunoscuta. Verifica logurile din consola.",
|
||
|
|
"usernameRequired": "Utilizatorul este necesar",
|
||
|
|
"unknownError": "Eroare necunoscuta. Verifica logurile."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|