This commit is contained in:
Mateusz Gruszczyński
2026-09-01 13:05:44 +02:00
parent e496f911da
commit 7e0160834d
32 changed files with 486 additions and 67 deletions
+15 -1
View File
@@ -780,6 +780,20 @@
"groups.gateOff": "Group off",
"zones.disabledByGroup": "Disabled by group: {groups}",
"groups.controlToggle": "Group power",
"groups.enableControlFirst": "Turn the group on first."
"groups.enableControlFirst": "Turn the group on first.",
"settings.compressorProtection": "Compressor protection",
"settings.compressorProtectionTime": "Protection time (min)",
"settings.compressorProtectionHint": "Recommended: 3 minutes. Starts and Heat/Cool changes requested during protection are queued and can be cancelled from Thermostats.",
"zones.compressorQueueTitle": "Waiting for compressor protection",
"zones.queuedPowerOn": "Queued: power on · {mode} · {temperature}°C",
"zones.queuedModeChange": "Queued: change mode to {mode} · {temperature}°C",
"zones.queuedAction": "Queued control task",
"zones.compressorQueueUntil": "Earliest execution: {time}",
"zones.afterProtection": "after protection ends",
"zones.cancelAllQueued": "Cancel all waiting",
"zones.queuedCancelled": "Queued task cancelled.",
"zones.noQueuedTask": "There is no queued task to cancel.",
"zones.queuedCancelledAll": "Cancelled queued tasks: {count}.",
"zones.queueCancelledStatus": "Protection task cancelled — waiting for a new command"
}
}