This commit is contained in:
Mateusz Gruszczyński
2026-08-25 09:31:15 +02:00
parent 25e1a854e3
commit fd26d6877f
25 changed files with 460 additions and 99 deletions
+13 -3
View File
@@ -244,7 +244,7 @@
"mode.off": "Off",
"house.seasonMode": "Home climate mode",
"house.smartThermostat": "Smart thermostat",
"house.setpointStrategy": "Keeps units running and modulates their target temperature instead of repeatedly switching power.",
"house.setpointStrategy": "Cooling or heating controls zones automatically. “Do not control” leaves devices and manually activated zones untouched by the house thermostat.",
"house.outdoor": "Outdoor",
"house.modeUpdated": "Home climate mode updated",
"zones.modePolicy": "Mode policy",
@@ -437,7 +437,7 @@
"simulation.stateDemand": "Demand",
"simulation.stateSatisfied": "Satisfied",
"simulation.reasonDisabled": "Zone is disabled, so the thermostat does not send control commands.",
"simulation.reasonHouseOff": "The global house mode is off, so this zone stays inactive.",
"simulation.reasonHouseOff": "House “Do not control” leaves this zone under manual control and sends no commands to the air conditioner.",
"simulation.reasonWaiting": "The simulator is waiting for a valid room temperature and target.",
"simulation.reasonDemand": "Room needs {mode}. Thermostat compares the reading with the target {target}°C using hysteresis {hysteresis}°C.",
"simulation.reasonSatisfied": "Target is reached. The thermostat moves the unit into standby around {standby}°C to keep the room quiet and stable.",
@@ -530,6 +530,16 @@
"logs.integrations": "Integrations",
"logs.systemOther": "System/other",
"zones.copyDifferent": "Choose a different thermostat profile",
"zones.copiedFrom": "Thermostat settings copied from {name}"
"zones.copiedFrom": "Thermostat settings copied from {name}",
"house.noControl": "Do not control",
"house.powerAllEyebrow": "Global power",
"house.powerAllTitle": "All air conditioners",
"house.powerAllHint": "Separate master power for all enabled units. “Turn all off” prevents zones and automations from restarting them without changing the selected thermostat mode.",
"house.powerOnAll": "Turn all on",
"house.powerOffAll": "Turn all off",
"house.powerOnDone": "All air conditioners turned on",
"house.powerOffDone": "All air conditioners turned off",
"house.powerPartial": "Could not change power on {count} devices",
"preset.manual": "Manual"
}
}