diff --git a/homeassistant/components/dsmr/translations/pl.json b/homeassistant/components/dsmr/translations/pl.json new file mode 100644 index 00000000000..815a6f19706 --- /dev/null +++ b/homeassistant/components/dsmr/translations/pl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gogogate2/translations/zh-Hant.json b/homeassistant/components/gogogate2/translations/zh-Hant.json index 7ba01116084..607794131ef 100644 --- a/homeassistant/components/gogogate2/translations/zh-Hant.json +++ b/homeassistant/components/gogogate2/translations/zh-Hant.json @@ -15,7 +15,7 @@ "username": "\u4f7f\u7528\u8005\u540d\u7a31" }, "description": "\u8acb\u65bc\u4e0b\u65b9\u63d0\u4f9b\u6240\u9700\u8cc7\u8a0a\u3002", - "title": "\u8a2d\u5b9a GogoGate2" + "title": "\u8a2d\u5b9a GogoGate2 \u6216 iSmartGate" } } } diff --git a/homeassistant/components/homematicip_cloud/translations/fr.json b/homeassistant/components/homematicip_cloud/translations/fr.json index 9bcb8be7e0e..585334b3118 100644 --- a/homeassistant/components/homematicip_cloud/translations/fr.json +++ b/homeassistant/components/homematicip_cloud/translations/fr.json @@ -6,6 +6,7 @@ "unknown": "Une erreur inconnue s'est produite." }, "error": { + "invalid_pin": "Code PIN invalide, veuillez r\u00e9essayer.", "invalid_sgtin_or_pin": "Code PIN invalide, veuillez r\u00e9essayer.", "press_the_button": "Veuillez appuyer sur le bouton bleu.", "register_failed": "\u00c9chec d'enregistrement. Veuillez r\u00e9essayer.", diff --git a/homeassistant/components/insteon/translations/fr.json b/homeassistant/components/insteon/translations/fr.json index f44be025271..e0f56f093af 100644 --- a/homeassistant/components/insteon/translations/fr.json +++ b/homeassistant/components/insteon/translations/fr.json @@ -67,12 +67,18 @@ } }, "options": { + "abort": { + "cannot_connect": "Impossible de se connecter au modem Insteon" + }, "error": { "cannot_connect": "\u00c9chec de connexion", "select_single": "S\u00e9lectionnez une option" }, "step": { "add_override": { + "data": { + "cat": "Cat\u00e9gorie d'appareil (c.-\u00e0-d. 0x10)" + }, "title": "Insteon" }, "add_x10": { diff --git a/homeassistant/components/insteon/translations/pl.json b/homeassistant/components/insteon/translations/pl.json index 1fe0f6b7451..cb697462ca9 100644 --- a/homeassistant/components/insteon/translations/pl.json +++ b/homeassistant/components/insteon/translations/pl.json @@ -1,15 +1,24 @@ { "config": { "abort": { - "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia." + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia." }, "step": { + "hubv1": { + "data": { + "host": "Adres IP", + "port": "Port" + } + }, "hubv2": { "data": { "host": "Adres IP", + "password": "Has\u0142o", + "port": "Port", "username": "Nazwa u\u017cytkownika" } }, diff --git a/homeassistant/components/kodi/translations/pl.json b/homeassistant/components/kodi/translations/pl.json index d9590796ce5..3e71fd0df8b 100644 --- a/homeassistant/components/kodi/translations/pl.json +++ b/homeassistant/components/kodi/translations/pl.json @@ -1,7 +1,40 @@ { "config": { "abort": { - "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia." + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.", + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.", + "invalid_auth": "Niepoprawne uwierzytelnienie.", + "unknown": "Nieoczekiwany b\u0142\u0105d." + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.", + "invalid_auth": "Niepoprawne uwierzytelnienie.", + "unknown": "Nieoczekiwany b\u0142\u0105d." + }, + "step": { + "credentials": { + "data": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + }, + "host": { + "data": { + "host": "Nazwa hosta lub adres IP", + "port": "Port" + } + }, + "user": { + "data": { + "host": "Nazwa hosta lub adres IP", + "port": "Port" + } + }, + "ws_port": { + "data": { + "ws_port": "Port" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/nightscout/translations/fr.json b/homeassistant/components/nightscout/translations/fr.json index c4bc0d48b1a..5b31b06ea3a 100644 --- a/homeassistant/components/nightscout/translations/fr.json +++ b/homeassistant/components/nightscout/translations/fr.json @@ -2,6 +2,13 @@ "config": { "abort": { "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9" + }, + "step": { + "user": { + "data": { + "url": "URL" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/pl.json b/homeassistant/components/nzbget/translations/pl.json index 121f77b0a96..a5bd1b5cdcb 100644 --- a/homeassistant/components/nzbget/translations/pl.json +++ b/homeassistant/components/nzbget/translations/pl.json @@ -7,7 +7,11 @@ "step": { "user": { "data": { - "name": "Nazwa" + "host": "Nazwa hosta lub adres IP", + "name": "Nazwa", + "password": "Has\u0142o", + "port": "Port", + "username": "Nazwa u\u017cytkownika" } } } diff --git a/homeassistant/components/openweathermap/translations/fr.json b/homeassistant/components/openweathermap/translations/fr.json new file mode 100644 index 00000000000..b55997e1f8d --- /dev/null +++ b/homeassistant/components/openweathermap/translations/fr.json @@ -0,0 +1,29 @@ +{ + "config": { + "error": { + "auth": "La cl\u00e9 API n'est pas correcte." + }, + "step": { + "user": { + "data": { + "language": "Langue", + "latitude": "Latitude", + "longitude": "Longitude", + "mode": "Mode", + "name": "Nom de l'int\u00e9gration" + }, + "title": "OpenWeatherMap" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "language": "Langue", + "mode": "Mode" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/en.json b/homeassistant/components/plugwise/translations/en.json index 13f026c2eb5..238f435f3ab 100644 --- a/homeassistant/components/plugwise/translations/en.json +++ b/homeassistant/components/plugwise/translations/en.json @@ -19,5 +19,15 @@ "title": "Connect to the Smile" } } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Scan Interval (seconds)" + }, + "description": "Adjust Plugwise Options" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/pl.json b/homeassistant/components/progettihwsw/translations/pl.json new file mode 100644 index 00000000000..ee25c598ecd --- /dev/null +++ b/homeassistant/components/progettihwsw/translations/pl.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane." + }, + "step": { + "user": { + "data": { + "host": "Nazwa hosta lub adres IP", + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/risco/translations/pl.json b/homeassistant/components/risco/translations/pl.json new file mode 100644 index 00000000000..9859923d31e --- /dev/null +++ b/homeassistant/components/risco/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": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sentry/translations/pl.json b/homeassistant/components/sentry/translations/pl.json index a66e217b850..fa87b8510c7 100644 --- a/homeassistant/components/sentry/translations/pl.json +++ b/homeassistant/components/sentry/translations/pl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Sentry jest ju\u017c skonfigurowane." + "already_configured": "Sentry jest ju\u017c skonfigurowane.", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "bad_dsn": "Nieprawid\u0142owy DSN", diff --git a/homeassistant/components/sharkiq/translations/pl.json b/homeassistant/components/sharkiq/translations/pl.json index c32bd13fe16..dcb12e86906 100644 --- a/homeassistant/components/sharkiq/translations/pl.json +++ b/homeassistant/components/sharkiq/translations/pl.json @@ -1,5 +1,10 @@ { "config": { + "abort": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.", + "reauth_successful": "Token dost\u0119pu zosta\u0142 pomy\u015blnie zaktualizowany", + "unknown": "Nieoczekiwany b\u0142\u0105d." + }, "error": { "invalid_auth": "Niepoprawne uwierzytelnienie." }, @@ -9,6 +14,12 @@ "password": "Has\u0142o", "username": "Nazwa u\u017cytkownika" } + }, + "user": { + "data": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } } } } diff --git a/homeassistant/components/smappee/translations/fr.json b/homeassistant/components/smappee/translations/fr.json index f231f1f1371..18985ce9f34 100644 --- a/homeassistant/components/smappee/translations/fr.json +++ b/homeassistant/components/smappee/translations/fr.json @@ -5,6 +5,11 @@ "missing_configuration": "Le composant n'est pas configur\u00e9. Veuillez suivre la documentation." }, "step": { + "environment": { + "data": { + "environment": "Environnement" + } + }, "pick_implementation": { "title": "Choisissez la m\u00e9thode d'authentification" } diff --git a/homeassistant/components/weather/translations/pl.json b/homeassistant/components/weather/translations/pl.json index 8dbd5bd3b3a..dcd70a3d0e3 100644 --- a/homeassistant/components/weather/translations/pl.json +++ b/homeassistant/components/weather/translations/pl.json @@ -1,14 +1,14 @@ { "state": { "_": { - "clear-night": "pogodnie, noc", - "cloudy": "pochmurno", + "clear-night": "Pogodna noc", + "cloudy": "Pochmurno", "exceptional": "wyj\u0105tkowy", - "fog": "mg\u0142a", - "hail": "grad", - "lightning": "b\u0142yskawice", - "lightning-rainy": "burza", - "partlycloudy": "cz\u0119\u015bciowe zachmurzenie", + "fog": "Mg\u0142a", + "hail": "Grad", + "lightning": "B\u0142yskawice", + "lightning-rainy": "Burza", + "partlycloudy": "Cz\u0119\u015bciowe zachmurzenie", "pouring": "Ulewa", "rainy": "Deszczowo", "snowy": "\u015anie\u017cnie", diff --git a/homeassistant/components/yeelight/translations/pl.json b/homeassistant/components/yeelight/translations/pl.json index 7fd730d5248..4a2636457aa 100644 --- a/homeassistant/components/yeelight/translations/pl.json +++ b/homeassistant/components/yeelight/translations/pl.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci" + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.", + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci." }, "error": { - "cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z urz\u0105dzeniem" + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia." }, "step": { "pick_device": { @@ -15,10 +15,10 @@ }, "user": { "data": { - "host": "Host", + "host": "Nazwa hosta lub adres IP", "ip_address": "Adres IP" }, - "description": "Je\u015bli nie podasz hosta, to wykrywanie zostanie u\u017cyte do odnalezienia urz\u0105dze\u0144." + "description": "Je\u015bli nie podasz IP lub nazwy hosta, wykrywanie zostanie u\u017cyte do odnalezienia urz\u0105dze\u0144." } } }, @@ -26,11 +26,11 @@ "step": { "init": { "data": { - "model": "Model (Opcjonalne)", - "nightlight_switch": "U\u017cyj prze\u0142\u0105cznika Nocnego wiat\u0142a", + "model": "Model (opcjonalne)", + "nightlight_switch": "U\u017cyj prze\u0142\u0105cznika Nocnego \u015bwiat\u0142a", "save_on_change": "Zachowaj status po zmianie", "transition": "Czas przej\u015bcia (ms)", - "use_music_mode": "Aktywuj tryb muzyczny" + "use_music_mode": "W\u0142\u0105cz tryb muzyczny" }, "description": "Je\u015bli nie podasz modelu urz\u0105dzenia, zostanie on automatycznie wykryty." } diff --git a/homeassistant/components/zha/translations/fr.json b/homeassistant/components/zha/translations/fr.json index 11e58f7be31..1bfe4e5a3ac 100644 --- a/homeassistant/components/zha/translations/fr.json +++ b/homeassistant/components/zha/translations/fr.json @@ -65,6 +65,7 @@ "device_dropped": "Appareil tomb\u00e9", "device_flipped": "Appareil retourn\u00e9 \"{subtype}\"", "device_knocked": "Appareil frapp\u00e9 \"{subtype}\"", + "device_offline": "Appareil hors ligne", "device_rotated": "Appareil tourn\u00e9 \"{subtype}\"", "device_shaken": "Appareil secou\u00e9", "device_slid": "Appareil gliss\u00e9 \"{subtype}\"", diff --git a/homeassistant/components/zwave/translations/pl.json b/homeassistant/components/zwave/translations/pl.json index 17ab30c1898..ecff84ceb97 100644 --- a/homeassistant/components/zwave/translations/pl.json +++ b/homeassistant/components/zwave/translations/pl.json @@ -23,7 +23,7 @@ "dead": "martwy", "initializing": "Inicjowanie", "ready": "Gotowe", - "sleeping": "u\u015bpiony" + "sleeping": "U\u015bpiony" }, "query_stage": { "dead": "martwy",