mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
* Send tracked object updates for face and license_plate objects * Update docs * Add to type enum * Add camera to object description update * Formatting * Consolidate yue-Hant * Add missing
16 lines
443 B
JSON
16 lines
443 B
JSON
{
|
|
"form": {
|
|
"errors": {
|
|
"webUnknownError": "未知錯誤。請檢查控制台日誌。",
|
|
"rateLimit": "超過速率限制。請稍後再試。",
|
|
"usernameRequired": "必須填寫用戶名",
|
|
"passwordRequired": "必須填寫密碼",
|
|
"loginFailed": "登入失敗",
|
|
"unknownError": "未知錯誤。請檢查日誌。"
|
|
},
|
|
"user": "用戶名",
|
|
"password": "密碼",
|
|
"login": "登入"
|
|
}
|
|
}
|