v0.9.11
This commit is contained in:
+80
-6
@@ -927,8 +927,6 @@
|
||||
"settings.haConnectionHint": "Server address and credentials used by all Home Assistant features.",
|
||||
"settings.haThermostatSources": "Thermostat temperature sources",
|
||||
"settings.haThermostatSourcesHint": "These settings belong to thermostat and temperature-source logic, not reusable Flow inputs.",
|
||||
"flow.listEyebrow": "Your automations",
|
||||
"flow.listTitle": "Flow list",
|
||||
"flow.listCount": "{count} Flows",
|
||||
"flow.quickToggleHint": "Enable or disable the Flow without opening the editor",
|
||||
"flow.quickEnabled": "Flow enabled",
|
||||
@@ -965,8 +963,84 @@
|
||||
"flow.templateCategory.advanced.hint": "Nested AND/OR/NOT logic, multiple rooms and Home Assistant states.",
|
||||
"flow.templateCategory.home_assistant": "Home Assistant / heat sources",
|
||||
"flow.templateCategory.home_assistant.hint": "Coordinate GREE with a gas boiler, external heat source, heating demand and temperatures read from Home Assistant.",
|
||||
"flow.templatesLoadFailed": "Unable to load preset library."
|
||||
},
|
||||
"flow.sharedInputsSettingsLink": "Shared Flow inputs in Home Assistant →",
|
||||
"flow.templateCategories": "Preset categories"
|
||||
"flow.templatesLoadFailed": "Unable to load preset library.",
|
||||
"flow.sharedInputsSettingsLink": "Shared Flow inputs in Home Assistant →",
|
||||
"flow.templateCategories": "Preset categories",
|
||||
"flow.sharedInputTest": "Test HA input",
|
||||
"flow.sharedInputTesting": "Testing…",
|
||||
"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.sharedInputTestAvailable": "Entity available",
|
||||
"flow.sharedInputTestUnavailable": "Entity unavailable",
|
||||
"flow.sharedInputUsedBy": "Used in {count} Flows",
|
||||
"flow.sharedInputUnused": "Not used in any Flow",
|
||||
"flow.openReferencedFlow": "Open Flow “{name}”",
|
||||
"flow.templateSearch": "Search presets…",
|
||||
"flow.templateSearchLabel": "Search presets",
|
||||
"flow.templateFavorites": "Favorites",
|
||||
"flow.templateRecent": "Recent",
|
||||
"flow.templateNoResults": "No presets match the search.",
|
||||
"flow.templateNoFavorites": "You have no favorite presets yet.",
|
||||
"flow.templateNoRecent": "No preset has been used yet.",
|
||||
"flow.templateFavoriteAdd": "Add to favorites",
|
||||
"flow.templateFavoriteRemove": "Remove from favorites",
|
||||
"flow.templatePreview": "Preset preview",
|
||||
"flow.templatePreviewHint": "Review requirements and the block layout before replacing the current Flow.",
|
||||
"flow.templateUse": "Use preset",
|
||||
"flow.templateRequirements": "Requirements",
|
||||
"flow.templateRequiresHa": "Home Assistant",
|
||||
"flow.templateRequiresZone": "{count} zone(s)",
|
||||
"flow.templateRequiresDevice": "{count} device(s)",
|
||||
"flow.templateRequiresGroup": "{count} group(s)",
|
||||
"flow.templateRequiresShared": "{count} shared input(s)",
|
||||
"flow.templateRequiresEntity": "HA entities configured in the preset",
|
||||
"flow.templateRequirementsReady": "Requirements available",
|
||||
"flow.templateRequirementsMissing": "Missing: {items}",
|
||||
"flow.templateNodesCount": "{count} blocks",
|
||||
"flow.templateEdgesCount": "{count} connections",
|
||||
"flow.templateSelectPreview": "Select a preset to preview it.",
|
||||
"flow.templateCategory.favorites": "Favorites",
|
||||
"flow.templateCategory.recent": "Recent",
|
||||
"flow.enable": "Enable Flow",
|
||||
"flow.disable": "Disable Flow",
|
||||
"flow.logLevelInfo": "Info",
|
||||
"flow.logLevelWarn": "Warning",
|
||||
"flow.logLevelError": "Error",
|
||||
"flow.logKindCreated": "Flow created",
|
||||
"flow.logKindUpdated": "Flow updated",
|
||||
"flow.logKindDeleted": "Flow deleted",
|
||||
"flow.logKindImported": "Flow imported",
|
||||
"flow.logKindDryRun": "Flow test",
|
||||
"flow.logKindConditionError": "Condition error",
|
||||
"flow.logKindActionSuppressed": "Action suppressed",
|
||||
"flow.logKindActionFired": "Action executed",
|
||||
"flow.logKindActionError": "Action error",
|
||||
"flow.logKindBlockedZone": "Blocked by zone",
|
||||
"flow.logKindBlockedManual": "Blocked by manual control",
|
||||
"flow.logKindBlockedThermostat": "Blocked by thermostat",
|
||||
"flow.logKindBlockedTemporary": "Blocked by temporary thermostat",
|
||||
"flow.logKindBlockedThermostatOwner": "Device owned by thermostat",
|
||||
"flow.logKindBlockedOwnership": "Control ownership changed",
|
||||
"flow.logKindConflict": "Automation conflict",
|
||||
"flow.logMessageCreated": "Flow “{name}” was created.",
|
||||
"flow.logMessageUpdated": "Flow “{name}” was updated.",
|
||||
"flow.logMessageDeleted": "Flow “{name}” was deleted.",
|
||||
"flow.logMessageImported": "Flow “{name}” was imported.",
|
||||
"flow.logMessageDryRun": "Flow “{name}” was tested without changing device state.",
|
||||
"flow.logMessageConditionError": "One of the Flow conditions could not be evaluated correctly.",
|
||||
"flow.logMessageActionSuppressed": "The Flow action was suppressed by the current control owner.",
|
||||
"flow.logMessageActionFired": "The Flow action was executed.",
|
||||
"flow.logMessageActionError": "The Flow action failed to execute.",
|
||||
"flow.logMessageBlockedZone": "The Flow action was blocked because the related zone is disabled.",
|
||||
"flow.logMessageBlockedManual": "The Flow action was blocked by manual device control.",
|
||||
"flow.logMessageBlockedThermostat": "The Flow action was blocked by the local thermostat.",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user