mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Fix not deleting thumbnails (#19371)
* Fix not deleting thumbnails * Consoldiate langauge tags
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"documentTitle": "設定編輯器 - Frigate",
|
||||
"configEditor": "設定編輯器",
|
||||
"copyConfig": "複製設定",
|
||||
"saveAndRestart": "保存並重新啟動",
|
||||
"toast": {
|
||||
"error": {
|
||||
"savingError": "保存設定時出錯"
|
||||
},
|
||||
"success": {
|
||||
"copyToClipboard": "已複製設定製剪貼簿。"
|
||||
}
|
||||
},
|
||||
"saveOnly": "僅保存",
|
||||
"confirm": "是否不保存就離開?"
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"alerts": "警報",
|
||||
"detections": "偵測",
|
||||
"motion": {
|
||||
"label": "移動",
|
||||
"only": "只顯示移動"
|
||||
},
|
||||
"empty": {
|
||||
"motion": "未找到移動資料",
|
||||
"alert": "沒有警告需要審核",
|
||||
"detection": "沒有偵測到的內容需要審核"
|
||||
},
|
||||
"timeline": "時間線",
|
||||
"timeline.aria": "選擇時間線",
|
||||
"events": {
|
||||
"label": "事件",
|
||||
"aria": "選擇事件",
|
||||
"noFoundForTimePeriod": "此時間段內沒有找到事件。"
|
||||
},
|
||||
"documentTitle": "審核 - Frigate",
|
||||
"allCameras": "所有鏡頭",
|
||||
"recordings": {
|
||||
"documentTitle": "錄影 - Frigate"
|
||||
},
|
||||
"calendarFilter": {
|
||||
"last24Hours": "過去 24 小時"
|
||||
},
|
||||
"markAsReviewed": "標示為已審核",
|
||||
"markTheseItemsAsReviewed": "將這些內容標記為已審核",
|
||||
"newReviewItems": {
|
||||
"label": "查看新的審核項目",
|
||||
"button": "有新的審核項目"
|
||||
},
|
||||
"selected_one": "已選擇 {{count}} 個",
|
||||
"selected_other": "已選擇 {{count}} 個",
|
||||
"camera": "鏡頭",
|
||||
"detected": "已偵測"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filter": "過濾",
|
||||
"export": "匯出",
|
||||
"calendar": "日曆",
|
||||
"filters": "過濾條件",
|
||||
"toast": {
|
||||
"error": {
|
||||
"noValidTimeSelected": "未選擇有效的時間範圍",
|
||||
"endTimeMustAfterStartTime": "結束時間需晚於開始時間"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user