v0.11.0
This commit is contained in:
+24
-1
@@ -1045,6 +1045,29 @@
|
||||
"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.sharedInputSourceOnlyHint": "This shared input stores only the value source. Configure the comparison in the Flow block."
|
||||
"flow.sharedInputSourceOnlyHint": "This shared input stores only the value source. Configure the comparison in the Flow block.",
|
||||
"flow.triggers": "Triggers",
|
||||
"flow.node.cronTrigger": "CRON schedule",
|
||||
"flow.node.stableFor": "Stable for…",
|
||||
"flow.node.rollingStat": "Mean / median",
|
||||
"flow.node.haServiceAction": "Home Assistant service",
|
||||
"flow.cronHint": "5 fields: minute hour day month weekday. Supports *, */N, ranges and lists.",
|
||||
"flow.durationSeconds": "Duration [s]",
|
||||
"flow.stableForHint": "The input condition must remain true continuously for the configured duration. State survives restarts.",
|
||||
"flow.serviceData": "Service data (JSON)",
|
||||
"flow.invalidJson": "Invalid JSON",
|
||||
"flow.mean": "Mean",
|
||||
"flow.median": "Median",
|
||||
"flow.source": "Source",
|
||||
"flow.statistic": "Statistic",
|
||||
"flow.windowSeconds": "Window [s]",
|
||||
"flow.node.delay": "Wait…",
|
||||
"flow.delayHint": "Passes the signal onward only after the configured time. Place it before an action to delay execution.",
|
||||
"flow.timeOps": "Time operations",
|
||||
"flow.haActions": "Home Assistant",
|
||||
"flow.node.oscillates": "Value oscillates",
|
||||
"flow.minSpan": "Minimum value span",
|
||||
"flow.minDirectionChanges": "Minimum direction changes",
|
||||
"flow.oscillatesHint": "Within the time window the value must move both up and down. The block requires the configured max−min span and number of direction changes."
|
||||
}
|
||||
}
|
||||
|
||||
+24
-1
@@ -1045,6 +1045,29 @@
|
||||
"flow.logMessageBlockedOwnership": "Akcja Flow została pominięta, ponieważ w trakcie wykonania zmienił się właściciel sterowania.",
|
||||
"flow.logMessageConflict": "Akcja Flow została pominięta z powodu konfliktu z inną automatyzacją dla tego samego celu.",
|
||||
"flow.nameAliasHint": "To tylko nazwa wyświetlana użytkownikowi. Techniczne ID Flow i nazwy wygenerowanych zadań pozostają bez zmian.",
|
||||
"flow.sharedInputSourceOnlyHint": "Wspólne wejście zapisuje tylko źródło wartości. Porównanie ustawiasz w bloku Flow."
|
||||
"flow.sharedInputSourceOnlyHint": "Wspólne wejście zapisuje tylko źródło wartości. Porównanie ustawiasz w bloku Flow.",
|
||||
"flow.triggers": "Wyzwalacze",
|
||||
"flow.node.cronTrigger": "CRON / harmonogram",
|
||||
"flow.node.stableFor": "Utrzymuje się przez…",
|
||||
"flow.node.rollingStat": "Średnia / mediana",
|
||||
"flow.node.haServiceAction": "Home Assistant: usługa",
|
||||
"flow.cronHint": "5 pól: minuta godzina dzień miesiąc dzień_tygodnia. Obsługiwane: *, */N, zakresy i listy.",
|
||||
"flow.durationSeconds": "Czas [s]",
|
||||
"flow.stableForHint": "Warunek na wejściu musi pozostać prawdziwy bez przerwy przez podany czas. Stan jest zachowywany po restarcie.",
|
||||
"flow.serviceData": "Dane usługi (JSON)",
|
||||
"flow.invalidJson": "Nieprawidłowy JSON",
|
||||
"flow.mean": "Średnia",
|
||||
"flow.median": "Mediana",
|
||||
"flow.source": "Źródło",
|
||||
"flow.statistic": "Funkcja",
|
||||
"flow.windowSeconds": "Okno [s]",
|
||||
"flow.node.delay": "Odczekaj…",
|
||||
"flow.delayHint": "Przepuszcza sygnał dalej dopiero po upływie podanego czasu. Użyj przed akcją jako opóźnienie wykonania.",
|
||||
"flow.timeOps": "Operacje czasu",
|
||||
"flow.haActions": "Home Assistant",
|
||||
"flow.node.oscillates": "Wartość oscyluje",
|
||||
"flow.minSpan": "Minimalna rozpiętość wartości",
|
||||
"flow.minDirectionChanges": "Minimalna liczba zmian kierunku",
|
||||
"flow.oscillatesHint": "W oknie czasu wartość musi poruszać się w górę i w dół. Blok wymaga podanej rozpiętości (max−min) oraz liczby zmian kierunku."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user