From 53a3f2e83d88e15575e05a3b850415e7d3436bfe Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Wed, 11 Sep 2019 00:33:50 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/deconz/.translations/en.json | 58 +++++++++---------- .../iaqualink/.translations/nl.json | 21 +++++++ .../solaredge/.translations/nl.json | 21 +++++++ .../components/switch/.translations/ca.json | 17 ++++++ .../components/switch/.translations/nl.json | 17 ++++++ .../components/switch/.translations/pl.json | 17 ++++++ .../components/unifi/.translations/it.json | 6 ++ .../components/withings/.translations/da.json | 1 + 8 files changed, 129 insertions(+), 29 deletions(-) create mode 100644 homeassistant/components/iaqualink/.translations/nl.json create mode 100644 homeassistant/components/solaredge/.translations/nl.json create mode 100644 homeassistant/components/switch/.translations/ca.json create mode 100644 homeassistant/components/switch/.translations/nl.json create mode 100644 homeassistant/components/switch/.translations/pl.json diff --git a/homeassistant/components/deconz/.translations/en.json b/homeassistant/components/deconz/.translations/en.json index afe70a30193..ead71db8c27 100644 --- a/homeassistant/components/deconz/.translations/en.json +++ b/homeassistant/components/deconz/.translations/en.json @@ -41,6 +41,35 @@ }, "title": "deCONZ Zigbee gateway" }, + "device_automation": { + "trigger_subtype": { + "both_buttons": "Both buttons", + "button_1": "First button", + "button_2": "Second button", + "button_3": "Third button", + "button_4": "Fourth button", + "close": "Close", + "dim_down": "Dim down", + "dim_up": "Dim up", + "left": "Left", + "open": "Open", + "right": "Right", + "turn_off": "Turn off", + "turn_on": "Turn on" + }, + "trigger_type": { + "remote_button_double_press": "\"{subtype}\" button double clicked", + "remote_button_long_press": "\"{subtype}\" button continuously pressed", + "remote_button_long_release": "\"{subtype}\" button released after long press", + "remote_button_quadruple_press": "\"{subtype}\" button quadruple clicked", + "remote_button_quintuple_press": "\"{subtype}\" button quintuple clicked", + "remote_button_rotated": "Button rotated \"{subtype}\"", + "remote_button_short_press": "\"{subtype}\" button pressed", + "remote_button_short_release": "\"{subtype}\" button released", + "remote_button_triple_press": "\"{subtype}\" button triple clicked", + "remote_gyro_activated": "Device shaken" + } + }, "options": { "step": { "async_step_deconz_devices": { @@ -58,34 +87,5 @@ "description": "Configure visibility of deCONZ device types" } } - }, - "device_automation": { - "trigger_type": { - "remote_button_short_press": "\"{subtype}\" button pressed", - "remote_button_short_release": "\"{subtype}\" button released", - "remote_button_long_press": "\"{subtype}\" button continuously pressed", - "remote_button_long_release": "\"{subtype}\" button released after long press", - "remote_button_double_press": "\"{subtype}\" button double clicked", - "remote_button_triple_press": "\"{subtype}\" button triple clicked", - "remote_button_quadruple_press": "\"{subtype}\" button quadruple clicked", - "remote_button_quintuple_press": "\"{subtype}\" button quintuple clicked", - "remote_button_rotated": "Button rotated \"{subtype}\"", - "remote_gyro_activated": "Device shaken" - }, - "trigger_subtype": { - "turn_on": "Turn on", - "turn_off": "Turn off", - "dim_up": "Dim up", - "dim_down": "Dim down", - "left": "Left", - "right": "Right", - "open": "Open", - "close": "Close", - "both_buttons": "Both buttons", - "button_1": "First button", - "button_2": "Second button", - "button_3": "Third button", - "button_4": "Fourth button" - } } } \ No newline at end of file diff --git a/homeassistant/components/iaqualink/.translations/nl.json b/homeassistant/components/iaqualink/.translations/nl.json new file mode 100644 index 00000000000..c0a515bb741 --- /dev/null +++ b/homeassistant/components/iaqualink/.translations/nl.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_setup": "U kunt slechts \u00e9\u00e9n iAqualink-verbinding configureren." + }, + "error": { + "connection_failure": "Kan geen verbinding maken met iAqualink. Controleer je gebruikersnaam en wachtwoord." + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord", + "username": "Gebruikersnaam/E-mailadres" + }, + "description": "Voer de gebruikersnaam en het wachtwoord voor uw iAqualink-account in.", + "title": "Verbinding maken met iAqualink" + } + }, + "title": "Jandy iAqualink" + } +} \ No newline at end of file diff --git a/homeassistant/components/solaredge/.translations/nl.json b/homeassistant/components/solaredge/.translations/nl.json new file mode 100644 index 00000000000..3cc52b43a63 --- /dev/null +++ b/homeassistant/components/solaredge/.translations/nl.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "site_exists": "Deze site_id is al geconfigureerd" + }, + "error": { + "site_exists": "Deze site_id is al geconfigureerd" + }, + "step": { + "user": { + "data": { + "api_key": "De API-sleutel voor deze site", + "name": "De naam van deze installatie", + "site_id": "De SolarEdge site-id" + }, + "title": "Definieer de API-parameters voor deze installatie" + } + }, + "title": "SolarEdge" + } +} \ No newline at end of file diff --git a/homeassistant/components/switch/.translations/ca.json b/homeassistant/components/switch/.translations/ca.json new file mode 100644 index 00000000000..c97565ddfe6 --- /dev/null +++ b/homeassistant/components/switch/.translations/ca.json @@ -0,0 +1,17 @@ +{ + "device_automation": { + "action_type": { + "toggle": "Commuta {entity_name}", + "turn_off": "Desactiva {entity_name}", + "turn_on": "Activa {entity_name}" + }, + "condition_type": { + "turn_off": "{entity_name} desactivat", + "turn_on": "{entity_name} activat" + }, + "trigger_type": { + "turn_off": "{entity_name} desactivat", + "turn_on": "{entity_name} activat" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switch/.translations/nl.json b/homeassistant/components/switch/.translations/nl.json new file mode 100644 index 00000000000..1d8355d2158 --- /dev/null +++ b/homeassistant/components/switch/.translations/nl.json @@ -0,0 +1,17 @@ +{ + "device_automation": { + "action_type": { + "toggle": "Omschakelen {entity_name}", + "turn_off": "Zet {entity_name} uit.", + "turn_on": "Zet {entity_name} aan." + }, + "condition_type": { + "turn_off": "{entity_name} uitgeschakeld", + "turn_on": "{entity_name} ingeschakeld" + }, + "trigger_type": { + "turn_off": "{entity_name} uitgeschakeld", + "turn_on": "{entity_name} ingeschakeld" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switch/.translations/pl.json b/homeassistant/components/switch/.translations/pl.json new file mode 100644 index 00000000000..f564d1424ea --- /dev/null +++ b/homeassistant/components/switch/.translations/pl.json @@ -0,0 +1,17 @@ +{ + "device_automation": { + "action_type": { + "toggle": "Prze\u0142\u0105cz {entity_name}", + "turn_off": "Wy\u0142\u0105cz {entity_name}", + "turn_on": "W\u0142\u0105cz {entity_name}" + }, + "condition_type": { + "turn_off": "{entity_name} wy\u0142\u0105czone", + "turn_on": "{entity_name} w\u0142\u0105czone" + }, + "trigger_type": { + "turn_off": "{entity_name} wy\u0142\u0105czone", + "turn_on": "{entity_name} w\u0142\u0105czone" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/it.json b/homeassistant/components/unifi/.translations/it.json index 499c77bfb69..5285ed21873 100644 --- a/homeassistant/components/unifi/.translations/it.json +++ b/homeassistant/components/unifi/.translations/it.json @@ -32,6 +32,12 @@ "track_devices": "Tracciare i dispositivi di rete (dispositivi Ubiquiti)", "track_wired_clients": "Includi i client di rete cablata" } + }, + "init": { + "data": { + "one": "uno", + "other": "altro" + } } } } diff --git a/homeassistant/components/withings/.translations/da.json b/homeassistant/components/withings/.translations/da.json index 8b7fbcb3bb4..d2dddbbd204 100644 --- a/homeassistant/components/withings/.translations/da.json +++ b/homeassistant/components/withings/.translations/da.json @@ -8,6 +8,7 @@ "data": { "profile": "Profil" }, + "description": "V\u00e6lg en brugerprofil, som du vil have Home Assistant til at tilknytte med en Withings-profil. P\u00e5 siden Withings skal du s\u00f8rge for at v\u00e6lge den samme bruger eller data vil ikke blive m\u00e6rket korrekt.", "title": "Brugerprofil." } },