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
443 B
JSON
16 lines
443 B
JSON
{
|
|
"form": {
|
|
"user": "用户名",
|
|
"password": "密码",
|
|
"login": "登录",
|
|
"errors": {
|
|
"usernameRequired": "用户名不能为空",
|
|
"passwordRequired": "密码不能为空",
|
|
"rateLimit": "超出请求限制,请稍后再试。",
|
|
"loginFailed": "登录失败",
|
|
"unknownError": "未知错误,请检查日志。",
|
|
"webUnknownError": "未知错误,请检查控制台日志。"
|
|
}
|
|
}
|
|
}
|