From 0e14c3f92a9bc91695a869d43d89a1e04d298b31 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Thu, 21 Nov 2019 00:32:11 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/almond/.translations/it.json | 5 ++++ .../components/demo/.translations/it.json | 5 ++++ .../.translations/zh-Hant.json | 2 +- .../geonetnz_volcano/.translations/ca.json | 16 ++++++++++++ .../geonetnz_volcano/.translations/es.json | 16 ++++++++++++ .../geonetnz_volcano/.translations/it.json | 16 ++++++++++++ .../.translations/zh-Hant.json | 16 ++++++++++++ .../hisense_aehw4a1/.translations/it.json | 15 +++++++++++ .../components/wled/.translations/nl.json | 25 +++++++++++++++++++ 9 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 homeassistant/components/demo/.translations/it.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/ca.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/es.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/it.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/zh-Hant.json create mode 100644 homeassistant/components/hisense_aehw4a1/.translations/it.json create mode 100644 homeassistant/components/wled/.translations/nl.json diff --git a/homeassistant/components/almond/.translations/it.json b/homeassistant/components/almond/.translations/it.json index 740535f4f46..9d529e5e5c8 100644 --- a/homeassistant/components/almond/.translations/it.json +++ b/homeassistant/components/almond/.translations/it.json @@ -5,6 +5,11 @@ "cannot_connect": "Impossibile connettersi al server Almond.", "missing_configuration": "Si prega di controllare la documentazione su come impostare Almond." }, + "step": { + "pick_implementation": { + "title": "Seleziona metodo di autenticazione" + } + }, "title": "Almond" } } \ No newline at end of file diff --git a/homeassistant/components/demo/.translations/it.json b/homeassistant/components/demo/.translations/it.json new file mode 100644 index 00000000000..ef01fcb4f3c --- /dev/null +++ b/homeassistant/components/demo/.translations/it.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "Demo" + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_quakes/.translations/zh-Hant.json b/homeassistant/components/geonetnz_quakes/.translations/zh-Hant.json index 59b4abf259a..487ac9ea8c0 100644 --- a/homeassistant/components/geonetnz_quakes/.translations/zh-Hant.json +++ b/homeassistant/components/geonetnz_quakes/.translations/zh-Hant.json @@ -12,6 +12,6 @@ "title": "\u586b\u5beb\u904e\u6ffe\u5668\u8cc7\u8a0a\u3002" } }, - "title": "GeoNet NZ Quakes" + "title": "\u7d10\u897f\u862d GeoNet \u5730\u9707\u9810\u8b66" } } \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/ca.json b/homeassistant/components/geonetnz_volcano/.translations/ca.json new file mode 100644 index 00000000000..2e595b73040 --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/ca.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "identifier_exists": "Ubicaci\u00f3 ja registrada" + }, + "step": { + "user": { + "data": { + "radius": "Radi" + }, + "title": "Introdueix els detalls del filtre." + } + }, + "title": "GeoNet NZ Volcano" + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/es.json b/homeassistant/components/geonetnz_volcano/.translations/es.json new file mode 100644 index 00000000000..c6b92e83089 --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/es.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "identifier_exists": "Lugar ya registrado" + }, + "step": { + "user": { + "data": { + "radius": "Radio" + }, + "title": "Complete los detalles de su filtro." + } + }, + "title": "GeoNet NZ Volc\u00e1n" + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/it.json b/homeassistant/components/geonetnz_volcano/.translations/it.json new file mode 100644 index 00000000000..85bfc7297ee --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/it.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "identifier_exists": "Localit\u00e0 gi\u00e0 registrata" + }, + "step": { + "user": { + "data": { + "radius": "Raggio" + }, + "title": "Inserisci i tuoi dettagli del filtro." + } + }, + "title": "GeoNet NZ Vulcano" + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/zh-Hant.json b/homeassistant/components/geonetnz_volcano/.translations/zh-Hant.json new file mode 100644 index 00000000000..0f74841fd7b --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/zh-Hant.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "identifier_exists": "\u5ea7\u6a19\u5df2\u8a3b\u518a" + }, + "step": { + "user": { + "data": { + "radius": "\u534a\u5f91" + }, + "title": "\u586b\u5beb\u904e\u6ffe\u5668\u8cc7\u8a0a\u3002" + } + }, + "title": "\u7d10\u897f\u862d GeoNet \u706b\u5c71\u9810\u8b66" + } +} \ No newline at end of file diff --git a/homeassistant/components/hisense_aehw4a1/.translations/it.json b/homeassistant/components/hisense_aehw4a1/.translations/it.json new file mode 100644 index 00000000000..b584d18e8bf --- /dev/null +++ b/homeassistant/components/hisense_aehw4a1/.translations/it.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Nessun dispositivo Hisense AEH-W4A1 trovato sulla rete.", + "single_instance_allowed": "\u00c8 consentita solo una configurazione di Hisense AEH-W4A1" + }, + "step": { + "confirm": { + "description": "Voui configurare Hisense AEH-W4A1", + "title": "Hisense AEH-W4A1" + } + }, + "title": "Hisense AEH-W4A1" + } +} \ No newline at end of file diff --git a/homeassistant/components/wled/.translations/nl.json b/homeassistant/components/wled/.translations/nl.json new file mode 100644 index 00000000000..1bf70b7a095 --- /dev/null +++ b/homeassistant/components/wled/.translations/nl.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Dit WLED-apparaat is al geconfigureerd.", + "connection_error": "Kan geen verbinding maken met WLED-apparaat." + }, + "error": { + "connection_error": "Kan geen verbinding maken met WLED-apparaat." + }, + "flow_title": "WLED: {name}", + "step": { + "user": { + "data": { + "host": "Hostnaam of IP-adres" + }, + "title": "Koppel je WLED" + }, + "zeroconf_confirm": { + "description": "Wil je de WLED genaamd `{name}` toevoegen aan Home Assistant?", + "title": "Ontdekt WLED-apparaat" + } + }, + "title": "WLED" + } +} \ No newline at end of file