mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 14:55:43 +03:00
20 lines
640 B
JSON
20 lines
640 B
JSON
{
|
|
"form": {
|
|
"user": "Username",
|
|
"password": "Password",
|
|
"login": "Login",
|
|
"forgotPassword": {
|
|
"label": "Forgot password?",
|
|
"tips": "If you forgot your password, please refer to the following documentation to modify the configuration file and reset your password."
|
|
},
|
|
"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."
|
|
}
|
|
}
|
|
}
|