mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 09:58:51 +03:00
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:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"documentTitle": "設定編輯器 - Frigate",
|
||||
"configEditor": "設定編輯器",
|
||||
"copyConfig": "複製設定",
|
||||
"saveAndRestart": "儲存並重新啟動",
|
||||
"saveOnly": "只儲存",
|
||||
"toast": {
|
||||
"success": {
|
||||
"copyToClipboard": "設定已複製到剪貼簿。"
|
||||
},
|
||||
"error": {
|
||||
"savingError": "儲存設定時出錯"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"camera": "鏡頭",
|
||||
"alerts": "警報",
|
||||
"empty": {
|
||||
"alert": "沒有警報需要審查",
|
||||
"detection": "沒有偵測到的項目需要審查",
|
||||
"motion": "找不到移動數據"
|
||||
},
|
||||
"timeline": "時間線",
|
||||
"events": {
|
||||
"label": "事件",
|
||||
"noFoundForTimePeriod": "此時段內沒有找到事件。",
|
||||
"aria": "選擇事件"
|
||||
},
|
||||
"recordings": {
|
||||
"documentTitle": "錄影 - Frigate"
|
||||
},
|
||||
"calendarFilter": {
|
||||
"last24Hours": "過去24小時"
|
||||
},
|
||||
"markAsReviewed": "標記為已審查",
|
||||
"markTheseItemsAsReviewed": "將這些項目標記為已審查",
|
||||
"newReviewItems": {
|
||||
"label": "查看新的審查項目",
|
||||
"button": "有新的審查項目"
|
||||
},
|
||||
"selected_one": "已選擇 {{count}} 項",
|
||||
"selected_other": "已選擇 {{count}} 項",
|
||||
"allCameras": "所有鏡頭",
|
||||
"documentTitle": "審查 - Frigate",
|
||||
"motion": {
|
||||
"only": "只顯示移動",
|
||||
"label": "移動"
|
||||
},
|
||||
"detections": "偵測",
|
||||
"timeline.aria": "選擇時間線"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filter": "篩選",
|
||||
"export": "匯出",
|
||||
"calendar": "日曆",
|
||||
"filters": "篩選條件",
|
||||
"toast": {
|
||||
"error": {
|
||||
"noValidTimeSelected": "未選擇有效的時間範圍",
|
||||
"endTimeMustAfterStartTime": "結束時間必須在開始時間之後"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user