From ee9a734ebd704c1b8a36031778021c6ae44bde3a Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 6 Nov 2025 17:25:28 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 1.8% (2 of 106 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 71.7% (28 of 39 strings) Co-authored-by: Hosted Weblate Co-authored-by: windasd Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/zh_Hant/ Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events --- web/public/locales/zh-Hant/views/events.json | 4 +++- .../locales/zh_Hant/views/classificationModel.json | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/web/public/locales/zh-Hant/views/events.json b/web/public/locales/zh-Hant/views/events.json index 8571ea39f..3a22512af 100644 --- a/web/public/locales/zh-Hant/views/events.json +++ b/web/public/locales/zh-Hant/views/events.json @@ -36,5 +36,7 @@ "camera": "鏡頭", "detected": "已偵測", "suspiciousActivity": "可疑的活動", - "threateningActivity": "有威脅性的活動" + "threateningActivity": "有威脅性的活動", + "zoomIn": "放大", + "zoomOut": "縮小" } diff --git a/web/public/locales/zh_Hant/views/classificationModel.json b/web/public/locales/zh_Hant/views/classificationModel.json index 0967ef424..1371f9212 100644 --- a/web/public/locales/zh_Hant/views/classificationModel.json +++ b/web/public/locales/zh_Hant/views/classificationModel.json @@ -1 +1,8 @@ -{} +{ + "toast": { + "success": { + "deletedImage": "已刪除的圖片", + "deletedModel_other": "成功刪除 {{count}} 個模型" + } + } +}