From 66e65afcda55731412f6b8f54535e6ba142c4c3d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:09:53 -0600 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index e8193e04c..468684052 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -588,6 +588,10 @@ "inputPlaceHolder": "Enter a name…", "tips": "Name must be at least 2 characters, must have at least one letter, and must not be the name of a camera or another zone on this camera." }, + "enabled": { + "title": "Enabled", + "description": "Whether this zone is active. Disabled zones are ignored at runtime." + }, "inertia": { "title": "Inertia", "desc": "Specifies how many frames that an object must be in a zone before they are considered in the zone. Default: 3"