frigate/web/public/locales/zh-Hant/views/classificationModel.json
Hosted Weblate 3b79b34c07 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
2026-02-03 10:54:04 -07:00

118 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"toast": {
"success": {
"deletedImage": "已刪除的圖片",
"deletedModel_other": "已成功刪除 {{count}} 個模型",
"deletedCategory": "已刪除分類",
"categorizedImage": "成功分類圖片",
"trainedModel": "訓練模型成功。",
"trainingModel": "已開始模型訓練。",
"updatedModel": "已更新模型配置",
"renamedCategory": "成功修改分類名稱為{{name}}"
},
"error": {
"deleteImageFailed": "刪除失敗:{{errorMessage}}",
"deleteCategoryFailed": "刪除分類標籤失敗: {{errorMessage}}",
"deleteModelFailed": "刪除模型失敗: {{errorMessage}}",
"categorizeFailed": "圖片分類失敗: {{errorMessage}}",
"trainingFailed": "模型訓練失敗。請至Frigate 日誌查看詳情。",
"trainingFailedToStart": "模型訓練啟動失敗: {{errorMessage}}",
"updateModelFailed": "模型更新失敗: {{errorMessage}}",
"renameCategoryFailed": "類別重新命名失敗: {{errorMessage}}"
}
},
"documentTitle": "分類模型",
"details": {
"scoreInfo": "分數表示該目標所有偵測結果的平均分類置信度。",
"none": "沒有",
"unknown": "未知"
},
"button": {
"deleteClassificationAttempts": "刪除分類圖片",
"renameCategory": "重新命名分類",
"deleteCategory": "刪除分類",
"deleteImages": "刪除圖片",
"trainModel": "",
"addClassification": "",
"deleteModels": "",
"editModel": ""
},
"tooltip": {
"trainingInProgress": "",
"noNewImages": "",
"noChanges": "",
"modelNotReady": ""
},
"deleteCategory": {
"title": "",
"desc": "{{name}}? ",
"minClassesTitle": "",
"minClassesDesc": "2"
},
"deleteModel": {
"title": "",
"single": "{{name}}? ",
"desc_other": "{{count}}? "
},
"edit": {
"title": "",
"descriptionState": "",
"descriptionObject": "",
"stateClassesInfo": ": "
},
"deleteDatasetImages": {
"title": "",
"desc_other": "{{dataset}}{{count}}? "
},
"deleteTrainImages": {
"title": "",
"desc_other": "{{count}}? "
},
"renameCategory": {
"title": "",
"desc": " {{name}} "
},
"description": {
"invalidName": "'_-"
},
"train": {
"title": "",
"titleShort": "",
"aria": ""
},
"categories": "",
"createCategory": {
"new": ""
},
"wizard": {
"step1": {
"objectLabel": "",
"objectLabelPlaceholder": "...",
"classificationType": "",
"classificationTypeTip": "",
"description": "",
"name": "",
"namePlaceholder": "...",
"type": "",
"typeState": "",
"typeObject": ""
},
"steps": {
"chooseExamples": ""
}
},
"menu": {
"states": ""
},
"noModels": {
"object": {
"title": "",
"description": "",
"buttonText": ""
},
"state": {
"description": ""
}
}
}