This commit is contained in:
Mateusz Gruszczyński
2026-09-16 14:24:40 +02:00
parent d0ae3d0f6a
commit 3f9acb1675
28 changed files with 726 additions and 127 deletions
+17
View File
@@ -184,6 +184,17 @@
"settings.haTokenSaved": "Token saved — leave empty to keep it",
"settings.haLongLivedToken": "Long-Lived Access Token",
"settings.haSupervisorToken": "Token provided automatically by Home Assistant Supervisor",
"settings.haSupervisorAutoTitle": "Automatic Supervisor authorization",
"settings.haSupervisorAutoHint": "Supervisor token detected. Home Assistant authorization is configured automatically; no URL or Long-Lived Access Token is required.",
"settings.haSupervisorVerifiedTitle": "Supervisor authorization verified",
"settings.haSupervisorVerifiedHint": "The Home Assistant API test succeeded using the Supervisor token.",
"settings.haSupervisorMissingTitle": "Supervisor token not available",
"settings.haSupervisorMissingHint": "The add-on environment was detected, but no Supervisor token is available. Run Test HA to unlock manual fallback fields if needed.",
"settings.haSupervisorTestFailedTitle": "Automatic HA authorization failed",
"settings.haSupervisorTestFailedHint": "Manual Home Assistant URL and token fields are now available as a fallback.",
"settings.haManualFallbackTitle": "Manual Home Assistant fallback active",
"settings.haManualFallbackHint": "This add-on is using the manually saved Home Assistant URL and token instead of Supervisor authorization.",
"settings.haUseSupervisor": "Use Supervisor automatically",
"settings.testHa": "Test HA",
"settings.systemState": "System status",
"settings.version": "Version",
@@ -250,6 +261,7 @@
"label.automation": "automation",
"toast.found": "Found: {count}",
"toast.haConnected": "Home Assistant connection OK",
"toast.haConnectedSample": "Home Assistant connected. Sample: {entity} = {value}",
"day.1": "Mon",
"day.2": "Tue",
"day.3": "Wed",
@@ -1038,6 +1050,11 @@
"flow.sharedInputTestValueRead": "Value read successfully",
"flow.sharedInputTestAvailable": "Entity available",
"flow.sharedInputTestUnavailable": "Entity unavailable",
"flow.haEntitySearchHint": "Search Home Assistant entities by name or entity_id.",
"flow.haEntitySearchLoading": "Loading Home Assistant entities…",
"flow.haEntitySearchConnect": "Connect and test Home Assistant to browse entity suggestions.",
"flow.haEntitySearchCount": "{count} Home Assistant entities available",
"flow.haEntitySearchEmpty": "No matching entities",
"flow.sharedInputUsedBy": "Used in {count} Flows",
"flow.sharedInputUnused": "Not used in any Flow",
"flow.openReferencedFlow": "Open Flow “{name}”",
+17
View File
@@ -184,6 +184,17 @@
"settings.haTokenSaved": "Token zapisany — pozostaw puste",
"settings.haLongLivedToken": "Długotrwały token dostępu",
"settings.haSupervisorToken": "Token dostarczany automatycznie przez Home Assistant Supervisor",
"settings.haSupervisorAutoTitle": "Automatyczna autoryzacja przez Supervisor",
"settings.haSupervisorAutoHint": "Wykryto token Supervisor. Autoryzacja Home Assistant jest skonfigurowana automatycznie — nie trzeba podawać URL ani Long-Lived Access Token.",
"settings.haSupervisorVerifiedTitle": "Autoryzacja Supervisor zweryfikowana",
"settings.haSupervisorVerifiedHint": "Test API Home Assistant zakończył się powodzeniem z użyciem tokenu Supervisor.",
"settings.haSupervisorMissingTitle": "Brak tokenu Supervisor",
"settings.haSupervisorMissingHint": "Wykryto środowisko dodatku, ale token Supervisor nie jest dostępny. Uruchom Test HA, aby w razie potrzeby odblokować ręczne pola awaryjne.",
"settings.haSupervisorTestFailedTitle": "Automatyczna autoryzacja HA nie powiodła się",
"settings.haSupervisorTestFailedHint": "Udostępniono awaryjne pola do ręcznego podania adresu Home Assistant i tokenu.",
"settings.haManualFallbackTitle": "Aktywny ręczny fallback Home Assistant",
"settings.haManualFallbackHint": "Dodatek używa ręcznie zapisanego adresu i tokenu Home Assistant zamiast autoryzacji Supervisor.",
"settings.haUseSupervisor": "Użyj automatycznie Supervisor",
"settings.testHa": "Testuj HA",
"settings.systemState": "Stan systemu",
"settings.version": "Wersja",
@@ -250,6 +261,7 @@
"label.automation": "automatyzację",
"toast.found": "Znaleziono: {count}",
"toast.haConnected": "Połączenie z Home Assistant działa",
"toast.haConnectedSample": "Połączono z Home Assistant. Przykładowy odczyt: {entity} = {value}",
"day.1": "Pn",
"day.2": "Wt",
"day.3": "Śr",
@@ -1038,6 +1050,11 @@
"flow.sharedInputTestValueRead": "Wartość odczytana poprawnie",
"flow.sharedInputTestAvailable": "Encja dostępna",
"flow.sharedInputTestUnavailable": "Encja niedostępna",
"flow.haEntitySearchHint": "Wyszukaj encję Home Assistant po nazwie lub entity_id.",
"flow.haEntitySearchLoading": "Wczytywanie encji Home Assistant…",
"flow.haEntitySearchConnect": "Połącz i przetestuj Home Assistant, aby przeglądać propozycje encji.",
"flow.haEntitySearchCount": "Dostępnych encji Home Assistant: {count}",
"flow.haEntitySearchEmpty": "Brak pasujących encji",
"flow.sharedInputUsedBy": "Używane w {count} Flow",
"flow.sharedInputUnused": "Nieużywane w żadnym Flow",
"flow.openReferencedFlow": "Otwórz Flow „{name}”",