mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 23:58:22 +03:00
Some details here https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-crs-rulegroups-rules?tabs=drs21%2Cowasp32#crs930-32 https://github.com/coreruleset/coreruleset/blob/main/rules/restricted-files.data#L354
17 lines
553 B
JSON
17 lines
553 B
JSON
{
|
|
"form": {
|
|
"user": "用户名",
|
|
"password": "密码",
|
|
"login": "登录",
|
|
"errors": {
|
|
"usernameRequired": "用户名不能为空",
|
|
"passwordRequired": "密码不能为空",
|
|
"rateLimit": "超出请求限制,请稍后再试。",
|
|
"loginFailed": "登录失败",
|
|
"unknownError": "未知错误,请检查日志。",
|
|
"webUnknownError": "未知错误,请检查控制台日志。"
|
|
},
|
|
"firstTimeLogin": "首次尝试登录?请从 Frigate 日志中查找生成的登录密码等信息。"
|
|
}
|
|
}
|