mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03: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
38 lines
1002 B
JSON
38 lines
1002 B
JSON
{
|
|
"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": "選擇時間線"
|
|
}
|