diff --git a/homeassistant/components/anthemav/translations/nl.json b/homeassistant/components/anthemav/translations/nl.json index c09dde1bfc3..bd11c2c933d 100644 --- a/homeassistant/components/anthemav/translations/nl.json +++ b/homeassistant/components/anthemav/translations/nl.json @@ -4,7 +4,8 @@ "already_configured": "Apparaat is al geconfigureerd" }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "cannot_receive_deviceinfo": "Kon het MAC adres niet ophalen. Zorg ervoor dat het apparaat aanstaat" }, "step": { "user": { diff --git a/homeassistant/components/aurora/translations/pl.json b/homeassistant/components/aurora/translations/pl.json index f8786290458..5b038600cbe 100644 --- a/homeassistant/components/aurora/translations/pl.json +++ b/homeassistant/components/aurora/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, diff --git a/homeassistant/components/climate/translations/fr.json b/homeassistant/components/climate/translations/fr.json index 7370a246823..e771926298f 100644 --- a/homeassistant/components/climate/translations/fr.json +++ b/homeassistant/components/climate/translations/fr.json @@ -1,44 +1,128 @@ { "device_automation": { "action_type": { - "set_hvac_mode": "Changer le mode HVAC sur {entity_name}.", + "set_hvac_mode": "D\u00e9finir le mode CVC de {entity_name}", "set_preset_mode": "Changer les pr\u00e9r\u00e9glages de {entity_name}" }, "condition_type": { - "is_hvac_mode": "{entity_name} est d\u00e9fini sur un mode HVAC sp\u00e9cifique", + "is_hvac_mode": "{entity_name} est r\u00e9gl\u00e9 sur un mode CVC sp\u00e9cifique", "is_preset_mode": "{entity_name} est d\u00e9fini sur un mode pr\u00e9d\u00e9fini sp\u00e9cifique" }, "trigger_type": { "current_humidity_changed": "Changement d'humidit\u00e9 mesur\u00e9e pour {entity_name}", "current_temperature_changed": "Changement de temp\u00e9rature mesur\u00e9e pour {entity_name}", - "hvac_mode_changed": "Mode HVAC chang\u00e9 pour {entity_name}" + "hvac_mode_changed": "Modification du mode CVC de {entity_name}" } }, "state": { "_": { "auto": "Auto", - "cool": "Frais", - "dry": "Sec", - "fan_only": "Ventilateur seul", - "heat": "Chauffe", - "heat_cool": "Chaud/Froid", + "cool": "Rafra\u00eechissement", + "dry": "Ass\u00e9chage", + "fan_only": "Ventilation uniquement", + "heat": "Chauffage", + "heat_cool": "Chauffage / Rafra\u00eechissement", "off": "D\u00e9sactiv\u00e9" } }, "state_attributes": { "_": { - "hvac_action": { + "aux_heat": { + "name": "Chauffage auxiliaire" + }, + "current_humidity": { + "name": "Humidit\u00e9 actuelle" + }, + "current_temperature": { + "name": "Temp\u00e9rature actuelle" + }, + "fan_mode": { + "name": "Mode de ventilation", "state": { + "auto": "Auto", + "diffuse": "Diffuse", + "focus": "Focalis\u00e9e", + "high": "\u00c9lev\u00e9e", + "low": "Faible", + "medium": "Moyenne", + "middle": "Milieu", + "off": "D\u00e9sactiv\u00e9e", + "on": "Activ\u00e9e", + "top": "Haute" + } + }, + "fan_modes": { + "name": "Modes de ventilation" + }, + "humidity": { + "name": "Humidit\u00e9 cible" + }, + "hvac_action": { + "name": "Action actuelle", + "state": { + "cooling": "Rafra\u00eechissement", + "drying": "Ass\u00e9chage", + "fan": "Ventilation", "heating": "Chauffe", "idle": "Inactif", "off": "Arr\u00eat" } }, + "hvac_modes": { + "name": "Modes CVC" + }, + "max_humidity": { + "name": "Humidit\u00e9 cible maximale" + }, + "max_temp": { + "name": "Temp\u00e9rature cible maximale" + }, + "min_humidity": { + "name": "Humidit\u00e9 cible minimale" + }, + "min_temp": { + "name": "Temp\u00e9rature cible minimale" + }, "preset_mode": { + "name": "Pr\u00e9r\u00e9glage", "state": { + "activity": "Activit\u00e9", "away": "Absent", - "comfort": "Confort" + "boost": "Boost", + "comfort": "Confort", + "eco": "\u00c9co", + "home": "\u00c0 la maison", + "none": "Aucun", + "sleep": "Nuit" } + }, + "preset_modes": { + "name": "Pr\u00e9r\u00e9glages" + }, + "swing_mode": { + "name": "Mode d\u2019oscillation", + "state": { + "both": "Les deux", + "horizontal": "Horizontale", + "off": "D\u00e9sactiv\u00e9e", + "on": "Activ\u00e9e", + "vertical": "Verticale" + } + }, + "swing_modes": { + "name": "Modes d\u2019oscillation" + }, + "target_temp_high": { + "name": "Temp\u00e9rature cible sup\u00e9rieure" + }, + "target_temp_low": { + "name": "Temp\u00e9rature cible inf\u00e9rieure" + }, + "target_temp_step": { + "name": "Pas de temp\u00e9rature cible" + }, + "temperature": { + "name": "Temp\u00e9rature cible" } } }, diff --git a/homeassistant/components/climate/translations/zh-Hans.json b/homeassistant/components/climate/translations/zh-Hans.json index eb3e4bb1799..3f6f5385bad 100644 --- a/homeassistant/components/climate/translations/zh-Hans.json +++ b/homeassistant/components/climate/translations/zh-Hans.json @@ -40,8 +40,8 @@ "name": "\u98ce\u901f", "state": { "auto": "\u81ea\u52a8", - "high": "\u9ad8", - "low": "\u4f4e", + "high": "\u5f3a", + "low": "\u5f31", "medium": "\u4e2d", "middle": "\u4e2d\u95f4", "off": "\u5173", diff --git a/homeassistant/components/coolmaster/translations/fr.json b/homeassistant/components/coolmaster/translations/fr.json index 500ef3077cb..cd25faec64c 100644 --- a/homeassistant/components/coolmaster/translations/fr.json +++ b/homeassistant/components/coolmaster/translations/fr.json @@ -2,7 +2,7 @@ "config": { "error": { "cannot_connect": "\u00c9chec de connexion", - "no_units": "Impossible de trouver des unit\u00e9s HVAC dans l'h\u00f4te CoolMasterNet." + "no_units": "Aucune unit\u00e9 CVC n\u2019a \u00e9t\u00e9 trouv\u00e9e dans l\u2019h\u00f4te CoolMasterNet." }, "step": { "user": { diff --git a/homeassistant/components/demo/translations/fr.json b/homeassistant/components/demo/translations/fr.json index 00564e59caa..df34ecba4a1 100644 --- a/homeassistant/components/demo/translations/fr.json +++ b/homeassistant/components/demo/translations/fr.json @@ -1,5 +1,28 @@ { "entity": { + "climate": { + "ubercool": { + "state_attributes": { + "fan_mode": { + "state": { + "auto_high": "Auto \u00e9lev\u00e9e", + "auto_low": "Auto faible", + "on_high": "Sur \u00e9lev\u00e9e", + "on_low": "Sur faible" + } + }, + "swing_mode": { + "state": { + "1": "1", + "2": "2", + "3": "3", + "auto": "Auto", + "off": "D\u00e9sactiv\u00e9e" + } + } + } + } + }, "sensor": { "thermostat_mode": { "state": { diff --git a/homeassistant/components/dnsip/translations/pl.json b/homeassistant/components/dnsip/translations/pl.json index f67e5bbfbee..b94f8c9c45f 100644 --- a/homeassistant/components/dnsip/translations/pl.json +++ b/homeassistant/components/dnsip/translations/pl.json @@ -14,6 +14,9 @@ } }, "options": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "error": { "invalid_resolver": "Nieprawid\u0142owy adres IP dla resolvera" }, diff --git a/homeassistant/components/energy/translations/bg.json b/homeassistant/components/energy/translations/bg.json index 362c25efd61..2516dd908eb 100644 --- a/homeassistant/components/energy/translations/bg.json +++ b/homeassistant/components/energy/translations/bg.json @@ -3,6 +3,9 @@ "entity_not_defined": { "title": "\u041e\u0431\u0435\u043a\u0442\u044a\u0442 \u043d\u0435 \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d" }, + "entity_unavailable": { + "title": "\u041e\u0431\u0435\u043a\u0442\u044a\u0442 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u0435\u043d" + }, "entity_unexpected_unit_energy": { "title": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u043c\u0435\u0440\u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430" }, diff --git a/homeassistant/components/environment_canada/translations/pl.json b/homeassistant/components/environment_canada/translations/pl.json index 4f4611a80ca..1ba5d1e6f6e 100644 --- a/homeassistant/components/environment_canada/translations/pl.json +++ b/homeassistant/components/environment_canada/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "error": { "bad_station_id": "Identyfikator stacji jest nieprawid\u0142owy, brakuje go lub nie mo\u017cna go znale\u017a\u0107 w bazie danych identyfikator\u00f3w stacji", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", diff --git a/homeassistant/components/epson/translations/pl.json b/homeassistant/components/epson/translations/pl.json index 8534ffd62e3..c28750bdb71 100644 --- a/homeassistant/components/epson/translations/pl.json +++ b/homeassistant/components/epson/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "powered_off": "Czy projektor jest w\u0142\u0105czony? Aby przeprowadzi\u0107 wst\u0119pn\u0105 konfiguracj\u0119, musisz w\u0142\u0105czy\u0107 projektor." diff --git a/homeassistant/components/esphome/translations/bg.json b/homeassistant/components/esphome/translations/bg.json index bd21d0deb08..0ab32003bdf 100644 --- a/homeassistant/components/esphome/translations/bg.json +++ b/homeassistant/components/esphome/translations/bg.json @@ -42,6 +42,9 @@ } }, "issues": { + "api_password_deprecated": { + "description": "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 API \u0437\u0430 ESPHome \u0435 \u043e\u0441\u0442\u0430\u0440\u044f\u043b\u0430 \u0438 \u0432\u043c\u0435\u0441\u0442\u043e \u0442\u043e\u0432\u0430 \u0441\u0435 \u043f\u0440\u0435\u043f\u043e\u0440\u044a\u0447\u0432\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u043b\u044e\u0447 \u0437\u0430 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 API.\n\n\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 API \u0438 \u0434\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043a\u043b\u044e\u0447 \u0437\u0430 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0435 \u043a\u044a\u043c \u0432\u0430\u0448\u0435\u0442\u043e ESPHome \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u0437\u0430 \u0434\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u0435 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c." + }, "ble_firmware_outdated": { "description": "\u0417\u0430 \u0434\u0430 \u043f\u043e\u0434\u043e\u0431\u0440\u0438\u0442\u0435 \u043d\u0430\u0434\u0435\u0436\u0434\u043d\u043e\u0441\u0442\u0442\u0430 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442\u0442\u0430 \u043d\u0430 Bluetooth, \u0441\u0438\u043b\u043d\u043e \u043f\u0440\u0435\u043f\u043e\u0440\u044a\u0447\u0432\u0430\u043c\u0435 \u0434\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0442\u0435 {name} \u0441 ESPHome 2022.11.0 \u0438\u043b\u0438 \u043f\u043e-\u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f.", "title": "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439\u0442\u0435 {name} \u0441 ESPHome 2022.11.0 \u0438\u043b\u0438 \u043f\u043e-\u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f" diff --git a/homeassistant/components/esphome/translations/pl.json b/homeassistant/components/esphome/translations/pl.json index 05ce0bf4d03..bcd9841d71f 100644 --- a/homeassistant/components/esphome/translations/pl.json +++ b/homeassistant/components/esphome/translations/pl.json @@ -47,6 +47,10 @@ } }, "issues": { + "api_password_deprecated": { + "description": "Has\u0142o API w ESPHome jest ju\u017c przestarza\u0142e i zamiast tego zaleca si\u0119 u\u017cycie klucza szyfruj\u0105cego API. \n\nUsu\u0144 has\u0142o API i dodaj klucz szyfruj\u0105cy do swojego urz\u0105dzenia ESPHome, aby rozwi\u0105za\u0107 ten problem.", + "title": "Has\u0142o API na urz\u0105dzeniu {name} jest przestarza\u0142e" + }, "ble_firmware_outdated": { "description": "Aby poprawi\u0107 niezawodno\u015b\u0107 i wydajno\u015b\u0107 Bluetooth, zdecydowanie zalecamy zaktualizowanie {name} do ESPHome {version} lub nowszej. Podczas aktualizacji urz\u0105dzenia do ESPHome {version} zaleca si\u0119 u\u017cycie kabla szeregowego zamiast aktualizacji bezprzewodowej, aby skorzysta\u0107 z nowego schematu partycji.", "title": "Zaktualizuj {name} do wersji ESPHome {version} lub nowszej" diff --git a/homeassistant/components/firmata/translations/nl.json b/homeassistant/components/firmata/translations/nl.json index 7cb0141826a..b65c1977984 100644 --- a/homeassistant/components/firmata/translations/nl.json +++ b/homeassistant/components/firmata/translations/nl.json @@ -2,6 +2,10 @@ "config": { "abort": { "cannot_connect": "Kan geen verbinding maken" + }, + "step": { + "one": "een", + "other": "overige" } } } \ No newline at end of file diff --git a/homeassistant/components/group/translations/bg.json b/homeassistant/components/group/translations/bg.json index 493db94f30d..499b979c26c 100644 --- a/homeassistant/components/group/translations/bg.json +++ b/homeassistant/components/group/translations/bg.json @@ -42,6 +42,7 @@ }, "sensor": { "data": { + "device_class": "\u041a\u043b\u0430\u0441 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e", "name": "\u0418\u043c\u0435", "type": "\u0422\u0438\u043f", "unit_of_measurement": "\u041c\u0435\u0440\u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430" @@ -102,6 +103,7 @@ }, "sensor": { "data": { + "device_class": "\u041a\u043b\u0430\u0441 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e", "type": "\u0422\u0438\u043f", "unit_of_measurement": "\u041c\u0435\u0440\u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430" } diff --git a/homeassistant/components/group/translations/pl.json b/homeassistant/components/group/translations/pl.json index 3b6b6ee40ba..4380de57290 100644 --- a/homeassistant/components/group/translations/pl.json +++ b/homeassistant/components/group/translations/pl.json @@ -51,6 +51,21 @@ }, "title": "Dodaj grup\u0119" }, + "sensor": { + "data": { + "device_class": "Klasa urz\u0105dzenia", + "entities": "Encje", + "hide_members": "Ukryj encje", + "ignore_non_numeric": "Ignoruj nienumeryczne", + "name": "Nazwa", + "round_digits": "Zaokr\u0105glij warto\u015b\u0107 do liczby miejsc po przecinku", + "state_class": "Klasa stanu", + "type": "Rodzaj", + "unit_of_measurement": "Jednostka miary" + }, + "description": "Je\u015bli opcja \u201eignoruj nienumeryczne\u201d jest w\u0142\u0105czona, stan grupy jest obliczany, je\u015bli przynajmniej jedna encja ma warto\u015b\u0107 liczbow\u0105. Je\u015bli opcja \u201eignoruj nienumeryczne\u201d jest wy\u0142\u0105czona, stan grupy jest obliczany tylko wtedy, gdy wszystkie encje grupy maj\u0105 warto\u015bci liczbowe.", + "title": "Dodaj grup\u0119" + }, "switch": { "data": { "entities": "Encje", @@ -68,6 +83,7 @@ "light": "Grupa \u015bwiate\u0142", "lock": "Grupa zamk\u00f3w", "media_player": "Grupa odtwarzaczy multimedialnych", + "sensor": "Grupa sensor\u00f3w", "switch": "Grupa prze\u0142\u0105cznik\u00f3w" }, "title": "Dodaj grup\u0119" @@ -116,6 +132,19 @@ "hide_members": "Ukryj encje" } }, + "sensor": { + "data": { + "device_class": "Klasa urz\u0105dzenia", + "entities": "Encje", + "hide_members": "Ukryj encje", + "ignore_non_numeric": "Ignoruj nienumeryczne", + "round_digits": "Zaokr\u0105glij warto\u015b\u0107 do liczby miejsc po przecinku", + "state_class": "Klasa stanu", + "type": "Rodzaj", + "unit_of_measurement": "Jednostka miary" + }, + "description": "Je\u015bli opcja \u201eignoruj nienumeryczne\u201d jest w\u0142\u0105czona, stan grupy jest obliczany, je\u015bli przynajmniej jedna encja ma warto\u015b\u0107 liczbow\u0105. Je\u015bli opcja \u201eignoruj nienumeryczne\u201d jest wy\u0142\u0105czona, stan grupy jest obliczany tylko wtedy, gdy wszystkie encje grupy maj\u0105 warto\u015bci liczbowe." + }, "switch": { "data": { "all": "Wszystkie encje", diff --git a/homeassistant/components/growatt_server/translations/pl.json b/homeassistant/components/growatt_server/translations/pl.json index 01e37307d7f..acea9ed9fe0 100644 --- a/homeassistant/components/growatt_server/translations/pl.json +++ b/homeassistant/components/growatt_server/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "no_plants": "Nie znaleziono plantacji na tym koncie" }, "error": { diff --git a/homeassistant/components/habitica/translations/pl.json b/homeassistant/components/habitica/translations/pl.json index 7a8c6a088bc..0df0d5415c2 100644 --- a/homeassistant/components/habitica/translations/pl.json +++ b/homeassistant/components/habitica/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane" + }, "error": { "invalid_credentials": "Niepoprawne uwierzytelnienie", "unknown": "Nieoczekiwany b\u0142\u0105d" diff --git a/homeassistant/components/huawei_lte/translations/nl.json b/homeassistant/components/huawei_lte/translations/nl.json index fcdcee686d9..a1be5f0b3b0 100644 --- a/homeassistant/components/huawei_lte/translations/nl.json +++ b/homeassistant/components/huawei_lte/translations/nl.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Apparaat is al ingesteld", + "already_in_progress": "Configuratie is al bezig", "reauth_successful": "Herauthenticatie geslaagd", "unsupported_device": "Niet-ondersteund apparaat" }, diff --git a/homeassistant/components/huawei_lte/translations/pl.json b/homeassistant/components/huawei_lte/translations/pl.json index c1445048213..88c511969b7 100644 --- a/homeassistant/components/huawei_lte/translations/pl.json +++ b/homeassistant/components/huawei_lte/translations/pl.json @@ -1,6 +1,8 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119", "unsupported_device": "Nieobs\u0142ugiwane urz\u0105dzenie" }, diff --git a/homeassistant/components/insteon/translations/pl.json b/homeassistant/components/insteon/translations/pl.json index 9cadcfa955c..2f8fdddc38e 100644 --- a/homeassistant/components/insteon/translations/pl.json +++ b/homeassistant/components/insteon/translations/pl.json @@ -80,11 +80,18 @@ }, "description": "Zmie\u0144 informacje o po\u0142\u0105czeniu Huba Insteon. Po wprowadzeniu tej zmiany musisz ponownie uruchomi\u0107 Home Assistanta. Nie zmienia to konfiguracji samego Huba. Aby zmieni\u0107 jego konfiguracj\u0119, u\u017cyj aplikacji Hub." }, + "change_plm_config": { + "data": { + "device": "\u015acie\u017cka urz\u0105dzenia USB" + }, + "description": "Zmie\u0144 informacje o po\u0142\u0105czeniu Insteon PLM. Po wprowadzeniu tej zmiany musisz ponownie uruchomi\u0107 Home Assistanta. Nie zmienia to konfiguracji samego PLM." + }, "init": { "data": { "add_override": "Dodawanie nadpisanie urz\u0105dzenia.", "add_x10": "Dodaj urz\u0105dzenie X10.", "change_hub_config": "Zmie\u0144 konfiguracj\u0119 Huba.", + "change_plm_config": "Zmie\u0144 konfiguracj\u0119 PLM.", "remove_override": "Usu\u0144 nadpisanie urz\u0105dzenia.", "remove_x10": "Usu\u0144 urz\u0105dzenie X10." } diff --git a/homeassistant/components/jellyfin/translations/pl.json b/homeassistant/components/jellyfin/translations/pl.json index ffa33d7e6ed..36ce2eb41e7 100644 --- a/homeassistant/components/jellyfin/translations/pl.json +++ b/homeassistant/components/jellyfin/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane", "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { diff --git a/homeassistant/components/kraken/translations/nl.json b/homeassistant/components/kraken/translations/nl.json index 0ecf8885785..5e9e443bcb4 100644 --- a/homeassistant/components/kraken/translations/nl.json +++ b/homeassistant/components/kraken/translations/nl.json @@ -9,6 +9,10 @@ }, "step": { "user": { + "data": { + "one": "een", + "other": "overige" + }, "description": "Wil je beginnen met instellen?" } } diff --git a/homeassistant/components/laundrify/translations/pl.json b/homeassistant/components/laundrify/translations/pl.json index 27b33ab5880..c885626d8f6 100644 --- a/homeassistant/components/laundrify/translations/pl.json +++ b/homeassistant/components/laundrify/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane", "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { diff --git a/homeassistant/components/lcn/translations/nl.json b/homeassistant/components/lcn/translations/nl.json index 776dc63535d..6d0440557d2 100644 --- a/homeassistant/components/lcn/translations/nl.json +++ b/homeassistant/components/lcn/translations/nl.json @@ -1,6 +1,7 @@ { "device_automation": { "trigger_type": { + "codelock": "code lock code ontvangen", "fingerprint": "vingerafdruk code ontvangen", "send_keys": "stuur sleutels ontvangen", "transmitter": "zendercode ontvangen", diff --git a/homeassistant/components/litterrobot/translations/sensor.nl.json b/homeassistant/components/litterrobot/translations/sensor.nl.json index cf0d1537cdf..63c45bcf9cf 100644 --- a/homeassistant/components/litterrobot/translations/sensor.nl.json +++ b/homeassistant/components/litterrobot/translations/sensor.nl.json @@ -17,12 +17,15 @@ "hpf": "Home Positie Fout", "off": "Uit", "offline": "Offline", + "otf": "Over Torque Fault", "p": "Gepauzeerd", + "pd": "Knijp gedetecteerd", "pwrd": "Uitschakelen", "pwru": "Opstarten", "rdy": "Gereed", "scf": "Kattensensorfout bij opstarten", - "sdf": "Lade vol bij opstarten" + "sdf": "Lade vol bij opstarten", + "spf": "Knijp gedetecteerd bij opstarten" } } } \ No newline at end of file diff --git a/homeassistant/components/meater/translations/pl.json b/homeassistant/components/meater/translations/pl.json index 1afaffb4bb7..017d4d60892 100644 --- a/homeassistant/components/meater/translations/pl.json +++ b/homeassistant/components/meater/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane" + }, "error": { "invalid_auth": "Niepoprawne uwierzytelnienie", "service_unavailable_error": "Interfejs API jest obecnie niedost\u0119pny, spr\u00f3buj ponownie p\u00f3\u017aniej.", diff --git a/homeassistant/components/melnor/translations/pl.json b/homeassistant/components/melnor/translations/pl.json index 707f4d67873..df29e08e509 100644 --- a/homeassistant/components/melnor/translations/pl.json +++ b/homeassistant/components/melnor/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "no_devices_found": "W pobli\u017cu nie ma \u017cadnych urz\u0105dze\u0144 Melnor Bluetooth." }, "step": { diff --git a/homeassistant/components/min_max/translations/bg.json b/homeassistant/components/min_max/translations/bg.json index 35cfa0ad1d7..fc07715ee99 100644 --- a/homeassistant/components/min_max/translations/bg.json +++ b/homeassistant/components/min_max/translations/bg.json @@ -7,5 +7,14 @@ } } } + }, + "selector": { + "type": { + "options": { + "last": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e", + "max": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c", + "min": "\u041c\u0438\u043d\u0438\u043c\u0443\u043c" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/nl.json b/homeassistant/components/mopeka/translations/nl.json new file mode 100644 index 00000000000..93f866be7d9 --- /dev/null +++ b/homeassistant/components/mopeka/translations/nl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "already_in_progress": "Configuratie wordt al uitgevoerd", + "no_devices_found": "Geen apparaten gevonden op het netwerk", + "not_supported": "Apparaat wordt niet ondersteund" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Wil je {name} instellen?" + }, + "user": { + "data": { + "address": "Apparaat" + }, + "description": "Kies een apparaat om in te stellen" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mopeka/translations/pl.json b/homeassistant/components/mopeka/translations/pl.json new file mode 100644 index 00000000000..4715905a2e9 --- /dev/null +++ b/homeassistant/components/mopeka/translations/pl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "not_supported": "Urz\u0105dzenie nie jest obs\u0142ugiwane" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Czy chcesz skonfigurowa\u0107 {name}?" + }, + "user": { + "data": { + "address": "Urz\u0105dzenie" + }, + "description": "Wybierz urz\u0105dzenie do skonfigurowania" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mysensors/translations/nl.json b/homeassistant/components/mysensors/translations/nl.json index c9ad860f288..f182409ffd1 100644 --- a/homeassistant/components/mysensors/translations/nl.json +++ b/homeassistant/components/mysensors/translations/nl.json @@ -84,6 +84,17 @@ } }, "issues": { + "deprecated_entity": { + "fix_flow": { + "step": { + "confirm": { + "description": "Update huidige automatiseringen of scripts die deze entiteit gebruiken met service `{deprecated_service}` door service `{alternate_service}` met een entiteit ID van `{alternate_target}`.", + "title": "De {deprecated_entity} entiteit wordt verwijderd" + } + } + }, + "title": "De {deprecated_entity} entiteit wordt verwijderd" + }, "deprecated_service": { "fix_flow": { "step": { diff --git a/homeassistant/components/mysensors/translations/pl.json b/homeassistant/components/mysensors/translations/pl.json index a8ce9f0875d..0e81a9d3db8 100644 --- a/homeassistant/components/mysensors/translations/pl.json +++ b/homeassistant/components/mysensors/translations/pl.json @@ -85,6 +85,17 @@ } }, "issues": { + "deprecated_entity": { + "fix_flow": { + "step": { + "confirm": { + "description": "Zaktualizuj wszystkie automatyzacje lub skrypty, kt\u00f3re u\u017cywaj\u0105 tej encji w wywo\u0142aniu us\u0142ugi `{deprecated_service} `, aby zamiast tego u\u017cywa\u0107 us\u0142ugi `{alternate_service}` z identyfikatorem encji docelowej `{alternate_target}`.", + "title": "Encja {deprecated_entity} zostanie usuni\u0119ta" + } + } + }, + "title": "Encja {deprecated_entity} zostanie usuni\u0119ta" + }, "deprecated_service": { "fix_flow": { "step": { diff --git a/homeassistant/components/nest/translations/nl.json b/homeassistant/components/nest/translations/nl.json index f116c92d67b..a9e6085e0a1 100644 --- a/homeassistant/components/nest/translations/nl.json +++ b/homeassistant/components/nest/translations/nl.json @@ -1,4 +1,7 @@ { + "application_credentials": { + "description": "Volg de [instructions]({more_info_url}) om Cloud Console in te stellen:\n\n1. Ga naar het [OAuth toestemmingscherm]({oauth_consent_url}) en configureer\n1. Ga naar [Credentials]({oauth_creds_url}) en selecteer **Create Credentials**\n1. Kies vanuit de lijst **OAuth client ID**\n1. Selecteer als applicatietype **Web Application**\n1. Voeg jouw `{redirect_url}` toe bij *Authorized redirect URI*" + }, "config": { "abort": { "already_configured": "Account is al geconfigureerd", @@ -22,12 +25,32 @@ "wrong_project_id": "Voer een geldig Cloud Project ID in (found Device Acces Project ID)" }, "step": { + "auth_upgrade": { + "description": "App Auth wordt niet meer ondersteund door Google vanwege verbeterde veiligheid. Hierdoor moet je nieuwe applicatie inloggegevens aanmaken.\n\nDe [documentatie]({more_info_url}) bevat de stappen die je moet doorlopen om weer toegang tot jouw Nest apparaten te krijgen.", + "title": "Nest: Niet ondersteunde App Auth" + }, "cloud_project": { "data": { "cloud_project_id": "Google Cloud project-ID" }, + "description": "Vul hier jouw Cloud Project ID in (bijv. *example-project-12345*. Zie de [Google Cloud Console]({cloud_console_url}) of de documentatie voor [meer info]({more_info_url}).", "title": "Nest: Voer Cloud Project ID in" }, + "create_cloud_project": { + "description": "Met de Nest integratie kun je Nest apparaten waaronder thermostaten, camera's en deurbellen gebruiken. Hiervoor wordt de Smart Device Management API gebruikt. Deze SDM API kost **eenmalig US $5**. Zie de documentatie voor [meer info]({more_info_url}).\n\n1. Ga naar de [Google Cloud Console]({cloud_console_url})\n1. Als dit jouw eerste project is, selecteer **Create Project** en daarna **New Project**\n1. Geef jouw Cloud Project een naam en kies **Create**\n1. Noteer jouw Cloud Project ID (bijv. *example-project-12345*), deze heb je later nodig\n1. Ga naar de API Library en **Enable** [Smart Device Management API]({sdm_api_url})\n1. Ga naar de API Library en **Enable** [Cloud Pub/Sub API]({pubsub_api_url})\n\nGa hier verder wanneer jouw Cloud Project gereed is.", + "title": "Nest: Maak en configureer een Cloud Project." + }, + "device_project": { + "data": { + "project_id": "Apparaat toegang Project ID" + }, + "description": "Stel Nest Device Access in waarmee je **eenmalig Google US $5** moet betalen.\n\n1. Ga naar [Device Access Console]({device_access_console_url}) en volg de betalingsstappen\n1. Klik op **Create Project**\n1. Geef jouw Device Access project een naam en selecteer **Next**\n1. Geef jouw OAuth Client ID in\n1. Schakel events in door **Enable** en **Create Project** aan te klikken\n\nVul jouw Device Access Project ID hieronder in ([meer info]({more_info_url})).", + "title": "Nest: Maak een Device Access Project aan" + }, + "device_project_upgrade": { + "description": "Update de Nest Device Access Project met jouw nieuwe OAuth Client ID ([meer info]({more_info_url})).\n\n1. Ga naar de [Device Access Console]({device_access_console_url})\n1. Selecteer het prullenbak icoon naast de *OAuth Client ID*\n1. Selecteer in het menu (`...`) *Add Client ID*\n1. Vul jouw nieuwe OAuth Client ID in en klik **Add**\n\nJouw OAuth Client ID is: `{client_id}`", + "title": "Nest: Update Device Access Project" + }, "init": { "data": { "flow_impl": "Leverancier" diff --git a/homeassistant/components/nina/translations/nl.json b/homeassistant/components/nina/translations/nl.json index 91d54c6774f..c4285145164 100644 --- a/homeassistant/components/nina/translations/nl.json +++ b/homeassistant/components/nina/translations/nl.json @@ -27,6 +27,7 @@ "options": { "error": { "cannot_connect": "Kan geen verbinding maken", + "no_selection": "Selecteer minimaal \u00e9\u00e9n stad/deelstaat", "unknown": "Onverwachte fout" }, "step": { diff --git a/homeassistant/components/nuki/translations/pl.json b/homeassistant/components/nuki/translations/pl.json index c51a431cfe7..d5658e0d1be 100644 --- a/homeassistant/components/nuki/translations/pl.json +++ b/homeassistant/components/nuki/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" }, "error": { diff --git a/homeassistant/components/omnilogic/translations/pl.json b/homeassistant/components/omnilogic/translations/pl.json index f0fadfbfd6a..28c19230482 100644 --- a/homeassistant/components/omnilogic/translations/pl.json +++ b/homeassistant/components/omnilogic/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane", "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { diff --git a/homeassistant/components/open_meteo/translations/pl.json b/homeassistant/components/open_meteo/translations/pl.json index 4a9d42458ca..cccb4d76a11 100644 --- a/homeassistant/components/open_meteo/translations/pl.json +++ b/homeassistant/components/open_meteo/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/openai_conversation/translations/nl.json b/homeassistant/components/openai_conversation/translations/nl.json new file mode 100644 index 00000000000..175467bd92d --- /dev/null +++ b/homeassistant/components/openai_conversation/translations/nl.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Alleen een enkele configuratie is mogelijk." + }, + "error": { + "cannot_connect": "Niet mogelijk om te verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, + "step": { + "user": { + "data": { + "api_key": "API sleutel" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openai_conversation/translations/pl.json b/homeassistant/components/openai_conversation/translations/pl.json new file mode 100644 index 00000000000..5a390af11dd --- /dev/null +++ b/homeassistant/components/openai_conversation/translations/pl.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "invalid_auth": "Niepoprawne uwierzytelnienie", + "unknown": "Nieoczekiwany b\u0142\u0105d" + }, + "step": { + "user": { + "data": { + "api_key": "Klucz API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/fr.json b/homeassistant/components/plugwise/translations/fr.json index 99a2f40a8b1..b0041e839a7 100644 --- a/homeassistant/components/plugwise/translations/fr.json +++ b/homeassistant/components/plugwise/translations/fr.json @@ -29,6 +29,9 @@ "state_attributes": { "preset_mode": { "state": { + "asleep": "Nuit", + "away": "Absent", + "home": "\u00c0 la maison", "no_frost": "Hors-gel", "vacation": "Vacances" } diff --git a/homeassistant/components/pvoutput/translations/pl.json b/homeassistant/components/pvoutput/translations/pl.json index 4050cfe2e11..f0420ca4f92 100644 --- a/homeassistant/components/pvoutput/translations/pl.json +++ b/homeassistant/components/pvoutput/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" }, "error": { diff --git a/homeassistant/components/rainbird/translations/nl.json b/homeassistant/components/rainbird/translations/nl.json index 40c11977cec..e24696739ee 100644 --- a/homeassistant/components/rainbird/translations/nl.json +++ b/homeassistant/components/rainbird/translations/nl.json @@ -17,6 +17,19 @@ } } }, + "issues": { + "deprecated_raindelay": { + "fix_flow": { + "step": { + "confirm": { + "description": "De Rain Bird service `rainbird.set_rain_delay` wordt vervangen door een Numerieke entiteit voor het instellen van de regenvertraging. Huidige automatiseringen of scripts moeten worden ge\u00fcpdatet om `number.set_value` met een doel van `{alternate_target}` te gebruiken.", + "title": "De Rain Bird Rain Delay Service wordt verwijderd" + } + } + }, + "title": "De Rain Bird Rain Delay Service wordt verwijderd" + } + }, "options": { "step": { "init": { diff --git a/homeassistant/components/rainbird/translations/pl.json b/homeassistant/components/rainbird/translations/pl.json index ea7598e7860..a4785d5735e 100644 --- a/homeassistant/components/rainbird/translations/pl.json +++ b/homeassistant/components/rainbird/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "timeout_connect": "Limit czasu na nawi\u0105zanie po\u0142\u0105czenia" @@ -16,6 +19,17 @@ } }, "issues": { + "deprecated_raindelay": { + "fix_flow": { + "step": { + "confirm": { + "description": "Us\u0142uga Rain Bird `rainbird.set_rain_delay` zostanie usuni\u0119ta i zast\u0105piona przez encj\u0119 numeryczn\u0105 do zarz\u0105dzania op\u00f3\u017anieniami czasu opad\u00f3w. Wszelkie istniej\u0105ce automatyzacje lub skrypty b\u0119d\u0105 musia\u0142y zosta\u0107 zaktualizowane, aby zamiast tego u\u017cywa\u0142y warto\u015bci `number.set_value` z celem `{alternate_target} `.", + "title": "Us\u0142uga Rain Bird Delay zostanie usuni\u0119ta" + } + } + }, + "title": "Us\u0142uga Rain Bird Delay zostanie usuni\u0119ta" + }, "deprecated_yaml": { "description": "Konfiguracja Rain Bird w configuration.yaml zostanie usuni\u0119ta w Home Assistant 2023.4. \n\nTwoja konfiguracja zosta\u0142a automatycznie zaimportowana do interfejsu u\u017cytkownika, jednak domy\u015blne czasy nawadniania dla poszczeg\u00f3lnych stref nie s\u0105 ju\u017c obs\u0142ugiwane. Usu\u0144 konfiguracj\u0119 YAML z pliku configuration.yaml i uruchom ponownie Home Assistanta, aby rozwi\u0105za\u0107 ten problem.", "title": "Konfiguracja YAML dla Rain Bird zostanie usuni\u0119ta" diff --git a/homeassistant/components/rdw/translations/pl.json b/homeassistant/components/rdw/translations/pl.json index 43baead5444..c71429da365 100644 --- a/homeassistant/components/rdw/translations/pl.json +++ b/homeassistant/components/rdw/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "unknown_license_plate": "Nieznana tablica rejestracyjna" diff --git a/homeassistant/components/reolink/translations/bg.json b/homeassistant/components/reolink/translations/bg.json index cdee795acd8..d7e44859279 100644 --- a/homeassistant/components/reolink/translations/bg.json +++ b/homeassistant/components/reolink/translations/bg.json @@ -7,6 +7,7 @@ "error": { "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435", "invalid_auth": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f", + "not_admin": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f\u0442 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440, \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f\u0442 ''{username}'' \u0438\u043c\u0430 \u043d\u0438\u0432\u043e \u043d\u0430 \u043e\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f ''{userlevel}''", "unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430: {error}" }, "flow_title": "{short_mac} ({ip_address})", diff --git a/homeassistant/components/reolink/translations/nl.json b/homeassistant/components/reolink/translations/nl.json index e29f259788e..47b1b332439 100644 --- a/homeassistant/components/reolink/translations/nl.json +++ b/homeassistant/components/reolink/translations/nl.json @@ -10,6 +10,7 @@ "invalid_auth": "Ongeldige authenticatie", "unknown": "Onverwachte fout" }, + "flow_title": "{short_mac} ({ip_address})", "step": { "reauth_confirm": { "title": "Integratie herauthenticeren" diff --git a/homeassistant/components/reolink/translations/pl.json b/homeassistant/components/reolink/translations/pl.json index 993077b75e6..111a58614fd 100644 --- a/homeassistant/components/reolink/translations/pl.json +++ b/homeassistant/components/reolink/translations/pl.json @@ -11,6 +11,7 @@ "not_admin": "U\u017cytkownik musi by\u0107 administratorem, u\u017cytkownik \u201e{username}\u201d ma poziom autoryzacji \u201e{userlevel}\u201d", "unknown": "Nieoczekiwany b\u0142\u0105d" }, + "flow_title": "{short_mac} ({ip_address})", "step": { "reauth_confirm": { "description": "Integracja Reolink wymaga ponownego uwierzytelnienia szczeg\u00f3\u0142\u00f3w po\u0142\u0105czenia", diff --git a/homeassistant/components/rfxtrx/translations/nl.json b/homeassistant/components/rfxtrx/translations/nl.json index ee5e8b4a463..f817372276b 100644 --- a/homeassistant/components/rfxtrx/translations/nl.json +++ b/homeassistant/components/rfxtrx/translations/nl.json @@ -5,9 +5,13 @@ "cannot_connect": "Kan geen verbinding maken" }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "one": "een", + "other": "overige" }, "step": { + "one": "een", + "other": "overige", "setup_network": { "data": { "host": "Host", @@ -45,6 +49,7 @@ "status": "Ontvangen status: {subtype}" } }, + "one": "een", "options": { "error": { "already_configured_device": "Apparaat is al geconfigureerd", @@ -78,5 +83,6 @@ "title": "Configureer apparaatopties" } } - } + }, + "other": "overige" } \ No newline at end of file diff --git a/homeassistant/components/roon/translations/nl.json b/homeassistant/components/roon/translations/nl.json index ad07fb6bc15..660fb2e1586 100644 --- a/homeassistant/components/roon/translations/nl.json +++ b/homeassistant/components/roon/translations/nl.json @@ -18,6 +18,10 @@ "link": { "description": "U moet Home Assistant autoriseren in Roon. Nadat je op verzenden hebt geklikt, ga je naar de Roon Core-applicatie, open je Instellingen en schakel je Home Assistant in op het tabblad Extensies.", "title": "Autoriseer Home Assistant in Roon" + }, + "user": { + "one": "een", + "other": "overige" } } } diff --git a/homeassistant/components/rympro/translations/pl.json b/homeassistant/components/rympro/translations/pl.json new file mode 100644 index 00000000000..00fa6a08bc8 --- /dev/null +++ b/homeassistant/components/rympro/translations/pl.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "invalid_auth": "Niepoprawne uwierzytelnienie", + "unknown": "Nieoczekiwany b\u0142\u0105d" + }, + "step": { + "user": { + "data": { + "email": "Adres e-mail", + "password": "Has\u0142o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sfr_box/translations/nl.json b/homeassistant/components/sfr_box/translations/nl.json index f9a2a0f4f46..866d22a323a 100644 --- a/homeassistant/components/sfr_box/translations/nl.json +++ b/homeassistant/components/sfr_box/translations/nl.json @@ -5,13 +5,28 @@ "reauth_successful": "Herauthenticatie gelukt" }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "invalid_auth": "Ongeldige inloggegevens" }, "step": { + "auth": { + "data": { + "password": "Wachtwoord", + "username": "Gebruikersnaam" + } + }, + "choose_auth": { + "description": "Inloggegevens bieden aanvullende functionaliteit", + "menu_options": { + "auth": "Inloggegevens instellen (aanbevolen)", + "skip_auth": "Inloggen overslaan" + } + }, "user": { "data": { "host": "Host" - } + }, + "description": "Inloggegevens zijn optioneel, maar bieden aanvullende functionaliteit." } } }, diff --git a/homeassistant/components/sfr_box/translations/pl.json b/homeassistant/components/sfr_box/translations/pl.json index bfccbf9b447..a6c29aa66f0 100644 --- a/homeassistant/components/sfr_box/translations/pl.json +++ b/homeassistant/components/sfr_box/translations/pl.json @@ -1,16 +1,32 @@ { "config": { "abort": { - "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" }, "error": { - "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "invalid_auth": "Niepoprawne uwierzytelnienie" }, "step": { + "auth": { + "data": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + }, + "choose_auth": { + "description": "Ustawienie po\u015bwiadcze\u0144 w\u0142\u0105cza dodatkowe funkcje.", + "menu_options": { + "auth": "Ustaw po\u015bwiadczenia (zalecane)", + "skip_auth": "Pomi\u0144 uwierzytelnianie" + } + }, "user": { "data": { "host": "Nazwa hosta lub adres IP" - } + }, + "description": "Ustawienie po\u015bwiadcze\u0144 jest opcjonalne, ale umo\u017cliwia korzystanie z dodatkowych funkcji." } } }, diff --git a/homeassistant/components/shelly/translations/bg.json b/homeassistant/components/shelly/translations/bg.json index adc2caa8ada..9103582d41e 100644 --- a/homeassistant/components/shelly/translations/bg.json +++ b/homeassistant/components/shelly/translations/bg.json @@ -51,6 +51,8 @@ "selector": { "ble_scanner_mode": { "options": { + "active": "\u0410\u043a\u0442\u0438\u0432\u043d\u043e", + "disabled": "\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e", "passive": "\u041f\u0430\u0441\u0438\u0432\u043d\u043e" } } diff --git a/homeassistant/components/shelly/translations/nl.json b/homeassistant/components/shelly/translations/nl.json index b436f66f248..64693243a7d 100644 --- a/homeassistant/components/shelly/translations/nl.json +++ b/homeassistant/components/shelly/translations/nl.json @@ -7,6 +7,7 @@ }, "error": { "cannot_connect": "Kan geen verbinding maken", + "firmware_not_fully_provisioned": "Apparaat kon niet ingesteld worden. Neem contact op met de Shelly klantenservice", "invalid_auth": "Ongeldige authenticatie", "unknown": "Onverwachte fout" }, diff --git a/homeassistant/components/sia/translations/pl.json b/homeassistant/components/sia/translations/pl.json index 8a7f5342e3f..52ef4291ecf 100644 --- a/homeassistant/components/sia/translations/pl.json +++ b/homeassistant/components/sia/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, "error": { "invalid_account_format": "Konto nie jest warto\u015bci\u0105 szesnastkow\u0105, u\u017cyj tylko 0-9 i A-F.", "invalid_account_length": "Konto ma niew\u0142a\u015bciw\u0105 d\u0142ugo\u015b\u0107, musi mie\u0107 od 3 do 16 znak\u00f3w.", diff --git a/homeassistant/components/simplepush/translations/nl.json b/homeassistant/components/simplepush/translations/nl.json index 07d9feb4ea3..0464b647aa0 100644 --- a/homeassistant/components/simplepush/translations/nl.json +++ b/homeassistant/components/simplepush/translations/nl.json @@ -10,7 +10,10 @@ "user": { "data": { "device_key": "De apparaatsleutel van uw apparaat", - "name": "Naam" + "event": "De gebeurtenis voor de gebeurtenissen", + "name": "Naam", + "password": "Het wachtwoord voor de encryptie gebruikt door jouw apparaat", + "salt": "De salt gebruikt door jouw apparaat." } } } diff --git a/homeassistant/components/slimproto/translations/nl.json b/homeassistant/components/slimproto/translations/nl.json index 703ac8614c4..5c63d57a6a3 100644 --- a/homeassistant/components/slimproto/translations/nl.json +++ b/homeassistant/components/slimproto/translations/nl.json @@ -2,6 +2,12 @@ "config": { "abort": { "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + }, + "step": { + "user": { + "one": "een", + "other": "overige" + } } } } \ No newline at end of file diff --git a/homeassistant/components/solax/translations/pl.json b/homeassistant/components/solax/translations/pl.json index e92874775ad..ee8c7c6928c 100644 --- a/homeassistant/components/solax/translations/pl.json +++ b/homeassistant/components/solax/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "unknown": "Nieoczekiwany b\u0142\u0105d" diff --git a/homeassistant/components/switchbot/translations/nl.json b/homeassistant/components/switchbot/translations/nl.json index 2ee1c0165b1..c68501e6486 100644 --- a/homeassistant/components/switchbot/translations/nl.json +++ b/homeassistant/components/switchbot/translations/nl.json @@ -9,7 +9,9 @@ }, "error": { "auth_failed": "Authenticatie mislukt", - "encryption_key_invalid": "Sleutel ID of encryptiesleutel is ongeldig" + "encryption_key_invalid": "Sleutel ID of encryptiesleutel is ongeldig", + "one": "een", + "other": "overige" }, "flow_title": "{name}", "step": { diff --git a/homeassistant/components/synology_dsm/translations/pl.json b/homeassistant/components/synology_dsm/translations/pl.json index a5c78b4390f..5ff48fd7b4f 100644 --- a/homeassistant/components/synology_dsm/translations/pl.json +++ b/homeassistant/components/synology_dsm/translations/pl.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "no_mac_address": "W rekordzie zeroconf brakuje adresu MAC", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119", "reconfigure_successful": "Ponowna konfiguracja powiod\u0142a si\u0119" }, diff --git a/homeassistant/components/tailscale/translations/pl.json b/homeassistant/components/tailscale/translations/pl.json index ef5f1a4dabf..ec139aa1832 100644 --- a/homeassistant/components/tailscale/translations/pl.json +++ b/homeassistant/components/tailscale/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" }, "error": { diff --git a/homeassistant/components/tomorrowio/translations/pl.json b/homeassistant/components/tomorrowio/translations/pl.json index 77ea5e55dd4..c24fcf84ca1 100644 --- a/homeassistant/components/tomorrowio/translations/pl.json +++ b/homeassistant/components/tomorrowio/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_api_key": "Nieprawid\u0142owy klucz API", diff --git a/homeassistant/components/vera/translations/pl.json b/homeassistant/components/vera/translations/pl.json index 5be37d2a571..6f3fda80545 100644 --- a/homeassistant/components/vera/translations/pl.json +++ b/homeassistant/components/vera/translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia z kontrolerem za pomoc\u0105 adresu {base_url}" }, "step": { diff --git a/homeassistant/components/whirlpool/translations/pl.json b/homeassistant/components/whirlpool/translations/pl.json index d5dd250c657..f1f4cca8f39 100644 --- a/homeassistant/components/whirlpool/translations/pl.json +++ b/homeassistant/components/whirlpool/translations/pl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane" + }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_auth": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/xiaomi_ble/translations/pl.json b/homeassistant/components/xiaomi_ble/translations/pl.json index e5a9d7bf3ef..d0ec734e72f 100644 --- a/homeassistant/components/xiaomi_ble/translations/pl.json +++ b/homeassistant/components/xiaomi_ble/translations/pl.json @@ -38,5 +38,10 @@ "description": "Wybierz urz\u0105dzenie do skonfigurowania" } } + }, + "device_automation": { + "trigger_type": { + "motion_detected": "nast\u0105pi\u0142o wykrycie ruchu" + } } } \ No newline at end of file diff --git a/homeassistant/components/zha/translations/bg.json b/homeassistant/components/zha/translations/bg.json index 409bd01e893..6492a9f5309 100644 --- a/homeassistant/components/zha/translations/bg.json +++ b/homeassistant/components/zha/translations/bg.json @@ -51,6 +51,7 @@ "default_light_transition": "\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u0441\u0432\u0435\u0442\u043b\u0438\u043d\u0435\u043d \u043f\u0440\u0435\u0445\u043e\u0434 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 (\u0441\u0435\u043a\u0443\u043d\u0434\u0438)", "enable_identify_on_join": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0435\u0444\u0435\u043a\u0442\u0430 \u0437\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0435 \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u0442 \u043a\u044a\u043c \u043c\u0440\u0435\u0436\u0430\u0442\u0430", "enhanced_light_transition": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0445\u043e\u0434 \u043d\u0430 \u0446\u0432\u044f\u0442/\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043d\u0430 \u0441\u0432\u0435\u0442\u043b\u0438\u043d\u0430\u0442\u0430 \u043e\u0442 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435", + "group_members_assume_state": "\u0427\u043b\u0435\u043d\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430\u0442\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u0442 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u0433\u0440\u0443\u043f\u0430\u0442\u0430", "title": "\u0413\u043b\u043e\u0431\u0430\u043b\u043d\u0438 \u043e\u043f\u0446\u0438\u0438" } },