From ae51331d498347dd6d73ad18fbec9d0861ed459e Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure <hello@home-assistant.io> Date: Tue, 31 Dec 2019 00:32:20 +0000 Subject: [PATCH] [ci skip] Translation update --- .../binary_sensor/.translations/es.json | 4 +-- .../components/deconz/.translations/es.json | 2 +- .../components/hangouts/.translations/ca.json | 2 ++ .../huawei_lte/.translations/it.json | 1 + .../huawei_lte/.translations/zh-Hant.json | 2 +- .../components/starline/.translations/ca.json | 1 + .../tellduslive/.translations/ca.json | 1 + .../components/tesla/.translations/it.json | 30 +++++++++++++++++++ .../components/wled/.translations/es.json | 2 +- .../components/zha/.translations/es.json | 16 +++++----- 10 files changed, 48 insertions(+), 13 deletions(-) create mode 100644 homeassistant/components/tesla/.translations/it.json diff --git a/homeassistant/components/binary_sensor/.translations/es.json b/homeassistant/components/binary_sensor/.translations/es.json index 756a370ca3c..9720fb974f6 100644 --- a/homeassistant/components/binary_sensor/.translations/es.json +++ b/homeassistant/components/binary_sensor/.translations/es.json @@ -72,14 +72,14 @@ "not_moist": "{entity_name} se sec\u00f3", "not_moving": "{entity_name} dej\u00f3 de moverse", "not_occupied": "{entity_name} no est\u00e1 ocupado", - "not_opened": "{nombre_de_la_entidad} cerrado", + "not_opened": "{entity_name} cerrado", "not_plugged_in": "{entity_name} desconectado", "not_powered": "{entity_name} no est\u00e1 activado", "not_present": "{entity_name} no est\u00e1 presente", "not_unsafe": "{entity_name} se volvi\u00f3 seguro", "occupied": "{entity_name} se convirti\u00f3 en ocupado", "opened": "{entity_name} abierto", - "plugged_in": "{nombre_de_la_entidad} conectado", + "plugged_in": "{entity_name} conectado", "powered": "{entity_name} alimentado", "present": "{entity_name} presente", "problem": "{entity_name} empez\u00f3 a detectar problemas", diff --git a/homeassistant/components/deconz/.translations/es.json b/homeassistant/components/deconz/.translations/es.json index 47fd99c48a2..adbe68153f7 100644 --- a/homeassistant/components/deconz/.translations/es.json +++ b/homeassistant/components/deconz/.translations/es.json @@ -72,7 +72,7 @@ "remote_button_quadruple_press": "Bot\u00f3n \"{subtype}\" pulsado cuatro veces consecutivas", "remote_button_quintuple_press": "Bot\u00f3n \"{subtype}\" pulsado cinco veces consecutivas", "remote_button_rotated": "Bot\u00f3n \"{subtype}\" girado", - "remote_button_rotation_stopped": "Bot\u00f3n rotativo \"{subtipo}\" detenido", + "remote_button_rotation_stopped": "Bot\u00f3n rotativo \"{subtype}\" detenido", "remote_button_short_press": "Bot\u00f3n \"{subtype}\" pulsado", "remote_button_short_release": "Bot\u00f3n \"{subtype}\" liberado", "remote_button_triple_press": "Bot\u00f3n \"{subtype}\" pulsado cuatro veces consecutivas", diff --git a/homeassistant/components/hangouts/.translations/ca.json b/homeassistant/components/hangouts/.translations/ca.json index ea43c804f2d..0dcc0f029c2 100644 --- a/homeassistant/components/hangouts/.translations/ca.json +++ b/homeassistant/components/hangouts/.translations/ca.json @@ -14,6 +14,7 @@ "data": { "2fa": "Pin 2FA" }, + "description": "buit", "title": "Verificaci\u00f3 en dos passos" }, "user": { @@ -22,6 +23,7 @@ "email": "Correu electr\u00f2nic", "password": "Contrasenya" }, + "description": "buit", "title": "Inici de sessi\u00f3 de Google Hangouts" } }, diff --git a/homeassistant/components/huawei_lte/.translations/it.json b/homeassistant/components/huawei_lte/.translations/it.json index bcbae3b1b25..4ad17ecaa36 100644 --- a/homeassistant/components/huawei_lte/.translations/it.json +++ b/homeassistant/components/huawei_lte/.translations/it.json @@ -33,6 +33,7 @@ "step": { "init": { "data": { + "name": "Nome del servizio di notifica (la modifica richiede il riavvio)", "recipient": "Destinatari della notifica SMS", "track_new_devices": "Traccia nuovi dispositivi" } diff --git a/homeassistant/components/huawei_lte/.translations/zh-Hant.json b/homeassistant/components/huawei_lte/.translations/zh-Hant.json index 7371669e157..201e9afec4b 100644 --- a/homeassistant/components/huawei_lte/.translations/zh-Hant.json +++ b/homeassistant/components/huawei_lte/.translations/zh-Hant.json @@ -33,7 +33,7 @@ "step": { "init": { "data": { - "name": "\u901a\u77e5\u670d\u52d9\u540d\u7a31", + "name": "\u901a\u77e5\u670d\u52d9\u540d\u7a31\uff08\u8b8a\u66f4\u5f8c\u9700\u91cd\u555f\uff09", "recipient": "\u7c21\u8a0a\u901a\u77e5\u6536\u4ef6\u8005", "track_new_devices": "\u8ffd\u8e64\u65b0\u8a2d\u5099" } diff --git a/homeassistant/components/starline/.translations/ca.json b/homeassistant/components/starline/.translations/ca.json index 04426c2acfa..72cf1a66760 100644 --- a/homeassistant/components/starline/.translations/ca.json +++ b/homeassistant/components/starline/.translations/ca.json @@ -11,6 +11,7 @@ "app_id": "ID d'aplicaci\u00f3", "app_secret": "Secret" }, + "description": "ID d'aplicaci\u00f3 i codi secret de <a href=\"https://my.starline.ru/developer\" target=\"_blank\">compte de desenvolupador de StarLine</a>", "title": "Credencials d'aplicaci\u00f3" }, "auth_captcha": { diff --git a/homeassistant/components/tellduslive/.translations/ca.json b/homeassistant/components/tellduslive/.translations/ca.json index fafa8798401..a337474c96b 100644 --- a/homeassistant/components/tellduslive/.translations/ca.json +++ b/homeassistant/components/tellduslive/.translations/ca.json @@ -18,6 +18,7 @@ "data": { "host": "Amfitri\u00f3" }, + "description": "buit", "title": "Selecci\u00f3 extrem" } }, diff --git a/homeassistant/components/tesla/.translations/it.json b/homeassistant/components/tesla/.translations/it.json new file mode 100644 index 00000000000..0e254cf2843 --- /dev/null +++ b/homeassistant/components/tesla/.translations/it.json @@ -0,0 +1,30 @@ +{ + "config": { + "error": { + "connection_error": "Errore durante la connessione; controllare la rete e riprovare", + "identifier_exists": "E-mail gi\u00e0 registrata", + "invalid_credentials": "Credenziali non valide", + "unknown_error": "Errore sconosciuto, si prega di segnalare le informazioni del registro" + }, + "step": { + "user": { + "data": { + "password": "Password", + "username": "Indirizzo E-Mail" + }, + "description": "Si prega di inserire le tue informazioni.", + "title": "Tesla - Configurazione" + } + }, + "title": "Tesla" + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Secondi tra le scansioni" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wled/.translations/es.json b/homeassistant/components/wled/.translations/es.json index 7dd388d41af..b7f567698ea 100644 --- a/homeassistant/components/wled/.translations/es.json +++ b/homeassistant/components/wled/.translations/es.json @@ -7,7 +7,7 @@ "error": { "connection_error": "No se ha podido conectar al dispositivo WLED." }, - "flow_title": "WLED: {nombre}", + "flow_title": "WLED: {name}", "step": { "user": { "data": { diff --git a/homeassistant/components/zha/.translations/es.json b/homeassistant/components/zha/.translations/es.json index b8529ce9047..fb2271b260a 100644 --- a/homeassistant/components/zha/.translations/es.json +++ b/homeassistant/components/zha/.translations/es.json @@ -54,14 +54,14 @@ "device_shaken": "Dispositivo agitado", "device_slid": "Dispositivo deslizado \" {subtype} \"", "device_tilted": "Dispositivo inclinado", - "remote_button_double_press": "\"{subtipo}\" bot\u00f3n de doble clic", - "remote_button_long_press": "Bot\u00f3n \"{subtipo}\" pulsado continuamente", - "remote_button_long_release": "Bot\u00f3n \"{subtipo}\" liberado despu\u00e9s de una pulsaci\u00f3n prolongada", - "remote_button_quadruple_press": "\"{subtipo}\" bot\u00f3n cu\u00e1druple pulsado", - "remote_button_quintuple_press": "\"{subtipo}\" bot\u00f3n qu\u00edntuple pulsado", - "remote_button_short_press": "Bot\u00f3n \"{subtipo}\" pulsado", - "remote_button_short_release": "Bot\u00f3n \"{subtipo}\" liberado", - "remote_button_triple_press": "\"{subtipo}\" bot\u00f3n de triple clic" + "remote_button_double_press": "\"{subtype}\" bot\u00f3n de doble clic", + "remote_button_long_press": "Bot\u00f3n \"{subtype}\" pulsado continuamente", + "remote_button_long_release": "Bot\u00f3n \"{subtype}\" liberado despu\u00e9s de una pulsaci\u00f3n prolongada", + "remote_button_quadruple_press": "\"{subtype}\" bot\u00f3n cu\u00e1druple pulsado", + "remote_button_quintuple_press": "\"{subtype}\" bot\u00f3n qu\u00edntuple pulsado", + "remote_button_short_press": "Bot\u00f3n \"{subtype}\" pulsado", + "remote_button_short_release": "Bot\u00f3n \"{subtype}\" liberado", + "remote_button_triple_press": "\"{subtype}\" bot\u00f3n de triple clic" } } } \ No newline at end of file -- GitLab