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 2025-12-24 15:17:33 +01:00
parent a6bc9637ec
commit 67575657cf
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
2 changed files with 29 additions and 10 deletions

View File

@ -64,7 +64,7 @@
},
"formattedTimestampMonthDay": "M 月 d 日",
"formattedTimestampFilename": {
"12hour": "MM-dd-yy-h-mm-ss-a",
"12hour": "yy年MM月dd日 h時mm分ss秒",
"24hour": "yy年MM月dd日 HH時mm分ss秒"
},
"inProgress": "處理中",
@ -81,9 +81,9 @@
"meters": "公尺"
},
"data": {
"kbps": "kB/",
"mbps": "MB/",
"gbps": "GB/",
"kbps": "kB/s",
"mbps": "MB/s",
"gbps": "GB/s",
"kbph": "kB/小時",
"mbph": "MB/小時",
"gbph": "GB/小時"
@ -276,13 +276,13 @@
"selectItem": "選擇 {{item}}",
"readTheDocumentation": "閱讀文件",
"list": {
"two": "{{0}} {{1}}",
"many": "{{items}}, 及 {{last}}",
"two": "{{0}}和{{1}}",
"many": "{{items}}{{last}}",
"separatorWithSpace": ", "
},
"field": {
"optional": "可選的",
"internalID": "在Frigate 設定檔資料庫使用的內部ID"
"internalID": "在Frigate 設定檔資料庫使用的內部ID"
},
"information": {
"pixels": "{{area}}px"

View File

@ -2,8 +2,8 @@
"toast": {
"success": {
"deletedImage": "已刪除的圖片",
"deletedModel_other": "成功刪除 {{count}} 個模型",
"deletedCategory": "刪除分類",
"deletedModel_other": "成功刪除 {{count}} 個模型",
"deletedCategory": "刪除分類",
"categorizedImage": "成功分類圖片",
"trainedModel": "訓練模型成功。",
"trainingModel": "已開始訓練模型。",
@ -23,7 +23,9 @@
},
"documentTitle": "分類模型",
"details": {
"scoreInfo": "分數表示該目標所有偵測結果的平均分類置信度。"
"scoreInfo": "分數表示該目標所有偵測結果的平均分類置信度。",
"none": "沒有",
"unknown": "未知"
},
"button": {
"deleteClassificationAttempts": "刪除分類圖片",
@ -81,5 +83,22 @@
"categories": "類別",
"createCategory": {
"new": "建立新的類別"
},
"wizard": {
"step1": {
"objectLabel": "物件標籤",
"objectLabelPlaceholder": "請選擇物件類型...",
"classificationType": "分類類型",
"classificationTypeTip": "學習更多有關分類類型",
"description": "狀態模型監視固定攝像頭區域的變化(例如:開關門)。物件模型為檢測到的物件(例如:已知動物、送貨員等等)添加分類。",
"name": "名稱",
"namePlaceholder": "請輸入模型名稱...",
"type": "類別",
"typeState": "狀態",
"typeObject": "物件"
},
"steps": {
"chooseExamples": "選擇範本"
}
}
}