diff --git a/homeassistant/components/acmeda/translations/de.json b/homeassistant/components/acmeda/translations/de.json new file mode 100644 index 00000000000..bef1c5e9e99 --- /dev/null +++ b/homeassistant/components/acmeda/translations/de.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "id": "Host-ID" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/atag/translations/de.json b/homeassistant/components/atag/translations/de.json index f9d40a035a3..cf133aef758 100644 --- a/homeassistant/components/atag/translations/de.json +++ b/homeassistant/components/atag/translations/de.json @@ -9,6 +9,7 @@ "step": { "user": { "data": { + "email": "Email (Optional)", "host": "Host", "port": "Port (10000)" }, diff --git a/homeassistant/components/august/translations/fr.json b/homeassistant/components/august/translations/fr.json index da2df2461a1..752b7dc3712 100644 --- a/homeassistant/components/august/translations/fr.json +++ b/homeassistant/components/august/translations/fr.json @@ -16,12 +16,14 @@ "timeout": "D\u00e9lai d'expiration (secondes)", "username": "Nom d'utilisateur" }, + "description": "Si la m\u00e9thode de connexion est \u00abe-mail\u00bb, le nom d'utilisateur est l'adresse e-mail. Si la m\u00e9thode de connexion est \u00abt\u00e9l\u00e9phone\u00bb, le nom d'utilisateur est le num\u00e9ro de t\u00e9l\u00e9phone au format \u00ab+ NNNNNNNNN\u00bb.", "title": "Configurer un compte August" }, "validation": { "data": { "code": "Code de v\u00e9rification" }, + "description": "Veuillez v\u00e9rifier votre {login_method} ( {username} ) et entrez le code de v\u00e9rification ci-dessous", "title": "Authentification \u00e0 deux facteurs" } } diff --git a/homeassistant/components/blebox/translations/de.json b/homeassistant/components/blebox/translations/de.json index 501b1335244..baf14ba4897 100644 --- a/homeassistant/components/blebox/translations/de.json +++ b/homeassistant/components/blebox/translations/de.json @@ -13,6 +13,7 @@ "step": { "user": { "data": { + "host": "IP Adresse", "port": "Port" }, "description": "Richten Sie Ihre BleBox f\u00fcr die Integration mit dem Home Assistant ein.", diff --git a/homeassistant/components/blink/translations/de.json b/homeassistant/components/blink/translations/de.json index 751d015ffdf..ec5ad6c53ca 100644 --- a/homeassistant/components/blink/translations/de.json +++ b/homeassistant/components/blink/translations/de.json @@ -3,6 +3,10 @@ "abort": { "already_configured": "Ger\u00e4t ist bereits konfiguriert" }, + "error": { + "invalid_auth": "Ung\u00fcltige Authentifizierung", + "unknown": "Unerwarteter Fehler" + }, "step": { "2fa": { "data": { diff --git a/homeassistant/components/bsblan/translations/de.json b/homeassistant/components/bsblan/translations/de.json index 4515aa5f74d..39be96b84d5 100644 --- a/homeassistant/components/bsblan/translations/de.json +++ b/homeassistant/components/bsblan/translations/de.json @@ -6,7 +6,7 @@ "step": { "user": { "data": { - "host": "Server oder IP-Adresse", + "host": "Host", "port": "Port Nummer" } } diff --git a/homeassistant/components/daikin/translations/de.json b/homeassistant/components/daikin/translations/de.json index f3f55ea2ecb..98ccb6433a4 100644 --- a/homeassistant/components/daikin/translations/de.json +++ b/homeassistant/components/daikin/translations/de.json @@ -5,6 +5,9 @@ "device_fail": "Unerwarteter Fehler beim Erstellen des Ger\u00e4ts.", "device_timeout": "Zeit\u00fcberschreitung beim Verbinden mit dem Ger\u00e4t." }, + "error": { + "device_timeout": "Verbindung fehlgeschlagen" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/forked_daapd/translations/de.json b/homeassistant/components/forked_daapd/translations/de.json new file mode 100644 index 00000000000..4a82bf666cd --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/de.json @@ -0,0 +1,31 @@ +{ + "config": { + "abort": { + "already_configured": "Ger\u00e4t ist bereits konfiguriert" + }, + "error": { + "unknown_error": "Unbekannter Fehler", + "wrong_host_or_port": "Verbindung konnte nicht hergestellt werden. Bitte \u00fcberpr\u00fcfen Sie Host und Port.", + "wrong_password": "Ung\u00fcltiges Passwort" + }, + "step": { + "user": { + "data": { + "host": "Host", + "password": "API-Passwort (leer lassen, wenn kein Passwort vorhanden ist)", + "port": "API Port" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "max_playlists": "Maximale Anzahl der als Quellen verwendeten Wiedergabelisten", + "tts_pause_time": "Sekunden bis zur Pause vor und nach der TTS" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gogogate2/translations/de.json b/homeassistant/components/gogogate2/translations/de.json new file mode 100644 index 00000000000..119d198615c --- /dev/null +++ b/homeassistant/components/gogogate2/translations/de.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "cannot_connect": "Verbindung fehlgeschlagen" + }, + "error": { + "cannot_connect": "Verbindung fehlgeschlagen", + "invalid_auth": "Ung\u00fcltige Authentifizierung" + }, + "step": { + "user": { + "data": { + "ip_address": "IP-Adresse", + "password": "Passwort", + "username": "Benutzername" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/icloud/translations/de.json b/homeassistant/components/icloud/translations/de.json index d09889453e0..5857c3b34f0 100644 --- a/homeassistant/components/icloud/translations/de.json +++ b/homeassistant/components/icloud/translations/de.json @@ -20,6 +20,7 @@ "user": { "data": { "password": "Passwort", + "username": "Email", "with_family": "Mit Familie" }, "description": "Gib deine Zugangsdaten ein", diff --git a/homeassistant/components/ipp/translations/de.json b/homeassistant/components/ipp/translations/de.json index 3c43cd08cc5..3ee2f2159b9 100644 --- a/homeassistant/components/ipp/translations/de.json +++ b/homeassistant/components/ipp/translations/de.json @@ -6,7 +6,8 @@ "connection_upgrade": "Verbindung zum Drucker fehlgeschlagen, da ein Verbindungsupgrade erforderlich ist.", "ipp_error": "IPP-Fehler festgestellt.", "ipp_version_error": "IPP-Version wird vom Drucker nicht unterst\u00fctzt.", - "parse_error": "Antwort vom Drucker konnte nicht analysiert werden." + "parse_error": "Antwort vom Drucker konnte nicht analysiert werden.", + "unique_id_required": "Ger\u00e4t fehlt die f\u00fcr die Entdeckung erforderliche eindeutige Identifizierung." }, "error": { "connection_error": "Verbindung zum Drucker fehlgeschlagen.", diff --git a/homeassistant/components/konnected/translations/fr.json b/homeassistant/components/konnected/translations/fr.json index a463803a8fe..23330311f74 100644 --- a/homeassistant/components/konnected/translations/fr.json +++ b/homeassistant/components/konnected/translations/fr.json @@ -15,6 +15,7 @@ "title": "Appareil Konnected pr\u00eat" }, "import_confirm": { + "description": "Un panneau d'alarme Konnected avec l'ID {id} a \u00e9t\u00e9 d\u00e9couvert dans configuration.yaml. Ce flux vous permettra de l'importer dans une entr\u00e9e de configuration.", "title": "Importer un appareil connect\u00e9" }, "user": { @@ -78,9 +79,14 @@ "alarm2_out2": "OUT2/ALARM2", "out1": "OUT1" }, + "description": "S\u00e9lectionnez la configuration des E / S restantes ci-dessous. Vous pourrez configurer des options d\u00e9taill\u00e9es dans les \u00e9tapes suivantes.", "title": "Configurer les E/S \u00e9tendues" }, "options_misc": { + "data": { + "blink": "Voyant du panneau clignotant lors de l'envoi d'un changement d'\u00e9tat" + }, + "description": "Veuillez s\u00e9lectionner le comportement souhat\u00e9 de votre panneau", "title": "Configurer divers" }, "options_switch": { @@ -91,7 +97,9 @@ "name": "Nom (facultatif)", "pause": "Pause entre les impulsions (ms) (facultatif)", "repeat": "Nombre de r\u00e9p\u00e9tition (-1=infini) (facultatif)" - } + }, + "description": "Veuillez s\u00e9lectionner les options de sortie pour {zone} : \u00e9tat {state}", + "title": "Configurer la sortie commutable" } } } diff --git a/homeassistant/components/songpal/translations/de.json b/homeassistant/components/songpal/translations/de.json index b351dab97db..4786dde4ca0 100644 --- a/homeassistant/components/songpal/translations/de.json +++ b/homeassistant/components/songpal/translations/de.json @@ -5,6 +5,7 @@ "not_songpal_device": "Kein Songpal-Ger\u00e4t" }, "error": { + "cannot_connect": "Verbindung fehlgeschlagen", "connection": "Verbindungsfehler: Bitte \u00fcberpr\u00fcfen Sie Ihren Endpunkt" }, "flow_title": "Sony Songpal {name} ({host})", diff --git a/homeassistant/components/unifi/translations/fr.json b/homeassistant/components/unifi/translations/fr.json index 8e2a8be41b1..a655ed46e4d 100644 --- a/homeassistant/components/unifi/translations/fr.json +++ b/homeassistant/components/unifi/translations/fr.json @@ -36,6 +36,7 @@ "device_tracker": { "data": { "detection_time": "Temps en secondes depuis la derni\u00e8re vue avant de consid\u00e9rer comme absent", + "ssid_filter": "S\u00e9lectionnez les SSID pour suivre les clients sans fil", "track_clients": "Suivre les clients du r\u00e9seau", "track_devices": "Suivre les p\u00e9riph\u00e9riques r\u00e9seau (p\u00e9riph\u00e9riques Ubiquiti)", "track_wired_clients": "Inclure les clients du r\u00e9seau filaire" diff --git a/homeassistant/components/vilfo/translations/fr.json b/homeassistant/components/vilfo/translations/fr.json index 867b78ac411..1a587121b55 100644 --- a/homeassistant/components/vilfo/translations/fr.json +++ b/homeassistant/components/vilfo/translations/fr.json @@ -1,8 +1,17 @@ { "config": { + "abort": { + "already_configured": "Ce routeur Vilfo est d\u00e9j\u00e0 configur\u00e9." + }, + "error": { + "cannot_connect": "\u00c9chec de connexion. Veuillez v\u00e9rifier les informations que vous avez fournies et r\u00e9essayer.", + "invalid_auth": "Authentification non valide. Veuillez v\u00e9rifier le jeton d'acc\u00e8s et r\u00e9essayer.", + "unknown": "Une erreur inattendue s'est produite lors de la configuration de l'int\u00e9gration." + }, "step": { "user": { "data": { + "access_token": "Jeton d'Acc\u00e8s", "host": "Nom d'h\u00f4te ou IP du routeur" }, "title": "Connectez-vous au routeur Vilfo" diff --git a/homeassistant/components/wiffi/translations/de.json b/homeassistant/components/wiffi/translations/de.json new file mode 100644 index 00000000000..79bf8168a14 --- /dev/null +++ b/homeassistant/components/wiffi/translations/de.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "addr_in_use": "Server Port wird bereits genutzt", + "start_server_failed": "Server starten fehlgeschlagen" + }, + "step": { + "user": { + "data": { + "port": "Server Port" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "timeout": "Zeit\u00fcberschreitung (Minuten)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zerproc/translations/de.json b/homeassistant/components/zerproc/translations/de.json new file mode 100644 index 00000000000..fdbf8971238 --- /dev/null +++ b/homeassistant/components/zerproc/translations/de.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden" + }, + "step": { + "confirm": { + "description": "M\u00f6chtest du die Installation starten?" + } + } + } +} \ No newline at end of file