Add face and lpr to tracked object update topic (#17940)

* 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
This commit is contained in:
Nicolas Mowen
2025-04-28 16:43:03 -06:00
committed by GitHub
parent 77ac3b6da0
commit 4b4053d174
17 changed files with 81 additions and 3 deletions
@@ -0,0 +1,15 @@
{
"form": {
"errors": {
"webUnknownError": "未知錯誤。請檢查控制台日誌。",
"rateLimit": "超過速率限制。請稍後再試。",
"usernameRequired": "必須填寫用戶名",
"passwordRequired": "必須填寫密碼",
"loginFailed": "登入失敗",
"unknownError": "未知錯誤。請檢查日誌。"
},
"user": "用戶名",
"password": "密碼",
"login": "登入"
}
}
@@ -0,0 +1,8 @@
{
"iconPicker": {
"selectIcon": "選擇圖示",
"search": {
"placeholder": "搜尋圖示…"
}
}
}
@@ -0,0 +1,10 @@
{
"button": {
"downloadVideo": {
"label": "下載影片",
"toast": {
"success": "你的審查項目影片已開始下載。"
}
}
}
}