This commit is contained in:
Mateusz Gruszczyński
2026-09-21 10:05:00 +02:00
parent 334102d9cb
commit 09c10d8008
17 changed files with 612 additions and 52 deletions
+40
View File
@@ -901,6 +901,46 @@
"flow.defaultDescription": "Visual control logic",
"flow.compilesAutomatically": "Automatically translated into schedules and automations",
"flow.openEditor": "Open editor",
"flow.editDescription": "Edit description",
"flow.description": "Description",
"flow.descriptionPlaceholder": "Describe what this Flow does…",
"flow.descriptionQuickHint": "Only the description is changed. You do not need to open the Flow editor.",
"flow.descriptionSaved": "Flow description saved.",
"flow.quickEdit": "Quick edit",
"flow.simpleSimulator": "Simulator",
"flow.simpleSimulatorEyebrow": "Simple Flow preview",
"flow.simpleSimulatorHint": "Set a situation and see whether each Flow action would run.",
"flow.simpleSimulatorSafe": "Preview only — nothing is changed",
"flow.simulatorDraftHint": "Save this Flow as a complete Flow before using the simulator.",
"flow.simpleScenario": "Situation to check",
"flow.simpleScenarioHint": "Leave values unchanged to use the current application and Home Assistant state.",
"flow.simpleCheck": "Check what happens",
"flow.simpleResult": "What will happen?",
"flow.simpleEffect": "Effect",
"flow.simpleWillRun": "Will run",
"flow.simpleWillNotRun": "Will not run",
"flow.simpleBlocked": "Blocked",
"flow.simpleWillRunHint": "The conditions match and this action can run in this situation.",
"flow.simpleWillNotRunHint": "At least one required condition does not match in this situation.",
"flow.simpleBlockedHint": "The conditions match, but execution is blocked: {reason}.",
"flow.simpleConditions": "Checked conditions",
"flow.simpleCurrentValue": "Value: {value}",
"flow.simpleNoData": "no data",
"flow.simpleNoActions": "No actions in this Flow",
"flow.simpleNoActionsHint": "Add an action in the Flow editor to simulate an effect.",
"flow.simpleBlockedFlowDisabled": "the Flow is disabled",
"flow.simpleBlockedMissingZone": "the target zone does not exist",
"flow.simpleBlockedMissingDevice": "the target device does not exist",
"flow.simpleBlockedMissingGroup": "the target group does not exist",
"flow.simpleBlockedManual": "manual device control is active",
"flow.simpleBlockedLocalThermostat": "local thermostat override is active",
"flow.simpleBlockedTemporary": "Temporary Quick Thermostat is active",
"flow.simpleBlockedZoneDisabled": "the target zone is disabled",
"flow.simpleBlockedDeviceDisabled": "the target device is disabled",
"flow.simpleBlockedThermostatConflict": "the action conflicts with thermostat control",
"flow.simpleBlockedGroupDisabled": "group control is disabled",
"flow.simpleBlockedUnsupported": "this action is not supported by the simulator",
"flow.simpleBlockedUnknown": "another control rule blocks the action",
"flow.emptyTitle": "No Flows",
"flow.emptyText": "Create your first Flow and build the logic from blocks.",
"flow.editorEyebrow": "Flow editor",