frigate/web/public/locales/zh-Hant/views/classificationModel.json
Hosted Weblate 67575657cf
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
2025-12-24 15:17:34 +01:00

105 lines
4.4 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": "選擇範本"
}
}
}