v0.9.13
This commit is contained in:
+4
-3
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user