i18n tweaks

This commit is contained in:
Josh Hawkins 2026-01-21 12:00:03 -06:00
parent 98453a5cd9
commit 232a0655e8

View File

@ -505,7 +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", "disabledInConfig": "Item is disabled in the config file",
"toast": { "toast": {
"success": { "success": {
"copyCoordinates": "Copied coordinates for {{polyName}} to clipboard." "copyCoordinates": "Copied coordinates for {{polyName}} to clipboard."
@ -591,7 +591,7 @@
}, },
"enabled": { "enabled": {
"title": "Enabled", "title": "Enabled",
"description": "Whether this zone is enabled. If disabled, it cannot be enabled by MQTT. Disabled zones are ignored at runtime." "description": "Whether this zone is active and enabled in the config file. If disabled, it cannot be enabled by MQTT. Disabled zones are ignored at runtime."
}, },
"inertia": { "inertia": {
"title": "Inertia", "title": "Inertia",
@ -693,7 +693,7 @@
"masks": { "masks": {
"enabled": { "enabled": {
"title": "Enabled", "title": "Enabled",
"description": "Whether this mask is enabled. If disabled, it cannot be enabled by MQTT. Disabled masks are ignored at runtime." "description": "Whether this mask is enabled in the config file. If disabled, it cannot be enabled by MQTT. Disabled masks are ignored at runtime."
} }
} }
}, },