From 688bef22f2c7107560829b8ae1b93579164249d7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:32:12 -0600 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index bd0d8b77c..62095b25c 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -505,6 +505,7 @@ "all": "All Masks and Zones" }, "restart_required": "Restart required (masks/zones changed)", + "disabledInConfig": "This item is disabled in the configuration file", "toast": { "success": { "copyCoordinates": "Copied coordinates for {{polyName}} to clipboard." @@ -590,7 +591,7 @@ }, "enabled": { "title": "Enabled", - "description": "Whether this zone is active. Disabled zones are ignored at runtime." + "description": "Whether this zone is enabled. If disabled, it cannot be enabled by MQTT. Disabled zones are ignored at runtime." }, "inertia": { "title": "Inertia", @@ -692,7 +693,7 @@ "masks": { "enabled": { "title": "Enabled", - "description": "Whether this mask is active. Disabled masks are ignored at runtime." + "description": "Whether this mask is enabled. If disabled, it cannot be enabled by MQTT. Disabled masks are ignored at runtime." } } },