From f8e48a92302e19e314a36aa88cf64c869f1eaade Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Fri, 5 Jun 2020 00:05:36 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/acmeda/translations/fr.json | 6 ++- .../components/arcam_fmj/translations/fr.json | 6 ++- .../components/atag/translations/fr.json | 3 +- .../components/axis/translations/fr.json | 10 +++++ .../components/axis/translations/lb.json | 10 +++++ .../components/blink/translations/fr.json | 7 +++- .../components/braviatv/translations/fr.json | 3 +- .../components/dunehd/translations/es.json | 21 +++++++++++ .../components/dunehd/translations/fr.json | 21 +++++++++++ .../components/dunehd/translations/lb.json | 21 +++++++++++ .../components/dunehd/translations/no.json | 13 +++++++ .../dunehd/translations/zh-Hant.json | 21 +++++++++++ .../forked_daapd/translations/fr.json | 36 ++++++++++++++++++ .../components/gogogate2/translations/fr.json | 22 +++++++++++ .../components/guardian/translations/fr.json | 22 +++++++++++ .../components/ipp/translations/fr.json | 3 +- .../components/isy994/translations/fr.json | 1 + .../components/onvif/translations/fr.json | 1 + .../components/openuv/translations/fr.json | 3 ++ .../components/plex/translations/fr.json | 1 + .../components/plugwise/translations/fr.json | 22 +++++++++++ .../components/plugwise/translations/lb.json | 22 +++++++++++ .../components/plugwise/translations/ru.json | 2 +- .../components/sonarr/translations/fr.json | 34 +++++++++++++++++ .../components/sonarr/translations/lb.json | 37 +++++++++++++++++++ .../components/tile/translations/en.json | 4 +- .../components/tile/translations/it.json | 29 +++++++++++++++ .../components/upnp/translations/fr.json | 1 + .../components/vizio/translations/fr.json | 2 + .../components/wiffi/translations/fr.json | 25 +++++++++++++ .../components/zerproc/translations/fr.json | 3 ++ 31 files changed, 403 insertions(+), 9 deletions(-) create mode 100644 homeassistant/components/dunehd/translations/es.json create mode 100644 homeassistant/components/dunehd/translations/fr.json create mode 100644 homeassistant/components/dunehd/translations/lb.json create mode 100644 homeassistant/components/dunehd/translations/no.json create mode 100644 homeassistant/components/dunehd/translations/zh-Hant.json create mode 100644 homeassistant/components/forked_daapd/translations/fr.json create mode 100644 homeassistant/components/gogogate2/translations/fr.json create mode 100644 homeassistant/components/guardian/translations/fr.json create mode 100644 homeassistant/components/plugwise/translations/fr.json create mode 100644 homeassistant/components/plugwise/translations/lb.json create mode 100644 homeassistant/components/sonarr/translations/lb.json create mode 100644 homeassistant/components/tile/translations/it.json create mode 100644 homeassistant/components/wiffi/translations/fr.json create mode 100644 homeassistant/components/zerproc/translations/fr.json diff --git a/homeassistant/components/acmeda/translations/fr.json b/homeassistant/components/acmeda/translations/fr.json index 03798dc33b7..a60d52ac6f4 100644 --- a/homeassistant/components/acmeda/translations/fr.json +++ b/homeassistant/components/acmeda/translations/fr.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "all_configured": "Aucun nouveau hub Pulse n'a \u00e9t\u00e9 d\u00e9couvert." + }, "step": { "user": { "data": { @@ -8,5 +11,6 @@ "title": "Choisissez un hub \u00e0 ajouter" } } - } + }, + "title": "Rollease Acmeda Automate" } \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/fr.json b/homeassistant/components/arcam_fmj/translations/fr.json index b78b8cbaa7b..99c938108e1 100644 --- a/homeassistant/components/arcam_fmj/translations/fr.json +++ b/homeassistant/components/arcam_fmj/translations/fr.json @@ -1,3 +1,7 @@ { - "title": "Arcam FMJ" + "device_automation": { + "trigger_type": { + "turn_on": "Il a \u00e9t\u00e9 demand\u00e9 \u00e0 {nom_de_l'entit\u00e9} de s'allumer" + } + } } \ No newline at end of file diff --git a/homeassistant/components/atag/translations/fr.json b/homeassistant/components/atag/translations/fr.json index 1972bd10da4..48a87dd3621 100644 --- a/homeassistant/components/atag/translations/fr.json +++ b/homeassistant/components/atag/translations/fr.json @@ -4,7 +4,8 @@ "already_configured": "Un seul appareil Atag peut \u00eatre ajout\u00e9 \u00e0 Home Assistant" }, "error": { - "connection_error": "Impossible de se connecter, veuillez r\u00e9essayer" + "connection_error": "Impossible de se connecter, veuillez r\u00e9essayer", + "unauthorized": "Pairage refus\u00e9, v\u00e9rifiez la demande d'authentification de l'appareil" }, "step": { "user": { diff --git a/homeassistant/components/axis/translations/fr.json b/homeassistant/components/axis/translations/fr.json index 2b5d1b24ef7..a60358139b2 100644 --- a/homeassistant/components/axis/translations/fr.json +++ b/homeassistant/components/axis/translations/fr.json @@ -24,5 +24,15 @@ "title": "Configurer l'appareil Axis" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "S\u00e9lectionnez le profil de flux \u00e0 utiliser" + }, + "title": "Options de flux vid\u00e9o du p\u00e9riph\u00e9rique Axis" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/axis/translations/lb.json b/homeassistant/components/axis/translations/lb.json index d73489f6a43..6de6b7044f8 100644 --- a/homeassistant/components/axis/translations/lb.json +++ b/homeassistant/components/axis/translations/lb.json @@ -24,5 +24,15 @@ "title": "Axis Apparat ariichten" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "Stream Profile auswielen" + }, + "title": "Axis Apparat Video Stream Optiounen" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/blink/translations/fr.json b/homeassistant/components/blink/translations/fr.json index c0283817e60..9be94a60a3e 100644 --- a/homeassistant/components/blink/translations/fr.json +++ b/homeassistant/components/blink/translations/fr.json @@ -6,13 +6,18 @@ }, "step": { "2fa": { + "data": { + "2fa": "Code \u00e0 deux facteurs" + }, + "description": "Saisissez le code envoy\u00e9 \u00e0 votre adresse \u00e9lectronique. Si l'e-mail ne contient pas de code PIN, laissez vide", "title": "Authentification \u00e0 deux facteurs" }, "user": { "data": { "password": "Mot de passe", "username": "Identifiant" - } + }, + "title": "Connectez-vous avec un compte Blink" } } } diff --git a/homeassistant/components/braviatv/translations/fr.json b/homeassistant/components/braviatv/translations/fr.json index 787d53b90a3..31d2cf0a042 100644 --- a/homeassistant/components/braviatv/translations/fr.json +++ b/homeassistant/components/braviatv/translations/fr.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Ce t\u00e9l\u00e9viseur est d\u00e9j\u00e0 configur\u00e9." + "already_configured": "Ce t\u00e9l\u00e9viseur est d\u00e9j\u00e0 configur\u00e9.", + "no_ip_control": "Le contr\u00f4le IP est d\u00e9sactiv\u00e9 sur votre t\u00e9l\u00e9viseur ou le t\u00e9l\u00e9viseur n'est pas pris en charge." }, "error": { "cannot_connect": "\u00c9chec de connexion, h\u00f4te ou code PIN non valide.", diff --git a/homeassistant/components/dunehd/translations/es.json b/homeassistant/components/dunehd/translations/es.json new file mode 100644 index 00000000000..f0ae577f649 --- /dev/null +++ b/homeassistant/components/dunehd/translations/es.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositivo ya est\u00e1 configurado" + }, + "error": { + "already_configured": "El dispositivo ya est\u00e1 configurado", + "cannot_connect": "No se pudo conectar", + "invalid_host": "Nombre del host o direcci\u00f3n IP no v\u00e1lidos." + }, + "step": { + "user": { + "data": { + "host": "Host" + }, + "description": "Configura la integraci\u00f3n de Dune HD. Si tienes problemas con la configuraci\u00f3n, ve a: https://www.home-assistant.io/integrations/dunehd \n\n Aseg\u00farate de que tu reproductor est\u00e1 encendido.", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/fr.json b/homeassistant/components/dunehd/translations/fr.json new file mode 100644 index 00000000000..7547ceadb72 --- /dev/null +++ b/homeassistant/components/dunehd/translations/fr.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9", + "cannot_connect": "\u00c9chec de connexion", + "invalid_host": "Nom d'h\u00f4te ou adresse IP invalide." + }, + "step": { + "user": { + "data": { + "host": "H\u00f4te" + }, + "description": "Configurez l'int\u00e9gration Dune HD. Si vous rencontrez des probl\u00e8mes de configuration, acc\u00e9dez \u00e0: https://www.home-assistant.io/integrations/dunehd \n\n Assurez-vous que votre lecteur est allum\u00e9.", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/lb.json b/homeassistant/components/dunehd/translations/lb.json new file mode 100644 index 00000000000..035bd24f6b3 --- /dev/null +++ b/homeassistant/components/dunehd/translations/lb.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Apparat ass scho konfigur\u00e9iert" + }, + "error": { + "already_configured": "Apparat ass scho konfigur\u00e9iert", + "cannot_connect": "Feeler beim verbannen", + "invalid_host": "Ong\u00ebltege Numm oder IP Adresse." + }, + "step": { + "user": { + "data": { + "host": "Host" + }, + "description": "Dune HD Integratioun ariichten. Falls et Problemer mat der Konfiguratioun g\u00ebtt g\u00e9i op:\nhttps://www.home-assistant.io/integrations/dunehd \nStell s\u00e9cher dass d\u00e4in Ofspiller un ass.", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/no.json b/homeassistant/components/dunehd/translations/no.json new file mode 100644 index 00000000000..7fa229e5cc9 --- /dev/null +++ b/homeassistant/components/dunehd/translations/no.json @@ -0,0 +1,13 @@ +{ + "config": { + "error": { + "invalid_host": "Ugyldig vertsnavn eller IP-adresse." + }, + "step": { + "user": { + "description": "Konfigurer Dune HD-integrering. Hvis du har problemer med konfigurasjonen, kan du g\u00e5 til: https://www.home-assistant.io/integrations/dunehd \n\nKontroller at spilleren er sl\u00e5tt p\u00e5.", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/zh-Hant.json b/homeassistant/components/dunehd/translations/zh-Hant.json new file mode 100644 index 00000000000..2370ebaf6b1 --- /dev/null +++ b/homeassistant/components/dunehd/translations/zh-Hant.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + }, + "error": { + "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u6216 IP \u4f4d\u5740" + }, + "step": { + "user": { + "data": { + "host": "\u4e3b\u6a5f\u7aef" + }, + "description": "\u8a2d\u5b9a Dune HD \u6574\u5408\u3002\u5047\u5982\u65bc\u8a2d\u5b9a\u904e\u7a0b\u4e2d\u906d\u9047\u56f0\u7136\uff0c\u8acb\u53c3\u95b1\uff1ahttps://www.home-assistant.io/integrations/dunehd \n\n\u78ba\u5b9a\u64ad\u653e\u68c4\u5df2\u7d93\u958b\u555f\u3002", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/forked_daapd/translations/fr.json b/homeassistant/components/forked_daapd/translations/fr.json new file mode 100644 index 00000000000..f3586bb49bb --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/fr.json @@ -0,0 +1,36 @@ +{ + "config": { + "abort": { + "already_configured": "Le p\u00e9riph\u00e9rique est d\u00e9j\u00e0 configur\u00e9.", + "not_forked_daapd": "Le p\u00e9riph\u00e9rique n'est pas un serveur forked-daapd." + }, + "error": { + "unknown_error": "Erreur inconnue", + "websocket_not_enabled": "le socket web du serveur forked-daapd n'est pas activ\u00e9.", + "wrong_host_or_port": "Impossible de se connecter. Veuillez v\u00e9rifier l'h\u00f4te et le port.", + "wrong_password": "Mot de passe incorrect.", + "wrong_server_type": "L'int\u00e9gration forked-daapd n\u00e9cessite un serveur forked-daapd avec la version > = 27.0." + }, + "flow_title": "serveur forked-daapd: {name} ( {host} )", + "step": { + "user": { + "data": { + "host": "H\u00f4te", + "name": "Nom familier", + "password": "Mot de passe API (laissez vide si aucun mot de passe)", + "port": "Port API" + }, + "title": "Configurer le p\u00e9riph\u00e9rique forked-daapd" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "max_playlists": "Nombre maximal de listes de lecture utilis\u00e9es comme sources" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gogogate2/translations/fr.json b/homeassistant/components/gogogate2/translations/fr.json new file mode 100644 index 00000000000..478e7e8ccf8 --- /dev/null +++ b/homeassistant/components/gogogate2/translations/fr.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "cannot_connect": "\u00c9chec de connexion" + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "invalid_auth": "Authentification invalide" + }, + "step": { + "user": { + "data": { + "ip_address": "Adresse IP", + "password": "Mot de passe", + "username": "Nom d'utilisateur" + }, + "description": "Fournissez les informations requises ci-dessous.", + "title": "Configurer GogoGate2" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/guardian/translations/fr.json b/homeassistant/components/guardian/translations/fr.json new file mode 100644 index 00000000000..52742b4e816 --- /dev/null +++ b/homeassistant/components/guardian/translations/fr.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Ce p\u00e9riph\u00e9rique Guardian a d\u00e9j\u00e0 \u00e9t\u00e9 configur\u00e9.", + "already_in_progress": "La configuration de l'appareil Guardian est d\u00e9j\u00e0 en cours.", + "connection_error": "Impossible de se connecter au p\u00e9riph\u00e9rique Guardian." + }, + "step": { + "user": { + "data": { + "ip_address": "Adresse IP", + "port": "Port" + }, + "description": "Configurez un appareil Elexa Guardian local." + }, + "zeroconf_confirm": { + "description": "Voulez-vous configurer cet appareil Guardian?" + } + } + }, + "title": "Elexa Guardian" +} \ No newline at end of file diff --git a/homeassistant/components/ipp/translations/fr.json b/homeassistant/components/ipp/translations/fr.json index b1833e6d557..caea4893062 100644 --- a/homeassistant/components/ipp/translations/fr.json +++ b/homeassistant/components/ipp/translations/fr.json @@ -6,7 +6,8 @@ "connection_upgrade": "Impossible de se connecter \u00e0 l'imprimante parce qu'une mise \u00e0 niveau de la connexion est n\u00e9cessaire.", "ipp_error": "Erreur IPP rencontr\u00e9e.", "ipp_version_error": "Version d'IPP non prise en charge par l'imprimante.", - "parse_error": "Impossible d'analyser la r\u00e9ponse de l'imprimante." + "parse_error": "Impossible d'analyser la r\u00e9ponse de l'imprimante.", + "unique_id_required": "Dispositif ne portant pas l'identification unique requise pour la d\u00e9couverte." }, "error": { "connection_error": "Impossible de se connecter \u00e0 l'imprimante.", diff --git a/homeassistant/components/isy994/translations/fr.json b/homeassistant/components/isy994/translations/fr.json index d075764a7c5..a412420a915 100644 --- a/homeassistant/components/isy994/translations/fr.json +++ b/homeassistant/components/isy994/translations/fr.json @@ -1,5 +1,6 @@ { "config": { + "flow_title": "Appareils universels ISY994 {name} ( {host} )", "step": { "user": { "data": { diff --git a/homeassistant/components/onvif/translations/fr.json b/homeassistant/components/onvif/translations/fr.json index b383aad3532..87b54bbeb97 100644 --- a/homeassistant/components/onvif/translations/fr.json +++ b/homeassistant/components/onvif/translations/fr.json @@ -33,6 +33,7 @@ "manual_input": { "data": { "host": "H\u00f4te", + "name": "Nom", "port": "Port" }, "title": "Configurer l\u2019appareil ONVIF" diff --git a/homeassistant/components/openuv/translations/fr.json b/homeassistant/components/openuv/translations/fr.json index a22b01f9488..f376898b9be 100644 --- a/homeassistant/components/openuv/translations/fr.json +++ b/homeassistant/components/openuv/translations/fr.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Coordonn\u00e9es d\u00e9j\u00e0 enregistr\u00e9es" + }, "error": { "identifier_exists": "Coordonn\u00e9es d\u00e9j\u00e0 enregistr\u00e9es", "invalid_api_key": "Cl\u00e9 d'API invalide" diff --git a/homeassistant/components/plex/translations/fr.json b/homeassistant/components/plex/translations/fr.json index b27d648a911..ac27fb432f0 100644 --- a/homeassistant/components/plex/translations/fr.json +++ b/homeassistant/components/plex/translations/fr.json @@ -15,6 +15,7 @@ "not_found": "Serveur Plex introuvable", "ssl_error": "Probl\u00e8me de certificat SSL" }, + "flow_title": "{name} ( {host} )", "step": { "manual_setup": { "data": { diff --git a/homeassistant/components/plugwise/translations/fr.json b/homeassistant/components/plugwise/translations/fr.json new file mode 100644 index 00000000000..04c38b501fb --- /dev/null +++ b/homeassistant/components/plugwise/translations/fr.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Ce Smile est d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "cannot_connect": "Impossible de se connecter, veuillez r\u00e9essayer", + "invalid_auth": "Authentification invalide, v\u00e9rifiez les 8 caract\u00e8res de votre ID Smile", + "unknown": "Erreur inattendue" + }, + "step": { + "user": { + "data": { + "host": "Adresse IP de Smile", + "password": "ID Smile" + }, + "description": "D\u00e9tails", + "title": "Se connecter \u00e0 Smile" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/lb.json b/homeassistant/components/plugwise/translations/lb.json new file mode 100644 index 00000000000..ea9785d2039 --- /dev/null +++ b/homeassistant/components/plugwise/translations/lb.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "D\u00ebse Smile ass scho konfigur\u00e9iert" + }, + "error": { + "cannot_connect": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol.", + "invalid_auth": "Ong\u00eblteg Authentifikatioun, iwwerpr\u00e9if d\u00e9i 8 Charakteren vun denger Smile ID", + "unknown": "Onerwaarte Feeler" + }, + "step": { + "user": { + "data": { + "host": "Smile IP Adresse", + "password": "Smile ID" + }, + "description": "Detailler", + "title": "Mat Smile verbannen" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/ru.json b/homeassistant/components/plugwise/translations/ru.json index b500247cfdf..5ae4da64a76 100644 --- a/homeassistant/components/plugwise/translations/ru.json +++ b/homeassistant/components/plugwise/translations/ru.json @@ -14,7 +14,7 @@ "host": "IP-\u0430\u0434\u0440\u0435\u0441", "password": "ID \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430" }, - "description": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", + "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 Home Assistant \u0434\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 Plugwise.", "title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443" } } diff --git a/homeassistant/components/sonarr/translations/fr.json b/homeassistant/components/sonarr/translations/fr.json index f613debcfbc..0b35d915f2b 100644 --- a/homeassistant/components/sonarr/translations/fr.json +++ b/homeassistant/components/sonarr/translations/fr.json @@ -1,3 +1,37 @@ { + "config": { + "abort": { + "already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9", + "unknown": "Erreur innatendue" + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "invalid_auth": "Authentification invalide" + }, + "flow_title": "Sonarr: {name}", + "step": { + "user": { + "data": { + "api_key": "Cl\u00e9 API", + "base_path": "Chemin vers l'API", + "host": "H\u00f4te", + "port": "Port", + "ssl": "Sonarr utilise un certificat SSL", + "verify_ssl": "Sonarr utilise un certificat appropri\u00e9" + }, + "title": "Se connecter \u00e0 Sonarr" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "upcoming_days": "Nombre de jours \u00e0 venir \u00e0 afficher", + "wanted_max_items": "Nombre maximum d'objets \u00e0 afficher" + } + } + } + }, "title": "Sonarr" } \ No newline at end of file diff --git a/homeassistant/components/sonarr/translations/lb.json b/homeassistant/components/sonarr/translations/lb.json new file mode 100644 index 00000000000..23c8116498c --- /dev/null +++ b/homeassistant/components/sonarr/translations/lb.json @@ -0,0 +1,37 @@ +{ + "config": { + "abort": { + "already_configured": "Service ass scho konfigur\u00e9iert", + "unknown": "Onerwaarte Feeler" + }, + "error": { + "cannot_connect": "Feeler beim verbannen", + "invalid_auth": "Ong\u00eblteg Authentifikatioun" + }, + "flow_title": "Sonarr: {name}", + "step": { + "user": { + "data": { + "api_key": "API Schl\u00ebssel", + "base_path": "Pad zur API", + "host": "Host", + "port": "Port", + "ssl": "Sonarr benotzt een SSL Zertifikat", + "verify_ssl": "Sonarr benotzt ee g\u00ebltegen SSL Zertifikat" + }, + "title": "Mat Sonarr verbannen" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "upcoming_days": "Unzuel vun kommenden Deeg d\u00e9i sollen ugewise ginn", + "wanted_max_items": "Max Unzuel vun gew\u00ebnschten Artikelen d\u00e9i solle ugewise ginn" + } + } + } + }, + "title": "Sonarr" +} \ No newline at end of file diff --git a/homeassistant/components/tile/translations/en.json b/homeassistant/components/tile/translations/en.json index 641515b1689..67985383979 100644 --- a/homeassistant/components/tile/translations/en.json +++ b/homeassistant/components/tile/translations/en.json @@ -9,8 +9,8 @@ "step": { "user": { "data": { - "password": "[%key:common::config_flow::data::password%]", - "username": "[%key:common::config_flow::data::email%]" + "password": "Password", + "username": "Email" }, "title": "Configure Tile" } diff --git a/homeassistant/components/tile/translations/it.json b/homeassistant/components/tile/translations/it.json new file mode 100644 index 00000000000..10017a9baee --- /dev/null +++ b/homeassistant/components/tile/translations/it.json @@ -0,0 +1,29 @@ +{ + "config": { + "abort": { + "already_configured": "Questo account Tile \u00e8 gi\u00e0 registrato." + }, + "error": { + "invalid_credentials": "Fornite credenziali di Tile non valide." + }, + "step": { + "user": { + "data": { + "password": "Password", + "username": "E-mail" + }, + "title": "Configura Tile" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "show_inactive": "Mostra Tile inattive" + }, + "title": "Configura Tile" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/fr.json b/homeassistant/components/upnp/translations/fr.json index e07bfbc6330..a10f6a8fd0c 100644 --- a/homeassistant/components/upnp/translations/fr.json +++ b/homeassistant/components/upnp/translations/fr.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "UPnP / IGD est d\u00e9j\u00e0 configur\u00e9", + "incomplete_discovery": "D\u00e9couverte incompl\u00e8te", "no_devices_discovered": "Aucun UPnP / IGD d\u00e9couvert", "no_devices_found": "Aucun p\u00e9riph\u00e9rique UPnP / IGD trouv\u00e9 sur le r\u00e9seau." }, diff --git a/homeassistant/components/vizio/translations/fr.json b/homeassistant/components/vizio/translations/fr.json index 906f1580c35..ab1c51ffb9f 100644 --- a/homeassistant/components/vizio/translations/fr.json +++ b/homeassistant/components/vizio/translations/fr.json @@ -1,9 +1,11 @@ { "config": { "abort": { + "already_configured_device": "L'appareil est d\u00e9j\u00e0 configur\u00e9", "updated_entry": "Cette entr\u00e9e a d\u00e9j\u00e0 \u00e9t\u00e9 configur\u00e9e mais le nom et/ou les options d\u00e9finis dans la configuration ne correspondent pas \u00e0 la configuration pr\u00e9c\u00e9demment import\u00e9e, de sorte que l'entr\u00e9e de configuration a \u00e9t\u00e9 mise \u00e0 jour en cons\u00e9quence." }, "error": { + "cannot_connect": "\u00c9chec de connexion", "host_exists": "H\u00f4te d\u00e9j\u00e0 configur\u00e9.", "name_exists": "Nom d\u00e9j\u00e0 configur\u00e9." }, diff --git a/homeassistant/components/wiffi/translations/fr.json b/homeassistant/components/wiffi/translations/fr.json new file mode 100644 index 00000000000..599ea7a4b65 --- /dev/null +++ b/homeassistant/components/wiffi/translations/fr.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "addr_in_use": "Port du serveur d\u00e9j\u00e0 utilis\u00e9.", + "start_server_failed": "\u00c9chec du d\u00e9marrage du serveur." + }, + "step": { + "user": { + "data": { + "port": "Port de serveur" + }, + "title": "Configurer le serveur TCP pour les appareils WIFFI" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "timeout": "D\u00e9lai d'expiration (minutes)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zerproc/translations/fr.json b/homeassistant/components/zerproc/translations/fr.json new file mode 100644 index 00000000000..cdfd3890fb8 --- /dev/null +++ b/homeassistant/components/zerproc/translations/fr.json @@ -0,0 +1,3 @@ +{ + "title": "Zerproc" +} \ No newline at end of file