This commit is contained in:
Josh Hawkins 2026-01-21 11:32:12 -06:00
parent 6bceafe686
commit 688bef22f2

View File

@ -505,6 +505,7 @@
"all": "All Masks and Zones" "all": "All Masks and Zones"
}, },
"restart_required": "Restart required (masks/zones changed)", "restart_required": "Restart required (masks/zones changed)",
"disabledInConfig": "This item is disabled in the configuration file",
"toast": { "toast": {
"success": { "success": {
"copyCoordinates": "Copied coordinates for {{polyName}} to clipboard." "copyCoordinates": "Copied coordinates for {{polyName}} to clipboard."
@ -590,7 +591,7 @@
}, },
"enabled": { "enabled": {
"title": "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": { "inertia": {
"title": "Inertia", "title": "Inertia",
@ -692,7 +693,7 @@
"masks": { "masks": {
"enabled": { "enabled": {
"title": "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."
} }
} }
}, },