This commit is contained in:
Mateusz Gruszczyński
2026-08-25 18:10:51 +02:00
parent 440c7c3a8d
commit 26d8f9f83a
21 changed files with 1031 additions and 98 deletions
+37 -2
View File
@@ -430,7 +430,7 @@
"simulation.manual": "Manual",
"simulation.noCommand": "No command preview",
"simulation.noActionPreview": "No direct action payload",
"simulation.ruleOnDevice": "Action on device: {device}",
"simulation.ruleOnDevice": "Action target: {device}",
"simulation.nextReady": "Ready again",
"simulation.noRules": "No active automation rules.",
"simulation.waitingForData": "Waiting for data",
@@ -540,6 +540,41 @@
"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"
"preset.manual": "Manual",
"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.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.group": "Group",
"groups.namePlaceholder": "Upstairs",
"groups.members": "Group members",
"groups.membersHint": "Groups are built from thermostat zones so their temperature profiles and schedules keep working.",
"groups.noMembers": "No members",
"groups.mixed": "Mixed",
"groups.followHouse": "House / Auto",
"groups.mode": "Mode",
"groups.profile": "Profile",
"groups.masterOff": "Global power is off. Group settings are saved, but units will stay off until global power is enabled.",
"groups.memberCount": "{count} zones",
"groups.emptyTitle": "No groups yet",
"groups.emptyText": "Create a group to control selected air conditioners together.",
"groups.partial": "Group updated, but {count} device commands failed.",
"groups.controlUpdated": "Group control updated.",
"groups.noZones": "Create thermostat zones before creating a group.",
"automations.targetType": "Target type",
"automations.groupHint": "For a group, Auto means follow the whole-house heating/cooling mode. Group profiles are applied to all member zones.",
"simulation.openTab": "Open simulator only in new tab",
"simulation.fullscreen": "Full screen",
"simulation.exitFullscreen": "Exit full screen",
"simulation.viewBy": "View by",
"simulation.unitsView": "Individual units",
"simulation.groupsView": "Groups",
"simulation.show": "Show",
"simulation.allUnits": "All units",
"simulation.allGroups": "All groups",
"groups.chooseMember": "Select at least one thermostat zone."
}
}
+37 -2
View File
@@ -430,7 +430,7 @@
"simulation.manual": "Ręcznie",
"simulation.noCommand": "Brak podglądu komendy",
"simulation.noActionPreview": "Brak bezpośredniej akcji",
"simulation.ruleOnDevice": "Akcja na urządzeniu: {device}",
"simulation.ruleOnDevice": "Cel akcji: {device}",
"simulation.nextReady": "Gotowa ponownie",
"simulation.noRules": "Brak aktywnych reguł automatyzacji.",
"simulation.waitingForData": "Oczekiwanie na dane",
@@ -540,6 +540,41 @@
"house.powerOnDone": "Włączono wszystkie klimatyzatory",
"house.powerOffDone": "Wyłączono wszystkie klimatyzatory",
"house.powerPartial": "Nie udało się zmienić zasilania {count} urządzeń",
"preset.manual": "Ręcznie"
"preset.manual": "Ręcznie",
"nav.groups": "Grupy",
"groups.eyebrow": "Sterowanie grupami",
"groups.dashboardTitle": "Wybrane klimatyzatory",
"groups.dashboardHint": "Steruj każdą grupą niezależnie: własny tryb grzania/chłodzenia oraz profil Auto/Komfort/Sen/Poza domem.",
"groups.manage": "Zarządzaj grupami",
"groups.new": "Nowa grupa",
"groups.description": "Połącz strefy termostatów, np. góra i dół, i steruj tylko wybranym zestawem. Jedna grupa może mieć Sen + Chłodzenie, a druga Komfort + Grzanie.",
"groups.group": "Grupa",
"groups.namePlaceholder": "Góra",
"groups.members": "Członkowie grupy",
"groups.membersHint": "Grupy bazują na strefach termostatów, więc nadal działają ich profile temperatur i harmonogramy.",
"groups.noMembers": "Brak członków",
"groups.mixed": "Różne",
"groups.followHouse": "Dom / Auto",
"groups.mode": "Tryb",
"groups.profile": "Profil",
"groups.masterOff": "Zasilanie globalne jest wyłączone. Ustawienia grupy zostaną zapisane, ale jednostki pozostaną wyłączone do włączenia zasilania globalnego.",
"groups.memberCount": "Strefy: {count}",
"groups.emptyTitle": "Brak grup",
"groups.emptyText": "Utwórz grupę, aby wspólnie sterować wybranymi klimatyzatorami.",
"groups.partial": "Grupa zaktualizowana, ale nie udało się wykonać {count} poleceń urządzeń.",
"groups.controlUpdated": "Sterowanie grupą zaktualizowane.",
"groups.noZones": "Najpierw utwórz strefy termostatów.",
"automations.targetType": "Typ celu",
"automations.groupHint": "Dla grupy Auto oznacza dziedziczenie globalnego trybu grzania/chłodzenia. Profil grupy jest stosowany do wszystkich stref w grupie.",
"simulation.openTab": "Otwórz sam symulator w nowej karcie",
"simulation.fullscreen": "Pełny ekran",
"simulation.exitFullscreen": "Wyjdź z pełnego ekranu",
"simulation.viewBy": "Widok według",
"simulation.unitsView": "Pojedyncze jednostki",
"simulation.groupsView": "Grupy",
"simulation.show": "Pokaż",
"simulation.allUnits": "Wszystkie jednostki",
"simulation.allGroups": "Wszystkie grupy",
"groups.chooseMember": "Wybierz co najmniej jedną strefę termostatu."
}
}