mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 09:58:51 +03:00
Translated using Weblate (Cantonese (Traditional Han script))
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / Jetson Jetpack 6 (push) Waiting to run
Currently translated at 100.0% (579 of 579 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (91 of 91 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (199 of 199 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (118 of 118 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (468 of 468 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (87 of 87 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (72 of 72 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% (46 of 46 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (122 of 122 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Cantonese (Traditional Han script)) Currently translated at 100.0% (193 of 193 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-camera/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/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-live/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/yue_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/yue_Hant/ Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Nicolas Mowen
co-authored by
beginner2047
parent
adb45e318f
commit
21ff257705
@@ -41,7 +41,8 @@
|
||||
"memoryUsage": "偵測器記憶體使用量",
|
||||
"title": "偵測器",
|
||||
"cpuUsage": "偵測器 CPU 使用率",
|
||||
"temperature": "偵測器溫度"
|
||||
"temperature": "偵測器溫度",
|
||||
"cpuUsageInformation": "CPU 用於準備偵測模型的輸入同輸出數據。此數值不計算推理運算,即使使用 GPU 或加速器也是一樣。"
|
||||
},
|
||||
"hardwareInfo": {
|
||||
"gpuUsage": "GPU 使用率",
|
||||
@@ -102,6 +103,10 @@
|
||||
},
|
||||
"title": "鏡頭儲存",
|
||||
"percentageOfTotalUsed": "佔總量百分比"
|
||||
},
|
||||
"shm": {
|
||||
"title": "SHM(共享記憶體) 分配",
|
||||
"warning": "目前 SHM 大小 {{total}}MB 太小,請增加至至少 {{min_shm}}MB。"
|
||||
}
|
||||
},
|
||||
"cameras": {
|
||||
@@ -158,7 +163,8 @@
|
||||
"detectHighCpuUsage": "{{camera}} 的偵測 CPU 使用率過高 ({{detectAvg}}%)",
|
||||
"healthy": "系統運作正常",
|
||||
"ffmpegHighCpuUsage": "{{camera}} 的 FFmpeg CPU 使用率過高 ({{ffmpegAvg}}%)",
|
||||
"reindexingEmbeddings": "重新索引嵌入資料 (已完成 {{processed}}%)"
|
||||
"reindexingEmbeddings": "重新索引嵌入資料 (已完成 {{processed}}%)",
|
||||
"shmTooLow": "/dev/shm 分配({{total}} MB)太小,請增加至至少 {{min}} MB。"
|
||||
},
|
||||
"enrichments": {
|
||||
"title": "進階功能",
|
||||
|
||||
Reference in New Issue
Block a user