v0.10.0
This commit is contained in:
+9
-7
@@ -148,7 +148,8 @@
|
||||
"settings.haTokenKeep": "Leave empty to keep the saved token",
|
||||
"settings.haTokenSaved": "Token saved — leave empty to keep it",
|
||||
"settings.haLongLivedToken": "Long-Lived Access Token",
|
||||
"settings.defaultEntity": "Default entity_id",
|
||||
"settings.defaultEntity": "Connection test entity_id",
|
||||
"settings.defaultEntityHint": "This entity is used by the Home Assistant connection test when no other entity is specified. It is not automatically used as a zone temperature source.",
|
||||
"settings.testHa": "Test HA",
|
||||
"settings.systemState": "System status",
|
||||
"settings.version": "Version",
|
||||
@@ -941,10 +942,12 @@
|
||||
"flow.sharedInputType": "Source type",
|
||||
"flow.sharedInputAdd": "Add input",
|
||||
"flow.sharedInputsTitle": "Shared Flow inputs",
|
||||
"flow.sharedInputsHint": "Define constants, states and sensors once, then reuse them in many Flows. Changes here apply to every Flow that references the input.",
|
||||
"flow.sharedInputsHint": "Define reusable value sources once, then use them in many Flows. Operators and comparison values are configured only in Flow blocks.",
|
||||
"flow.sharedInputsEmpty": "No shared inputs",
|
||||
"flow.sharedInputsEmptyHint": "Add a constant, Home Assistant state, or another shared source for multiple Flows.",
|
||||
"flow.sharedInputNodeHint": "This block uses the central shared-input configuration.",
|
||||
"flow.sharedInputNodeHint": "This block uses a central value source. The comparison below belongs only to this Flow.",
|
||||
"flow.sharedInputFlowComparisonHint": "The shared input provides only the value source. Define this Flow's comparison here.",
|
||||
"flow.selectOperator": "Select operator",
|
||||
"flow.sharedInputNodeEmptyHint": "Add a shared input in Home Assistant / Sensors first.",
|
||||
"flow.sharedInputNameRequired": "Enter a shared input name.",
|
||||
"flow.sharedInputDeleteConfirm": "Delete shared input “{name}”?",
|
||||
@@ -971,9 +974,7 @@
|
||||
"flow.sharedInputTestHint": "The test uses the saved Home Assistant connection and does not save this input.",
|
||||
"flow.sharedInputTestEntityRequired": "Enter entity_id before testing.",
|
||||
"flow.sharedInputTestCurrent": "Current value",
|
||||
"flow.sharedInputTestExpected": "Condition",
|
||||
"flow.sharedInputTestMatched": "TRUE — condition matched",
|
||||
"flow.sharedInputTestNotMatched": "FALSE — condition did not match",
|
||||
"flow.sharedInputTestValueRead": "Value read successfully",
|
||||
"flow.sharedInputTestAvailable": "Entity available",
|
||||
"flow.sharedInputTestUnavailable": "Entity unavailable",
|
||||
"flow.sharedInputUsedBy": "Used in {count} Flows",
|
||||
@@ -1042,6 +1043,7 @@
|
||||
"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.nameAliasHint": "This is only the user-facing display name. The technical Flow ID and generated task names remain unchanged."
|
||||
"flow.nameAliasHint": "This is only the user-facing display name. The technical Flow ID and generated task names remain unchanged.",
|
||||
"flow.sharedInputSourceOnlyHint": "This shared input stores only the value source. Configure the comparison in the Flow block."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user