From 2a7aac6afcb11edfb6c7386b16b61c8dee6f4f34 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Wed, 27 Nov 2019 00:32:16 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/almond/.translations/de.json | 8 +++- .../components/climate/.translations/de.json | 8 ++++ .../components/demo/.translations/de.json | 5 ++ .../geonetnz_quakes/.translations/pl.json | 2 +- .../geonetnz_volcano/.translations/de.json | 14 ++++++ .../geonetnz_volcano/.translations/pl.json | 2 +- .../hisense_aehw4a1/.translations/de.json | 15 ++++++ .../locative/.translations/zh-Hant.json | 2 +- .../lutron_caseta/.translations/en.json | 2 +- .../lutron_caseta/.translations/ru.json | 5 ++ .../components/starline/.translations/ca.json | 24 ++++++++++ .../transmission/.translations/en.json | 46 +++++++++++-------- .../components/vacuum/.translations/de.json | 11 ++++- .../components/wled/.translations/de.json | 17 +++++++ 14 files changed, 136 insertions(+), 25 deletions(-) create mode 100644 homeassistant/components/climate/.translations/de.json create mode 100644 homeassistant/components/demo/.translations/de.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/de.json create mode 100644 homeassistant/components/hisense_aehw4a1/.translations/de.json create mode 100644 homeassistant/components/lutron_caseta/.translations/ru.json create mode 100644 homeassistant/components/starline/.translations/ca.json diff --git a/homeassistant/components/almond/.translations/de.json b/homeassistant/components/almond/.translations/de.json index 4e2816cb001..1495cabf9c9 100644 --- a/homeassistant/components/almond/.translations/de.json +++ b/homeassistant/components/almond/.translations/de.json @@ -2,7 +2,13 @@ "config": { "abort": { "already_setup": "Sie k\u00f6nnen nur ein Almond-Konto konfigurieren.", - "cannot_connect": "Verbindung zum Almond-Server nicht m\u00f6glich." + "cannot_connect": "Verbindung zum Almond-Server nicht m\u00f6glich.", + "missing_configuration": "Bitte \u00fcberpr\u00fcfen Sie die Dokumentation zur Einrichtung von Almond." + }, + "step": { + "pick_implementation": { + "title": "W\u00e4hle die Authentifizierungsmethode" + } }, "title": "Almond" } diff --git a/homeassistant/components/climate/.translations/de.json b/homeassistant/components/climate/.translations/de.json new file mode 100644 index 00000000000..75ffe328fc8 --- /dev/null +++ b/homeassistant/components/climate/.translations/de.json @@ -0,0 +1,8 @@ +{ + "device_automation": { + "trigger_type": { + "current_humidity_changed": "Gemessene Luftfeuchtigkeit von {entity_name} ge\u00e4ndert", + "current_temperature_changed": "Gemessene Temperatur von {entity_name} ge\u00e4ndert" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/demo/.translations/de.json b/homeassistant/components/demo/.translations/de.json new file mode 100644 index 00000000000..ef01fcb4f3c --- /dev/null +++ b/homeassistant/components/demo/.translations/de.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "Demo" + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_quakes/.translations/pl.json b/homeassistant/components/geonetnz_quakes/.translations/pl.json index 427c753f6c1..fd82bba43b5 100644 --- a/homeassistant/components/geonetnz_quakes/.translations/pl.json +++ b/homeassistant/components/geonetnz_quakes/.translations/pl.json @@ -9,7 +9,7 @@ "mmi": "MMI", "radius": "Promie\u0144" }, - "title": "Wype\u0142nij szczeg\u00f3\u0142y dotycz\u0105ce filtra." + "title": "Wprowad\u017a szczeg\u00f3\u0142owe dane filtra." } }, "title": "GeoNet NZ Quakes" diff --git a/homeassistant/components/geonetnz_volcano/.translations/de.json b/homeassistant/components/geonetnz_volcano/.translations/de.json new file mode 100644 index 00000000000..1a51f1fb490 --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/de.json @@ -0,0 +1,14 @@ +{ + "config": { + "error": { + "identifier_exists": "Standort bereits registriert" + }, + "step": { + "user": { + "data": { + "radius": "Radius" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/pl.json b/homeassistant/components/geonetnz_volcano/.translations/pl.json index 22bb34e21a6..7d329815f3f 100644 --- a/homeassistant/components/geonetnz_volcano/.translations/pl.json +++ b/homeassistant/components/geonetnz_volcano/.translations/pl.json @@ -8,7 +8,7 @@ "data": { "radius": "Promie\u0144" }, - "title": "Wype\u0142nij szczeg\u00f3\u0142y dotycz\u0105ce filtra." + "title": "Wprowad\u017a szczeg\u00f3\u0142owe dane filtra." } }, "title": "GeoNet NZ Volcano" diff --git a/homeassistant/components/hisense_aehw4a1/.translations/de.json b/homeassistant/components/hisense_aehw4a1/.translations/de.json new file mode 100644 index 00000000000..8b474ea0418 --- /dev/null +++ b/homeassistant/components/hisense_aehw4a1/.translations/de.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Es wurden keine Hisense AEH-W4A1-Ger\u00e4te im Netzwerk gefunden.", + "single_instance_allowed": "Es ist nur eine einzige Konfiguration von Hisense AEH-W4A1 m\u00f6glich." + }, + "step": { + "confirm": { + "description": "M\u00f6chten Sie Hisense AEH-W4A1 einrichten?", + "title": "Hisense AEH-W4A1" + } + }, + "title": "Hisense AEH-W4A1" + } +} \ No newline at end of file diff --git a/homeassistant/components/locative/.translations/zh-Hant.json b/homeassistant/components/locative/.translations/zh-Hant.json index 7dd598c8fc2..5135eb33c9f 100644 --- a/homeassistant/components/locative/.translations/zh-Hant.json +++ b/homeassistant/components/locative/.translations/zh-Hant.json @@ -5,7 +5,7 @@ "one_instance_allowed": "\u50c5\u9700\u8a2d\u5b9a\u4e00\u7d44\u7269\u4ef6\u5373\u53ef\u3002" }, "create_entry": { - "default": "\u6b32\u50b3\u9001\u4f4d\u7f6e\u81f3 Home Assistant\uff0c\u5c07\u9700\u65bc Locative App \u5167\u8a2d\u5b9a webhook \u529f\u80fd\u3002\n\n\u8acb\u586b\u5beb\u4e0b\u5217\u8cc7\u8a0a\uff1a\n\n- URL: `{webhook_url}`\n- Method: POST\n\n\u8acb\u53c3\u95b1 [\u6587\u4ef6]({docs_url})\u4ee5\u4e86\u89e3\u66f4\u8a73\u7d30\u8cc7\u6599\u3002" + "default": "\u6b32\u50b3\u9001\u5ea7\u6a19\u81f3 Home Assistant\uff0c\u5c07\u9700\u65bc Locative App \u5167\u8a2d\u5b9a webhook \u529f\u80fd\u3002\n\n\u8acb\u586b\u5beb\u4e0b\u5217\u8cc7\u8a0a\uff1a\n\n- URL: `{webhook_url}`\n- Method: POST\n\n\u8acb\u53c3\u95b1 [\u6587\u4ef6]({docs_url})\u4ee5\u4e86\u89e3\u66f4\u8a73\u7d30\u8cc7\u6599\u3002" }, "step": { "user": { diff --git a/homeassistant/components/lutron_caseta/.translations/en.json b/homeassistant/components/lutron_caseta/.translations/en.json index cb7ab8c767e..cfc3c290afe 100644 --- a/homeassistant/components/lutron_caseta/.translations/en.json +++ b/homeassistant/components/lutron_caseta/.translations/en.json @@ -1,5 +1,5 @@ { "config": { - "title": "Lutron Caséta" + "title": "Lutron Cas\u00e9ta" } } \ No newline at end of file diff --git a/homeassistant/components/lutron_caseta/.translations/ru.json b/homeassistant/components/lutron_caseta/.translations/ru.json new file mode 100644 index 00000000000..cfc3c290afe --- /dev/null +++ b/homeassistant/components/lutron_caseta/.translations/ru.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "Lutron Cas\u00e9ta" + } +} \ No newline at end of file diff --git a/homeassistant/components/starline/.translations/ca.json b/homeassistant/components/starline/.translations/ca.json new file mode 100644 index 00000000000..ebfbac0044f --- /dev/null +++ b/homeassistant/components/starline/.translations/ca.json @@ -0,0 +1,24 @@ +{ + "config": { + "step": { + "auth_captcha": { + "description": "{captcha_img}", + "title": "Captcha" + }, + "auth_mfa": { + "data": { + "mfa_code": "Codi SMS" + }, + "title": "Verificaci\u00f3 en dos passos" + }, + "auth_user": { + "data": { + "password": "Contrasenya", + "username": "Nom d'usuari" + }, + "title": "Credencials d\u2019usuari" + } + }, + "title": "StarLine" + } +} \ No newline at end of file diff --git a/homeassistant/components/transmission/.translations/en.json b/homeassistant/components/transmission/.translations/en.json index 45c16be36e2..aa8b99a4914 100644 --- a/homeassistant/components/transmission/.translations/en.json +++ b/homeassistant/components/transmission/.translations/en.json @@ -1,34 +1,42 @@ { "config": { - "title": "Transmission", - "step": { - "user": { - "title": "Setup Transmission Client", - "data": { - "name": "Name", - "host": "Host", - "username": "Username", - "password": "Password", - "port": "Port" - } - } + "abort": { + "already_configured": "Host is already configured.", + "one_instance_allowed": "Only a single instance is necessary." }, "error": { + "cannot_connect": "Unable to Connect to host", "name_exists": "Name already exists", - "wrong_credentials": "Wrong username or password", - "cannot_connect": "Unable to Connect to host" + "wrong_credentials": "Wrong username or password" }, - "abort": { - "already_configured": "Host is already configured." - } + "step": { + "options": { + "data": { + "scan_interval": "Update frequency" + }, + "title": "Configure Options" + }, + "user": { + "data": { + "host": "Host", + "name": "Name", + "password": "Password", + "port": "Port", + "username": "Username" + }, + "title": "Setup Transmission Client" + } + }, + "title": "Transmission" }, "options": { "step": { "init": { - "title": "Configure options for Transmission", "data": { "scan_interval": "Update frequency" - } + }, + "description": "Configure options for Transmission", + "title": "Configure options for Transmission" } } } diff --git a/homeassistant/components/vacuum/.translations/de.json b/homeassistant/components/vacuum/.translations/de.json index 060358a0a7a..7aed7da23e3 100644 --- a/homeassistant/components/vacuum/.translations/de.json +++ b/homeassistant/components/vacuum/.translations/de.json @@ -1,7 +1,16 @@ { "device_automation": { + "action_type": { + "clean": "Lass {entity_name} reinigen", + "dock": "Lass {entity_name} zum Dock zur\u00fcckkehren" + }, "condtion_type": { - "is_cleaning": "{entity_name} reinigt" + "is_cleaning": "{entity_name} reinigt", + "is_docked": "{entity_name} ist angedockt" + }, + "trigger_type": { + "cleaning": "{entity_name} hat mit der Reinigung begonnen", + "docked": "{entity_name} angedockt" } } } \ No newline at end of file diff --git a/homeassistant/components/wled/.translations/de.json b/homeassistant/components/wled/.translations/de.json index f50a24eeac0..2d1cc5ef97d 100644 --- a/homeassistant/components/wled/.translations/de.json +++ b/homeassistant/components/wled/.translations/de.json @@ -1,6 +1,23 @@ { "config": { + "abort": { + "already_configured": "Dieses WLED-Ger\u00e4t ist bereits konfiguriert.", + "connection_error": "Verbindung zum WLED-Ger\u00e4t fehlgeschlagen." + }, + "error": { + "connection_error": "Verbindung zum WLED-Ger\u00e4t fehlgeschlagen." + }, "flow_title": "WLED: {name}", + "step": { + "user": { + "data": { + "host": "Hostname oder IP-Adresse" + } + }, + "zeroconf_confirm": { + "title": "Gefundenes WLED-Ger\u00e4t" + } + }, "title": "WLED" } } \ No newline at end of file