From 5f72ad8da682ad33a3274eff1b39b8a1508791e6 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 28 Mar 2020 00:08:09 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/deconz/.translations/fr.json | 3 +- .../components/demo/.translations/fr.json | 17 +++++++ .../components/doorbird/.translations/lb.json | 3 +- .../components/elkm1/.translations/en.json | 50 +++++++++---------- .../konnected/.translations/fr.json | 1 + .../components/melcloud/.translations/fr.json | 1 + .../monoprice/.translations/lb.json | 3 +- .../components/mqtt/.translations/fr.json | 15 ++++++ .../components/nuheat/.translations/lb.json | 1 + .../pvpc_hourly_pricing/.translations/lb.json | 10 +++- .../components/rachio/.translations/lb.json | 16 +++++- .../components/roku/.translations/lb.json | 4 ++ .../components/spotify/.translations/fr.json | 1 + .../components/tesla/.translations/lb.json | 1 + .../components/vilfo/.translations/fr.json | 5 ++ .../components/vizio/.translations/fr.json | 3 +- .../components/vizio/.translations/lb.json | 12 +++++ .../components/withings/.translations/fr.json | 1 + .../components/wwlln/.translations/lb.json | 3 ++ 19 files changed, 118 insertions(+), 32 deletions(-) diff --git a/homeassistant/components/deconz/.translations/fr.json b/homeassistant/components/deconz/.translations/fr.json index 60c18217aef..2213dcf2d49 100644 --- a/homeassistant/components/deconz/.translations/fr.json +++ b/homeassistant/components/deconz/.translations/fr.json @@ -108,7 +108,8 @@ "allow_clip_sensor": "Autoriser les capteurs deCONZ CLIP", "allow_deconz_groups": "Autoriser les groupes de lumi\u00e8res deCONZ" }, - "description": "Configurer la visibilit\u00e9 des appareils de type deCONZ" + "description": "Configurer la visibilit\u00e9 des appareils de type deCONZ", + "title": "Options deCONZ" } } } diff --git a/homeassistant/components/demo/.translations/fr.json b/homeassistant/components/demo/.translations/fr.json index bc093330c26..3621cd1c404 100644 --- a/homeassistant/components/demo/.translations/fr.json +++ b/homeassistant/components/demo/.translations/fr.json @@ -1,5 +1,22 @@ { "config": { "title": "D\u00e9mo" + }, + "options": { + "step": { + "options_1": { + "data": { + "bool": "Bool\u00e9en facultatif", + "int": "Entr\u00e9e num\u00e9rique" + } + }, + "options_2": { + "data": { + "multi": "S\u00e9lection multiple", + "select": "S\u00e9lectionnez une option", + "string": "Valeur de cha\u00eene" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/doorbird/.translations/lb.json b/homeassistant/components/doorbird/.translations/lb.json index e5a7322a59e..936dfddf261 100644 --- a/homeassistant/components/doorbird/.translations/lb.json +++ b/homeassistant/components/doorbird/.translations/lb.json @@ -26,7 +26,8 @@ "init": { "data": { "events": "Komma getrennte L\u00ebscht vun Evenementer" - } + }, + "description": "Setzt ee mat Komma getrennten Evenement Numm fir all Evenement dob\u00e4i d\u00e9i sollt suiv\u00e9iert ginn. Wann's du se hei aginn hues, benotz d'DoorBird App fir se zu engem spezifeschen Evenement dob\u00e4i ze setzen. Kuckt d'Dokumentatioun op https://www.home-assistant.io/integrations/doorbird/#events. Beispill: somebody_pressed_the_button, motion" } } } diff --git a/homeassistant/components/elkm1/.translations/en.json b/homeassistant/components/elkm1/.translations/en.json index a5246a004c3..7671e250bf3 100644 --- a/homeassistant/components/elkm1/.translations/en.json +++ b/homeassistant/components/elkm1/.translations/en.json @@ -1,28 +1,28 @@ { - "config": { - "title": "Elk-M1 Control", - "step": { - "user": { - "title": "Connect to Elk-M1 Control", - "description": "The address string must be in the form 'address[:port]' for 'secure' and 'non-secure'. Example: '192.168.1.1'. The port is optional and defaults to 2101 for 'non-secure' and 2601 for 'secure'. For the serial protocol, the address must be in the form 'tty[:baud]'. Example: '/dev/ttyS1'. The baud is optional and defaults to 115200.", - "data": { - "protocol": "Protocol", - "address": "The IP address or domain or serial port if connecting via serial.", - "username": "Username (secure only).", - "password": "Password (secure only).", - "prefix": "A unique prefix (leave blank if you only have one ElkM1).", - "temperature_unit": "The temperature unit ElkM1 uses." - } - } - }, - "error": { - "cannot_connect": "Failed to connect, please try again", - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error" - }, - "abort": { - "already_configured": "An ElkM1 with this prefix is already configured", - "address_already_configured": "An ElkM1 with this address is already configured" + "config": { + "abort": { + "address_already_configured": "An ElkM1 with this address is already configured", + "already_configured": "An ElkM1 with this prefix is already configured" + }, + "error": { + "cannot_connect": "Failed to connect, please try again", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "data": { + "address": "The IP address or domain or serial port if connecting via serial.", + "password": "Password (secure only).", + "prefix": "A unique prefix (leave blank if you only have one ElkM1).", + "protocol": "Protocol", + "temperature_unit": "The temperature unit ElkM1 uses.", + "username": "Username (secure only)." + }, + "description": "The address string must be in the form 'address[:port]' for 'secure' and 'non-secure'. Example: '192.168.1.1'. The port is optional and defaults to 2101 for 'non-secure' and 2601 for 'secure'. For the serial protocol, the address must be in the form 'tty[:baud]'. Example: '/dev/ttyS1'. The baud is optional and defaults to 115200.", + "title": "Connect to Elk-M1 Control" + } + }, + "title": "Elk-M1 Control" } - } } \ No newline at end of file diff --git a/homeassistant/components/konnected/.translations/fr.json b/homeassistant/components/konnected/.translations/fr.json index c41819369a0..fecdd35b808 100644 --- a/homeassistant/components/konnected/.translations/fr.json +++ b/homeassistant/components/konnected/.translations/fr.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9", + "already_in_progress": "Le flux de configuration de l'appareil est d\u00e9j\u00e0 en cours.", "not_konn_panel": "Non reconnu comme appareil Konnected.io", "unknown": "Une erreur inconnue s'est produite" }, diff --git a/homeassistant/components/melcloud/.translations/fr.json b/homeassistant/components/melcloud/.translations/fr.json index e442325d9dc..00661d3f0af 100644 --- a/homeassistant/components/melcloud/.translations/fr.json +++ b/homeassistant/components/melcloud/.translations/fr.json @@ -8,6 +8,7 @@ "step": { "user": { "data": { + "password": "Mot de passe MELCloud.", "username": "E-mail utilis\u00e9e pour vous connecter \u00e0 MELCloud." }, "description": "Se connecter en utilisant votre MELCloud compte.", diff --git a/homeassistant/components/monoprice/.translations/lb.json b/homeassistant/components/monoprice/.translations/lb.json index 6f530fa8a80..abb7caf4183 100644 --- a/homeassistant/components/monoprice/.translations/lb.json +++ b/homeassistant/components/monoprice/.translations/lb.json @@ -20,7 +20,8 @@ }, "title": "Mam Apparat verbannen" } - } + }, + "title": "Monoprice 6-Zone Verst\u00e4rker" }, "options": { "step": { diff --git a/homeassistant/components/mqtt/.translations/fr.json b/homeassistant/components/mqtt/.translations/fr.json index 648c2f972d7..eaf930b9a2d 100644 --- a/homeassistant/components/mqtt/.translations/fr.json +++ b/homeassistant/components/mqtt/.translations/fr.json @@ -27,5 +27,20 @@ } }, "title": "MQTT" + }, + "device_automation": { + "trigger_subtype": { + "button_1": "Premier bouton", + "button_2": "Deuxi\u00e8me bouton", + "button_3": "Troisi\u00e8me bouton", + "button_4": "Quatri\u00e8me bouton", + "button_5": "Cinqui\u00e8me bouton", + "button_6": "Sixi\u00e8me bouton", + "turn_off": "\u00c9teindre", + "turn_on": "Allumer" + }, + "trigger_type": { + "button_short_press": "\" {subtype} \" press\u00e9" + } } } \ No newline at end of file diff --git a/homeassistant/components/nuheat/.translations/lb.json b/homeassistant/components/nuheat/.translations/lb.json index cba8bb91597..fd2b3114d4d 100644 --- a/homeassistant/components/nuheat/.translations/lb.json +++ b/homeassistant/components/nuheat/.translations/lb.json @@ -16,6 +16,7 @@ "serial_number": "Seriennummer vum Thermostat", "username": "Benotzernumm" }, + "description": "Du brauchs d'Seriennummer oder ID vum Thermostat, andeems Du dech op https://MyNuHeat.com umells an den Thermostat auswielt.", "title": "Mat NuHeat verbannen" } }, diff --git a/homeassistant/components/pvpc_hourly_pricing/.translations/lb.json b/homeassistant/components/pvpc_hourly_pricing/.translations/lb.json index 4fa14c495de..bed6af70e13 100644 --- a/homeassistant/components/pvpc_hourly_pricing/.translations/lb.json +++ b/homeassistant/components/pvpc_hourly_pricing/.translations/lb.json @@ -1,12 +1,18 @@ { "config": { + "abort": { + "already_configured": "Integratioun ass scho konfigur\u00e9iert mat engem Sensor mat deem Tarif" + }, "step": { "user": { "data": { - "name": "Numm vum Sensor" + "name": "Numm vum Sensor", + "tariff": "Kontraktuellen Tarif (1, 2 oder 3 Perioden)" }, + "description": "D\u00ebse Sensor benotzt d\u00e9i offiziell API fir de [Stonne Pr\u00e4is fir Elektrizit\u00e9it a Spuenien (PVPC)](https://www.esios.ree.es/es/pvpc) ze kr\u00e9ien. Fir m\u00e9i pr\u00e4zise Erkl\u00e4runge kuck [Dokumentatioun vun der Integratioun](https://www.home-assistant.io/integrations/pvpc_hourly_pricing/).\n\nWiel den Taux bas\u00e9ierend op der Unzuel vun de Rechnungsz\u00e4ite pro Dag aus:\n- 1 Period: Normal\n- 2 perioden: Nuets Tarif\n- 3 Perioden: Elektreschen Auto (Nuets Tarif fir 3 Perioden)", "title": "Auswiel vum Tarif" } - } + }, + "title": "Stonne Pr\u00e4is fir Elektrizit\u00e9it a Spuenien (PVPC)" } } \ No newline at end of file diff --git a/homeassistant/components/rachio/.translations/lb.json b/homeassistant/components/rachio/.translations/lb.json index 24c1b8c382d..d43d4d9a044 100644 --- a/homeassistant/components/rachio/.translations/lb.json +++ b/homeassistant/components/rachio/.translations/lb.json @@ -5,13 +5,27 @@ }, "error": { "cannot_connect": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol.", - "invalid_auth": "Ong\u00eblteg Authentifikatioun" + "invalid_auth": "Ong\u00eblteg Authentifikatioun", + "unknown": "Onerwaarte Feeler" }, "step": { "user": { + "data": { + "api_key": "API Schl\u00ebssel fir den Racchio Kont." + }, + "description": "Du brauchs een API Schl\u00ebssel vun https://app.rach.io/. Wiel 'Account Settings', a klick dann op 'GET API KEY'.", "title": "Mam Rachio Apparat verbannen" } }, "title": "Rachio" + }, + "options": { + "step": { + "init": { + "data": { + "manual_run_mins": "Fir w\u00e9i laang, a Minutten, soll eng Statioun ugeschalt gi wann de Schalter ageschalt ass." + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/roku/.translations/lb.json b/homeassistant/components/roku/.translations/lb.json index 2e532bf6a93..789dac2eed7 100644 --- a/homeassistant/components/roku/.translations/lb.json +++ b/homeassistant/components/roku/.translations/lb.json @@ -11,6 +11,10 @@ "flow_title": "Roku: {name}", "step": { "ssdp_confirm": { + "data": { + "one": "Een", + "other": "Aaner" + }, "description": "Soll {name} konfigur\u00e9iert ginn?", "title": "Roku" }, diff --git a/homeassistant/components/spotify/.translations/fr.json b/homeassistant/components/spotify/.translations/fr.json index b6ec983df76..9c233b9b947 100644 --- a/homeassistant/components/spotify/.translations/fr.json +++ b/homeassistant/components/spotify/.translations/fr.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_setup": "Vous ne pouvez configurer qu'un seul compte Spotify.", + "authorize_url_timeout": "D\u00e9lai d'expiration g\u00e9n\u00e9rant une URL d'autorisation.", "missing_configuration": "L'int\u00e9gration Spotify n'est pas configur\u00e9e. Veuillez suivre la documentation." }, "create_entry": { diff --git a/homeassistant/components/tesla/.translations/lb.json b/homeassistant/components/tesla/.translations/lb.json index fa63c5a289a..64bf528e95f 100644 --- a/homeassistant/components/tesla/.translations/lb.json +++ b/homeassistant/components/tesla/.translations/lb.json @@ -22,6 +22,7 @@ "step": { "init": { "data": { + "enable_wake_on_start": "Forc\u00e9ier d'Erw\u00e4chen vun den Autoen beim starten", "scan_interval": "Sekonnen t\u00ebscht Scannen" } } diff --git a/homeassistant/components/vilfo/.translations/fr.json b/homeassistant/components/vilfo/.translations/fr.json index 6abeb789f23..64e48adc573 100644 --- a/homeassistant/components/vilfo/.translations/fr.json +++ b/homeassistant/components/vilfo/.translations/fr.json @@ -1,5 +1,10 @@ { "config": { + "step": { + "user": { + "title": "Connectez-vous au routeur Vilfo" + } + }, "title": "Routeur Vilfo" } } \ No newline at end of file diff --git a/homeassistant/components/vizio/.translations/fr.json b/homeassistant/components/vizio/.translations/fr.json index 344fadd00f8..bf672e9dfb9 100644 --- a/homeassistant/components/vizio/.translations/fr.json +++ b/homeassistant/components/vizio/.translations/fr.json @@ -21,7 +21,8 @@ "pair_tv": { "data": { "pin": "PIN" - } + }, + "title": "Processus de couplage complet" }, "pairing_complete": { "description": "Votre appareil Vizio SmartCast est maintenant connect\u00e9 \u00e0 Home Assistant.", diff --git a/homeassistant/components/vizio/.translations/lb.json b/homeassistant/components/vizio/.translations/lb.json index 5788776049d..034e2b3df00 100644 --- a/homeassistant/components/vizio/.translations/lb.json +++ b/homeassistant/components/vizio/.translations/lb.json @@ -33,6 +33,12 @@ "description": "D\u00e4in Visio SmartCast Apparat ass elo mam Home Assistant verbonnen.\n\nD\u00e4in Acc\u00e8s Jeton ass '**{access_token}**'.", "title": "Kopplung ofgeschloss" }, + "tv_apps": { + "data": { + "apps_to_include_or_exclude": "Apps fir mat abegr\u00e4ifen oder auszeschl\u00e9issen", + "include_or_exclude": "Apps mat abez\u00e9ien oder auschl\u00e9issen?" + } + }, "user": { "data": { "access_token": "Acc\u00e8ss Jeton", @@ -42,6 +48,12 @@ }, "description": "All Felder sinn noutwendeg ausser Acc\u00e8s Jeton. Wann keen Acc\u00e8s Jeton uginn ass, an den Typ vun Apparat ass 'TV', da g\u00ebtt e Kopplungs Prozess mam Apparat gestart fir een Acc\u00e8s Jeton z'erstellen.\n\nFir de Kopplung Prozess ofzesch\u00e9issen,ier op \"ofsch\u00e9cken\" klickt, pr\u00e9ift datt de Fernsee ugeschalt a mam Netzwierk verbonnen ass. Du muss och k\u00ebnnen op de Bildschierm gesinn.", "title": "Vizo Smartcast ariichten" + }, + "user_tv": { + "data": { + "apps_to_include_or_exclude": "Apps fir mat abegr\u00e4ifen oder auszeschl\u00e9issen", + "include_or_exclude": "Apps mat abez\u00e9ien oder auschl\u00e9issen?" + } } }, "title": "Vizio SmartCast" diff --git a/homeassistant/components/withings/.translations/fr.json b/homeassistant/components/withings/.translations/fr.json index 0ad55e7eaa7..a9a0db55005 100644 --- a/homeassistant/components/withings/.translations/fr.json +++ b/homeassistant/components/withings/.translations/fr.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "authorize_url_timeout": "D\u00e9lai d'expiration g\u00e9n\u00e9rant une URL d'autorisation.", "missing_configuration": "L'int\u00e9gration Withings n'est pas configur\u00e9e. Veuillez suivre la documentation.", "no_flows": "Vous devez configurer Withings avant de pouvoir vous authentifier avec celui-ci. Veuillez lire la documentation." }, diff --git a/homeassistant/components/wwlln/.translations/lb.json b/homeassistant/components/wwlln/.translations/lb.json index c6d969894e7..a580b639d96 100644 --- a/homeassistant/components/wwlln/.translations/lb.json +++ b/homeassistant/components/wwlln/.translations/lb.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "D\u00ebse Standuert ass scho registr\u00e9iert" + }, "error": { "identifier_exists": "Standuert ass scho registr\u00e9iert" },