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:
Hosted Weblate 2026-02-03 09:07:40 +01:00
parent 2fa2e72807
commit c847cd467c
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
3 changed files with 26 additions and 2 deletions

View File

@ -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": "建立自訂模型,用於監控和分類特定攝影機區域的狀態變化。"
}
}
}

View File

@ -62,5 +62,6 @@
},
"normalActivity": "正常",
"needsReview": "待審核",
"securityConcern": "安全隱憂"
"securityConcern": "安全隱憂",
"select_all": "全選"
}

View File

@ -105,10 +105,20 @@
"small": {
"title": "小"
}
},
"title": "語意搜尋",
"desc": "Frigate 中的語意搜尋功能可讓您使用圖像本身、使用者定義的文字描述或自動產生的描述,在審核專案中尋找追蹤物件。",
"reindexNow": {
"label": "立即重新索引",
"desc": "重新索引會為所有追蹤物件重新產生嵌入向量。此過程在背景運行,可能會佔用大量 CPU 資源,並且耗時較長,具體取決於追蹤物件的數量。"
}
},
"faceRecognition": {
"title": "人臉識別"
},
"birdClassification": {
"title": "鳥類分類",
"desc": "鳥類分類功能使用量化的 TensorFlow 模型識別已知鳥類。識別出已知鳥類後,其通用名稱將作為子標籤添加。此資訊會顯示在使用者介面、篩選器以及通知中。"
}
},
"cameraWizard": {