From 32dfaccf1fab5ce6d7ab73a3dee7c9aa4c93351d Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 24 Apr 2021 00:03:34 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/airvisual/translations/lb.json | 3 ++- .../components/asuswrt/translations/lb.json | 12 ++++++++++ .../components/august/translations/lb.json | 8 +++++++ .../components/cast/translations/lb.json | 3 +++ .../components/climacell/translations/lb.json | 11 ++++++++++ .../components/deconz/translations/lb.json | 2 ++ .../components/denonavr/translations/pl.json | 1 + .../devolo_home_control/translations/ca.json | 7 ++++++ .../devolo_home_control/translations/et.json | 7 ++++++ .../devolo_home_control/translations/pl.json | 7 ++++++ .../devolo_home_control/translations/ru.json | 7 ++++++ .../translations/zh-Hant.json | 7 ++++++ .../huawei_lte/translations/pl.json | 3 ++- .../components/mysensors/translations/pl.json | 1 + .../components/picnic/translations/pl.json | 22 +++++++++++++++++++ .../components/smarttub/translations/pl.json | 6 ++++- .../smarttub/translations/zh-Hant.json | 6 ++++- 17 files changed, 109 insertions(+), 4 deletions(-) create mode 100644 homeassistant/components/asuswrt/translations/lb.json create mode 100644 homeassistant/components/climacell/translations/lb.json create mode 100644 homeassistant/components/picnic/translations/pl.json diff --git a/homeassistant/components/airvisual/translations/lb.json b/homeassistant/components/airvisual/translations/lb.json index d6799ba6e37..5a4fb2c07f2 100644 --- a/homeassistant/components/airvisual/translations/lb.json +++ b/homeassistant/components/airvisual/translations/lb.json @@ -23,7 +23,8 @@ "geography_by_name": { "data": { "city": "Stad", - "country": "Land" + "country": "Land", + "state": "Kanton" } }, "node_pro": { diff --git a/homeassistant/components/asuswrt/translations/lb.json b/homeassistant/components/asuswrt/translations/lb.json new file mode 100644 index 00000000000..0c1512ac67a --- /dev/null +++ b/homeassistant/components/asuswrt/translations/lb.json @@ -0,0 +1,12 @@ +{ + "config": { + "error": { + "ssh_not_file": "SSH Schl\u00ebssel Datei net fonnt" + }, + "step": { + "user": { + "title": "AsusWRT" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/august/translations/lb.json b/homeassistant/components/august/translations/lb.json index 87fef5f521b..569771dc393 100644 --- a/homeassistant/components/august/translations/lb.json +++ b/homeassistant/components/august/translations/lb.json @@ -10,6 +10,9 @@ "unknown": "Onerwaarte Feeler" }, "step": { + "reauth_validate": { + "description": "G\u00ebff Passwuert an fir {username}." + }, "user": { "data": { "login_method": "Login Method", @@ -20,6 +23,11 @@ "description": "Wann d'Login Method 'E-Mail' ass, dannn ass de Benotzernumm d'E-Mail Adress. Wann d'Login-Method 'Telefon' ass, ass den Benotzernumm d'Telefonsnummer am Format '+ NNNNNNNNN'.", "title": "August Kont ariichten" }, + "user_validate": { + "data": { + "login_method": "Login Method" + } + }, "validation": { "data": { "code": "Verifikatiouns Code" diff --git a/homeassistant/components/cast/translations/lb.json b/homeassistant/components/cast/translations/lb.json index bf4bc68b5ad..8f572aa48ce 100644 --- a/homeassistant/components/cast/translations/lb.json +++ b/homeassistant/components/cast/translations/lb.json @@ -5,6 +5,9 @@ "single_instance_allowed": "Scho konfigur\u00e9iert. N\u00ebmmen eng eenzeg Konfiguratioun m\u00e9iglech." }, "step": { + "config": { + "title": "Google Cast" + }, "confirm": { "description": "Soll den Ariichtungs Prozess gestart ginn?" } diff --git a/homeassistant/components/climacell/translations/lb.json b/homeassistant/components/climacell/translations/lb.json new file mode 100644 index 00000000000..e075d198b7f --- /dev/null +++ b/homeassistant/components/climacell/translations/lb.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "api_version": "API Versioun" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/deconz/translations/lb.json b/homeassistant/components/deconz/translations/lb.json index 06b8dbacdc5..84a535c8ebc 100644 --- a/homeassistant/components/deconz/translations/lb.json +++ b/homeassistant/components/deconz/translations/lb.json @@ -42,6 +42,8 @@ "button_2": "Zweete Kn\u00e4ppchen", "button_3": "Dr\u00ebtte Kn\u00e4ppchen", "button_4": "V\u00e9ierte Kn\u00e4ppchen", + "button_5": "F\u00ebnnefte Kn\u00e4ppchen", + "button_6": "Sechste Kn\u00e4ppchen", "close": "Zoumaachen", "dim_down": "Verd\u00e4ischteren", "dim_up": "Erhellen", diff --git a/homeassistant/components/denonavr/translations/pl.json b/homeassistant/components/denonavr/translations/pl.json index 19061bf5252..c874cc6fb7e 100644 --- a/homeassistant/components/denonavr/translations/pl.json +++ b/homeassistant/components/denonavr/translations/pl.json @@ -37,6 +37,7 @@ "init": { "data": { "show_all_sources": "Poka\u017c wszystkie \u017ar\u00f3d\u0142a", + "update_audyssey": "Uaktualnij ustawienia Audyssey", "zone2": "Konfiguracja Strefy 2", "zone3": "Konfiguracja Strefy 3" }, diff --git a/homeassistant/components/devolo_home_control/translations/ca.json b/homeassistant/components/devolo_home_control/translations/ca.json index 317e918c48a..57ca0b7c209 100644 --- a/homeassistant/components/devolo_home_control/translations/ca.json +++ b/homeassistant/components/devolo_home_control/translations/ca.json @@ -14,6 +14,13 @@ "password": "Contrasenya", "username": "Correu electr\u00f2nic / ID de devolo" } + }, + "zeroconf_confirm": { + "data": { + "mydevolo_url": "mydevolo URL", + "password": "Contrasenya", + "username": "Correu electr\u00f2nic / ID de devolo" + } } } } diff --git a/homeassistant/components/devolo_home_control/translations/et.json b/homeassistant/components/devolo_home_control/translations/et.json index 9299c87170a..f781e4b4042 100644 --- a/homeassistant/components/devolo_home_control/translations/et.json +++ b/homeassistant/components/devolo_home_control/translations/et.json @@ -14,6 +14,13 @@ "password": "Salas\u00f5na", "username": "E-post / devolo ID" } + }, + "zeroconf_confirm": { + "data": { + "mydevolo_url": "mydevolo URL", + "password": "Salas\u00f5na", + "username": "E-post / devolo ID" + } } } } diff --git a/homeassistant/components/devolo_home_control/translations/pl.json b/homeassistant/components/devolo_home_control/translations/pl.json index 699ad56c85b..e07f41deb6d 100644 --- a/homeassistant/components/devolo_home_control/translations/pl.json +++ b/homeassistant/components/devolo_home_control/translations/pl.json @@ -14,6 +14,13 @@ "password": "Has\u0142o", "username": "Nazwa u\u017cytkownika/identyfikator devolo" } + }, + "zeroconf_confirm": { + "data": { + "mydevolo_url": "URL mydevolo", + "password": "Has\u0142o", + "username": "Adres e-mail/identyfikator devolo" + } } } } diff --git a/homeassistant/components/devolo_home_control/translations/ru.json b/homeassistant/components/devolo_home_control/translations/ru.json index b2e82f1355b..66293556e7c 100644 --- a/homeassistant/components/devolo_home_control/translations/ru.json +++ b/homeassistant/components/devolo_home_control/translations/ru.json @@ -14,6 +14,13 @@ "password": "\u041f\u0430\u0440\u043e\u043b\u044c", "username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b / devolo ID" } + }, + "zeroconf_confirm": { + "data": { + "mydevolo_url": "URL-\u0430\u0434\u0440\u0435\u0441 mydevolo", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b / devolo ID" + } } } } diff --git a/homeassistant/components/devolo_home_control/translations/zh-Hant.json b/homeassistant/components/devolo_home_control/translations/zh-Hant.json index e408e9794ca..b855480da9e 100644 --- a/homeassistant/components/devolo_home_control/translations/zh-Hant.json +++ b/homeassistant/components/devolo_home_control/translations/zh-Hant.json @@ -14,6 +14,13 @@ "password": "\u5bc6\u78bc", "username": "\u96fb\u5b50\u90f5\u4ef6 / devolo ID" } + }, + "zeroconf_confirm": { + "data": { + "mydevolo_url": "mydevolo \u7db2\u5740", + "password": "\u5bc6\u78bc", + "username": "\u96fb\u5b50\u90f5\u4ef6 / devolo ID" + } } } } diff --git a/homeassistant/components/huawei_lte/translations/pl.json b/homeassistant/components/huawei_lte/translations/pl.json index 0720182b697..2d71c097b3b 100644 --- a/homeassistant/components/huawei_lte/translations/pl.json +++ b/homeassistant/components/huawei_lte/translations/pl.json @@ -34,7 +34,8 @@ "data": { "name": "Nazwa us\u0142ugi powiadomie\u0144 (zmiana wymaga ponownego uruchomienia)", "recipient": "Odbiorcy powiadomie\u0144 SMS", - "track_new_devices": "\u015aled\u017a nowe urz\u0105dzenia" + "track_new_devices": "\u015aled\u017a nowe urz\u0105dzenia", + "track_wired_clients": "\u015aled\u017a klient\u00f3w sieci przewodowej" } } } diff --git a/homeassistant/components/mysensors/translations/pl.json b/homeassistant/components/mysensors/translations/pl.json index fa67ffe4030..f3233a01d50 100644 --- a/homeassistant/components/mysensors/translations/pl.json +++ b/homeassistant/components/mysensors/translations/pl.json @@ -33,6 +33,7 @@ "invalid_serial": "Nieprawid\u0142owy port szeregowy", "invalid_subscribe_topic": "Nieprawid\u0142owy temat \"subscribe\"", "invalid_version": "Nieprawid\u0142owa wersja MySensors", + "mqtt_required": "Integracja MQTT nie jest skonfigurowana", "not_a_number": "Prosz\u0119 wpisa\u0107 numer", "port_out_of_range": "Numer portu musi by\u0107 pomi\u0119dzy 1 a 65535", "same_topic": "Tematy \"subscribe\" i \"publish\" s\u0105 takie same", diff --git a/homeassistant/components/picnic/translations/pl.json b/homeassistant/components/picnic/translations/pl.json new file mode 100644 index 00000000000..c278f29d13c --- /dev/null +++ b/homeassistant/components/picnic/translations/pl.json @@ -0,0 +1,22 @@ +{ + "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": { + "country_code": "Kod kraju", + "password": "Has\u0142o", + "username": "Nazwa u\u017cytkownika" + } + } + } + }, + "title": "Picnic" +} \ No newline at end of file diff --git a/homeassistant/components/smarttub/translations/pl.json b/homeassistant/components/smarttub/translations/pl.json index 2c3f097d6d0..f17feed06b5 100644 --- a/homeassistant/components/smarttub/translations/pl.json +++ b/homeassistant/components/smarttub/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_configured": "Konto jest ju\u017c skonfigurowane", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" }, "error": { @@ -9,6 +9,10 @@ "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { + "reauth_confirm": { + "description": "Integracja SmartTub wymaga ponownego uwierzytelnienia konta", + "title": "Ponownie uwierzytelnij integracj\u0119" + }, "user": { "data": { "email": "Adres e-mail", diff --git a/homeassistant/components/smarttub/translations/zh-Hant.json b/homeassistant/components/smarttub/translations/zh-Hant.json index 880b809db0c..ab0b75bf1c8 100644 --- a/homeassistant/components/smarttub/translations/zh-Hant.json +++ b/homeassistant/components/smarttub/translations/zh-Hant.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "already_configured": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f" }, "error": { @@ -9,6 +9,10 @@ "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "step": { + "reauth_confirm": { + "description": "SmartTub \u6574\u5408\u9700\u8981\u91cd\u65b0\u8a8d\u8b49\u60a8\u7684\u5e33\u865f", + "title": "\u91cd\u65b0\u8a8d\u8b49\u6574\u5408" + }, "user": { "data": { "email": "\u96fb\u5b50\u90f5\u4ef6",