mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-10 21:01:10 +03:00
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (808 of 808 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (474 of 474 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (1294 of 1294 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (109 of 109 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: 莊凱鈞 <kcchuang88@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hant/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-settings
This commit is contained in:
@@ -59,7 +59,8 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"failed": "匯出失敗:{{error}}",
|
"failed": "匯出失敗:{{error}}",
|
||||||
"endTimeMustAfterStartTime": "結束時間必須要在開始時間之後",
|
"endTimeMustAfterStartTime": "結束時間必須要在開始時間之後",
|
||||||
"noVaildTimeSelected": "沒有選取有效的時間範圍"
|
"noVaildTimeSelected": "沒有選取有效的時間範圍",
|
||||||
|
"noValidTimeSelected": "未選擇有效的時間範圍"
|
||||||
},
|
},
|
||||||
"view": "查看",
|
"view": "查看",
|
||||||
"queued": "匯出已加入佇列。請在匯出頁面檢視進度。",
|
"queued": "匯出已加入佇列。請在匯出頁面檢視進度。",
|
||||||
|
|||||||
@@ -497,6 +497,9 @@
|
|||||||
"max_concurrent": {
|
"max_concurrent": {
|
||||||
"label": "最大併發匯出數",
|
"label": "最大併發匯出數",
|
||||||
"description": "同時可處理的最大匯出任務數量。"
|
"description": "同時可處理的最大匯出任務數量。"
|
||||||
|
},
|
||||||
|
"chapters": {
|
||||||
|
"label": "匯出錄影時要嵌入的章節資訊"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
|
|||||||
@@ -1043,6 +1043,9 @@
|
|||||||
"max_concurrent": {
|
"max_concurrent": {
|
||||||
"label": "最大併發匯出數",
|
"label": "最大併發匯出數",
|
||||||
"description": "同時可處理的最大匯出任務數量。"
|
"description": "同時可處理的最大匯出任務數量。"
|
||||||
|
},
|
||||||
|
"chapters": {
|
||||||
|
"label": "匯出錄影時要嵌入的章節資訊"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
|
|||||||
@@ -1484,7 +1484,14 @@
|
|||||||
"keyLabel": "鍵",
|
"keyLabel": "鍵",
|
||||||
"valueLabel": "值",
|
"valueLabel": "值",
|
||||||
"keyPlaceholder": "新鍵名",
|
"keyPlaceholder": "新鍵名",
|
||||||
"remove": "移除"
|
"remove": "移除",
|
||||||
|
"providerNameLabel": "服務提供者名稱",
|
||||||
|
"providerNamePlaceholder": "例如:openai",
|
||||||
|
"variableNameLabel": "變數名稱",
|
||||||
|
"variableNamePlaceholder": "例如:MY_VARIABLE",
|
||||||
|
"loggerNameLabel": "日誌名稱",
|
||||||
|
"loggerNamePlaceholder": "例如:frigate.record",
|
||||||
|
"keyPatternError": "僅能使用英文字母、數字、連字號(-)和底線(_),且不得包含空格"
|
||||||
},
|
},
|
||||||
"knownPlates": {
|
"knownPlates": {
|
||||||
"namePlaceholder": "例如:老婆的車",
|
"namePlaceholder": "例如:老婆的車",
|
||||||
|
|||||||
Reference in New Issue
Block a user