From 807de1aeb33776bd20826d0951b803c043592013 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Tue, 26 Nov 2019 00:32:24 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/climate/.translations/fr.json | 5 +++++ .../components/deconz/.translations/ro.json | 14 ++++++++++++++ .../geonetnz_volcano/.translations/ro.json | 13 +++++++++++++ homeassistant/components/hue/.translations/ro.json | 3 ++- 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 homeassistant/components/deconz/.translations/ro.json create mode 100644 homeassistant/components/geonetnz_volcano/.translations/ro.json diff --git a/homeassistant/components/climate/.translations/fr.json b/homeassistant/components/climate/.translations/fr.json index d82a3644493..db29f8424d5 100644 --- a/homeassistant/components/climate/.translations/fr.json +++ b/homeassistant/components/climate/.translations/fr.json @@ -1,8 +1,13 @@ { "device_automation": { "action_type": { + "set_hvac_mode": "Changer le mode HVAC sur {entity_name}.", "set_preset_mode": "Changer les pr\u00e9r\u00e9glages de {entity_name}" }, + "condtion_type": { + "is_hvac_mode": "{entity_name} est d\u00e9fini sur un mode HVAC sp\u00e9cifique", + "is_preset_mode": "{entity_name} est d\u00e9fini sur un mode pr\u00e9d\u00e9fini sp\u00e9cifique" + }, "trigger_type": { "current_humidity_changed": "Changement d'humidit\u00e9 mesur\u00e9e pour {entity_name}", "current_temperature_changed": "Changement de temp\u00e9rature mesur\u00e9e pour {entity_name}", diff --git a/homeassistant/components/deconz/.translations/ro.json b/homeassistant/components/deconz/.translations/ro.json new file mode 100644 index 00000000000..2d6fc6a39fb --- /dev/null +++ b/homeassistant/components/deconz/.translations/ro.json @@ -0,0 +1,14 @@ +{ + "config": { + "step": { + "init": { + "data": { + "port": "Port" + } + }, + "link": { + "description": "Debloca\u021bi gateway-ul DECONZ pentru a v\u0103 \u00eenregistra la Home Assistant. \n\n 1. Accesa\u021bi Set\u0103rile deCONZ - > Gateway - > Avansat \n 2. Ap\u0103sa\u021bi butonul \u201eAutentifica\u021bi aplica\u021bia\u201d" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/geonetnz_volcano/.translations/ro.json b/homeassistant/components/geonetnz_volcano/.translations/ro.json new file mode 100644 index 00000000000..4c0cd317d48 --- /dev/null +++ b/homeassistant/components/geonetnz_volcano/.translations/ro.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "radius": "Raz\u0103" + }, + "title": "Completa\u021bi detaliile filtrului." + } + }, + "title": "Vulcanul GeoNet NZ" + } +} \ No newline at end of file diff --git a/homeassistant/components/hue/.translations/ro.json b/homeassistant/components/hue/.translations/ro.json index a2ecf8964b6..9da771a52dc 100644 --- a/homeassistant/components/hue/.translations/ro.json +++ b/homeassistant/components/hue/.translations/ro.json @@ -19,6 +19,7 @@ "link": { "description": "Ap\u0103sa\u021bi butonul de pe pod pentru a \u00eenregistra Philips Hue cu Home Assistant. \n\n ! [Loca\u021bia butonului pe pod] (/ static / images / config_philips_hue.jpg)" } - } + }, + "title": "Philips Hue" } } \ No newline at end of file