add sam2 yolo auto annotation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"form": {
|
||||
"errors": {
|
||||
"webUnknownError": "未知錯誤。請檢查控制台日誌。",
|
||||
"rateLimit": "超過速率限制。請稍後再試。",
|
||||
"usernameRequired": "必須填寫用戶名",
|
||||
"passwordRequired": "必須填寫密碼",
|
||||
"loginFailed": "登入失敗",
|
||||
"unknownError": "未知錯誤。請檢查日誌。"
|
||||
},
|
||||
"user": "用戶名",
|
||||
"password": "密碼",
|
||||
"login": "登入"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"group": {
|
||||
"camera": {
|
||||
"setting": {
|
||||
"audio": {
|
||||
"tips": {
|
||||
"title": "此串流必須從你的鏡頭輸出音訊並在 go2rtc 中設定。",
|
||||
"document": "閱讀文件 "
|
||||
}
|
||||
},
|
||||
"streamMethod": {
|
||||
"method": {
|
||||
"continuousStreaming": {
|
||||
"desc": {
|
||||
"warning": "持續串流可能導致高頻寬使用及效能問題,請小心使用。",
|
||||
"title": "即使沒有偵測到活動,只要在控制台上可見,鏡頭影像也會一直保持即時串流。"
|
||||
},
|
||||
"label": "持續串流"
|
||||
},
|
||||
"smartStreaming": {
|
||||
"label": "智能串流(建議)",
|
||||
"desc": "當沒有偵測到活動時,智能串流會每分鐘更新一次鏡頭影像以節省頻寬和資源。當偵測到活動時,影像會無縫切換到即時串流。"
|
||||
},
|
||||
"noStreaming": {
|
||||
"label": "不串流",
|
||||
"desc": "鏡頭影像每分鐘只會更新一次,不會進行即時串流。"
|
||||
}
|
||||
},
|
||||
"label": "串流方式",
|
||||
"placeholder": "選擇串流方式"
|
||||
},
|
||||
"compatibilityMode": {
|
||||
"label": "相容模式",
|
||||
"desc": "只有當你的鏡頭串流出現色彩異常及右側有斜線時,才啟用此選項。"
|
||||
},
|
||||
"label": "鏡頭串流設定",
|
||||
"title": "{{cameraName}} 串流設定",
|
||||
"desc": "更改此鏡頭群組控制台的即時串流選項。<em>這些設定是裝置/瀏覽器專屬的。</em>",
|
||||
"audioIsAvailable": "此串流有提供音訊",
|
||||
"audioIsUnavailable": "此串流沒有音訊",
|
||||
"placeholder": "選擇串流來源",
|
||||
"stream": "串流"
|
||||
},
|
||||
"birdseye": "鳥瞰"
|
||||
},
|
||||
"delete": {
|
||||
"confirm": {
|
||||
"title": "確認刪除",
|
||||
"desc": "你確定要刪除鏡頭群組 <em>{{name}}</em> 嗎?"
|
||||
},
|
||||
"label": "刪除鏡頭群組"
|
||||
},
|
||||
"name": {
|
||||
"errorMessage": {
|
||||
"exists": "鏡頭群組名稱已存在。",
|
||||
"invalid": "鏡頭群組名稱無效。",
|
||||
"mustLeastCharacters": "鏡頭群組名稱必須至少包含兩個字元。",
|
||||
"nameMustNotPeriod": "鏡頭群組名稱不能包含句號。"
|
||||
},
|
||||
"placeholder": "請輸入名稱…",
|
||||
"label": "名稱"
|
||||
},
|
||||
"icon": "圖標",
|
||||
"cameras": {
|
||||
"desc": "為此群組選擇鏡頭。",
|
||||
"label": "鏡頭"
|
||||
},
|
||||
"label": "鏡頭群組",
|
||||
"add": "新增鏡頭群組",
|
||||
"edit": "編輯鏡頭群組",
|
||||
"success": "鏡頭群組({{name}})已儲存。"
|
||||
},
|
||||
"debug": {
|
||||
"options": {
|
||||
"label": "設定",
|
||||
"title": "選項",
|
||||
"showOptions": "顯示選項",
|
||||
"hideOptions": "隱藏選項"
|
||||
},
|
||||
"mask": "遮罩",
|
||||
"boundingBox": "框選區",
|
||||
"motion": "移動",
|
||||
"regions": "大區域",
|
||||
"timestamp": "時間戳記",
|
||||
"zones": "區域"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"restart": {
|
||||
"title": "你確定要重新啟動 Frigate 嗎?",
|
||||
"button": "重新啟動",
|
||||
"restarting": {
|
||||
"title": "Frigate 正在重新啟動",
|
||||
"content": "此頁面將在 {{countdown}} 秒後重新載入。",
|
||||
"button": "立即強制重新載入"
|
||||
}
|
||||
},
|
||||
"explore": {
|
||||
"plus": {
|
||||
"submitToPlus": {
|
||||
"label": "提交到 Frigate+",
|
||||
"desc": "位於你想避免的區域的物件並不是誤判。提交這些作為誤判會令模型混淆。"
|
||||
},
|
||||
"review": {
|
||||
"question": {
|
||||
"label": "確認此標籤給 Frigate Plus",
|
||||
"ask_a": "此物件是 <code>{{label}}</code> 嗎?",
|
||||
"ask_an": "此物件是 <code>{{label}}</code> 嗎?",
|
||||
"ask_full": "此物件是 <code>{{untranslatedLabel}}</code>({{translatedLabel}})嗎?"
|
||||
},
|
||||
"state": {
|
||||
"submitted": "已提交"
|
||||
}
|
||||
}
|
||||
},
|
||||
"video": {
|
||||
"viewInHistory": "在歷史記錄中查看"
|
||||
}
|
||||
},
|
||||
"export": {
|
||||
"time": {
|
||||
"fromTimeline": "從時間線選取",
|
||||
"lastHour_other": "最后{{count}}小時",
|
||||
"end": {
|
||||
"label": "選擇結束時間",
|
||||
"title": "結束時間"
|
||||
},
|
||||
"custom": "自訂",
|
||||
"start": {
|
||||
"title": "開始時間",
|
||||
"label": "選擇開始時間"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"placeholder": "為匯出命名"
|
||||
},
|
||||
"select": "選取",
|
||||
"export": "匯出",
|
||||
"selectOrExport": "選取或匯出",
|
||||
"toast": {
|
||||
"error": {
|
||||
"failed": "無法開始匯出:{{error}}",
|
||||
"noVaildTimeSelected": "沒有選取有效的時間範圍",
|
||||
"endTimeMustAfterStartTime": "結束時間必須在開始時間之後"
|
||||
},
|
||||
"success": "成功開始匯出。請到 /exports 資料夾查看檔案。"
|
||||
},
|
||||
"fromTimeline": {
|
||||
"saveExport": "儲存匯出",
|
||||
"previewExport": "預覽匯出"
|
||||
}
|
||||
},
|
||||
"streaming": {
|
||||
"label": "串流",
|
||||
"restreaming": {
|
||||
"disabled": "此鏡頭未啟用重串流。",
|
||||
"desc": {
|
||||
"title": "設定 go2rtc 以啟用此鏡頭的更多即時預覽選項及音訊。",
|
||||
"readTheDocumentation": "閱讀文件"
|
||||
}
|
||||
},
|
||||
"showStats": {
|
||||
"desc": "啟用此選項可在鏡頭畫面上顯示串流統計資料。",
|
||||
"label": "顯示串流統計資料"
|
||||
},
|
||||
"debugView": "除錯檢視"
|
||||
},
|
||||
"search": {
|
||||
"saveSearch": {
|
||||
"label": "儲存搜尋",
|
||||
"desc": "請為這個已儲存的搜尋輸入名稱。",
|
||||
"placeholder": "請輸入搜尋名稱",
|
||||
"overwrite": "{{searchName}} 已存在。儲存將會覆蓋現有資料。",
|
||||
"button": {
|
||||
"save": {
|
||||
"label": "儲存此搜尋"
|
||||
}
|
||||
},
|
||||
"success": "搜尋({{searchName}})已儲存。"
|
||||
}
|
||||
},
|
||||
"recording": {
|
||||
"confirmDelete": {
|
||||
"title": "確認刪除",
|
||||
"desc": {
|
||||
"selected": "你確定要刪除與此審查項目相關的所有錄影嗎?<br /><br />按住 <em>Shift</em> 鍵可略過未來此對話框。"
|
||||
},
|
||||
"toast": {
|
||||
"success": "已成功刪除所選審查項目相關的影片片段。",
|
||||
"error": "刪除失敗:{{error}}"
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"export": "匯出",
|
||||
"markAsReviewed": "標記為已審查",
|
||||
"deleteNow": "立即刪除",
|
||||
"markAsUnreviewed": "標記為未審查"
|
||||
}
|
||||
},
|
||||
"imagePicker": {
|
||||
"selectImage": "選取追蹤物件縮圖",
|
||||
"search": {
|
||||
"placeholder": "以標籤或子標籤搜尋..."
|
||||
},
|
||||
"noImages": "未找到此鏡頭的縮圖"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"reset": {
|
||||
"label": "重設篩選條件為預設值"
|
||||
},
|
||||
"subLabels": {
|
||||
"all": "所有子標籤",
|
||||
"label": "子標籤"
|
||||
},
|
||||
"score": "分數",
|
||||
"features": {
|
||||
"label": "特徵",
|
||||
"hasSnapshot": "有快照",
|
||||
"hasVideoClip": "有影片片段",
|
||||
"submittedToFrigatePlus": {
|
||||
"label": "已提交到 Frigate+",
|
||||
"tips": "你必須先篩選出有快照的追蹤物件。<br /><br />沒有快照的追蹤物件無法提交到 Frigate+。"
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"label": "排序",
|
||||
"dateAsc": "日期(由舊到新)",
|
||||
"dateDesc": "日期(由新到舊)",
|
||||
"scoreAsc": "物件分數(由細到大)",
|
||||
"scoreDesc": "物件分數(由大到細)",
|
||||
"speedAsc": "預計速度(由慢到快)",
|
||||
"speedDesc": "預計速度(由快到慢)",
|
||||
"relevance": "相關性"
|
||||
},
|
||||
"cameras": {
|
||||
"label": "鏡頭篩選",
|
||||
"all": {
|
||||
"title": "所有鏡頭",
|
||||
"short": "鏡頭"
|
||||
}
|
||||
},
|
||||
"review": {
|
||||
"showReviewed": "顯示已審查"
|
||||
},
|
||||
"motion": {
|
||||
"showMotionOnly": "只顯示有移動"
|
||||
},
|
||||
"explore": {
|
||||
"settings": {
|
||||
"title": "設定",
|
||||
"defaultView": {
|
||||
"summary": "摘要",
|
||||
"unfilteredGrid": "未篩選網格",
|
||||
"desc": "當未選取篩選條件時,顯示每個標籤最近追蹤物件的摘要,或顯示未篩選的網格。",
|
||||
"title": "預設檢視"
|
||||
},
|
||||
"gridColumns": {
|
||||
"title": "網格欄數",
|
||||
"desc": "選擇網格檢視中的欄數。"
|
||||
},
|
||||
"searchSource": {
|
||||
"label": "搜尋來源",
|
||||
"desc": "選擇搜尋追蹤物件的縮圖還是描述。",
|
||||
"options": {
|
||||
"thumbnailImage": "縮圖",
|
||||
"description": "描述"
|
||||
}
|
||||
}
|
||||
},
|
||||
"date": {
|
||||
"selectDateBy": {
|
||||
"label": "選擇日期進行篩選"
|
||||
}
|
||||
}
|
||||
},
|
||||
"logSettings": {
|
||||
"filterBySeverity": "依嚴重程度篩選日誌",
|
||||
"loading": {
|
||||
"desc": "當日誌窗格捲動到底部時,新日誌將自動串流顯示。",
|
||||
"title": "載入中"
|
||||
},
|
||||
"label": "篩選日誌等級",
|
||||
"allLogs": "所有日誌",
|
||||
"disableLogStreaming": "停用日誌串流"
|
||||
},
|
||||
"trackedObjectDelete": {
|
||||
"title": "確認刪除",
|
||||
"toast": {
|
||||
"success": "成功刪除追蹤物件。",
|
||||
"error": "刪除追蹤物件失敗:{{errorMessage}}"
|
||||
},
|
||||
"desc": "刪除這 {{objectLength}} 個追蹤物件將會移除快照、儲存的嵌入資料,以及相關的物件生命週期記錄。歷史檢視中的錄影檔案<em>不會</em>被刪除。<br /><br />你確定要繼續嗎?<br /><br />按住 <em>Shift</em> 鍵可略過未來此對話框。"
|
||||
},
|
||||
"recognizedLicensePlates": {
|
||||
"loading": "載入已識別車牌中…",
|
||||
"noLicensePlatesFound": "找不到車牌。",
|
||||
"selectPlatesFromList": "從列表中選取一個或多個車牌。",
|
||||
"placeholder": "輸入以搜尋車牌…",
|
||||
"title": "已識別車牌",
|
||||
"loadFailed": "載入已識別車牌失敗。",
|
||||
"selectAll": "全部選取",
|
||||
"clearAll": "全部清除"
|
||||
},
|
||||
"estimatedSpeed": "預計速度({{unit}})",
|
||||
"labels": {
|
||||
"label": "標籤",
|
||||
"count_one": "{{count}} 個標籤",
|
||||
"all": {
|
||||
"title": "所有標籤",
|
||||
"short": "標籤"
|
||||
},
|
||||
"count_other": "{{count}} 個標籤"
|
||||
},
|
||||
"zoneMask": {
|
||||
"filterBy": "按區域遮罩篩選"
|
||||
},
|
||||
"zones": {
|
||||
"label": "區域",
|
||||
"all": {
|
||||
"short": "區域",
|
||||
"title": "所有區域"
|
||||
}
|
||||
},
|
||||
"filter": "篩選",
|
||||
"dates": {
|
||||
"all": {
|
||||
"title": "所有日期",
|
||||
"short": "日期"
|
||||
},
|
||||
"selectPreset": "選擇預設設定…"
|
||||
},
|
||||
"more": "更多篩選條件",
|
||||
"timeRange": "時間範圍",
|
||||
"classes": {
|
||||
"label": "分類",
|
||||
"all": {
|
||||
"title": "所有分類"
|
||||
},
|
||||
"count_one": "{{count}} 個分類",
|
||||
"count_other": "{{count}} 個分類"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"selectIcon": "選擇圖示",
|
||||
"search": {
|
||||
"placeholder": "搜尋圖示…"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"button": {
|
||||
"downloadVideo": {
|
||||
"label": "下載影片",
|
||||
"toast": {
|
||||
"success": "你的審查項目影片已開始下載。"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"noRecordingsFoundForThisTime": "此時間段內沒有錄影",
|
||||
"noPreviewFound": "找不到預覽",
|
||||
"submitFrigatePlus": {
|
||||
"submit": "提交",
|
||||
"title": "提交此畫面至 Frigate+?"
|
||||
},
|
||||
"streamOffline": {
|
||||
"desc": "{{cameraName}} 的 <code>detect</code> 串流未接收到任何畫面,請檢查錯誤日誌",
|
||||
"title": "串流已離線"
|
||||
},
|
||||
"cameraDisabled": "鏡頭已停用",
|
||||
"stats": {
|
||||
"bandwidth": {
|
||||
"short": "頻寬",
|
||||
"title": "頻寬:"
|
||||
},
|
||||
"latency": {
|
||||
"value": "{{seconds}} 秒",
|
||||
"short": {
|
||||
"value": "{{seconds}} 秒",
|
||||
"title": "延遲"
|
||||
},
|
||||
"title": "延遲:"
|
||||
},
|
||||
"totalFrames": "總畫面數:",
|
||||
"droppedFrames": {
|
||||
"short": {
|
||||
"title": "已丟棄",
|
||||
"value": "{{droppedFrames}} 個畫面"
|
||||
},
|
||||
"title": "丟棄畫面數:"
|
||||
},
|
||||
"decodedFrames": "解碼畫面數:",
|
||||
"droppedFrameRate": "畫面丟棄率:",
|
||||
"streamType": {
|
||||
"title": "串流類型:",
|
||||
"short": "類型"
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"success": {
|
||||
"submittedFrigatePlus": "成功提交畫面至 Frigate+"
|
||||
},
|
||||
"error": {
|
||||
"submitFrigatePlusFailed": "提交畫面至 Frigate+ 失敗"
|
||||
}
|
||||
},
|
||||
"noPreviewFoundFor": "找不到 {{cameraName}} 的預覽",
|
||||
"livePlayerRequiredIOSVersion": "此串流類型需要 iOS 17.1 或以上版本。"
|
||||
}
|
||||
Reference in New Issue
Block a user