From 819e0a0bf950aec5718bbe7d29092e74db407807 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 22 Aug 2025 21:50:23 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 99.1% (123 of 124 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (26 of 26 strings) Co-authored-by: GuoQing Liu <842607283@qq.com> Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/zh_Hans/ Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore --- web/public/locales/zh-CN/views/events.json | 4 +++- web/public/locales/zh-CN/views/explore.json | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/public/locales/zh-CN/views/events.json b/web/public/locales/zh-CN/views/events.json index 72a93104f..71d00848b 100644 --- a/web/public/locales/zh-CN/views/events.json +++ b/web/public/locales/zh-CN/views/events.json @@ -35,5 +35,7 @@ "selected": "已选择 {{count}} 个", "selected_one": "已选择 {{count}} 个", "selected_other": "已选择 {{count}} 个", - "detected": "已检测" + "detected": "已检测", + "suspiciousActivity": "可疑活动", + "threateningActivity": "威胁性活动" } diff --git a/web/public/locales/zh-CN/views/explore.json b/web/public/locales/zh-CN/views/explore.json index 4329e22c4..bf53a9f8c 100644 --- a/web/public/locales/zh-CN/views/explore.json +++ b/web/public/locales/zh-CN/views/explore.json @@ -154,6 +154,9 @@ "recognizedLicensePlate": "识别的车牌", "snapshotScore": { "label": "快照得分" + }, + "score": { + "label": "分值" } }, "itemMenu": { @@ -211,5 +214,8 @@ }, "tooltip": "与 {{type}} 匹配度为 {{confidence}}%" }, - "exploreMore": "浏览更多的 {{label}}" + "exploreMore": "浏览更多的 {{label}}", + "aiAnalysis": { + "title": "AI分析" + } }