From 0ba19536400758e0d8cb0d3b3f570d8bda498680 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 17 Jul 2026 13:09:55 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Traditional Han script)) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: 莊凱鈞 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 --- web/public/locales/zh-Hant/components/dialog.json | 3 ++- web/public/locales/zh-Hant/config/cameras.json | 3 +++ web/public/locales/zh-Hant/config/global.json | 3 +++ web/public/locales/zh-Hant/views/settings.json | 9 ++++++++- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/web/public/locales/zh-Hant/components/dialog.json b/web/public/locales/zh-Hant/components/dialog.json index 4d294718c2..d46375cac4 100644 --- a/web/public/locales/zh-Hant/components/dialog.json +++ b/web/public/locales/zh-Hant/components/dialog.json @@ -59,7 +59,8 @@ "error": { "failed": "匯出失敗:{{error}}", "endTimeMustAfterStartTime": "結束時間必須要在開始時間之後", - "noVaildTimeSelected": "沒有選取有效的時間範圍" + "noVaildTimeSelected": "沒有選取有效的時間範圍", + "noValidTimeSelected": "未選擇有效的時間範圍" }, "view": "查看", "queued": "匯出已加入佇列。請在匯出頁面檢視進度。", diff --git a/web/public/locales/zh-Hant/config/cameras.json b/web/public/locales/zh-Hant/config/cameras.json index b9c9244212..55d7dea1cb 100644 --- a/web/public/locales/zh-Hant/config/cameras.json +++ b/web/public/locales/zh-Hant/config/cameras.json @@ -497,6 +497,9 @@ "max_concurrent": { "label": "最大併發匯出數", "description": "同時可處理的最大匯出任務數量。" + }, + "chapters": { + "label": "匯出錄影時要嵌入的章節資訊" } }, "preview": { diff --git a/web/public/locales/zh-Hant/config/global.json b/web/public/locales/zh-Hant/config/global.json index a71d8c6210..9e5c1b8ccb 100644 --- a/web/public/locales/zh-Hant/config/global.json +++ b/web/public/locales/zh-Hant/config/global.json @@ -1043,6 +1043,9 @@ "max_concurrent": { "label": "最大併發匯出數", "description": "同時可處理的最大匯出任務數量。" + }, + "chapters": { + "label": "匯出錄影時要嵌入的章節資訊" } }, "preview": { diff --git a/web/public/locales/zh-Hant/views/settings.json b/web/public/locales/zh-Hant/views/settings.json index 2d25590493..e1fa2d7eea 100644 --- a/web/public/locales/zh-Hant/views/settings.json +++ b/web/public/locales/zh-Hant/views/settings.json @@ -1484,7 +1484,14 @@ "keyLabel": "鍵", "valueLabel": "值", "keyPlaceholder": "新鍵名", - "remove": "移除" + "remove": "移除", + "providerNameLabel": "服務提供者名稱", + "providerNamePlaceholder": "例如:openai", + "variableNameLabel": "變數名稱", + "variableNamePlaceholder": "例如:MY_VARIABLE", + "loggerNameLabel": "日誌名稱", + "loggerNamePlaceholder": "例如:frigate.record", + "keyPatternError": "僅能使用英文字母、數字、連字號(-)和底線(_),且不得包含空格" }, "knownPlates": { "namePlaceholder": "例如:老婆的車",