mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 14:55:43 +03:00
15 lines
485 B
JSON
15 lines
485 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.",
|
||
|
|
"webUnkownError": "Unknown error. Check console logs."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|