diff --git a/homeassistant/components/azure_devops/translations/pl.json b/homeassistant/components/azure_devops/translations/pl.json index 93ec5bd3949..1dbff873a08 100644 --- a/homeassistant/components/azure_devops/translations/pl.json +++ b/homeassistant/components/azure_devops/translations/pl.json @@ -3,6 +3,13 @@ "abort": { "already_configured": "Konto jest ju\u017c skonfigurowane", "reauth_successful": "Token dost\u0119pu pomy\u015blnie zaktualizowany" + }, + "step": { + "user": { + "data": { + "project": "Projekt" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/broadlink/translations/es.json b/homeassistant/components/broadlink/translations/es.json index fdceeabd2cd..98c4cbdfb30 100644 --- a/homeassistant/components/broadlink/translations/es.json +++ b/homeassistant/components/broadlink/translations/es.json @@ -5,6 +5,7 @@ "already_in_progress": "Ya hay un flujo de configuraci\u00f3n en curso para este dispositivo", "cannot_connect": "No se pudo conectar", "invalid_host": "Nombre de host o direcci\u00f3n IP no v\u00e1lidos", + "not_supported": "Dispositivo no compatible", "unknown": "Error inesperado" }, "error": { diff --git a/homeassistant/components/broadlink/translations/no.json b/homeassistant/components/broadlink/translations/no.json index beeae80745d..14b55c93a96 100644 --- a/homeassistant/components/broadlink/translations/no.json +++ b/homeassistant/components/broadlink/translations/no.json @@ -5,6 +5,7 @@ "already_in_progress": "Det p\u00e5g\u00e5r allerede en konfigurasjonsflyt for denne enheten", "cannot_connect": "Tilkobling mislyktes.", "invalid_host": "Ugyldig vertsnavn eller IP-adresse", + "not_supported": "Enheten st\u00f8ttes ikke", "unknown": "Uventet feil" }, "error": { diff --git a/homeassistant/components/canary/translations/de.json b/homeassistant/components/canary/translations/de.json new file mode 100644 index 00000000000..c495accb16f --- /dev/null +++ b/homeassistant/components/canary/translations/de.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "init": { + "data": { + "timeout": "Anfrage-Timeout (Sekunden)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/canary/translations/es.json b/homeassistant/components/canary/translations/es.json new file mode 100644 index 00000000000..1b881d4dcd2 --- /dev/null +++ b/homeassistant/components/canary/translations/es.json @@ -0,0 +1,31 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n.", + "unknown": "Error inesperado" + }, + "error": { + "cannot_connect": "No se pudo conectar" + }, + "flow_title": "Canary: {name}", + "step": { + "user": { + "data": { + "password": "Contrase\u00f1a", + "username": "Usuario" + }, + "title": "Conectar a Canary" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "ffmpeg_arguments": "Par\u00e1metros pasados a ffmpeg para c\u00e1maras", + "timeout": "Tiempo de espera de la solicitud (segundos)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/canary/translations/no.json b/homeassistant/components/canary/translations/no.json new file mode 100644 index 00000000000..1de0a59b206 --- /dev/null +++ b/homeassistant/components/canary/translations/no.json @@ -0,0 +1,31 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig.", + "unknown": "Uventet feil" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes." + }, + "flow_title": "Canary: {name}", + "step": { + "user": { + "data": { + "password": "Passord", + "username": "Brukernavn" + }, + "title": "Koble til Canary" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "ffmpeg_arguments": "Argumenter sendt til ffmpeg for kameraer", + "timeout": "Be om tidsavbrudd (sekunder)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/canary/translations/pl.json b/homeassistant/components/canary/translations/pl.json new file mode 100644 index 00000000000..1d8bfdf512d --- /dev/null +++ b/homeassistant/components/canary/translations/pl.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", + "unknown": "Nieoczekiwany b\u0142\u0105d" + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" + }, + "step": { + "user": { + "data": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hlk_sw16/translations/pl.json b/homeassistant/components/hlk_sw16/translations/pl.json index 063ff23f55c..25dab56796c 100644 --- a/homeassistant/components/hlk_sw16/translations/pl.json +++ b/homeassistant/components/hlk_sw16/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", "invalid_auth": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/huawei_lte/translations/pl.json b/homeassistant/components/huawei_lte/translations/pl.json index e38188d134f..405ffdf0343 100644 --- a/homeassistant/components/huawei_lte/translations/pl.json +++ b/homeassistant/components/huawei_lte/translations/pl.json @@ -21,6 +21,7 @@ "user": { "data": { "password": "Has\u0142o", + "url": "URL", "username": "Nazwa u\u017cytkownika" }, "description": "Wprowad\u017a szczeg\u00f3\u0142y dost\u0119pu do urz\u0105dzenia. Okre\u015blenie nazwy u\u017cytkownika i has\u0142a jest opcjonalne, ale umo\u017cliwia obs\u0142ug\u0119 wi\u0119kszej liczby funkcji integracji. Z drugiej strony u\u017cycie autoryzowanego po\u0142\u0105czenia mo\u017ce powodowa\u0107 problemy z dost\u0119pem do interfejsu internetowego urz\u0105dzenia z zewn\u0105trz Home Assistanta gdy integracja jest aktywna.", diff --git a/homeassistant/components/hvv_departures/translations/de.json b/homeassistant/components/hvv_departures/translations/de.json new file mode 100644 index 00000000000..e0255ec4637 --- /dev/null +++ b/homeassistant/components/hvv_departures/translations/de.json @@ -0,0 +1,47 @@ +{ + "config": { + "abort": { + "already_configured": "Ger\u00e4t ist bereits konfiguriert" + }, + "error": { + "cannot_connect": "Verbindung fehlgeschlagen, bitte erneut versuchen", + "invalid_auth": "Ung\u00fcltige Authentifizierung", + "no_results": "Keine Ergebnisse. Versuch es mit einer anderen Station/Adresse" + }, + "step": { + "station": { + "data": { + "station": "Station/Adresse" + }, + "title": "Station/Adresse eingeben" + }, + "station_select": { + "data": { + "station": "Station/Adresse" + }, + "title": "Station/Adresse ausw\u00e4hlen" + }, + "user": { + "data": { + "password": "Passwort", + "username": "Benutzername" + }, + "title": "Mit der HVV-API verbinden" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "filter": "Linien ausw\u00e4hlen", + "offset": "Versatz (Minuten)", + "real_time": "Echtzeitdaten verwenden" + }, + "description": "Optionen f\u00fcr diesen Abfahrtssensor \u00e4ndern", + "title": "Optionen" + } + } + }, + "title": "HVV Abfahrten" +} \ No newline at end of file diff --git a/homeassistant/components/insteon/translations/pl.json b/homeassistant/components/insteon/translations/pl.json index f04f2298732..baf2397d00e 100644 --- a/homeassistant/components/insteon/translations/pl.json +++ b/homeassistant/components/insteon/translations/pl.json @@ -8,6 +8,12 @@ "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, "step": { + "hub2": { + "data": { + "password": "[%key_id:common::config_flow::data::password%]", + "username": "[%key_id:common::config_flow::data::username%]" + } + }, "hubv1": { "data": { "host": "Adres IP", diff --git a/homeassistant/components/meteo_france/translations/pl.json b/homeassistant/components/meteo_france/translations/pl.json index 46f3c1fdc27..f90dcaa9f89 100644 --- a/homeassistant/components/meteo_france/translations/pl.json +++ b/homeassistant/components/meteo_france/translations/pl.json @@ -5,6 +5,11 @@ "unknown": "Nieznany b\u0142\u0105d: spr\u00f3buj ponownie p\u00f3\u017aniej." }, "step": { + "cities": { + "data": { + "city": "Miasto" + } + }, "user": { "data": { "city": "Miasto" diff --git a/homeassistant/components/moon/translations/sensor.et.json b/homeassistant/components/moon/translations/sensor.et.json index 926e20adbb4..e1477727868 100644 --- a/homeassistant/components/moon/translations/sensor.et.json +++ b/homeassistant/components/moon/translations/sensor.et.json @@ -5,7 +5,7 @@ "full_moon": "T\u00e4iskuu", "last_quarter": "Kahanev poolkuu", "new_moon": "Kuu loomine", - "waning_crescent": "Kahanev kuu", + "waning_crescent": "Vanakuu", "waning_gibbous": "Kahanev kuu", "waxing_crescent": "Noorkuu", "waxing_gibbous": "Kasvav kuu" diff --git a/homeassistant/components/nightscout/translations/pl.json b/homeassistant/components/nightscout/translations/pl.json index c931afdae8d..13841997094 100644 --- a/homeassistant/components/nightscout/translations/pl.json +++ b/homeassistant/components/nightscout/translations/pl.json @@ -4,6 +4,7 @@ "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/plugwise/translations/es.json b/homeassistant/components/plugwise/translations/es.json index 9236556b64d..9ab00348f81 100644 --- a/homeassistant/components/plugwise/translations/es.json +++ b/homeassistant/components/plugwise/translations/es.json @@ -13,7 +13,8 @@ "user": { "data": { "host": "Direcci\u00f3n IP de Smile", - "password": "ID Smile" + "password": "ID Smile", + "port": "N\u00famero de puerto de Smile" }, "description": "Detalles", "title": "Conectarse a Smile" diff --git a/homeassistant/components/plugwise/translations/no.json b/homeassistant/components/plugwise/translations/no.json index 2ee14f0e152..4902ada06c2 100644 --- a/homeassistant/components/plugwise/translations/no.json +++ b/homeassistant/components/plugwise/translations/no.json @@ -13,9 +13,10 @@ "user": { "data": { "host": "Smile IP-adresse", - "password": "" + "password": "", + "port": "Smil portnummer" }, - "description": "Detaljer", + "description": "Vennligst skriv inn:", "title": "Koble til Smile" } } diff --git a/homeassistant/components/plugwise/translations/zh-Hant.json b/homeassistant/components/plugwise/translations/zh-Hant.json index ee6966c1bdb..58dd71266b3 100644 --- a/homeassistant/components/plugwise/translations/zh-Hant.json +++ b/homeassistant/components/plugwise/translations/zh-Hant.json @@ -13,9 +13,10 @@ "user": { "data": { "host": "Smile IP \u4f4d\u5740", - "password": "Smile ID" + "password": "Smile ID", + "port": "Smile \u901a\u8a0a\u57e0" }, - "description": "\u8a73\u7d30\u8cc7\u8a0a", + "description": "\u8acb\u8f38\u5165\u8cc7\u8a0a\uff1a", "title": "\u9023\u7dda\u81f3 Smile" } } diff --git a/homeassistant/components/simplisafe/translations/pl.json b/homeassistant/components/simplisafe/translations/pl.json index 0562222eea3..955dc5e311e 100644 --- a/homeassistant/components/simplisafe/translations/pl.json +++ b/homeassistant/components/simplisafe/translations/pl.json @@ -5,9 +5,15 @@ }, "error": { "identifier_exists": "Konto jest ju\u017c zarejestrowane.", - "invalid_credentials": "Nieprawid\u0142owe dane uwierzytelniaj\u0105ce" + "invalid_credentials": "Nieprawid\u0142owe dane uwierzytelniaj\u0105ce", + "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { + "reauth_confirm": { + "data": { + "password": "Has\u0142o" + } + }, "user": { "data": { "code": "Kod (u\u017cywany w interfejsie Home Assistanta)", diff --git a/homeassistant/components/unifi/translations/es.json b/homeassistant/components/unifi/translations/es.json index da67cd1bcaf..35b1d3d6e29 100644 --- a/homeassistant/components/unifi/translations/es.json +++ b/homeassistant/components/unifi/translations/es.json @@ -54,7 +54,8 @@ }, "statistics_sensors": { "data": { - "allow_bandwidth_sensors": "Sensores de uso de ancho de banda para los clientes de la red" + "allow_bandwidth_sensors": "Sensores de uso de ancho de banda para los clientes de la red", + "allow_uptime_sensors": "Sensores de tiempo de actividad para clientes de la red" }, "description": "Configurar estad\u00edsticas de los sensores", "title": "Opciones UniFi 3/3" diff --git a/homeassistant/components/unifi/translations/no.json b/homeassistant/components/unifi/translations/no.json index a861790ba8d..fa0d29c5a88 100644 --- a/homeassistant/components/unifi/translations/no.json +++ b/homeassistant/components/unifi/translations/no.json @@ -60,7 +60,8 @@ }, "statistics_sensors": { "data": { - "allow_bandwidth_sensors": "B\u00e5ndbreddebrukssensorer for nettverksklienter" + "allow_bandwidth_sensors": "B\u00e5ndbreddebrukssensorer for nettverksklienter", + "allow_uptime_sensors": "Oppetidssensorer for nettverksklienter" }, "description": "Konfigurer statistikk sensorer", "title": "UniFi-alternativ 3/3" diff --git a/homeassistant/components/zodiac/translations/sensor.ca.json b/homeassistant/components/zodiac/translations/sensor.ca.json new file mode 100644 index 00000000000..f4699838cde --- /dev/null +++ b/homeassistant/components/zodiac/translations/sensor.ca.json @@ -0,0 +1,18 @@ +{ + "state": { + "zodiac__sign": { + "aquarius": "Aquari", + "aries": "\u00c0ries", + "cancer": "C\u00e0ncer", + "capricorn": "Capricorn", + "gemini": "Bessons", + "leo": "Lle\u00f3", + "libra": "Balan\u00e7a", + "pisces": "Peixos", + "sagittarius": "Sagitari", + "scorpio": "Escorp\u00ed", + "taurus": "Taure", + "virgo": "Verge" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zodiac/translations/sensor.de.json b/homeassistant/components/zodiac/translations/sensor.de.json new file mode 100644 index 00000000000..d60bd068b89 --- /dev/null +++ b/homeassistant/components/zodiac/translations/sensor.de.json @@ -0,0 +1,18 @@ +{ + "state": { + "zodiac__sign": { + "aquarius": "Wassermann", + "aries": "Widder", + "cancer": "Krebs", + "capricorn": "Steinbock", + "gemini": "Zwillinge", + "leo": "L\u00f6we", + "libra": "Waage", + "pisces": "Fische", + "sagittarius": "Sch\u00fctze", + "scorpio": "Skorpion", + "taurus": "Stier", + "virgo": "Jungfrau" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zodiac/translations/sensor.en.json b/homeassistant/components/zodiac/translations/sensor.en.json new file mode 100644 index 00000000000..cd671e146ed --- /dev/null +++ b/homeassistant/components/zodiac/translations/sensor.en.json @@ -0,0 +1,18 @@ +{ + "state": { + "zodiac__sign": { + "aquarius": "Aquarius", + "aries": "Aries", + "cancer": "Cancer", + "capricorn": "Capricorn", + "gemini": "Gemini", + "leo": "Leo", + "libra": "Libra", + "pisces": "Pisces", + "sagittarius": "Sagittarius", + "scorpio": "Scorpio", + "taurus": "Taurus", + "virgo": "Virgo" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zodiac/translations/sensor.ru.json b/homeassistant/components/zodiac/translations/sensor.ru.json new file mode 100644 index 00000000000..3a314918428 --- /dev/null +++ b/homeassistant/components/zodiac/translations/sensor.ru.json @@ -0,0 +1,18 @@ +{ + "state": { + "zodiac__sign": { + "aquarius": "\u0412\u043e\u0434\u043e\u043b\u0435\u0439", + "aries": "\u041e\u0432\u0435\u043d", + "cancer": "\u0420\u0430\u043a", + "capricorn": "\u041a\u043e\u0437\u0435\u0440\u043e\u0433", + "gemini": "\u0411\u043b\u0438\u0437\u043d\u0435\u0446\u044b", + "leo": "\u041b\u0435\u0432", + "libra": "\u0412\u0435\u0441\u044b", + "pisces": "\u0420\u044b\u0431\u044b", + "sagittarius": "\u0421\u0442\u0440\u0435\u043b\u0435\u0446", + "scorpio": "\u0421\u043a\u043e\u0440\u043f\u0438\u043e\u043d", + "taurus": "\u0422\u0435\u043b\u0435\u0446", + "virgo": "\u0414\u0435\u0432\u0430" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zoneminder/translations/pl.json b/homeassistant/components/zoneminder/translations/pl.json new file mode 100644 index 00000000000..b8b737c37a3 --- /dev/null +++ b/homeassistant/components/zoneminder/translations/pl.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + } + } + } +} \ No newline at end of file