mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
* update PR template * fix hook * fix input * fix hook * add all audio detector keys * add frigate+ keys * fix spelling, formatting, and spacing * fix labels * capitalization * fix timestamp * fix menu * fix plus text * fix download label * docs * fix docs build * fix docs formatting
16 lines
427 B
JSON
16 lines
427 B
JSON
{
|
|
"form": {
|
|
"user": "Username",
|
|
"password": "Password",
|
|
"login": "Login",
|
|
"errors": {
|
|
"usernameRequired": "Username is required",
|
|
"passwordRequired": "Password is required",
|
|
"rateLimit": "Exceeded rate limit. Try again later.",
|
|
"loginFailed": "Login failed",
|
|
"unknownError": "Unknown error. Check logs.",
|
|
"webUnknownError": "Unknown error. Check console logs."
|
|
}
|
|
}
|
|
}
|