mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (340 of 340 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (179 of 179 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (111 of 111 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (24 of 24 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (53 of 53 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: beginner2047 <leoywng44@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/yue_Hant/ Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-settings
This commit is contained in:
parent
bc74ba5b35
commit
1fa7ce5486
@ -62,7 +62,11 @@
|
||||
},
|
||||
"1hour": "1 小時",
|
||||
"h": "{{time}}小時",
|
||||
"formattedTimestampMonthDay": "M月d日"
|
||||
"formattedTimestampMonthDay": "M月d日",
|
||||
"formattedTimestampMonthDayYear": {
|
||||
"24hour": "yy年MM月dd日",
|
||||
"12hour": "yy年MM月dd日"
|
||||
}
|
||||
},
|
||||
"unit": {
|
||||
"speed": {
|
||||
|
@ -97,6 +97,10 @@
|
||||
"title": "確認刪除",
|
||||
"desc": {
|
||||
"selected": "你確定要刪除與此審查項目相關的所有錄影嗎?<br /><br />按住 <em>Shift</em> 鍵可略過未來此對話框。"
|
||||
},
|
||||
"toast": {
|
||||
"success": "已成功刪除所選審查項目相關的影片片段。",
|
||||
"error": "刪除失敗:{{error}}"
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
|
@ -33,5 +33,6 @@
|
||||
"label": "移動"
|
||||
},
|
||||
"detections": "偵測",
|
||||
"timeline.aria": "選擇時間線"
|
||||
"timeline.aria": "選擇時間線",
|
||||
"detected": "已偵測"
|
||||
}
|
||||
|
@ -192,7 +192,8 @@
|
||||
"success": "追蹤物件已成功刪除。",
|
||||
"error": "刪除追蹤物件失敗:{{errorMessage}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tooltip": "已配對{{type}}({{confidence}}% 信心"
|
||||
},
|
||||
"trackedObjectsCount_other": "{{count}} 個追蹤物件 "
|
||||
}
|
||||
|
@ -5,7 +5,10 @@
|
||||
"person": "人",
|
||||
"confidence": "信心指數",
|
||||
"face": "人臉詳細資料",
|
||||
"faceDesc": "人臉及相關物件的詳細資料"
|
||||
"faceDesc": "產生這個人臉的追蹤物件的詳細資料",
|
||||
"scoreInfo": "子標籤分數是所有已識別人臉的信心值加權分數,因此可能與快照上顯示的分數不同。",
|
||||
"subLabelScore": "子標籤分數",
|
||||
"unknown": "未知"
|
||||
},
|
||||
"description": {
|
||||
"addFace": "逐步了解如何新增一個人臉庫的集合。",
|
||||
@ -25,11 +28,15 @@
|
||||
"steps": {
|
||||
"faceName": "請輸入人臉名稱",
|
||||
"uploadFace": "上傳人臉圖片",
|
||||
"nextSteps": "下一步"
|
||||
"nextSteps": "下一步",
|
||||
"description": {
|
||||
"uploadFace": "請上載一張{{name}}面向鏡頭的相片。相片不需要裁剪至只顯示人臉。"
|
||||
}
|
||||
},
|
||||
"train": {
|
||||
"title": "訓練",
|
||||
"aria": "選擇訓練"
|
||||
"aria": "選擇訓練",
|
||||
"empty": "最近沒有人臉識別嘗試"
|
||||
},
|
||||
"selectFace": "選擇人臉",
|
||||
"deleteFaceLibrary": {
|
||||
@ -45,7 +52,7 @@
|
||||
"reprocessFace": "重新處理人臉",
|
||||
"deleteFace": "刪除人臉",
|
||||
"addFace": "新增人臉",
|
||||
"deleteFaceAttempts": "刪除人臉嘗試記錄",
|
||||
"deleteFaceAttempts": "刪除人臉",
|
||||
"renameFace": "重新命名人臉"
|
||||
},
|
||||
"imageEntry": {
|
||||
@ -78,5 +85,11 @@
|
||||
"trainFailed": "訓練失敗:{{errorMessage}}",
|
||||
"updateFaceScoreFailed": "更新人臉分數失敗:{{errorMessage}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collections": "集合",
|
||||
"deleteFaceAttempts": {
|
||||
"desc_other": "你確定要刪除{{count}}個人臉嗎?這個動作無法還原。",
|
||||
"title": "刪除人臉"
|
||||
},
|
||||
"nofaces": "沒有可用人臉"
|
||||
}
|
||||
|
@ -141,7 +141,8 @@
|
||||
"error": "儲存設定變更失敗:{{errorMessage}}",
|
||||
"success": "分類設定已儲存。請重新啟動 Frigate 以套用你的更改。"
|
||||
},
|
||||
"title": "進階功能設定"
|
||||
"title": "進階功能設定",
|
||||
"unsavedChanges": "進階功能設定更改尚未儲存"
|
||||
},
|
||||
"camera": {
|
||||
"title": "鏡頭設定",
|
||||
@ -173,7 +174,8 @@
|
||||
"selectAlertsZones": "選擇警報的區域",
|
||||
"toast": {
|
||||
"success": "審查分類設定已儲存。請重新啟動Frigate以套用更改。"
|
||||
}
|
||||
},
|
||||
"unsavedChanges": "{{camera}}的審查分類設定尚未儲存"
|
||||
}
|
||||
},
|
||||
"masksAndZones": {
|
||||
@ -256,7 +258,8 @@
|
||||
"allObjects": "所有物件",
|
||||
"speedEstimation": {
|
||||
"title": "速度估算",
|
||||
"desc": "啟用此區域內物件的速度估算。區域必須正好有4個點。"
|
||||
"desc": "啟用此區域內物件的速度估算。區域必須正好有4個點。",
|
||||
"docs": "閱讀文件"
|
||||
},
|
||||
"speedThreshold": {
|
||||
"title": "速度門檻 ({{unit}})",
|
||||
@ -353,7 +356,8 @@
|
||||
},
|
||||
"toast": {
|
||||
"success": "移動設定已儲存。"
|
||||
}
|
||||
},
|
||||
"unsavedChanges": "{{camera}}的移動調校設定尚未儲存"
|
||||
},
|
||||
"debug": {
|
||||
"title": "除錯",
|
||||
@ -545,7 +549,9 @@
|
||||
"settingSaved": "通知設定已儲存。"
|
||||
}
|
||||
},
|
||||
"cancelSuspension": "取消暫停"
|
||||
"cancelSuspension": "取消暫停",
|
||||
"unsavedRegistrations": "通知註冊尚未儲存",
|
||||
"unsavedChanges": "通知設定更改尚未儲存"
|
||||
},
|
||||
"frigatePlus": {
|
||||
"title": "Frigate+設定",
|
||||
@ -588,6 +594,7 @@
|
||||
"error": "儲存設定變更失敗:{{errorMessage}}",
|
||||
"success": "Frigate+設定已儲存。請重新啟動Frigate以套用更改。"
|
||||
},
|
||||
"restart_required": "需要重新啟動(已更改Frigate+模型)"
|
||||
"restart_required": "需要重新啟動(已更改Frigate+模型)",
|
||||
"unsavedChanges": "Frigate+ 設定更改尚未儲存"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user