mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 20:09:12 +01:00
Update translation files
Updated by "Squash Git commits" add-on in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ Translation: Frigate NVR/common
This commit is contained in:
parent
2fa2e72807
commit
c847cd467c
@ -6,7 +6,7 @@
|
||||
"deletedCategory": "已刪除分類",
|
||||
"categorizedImage": "成功分類圖片",
|
||||
"trainedModel": "訓練模型成功。",
|
||||
"trainingModel": "已開始訓練模型。",
|
||||
"trainingModel": "已開始模型訓練。",
|
||||
"updatedModel": "已更新模型配置",
|
||||
"renamedCategory": "成功修改分類名稱為{{name}}"
|
||||
},
|
||||
@ -100,5 +100,18 @@
|
||||
"steps": {
|
||||
"chooseExamples": "選擇範本"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"states": "狀態"
|
||||
},
|
||||
"noModels": {
|
||||
"object": {
|
||||
"title": "沒有物件檢測模型",
|
||||
"description": "建立自訂模型以對偵測到的物件進行分類。",
|
||||
"buttonText": "建立物件模型"
|
||||
},
|
||||
"state": {
|
||||
"description": "建立自訂模型,用於監控和分類特定攝影機區域的狀態變化。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -62,5 +62,6 @@
|
||||
},
|
||||
"normalActivity": "正常",
|
||||
"needsReview": "待審核",
|
||||
"securityConcern": "安全隱憂"
|
||||
"securityConcern": "安全隱憂",
|
||||
"select_all": "全選"
|
||||
}
|
||||
|
||||
@ -105,10 +105,20 @@
|
||||
"small": {
|
||||
"title": "小"
|
||||
}
|
||||
},
|
||||
"title": "語意搜尋",
|
||||
"desc": "Frigate 中的語意搜尋功能可讓您使用圖像本身、使用者定義的文字描述或自動產生的描述,在審核專案中尋找追蹤物件。",
|
||||
"reindexNow": {
|
||||
"label": "立即重新索引",
|
||||
"desc": "重新索引會為所有追蹤物件重新產生嵌入向量。此過程在背景運行,可能會佔用大量 CPU 資源,並且耗時較長,具體取決於追蹤物件的數量。"
|
||||
}
|
||||
},
|
||||
"faceRecognition": {
|
||||
"title": "人臉識別"
|
||||
},
|
||||
"birdClassification": {
|
||||
"title": "鳥類分類",
|
||||
"desc": "鳥類分類功能使用量化的 TensorFlow 模型識別已知鳥類。識別出已知鳥類後,其通用名稱將作為子標籤添加。此資訊會顯示在使用者介面、篩選器以及通知中。"
|
||||
}
|
||||
},
|
||||
"cameraWizard": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user