Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (136 of 136 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (49 of 49 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 11.9% (78 of 654 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (214 of 214 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (55 of 55 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 97.6% (42 of 43 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 99.2% (135 of 136 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (53 of 53 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (74 of 74 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (131 of 131 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J P <jpoloczek24@gmail.com>
Co-authored-by: windasd <me@windasd.tw>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hant/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate
2026-01-13 13:02:28 -07:00
committed by Nicolas Mowen
co-authored by J P windasd
parent 7d02220ec5
commit bd568ab3b1
9 changed files with 105 additions and 16 deletions
+26 -4
View File
@@ -86,7 +86,14 @@
"otherProcesses": {
"title": "其他行程",
"processCpuUsage": "行程 CPU 使用率",
"processMemoryUsage": "行程記憶體使用量"
"processMemoryUsage": "行程記憶體使用量",
"series": {
"recording": "记录",
"review_segment": "评论部分",
"embeddings": "嵌入",
"audio_detector": "音訊偵測器",
"go2rtc": "go2rtc"
}
}
},
"storage": {
@@ -108,6 +115,10 @@
"title": "未使用",
"tips": "在磁碟中有除了 Frigate 錄影內容以外的檔案時,此數值可能無法正確反應可用的空間。Frigate 不會追蹤錄影資料以外的檔案的儲存空間用量。"
}
},
"shm": {
"title": "SHM(共享記憶體)配置",
"warning": "目前的 SHM 大小為 {{total}}MB,過小。請將其增加至至少 {{min_shm}}MB。"
}
},
"cameras": {
@@ -164,7 +175,8 @@
"reindexingEmbeddings": "正在重新替嵌入資料建立索引(已完成 {{processed}}%",
"cameraIsOffline": "{{camera}} 已離線",
"detectIsSlow": "{{detect}} 偵測速度較慢({{speed}} 毫秒)",
"detectIsVerySlow": "{{detect}} 偵測速度緩慢({{speed}} 毫秒)"
"detectIsVerySlow": "{{detect}} 偵測速度緩慢({{speed}} 毫秒)",
"shmTooLow": "/dev/shm 配置({{total}} MB)應增加至至少{{min}} MB。"
},
"enrichments": {
"title": "進階功能",
@@ -180,7 +192,17 @@
"plate_recognition_speed": "車牌辨識速度",
"text_embedding_speed": "文字提取速度",
"yolov9_plate_detection_speed": "YOLOv9 車牌偵測速度",
"yolov9_plate_detection": "YOLOv9 車牌辨識"
}
"yolov9_plate_detection": "YOLOv9 車牌辨識",
"review_description": "審查說明",
"review_description_speed": "審查描述速度",
"review_description_events_per_second": "審查說明",
"object_description": "物件說明",
"object_description_speed": "物件說明速度",
"object_description_events_per_second": "物件說明",
"classification": "{{name}} 分類",
"classification_speed": "{{name}}分類速度",
"classification_events_per_second": "{{name}} 分類每秒事件數"
},
"averageInf": "平均推論時間"
}
}