This commit is contained in:
Mateusz Gruszczyński
2026-09-01 10:20:19 +02:00
parent 1a5c1305dc
commit 3479ed750d
34 changed files with 575 additions and 113 deletions
+8 -3
View File
@@ -559,10 +559,10 @@
"nav.groups": "Groups",
"groups.eyebrow": "Group control",
"groups.dashboardTitle": "Selected air conditioners",
"groups.dashboardHint": "Control each group independently with its own heating/cooling mode and Auto/Comfort/Sleep/Away profile.",
"groups.dashboardHint": "Control each group independently: choose a mode, profile, or set one custom temperature for the whole group.",
"groups.manage": "Manage groups",
"groups.new": "New group",
"groups.description": "Combine thermostat zones, for example upstairs and downstairs, and control only that set. One group can use Sleep + Cooling while another uses Comfort + Heating.",
"groups.description": "Combine thermostat zones, for example upstairs and downstairs, and control only that set. A group can use a profile or one custom temperature for all member zones.",
"groups.group": "Group",
"groups.namePlaceholder": "Upstairs",
"groups.members": "Group members",
@@ -759,6 +759,11 @@
"debug.emptyRequests": "No HTTP requests captured yet.",
"debug.emptyGree": "No GREE frames captured yet.",
"simulation.bannerTitle": "SIMULATION MODE",
"simulation.bannerText": "Simulation mode is enabled. Treat current states and results as test data."
"simulation.bannerText": "Simulation mode is enabled. Treat current states and results as test data.",
"zones.separateHysteresisHint": "Enable to use independent hysteresis values for heating and cooling.",
"groups.customTemperature": "Custom temperature",
"groups.customTemperatureHint": "Enter the target temperature for every zone in this group.",
"groups.applyCustomTemperatureHint": "Set this temperature as the manual target for the whole group.",
"groups.customTemperatureRange": "Group temperature must be between 8 and 30°C."
}
}