From 4217414e1dc972e446a1f47ea9cec8529624e323 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:26:37 -0600 Subject: [PATCH] i18n generation --- web/public/locales/en/config/cameras.json | 9 +++++++++ web/public/locales/en/config/global.json | 3 +++ 2 files changed, 12 insertions(+) diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index b2b34c8fb..bbb8d4b45 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -348,6 +348,9 @@ "label": "Object mask", "description": "Mask polygon used to prevent object detection in specified areas." }, + "raw_mask": { + "label": "Raw Mask" + }, "genai": { "label": "GenAI object config", "description": "GenAI options for describing tracked objects and sending frames for generation.", @@ -860,6 +863,12 @@ "label": "Zone name", "description": "A user-friendly name for the zone, displayed in the Frigate UI. If not set, a formatted version of the zone name will be used." }, + "enabled": { + "label": "Whether this zone is active. Disabled zones are ignored at runtime." + }, + "enabled_in_config": { + "label": "Keep track of original state of zone." + }, "filters": { "label": "Zone filters", "description": "Filters to apply to objects within this zone. Used to reduce false positives or restrict which objects are considered present in the zone.", diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index 9dc991491..1bda2ab44 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -1475,6 +1475,9 @@ "label": "Object mask", "description": "Mask polygon used to prevent object detection in specified areas." }, + "raw_mask": { + "label": "Raw Mask" + }, "genai": { "label": "GenAI object config", "description": "GenAI options for describing tracked objects and sending frames for generation.",