This commit is contained in:
Mateusz Gruszczyński
2026-09-02 09:17:56 +02:00
parent 43441d2fb7
commit 87b68187e7
13 changed files with 119 additions and 58 deletions
+4 -3
View File
@@ -823,7 +823,7 @@
"flow.emptyTitle": "No Flows",
"flow.emptyText": "Create your first Flow and build the logic from blocks.",
"flow.editorEyebrow": "Flow editor",
"flow.namePlaceholder": "Logic name",
"flow.namePlaceholder": "Flow name / alias",
"flow.paletteHint": "Add a block, then connect its output to the next block.",
"flow.time": "Time",
"flow.sensors": "Sensors",
@@ -847,7 +847,7 @@
"flow.noActionsYet": "Add an action to see the interpreted logic.",
"flow.always": "Always",
"flow.compileCount": "{schedules} schedules · {automations} automations",
"flow.nameRequired": "Enter a Flow name",
"flow.nameRequired": "Enter a Flow name / alias",
"flow.saved": "Flow saved and translated into executable logic.",
"flow.deleteConfirm": "Delete Flow “{name}” together with its generated schedules and automations?",
"flow.deleted": "Flow deleted.",
@@ -1041,6 +1041,7 @@
"flow.logMessageBlockedTemporary": "The Flow action was blocked by the temporary thermostat.",
"flow.logMessageBlockedThermostatOwner": "The Flow action was suppressed because the device is controlled by an enabled thermostat zone.",
"flow.logMessageBlockedOwnership": "The Flow action was suppressed because control ownership changed during execution.",
"flow.logMessageConflict": "The Flow action was skipped because another automation already claimed the same target."
"flow.logMessageConflict": "The Flow action was skipped because another automation already claimed the same target.",
"flow.nameAliasHint": "This is only the user-facing display name. The technical Flow ID and generated task names remain unchanged."
}
}