From 855076fed90b0e4f506a69f01723bfeea8c4b502 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 17 Feb 2022 00:14:03 +0000 Subject: [PATCH] [ci skip] Translation update --- .../aussie_broadband/translations/en.json | 7 ++++ .../aussie_broadband/translations/es.json | 18 ++++++++ .../aussie_broadband/translations/pt-BR.json | 7 ++++ .../diagnostics/translations/es.json | 3 ++ .../components/dnsip/translations/es.json | 27 ++++++++++++ .../components/elkm1/translations/cs.json | 19 ++++++++- .../components/elkm1/translations/es.json | 13 ++++++ .../components/fan/translations/es.json | 1 + .../components/fivem/translations/cs.json | 19 +++++++++ .../components/fivem/translations/es.json | 9 ++++ .../humidifier/translations/es.json | 1 + .../components/iss/translations/cs.json | 7 ++++ .../components/iss/translations/es.json | 11 +++++ .../components/iss/translations/he.json | 9 ++++ .../components/iss/translations/id.json | 11 ++++- .../components/iss/translations/ru.json | 2 +- .../components/light/translations/es.json | 1 + .../media_player/translations/es.json | 1 + .../moehlenhoff_alpha2/translations/cs.json | 18 ++++++++ .../moehlenhoff_alpha2/translations/es.json | 3 ++ .../components/overkiz/translations/es.json | 1 + .../overkiz/translations/sensor.es.json | 41 +++++++++++++++++++ .../components/picnic/translations/cs.json | 3 +- .../components/picnic/translations/es.json | 1 + .../components/picnic/translations/he.json | 4 +- .../components/powerwall/translations/cs.json | 11 ++++- .../components/remote/translations/es.json | 1 + .../components/sleepiq/translations/ca.json | 19 +++++++++ .../components/sleepiq/translations/he.json | 19 +++++++++ .../sleepiq/translations/pt-BR.json | 19 +++++++++ .../components/sleepiq/translations/ru.json | 19 +++++++++ .../sleepiq/translations/zh-Hant.json | 19 +++++++++ .../components/switch/translations/es.json | 1 + .../tuya/translations/select.ru.json | 4 +- .../components/webostv/translations/es.json | 41 +++++++++++++++++++ .../components/wiz/translations/cs.json | 24 +++++++++++ .../components/wiz/translations/es.json | 7 ++++ .../components/wiz/translations/he.json | 1 + .../components/wiz/translations/id.json | 1 + .../components/zwave_me/translations/cs.json | 14 +++++++ .../components/zwave_me/translations/es.json | 18 ++++++++ 41 files changed, 448 insertions(+), 7 deletions(-) create mode 100644 homeassistant/components/aussie_broadband/translations/es.json create mode 100644 homeassistant/components/diagnostics/translations/es.json create mode 100644 homeassistant/components/dnsip/translations/es.json create mode 100644 homeassistant/components/fivem/translations/cs.json create mode 100644 homeassistant/components/fivem/translations/es.json create mode 100644 homeassistant/components/iss/translations/cs.json create mode 100644 homeassistant/components/iss/translations/es.json create mode 100644 homeassistant/components/moehlenhoff_alpha2/translations/cs.json create mode 100644 homeassistant/components/moehlenhoff_alpha2/translations/es.json create mode 100644 homeassistant/components/overkiz/translations/sensor.es.json create mode 100644 homeassistant/components/sleepiq/translations/ca.json create mode 100644 homeassistant/components/sleepiq/translations/he.json create mode 100644 homeassistant/components/sleepiq/translations/pt-BR.json create mode 100644 homeassistant/components/sleepiq/translations/ru.json create mode 100644 homeassistant/components/sleepiq/translations/zh-Hant.json create mode 100644 homeassistant/components/webostv/translations/es.json create mode 100644 homeassistant/components/wiz/translations/cs.json create mode 100644 homeassistant/components/wiz/translations/es.json create mode 100644 homeassistant/components/zwave_me/translations/cs.json create mode 100644 homeassistant/components/zwave_me/translations/es.json diff --git a/homeassistant/components/aussie_broadband/translations/en.json b/homeassistant/components/aussie_broadband/translations/en.json index 4d18251f270..2843916df2e 100644 --- a/homeassistant/components/aussie_broadband/translations/en.json +++ b/homeassistant/components/aussie_broadband/translations/en.json @@ -11,6 +11,13 @@ "unknown": "Unexpected error" }, "step": { + "reauth": { + "data": { + "password": "Password" + }, + "description": "Update password for {username}", + "title": "Reauthenticate Integration" + }, "reauth_confirm": { "data": { "password": "Password" diff --git a/homeassistant/components/aussie_broadband/translations/es.json b/homeassistant/components/aussie_broadband/translations/es.json new file mode 100644 index 00000000000..19640de6aa7 --- /dev/null +++ b/homeassistant/components/aussie_broadband/translations/es.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "no_services_found": "No se han encontrado servicios para esta cuenta" + }, + "step": { + "reauth": { + "description": "Actualizar la contrase\u00f1a de {username}" + }, + "service": { + "data": { + "services": "Servicios" + }, + "title": "Seleccionar Servicios" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/aussie_broadband/translations/pt-BR.json b/homeassistant/components/aussie_broadband/translations/pt-BR.json index 9dbd275d2bc..efe1fca7c80 100644 --- a/homeassistant/components/aussie_broadband/translations/pt-BR.json +++ b/homeassistant/components/aussie_broadband/translations/pt-BR.json @@ -18,6 +18,13 @@ "description": "Atualizar senha para {username}", "title": "Reautenticar Integra\u00e7\u00e3o" }, + "reauth_confirm": { + "data": { + "password": "Senha" + }, + "description": "Atualizar senha para {username}", + "title": "Reautenticar Integra\u00e7\u00e3o" + }, "service": { "data": { "services": "Servi\u00e7os" diff --git a/homeassistant/components/diagnostics/translations/es.json b/homeassistant/components/diagnostics/translations/es.json new file mode 100644 index 00000000000..2ae994c70c9 --- /dev/null +++ b/homeassistant/components/diagnostics/translations/es.json @@ -0,0 +1,3 @@ +{ + "title": "Diagn\u00f3sticos" +} \ No newline at end of file diff --git a/homeassistant/components/dnsip/translations/es.json b/homeassistant/components/dnsip/translations/es.json new file mode 100644 index 00000000000..6952329f20e --- /dev/null +++ b/homeassistant/components/dnsip/translations/es.json @@ -0,0 +1,27 @@ +{ + "config": { + "error": { + "invalid_hostname": "Nombre de host inv\u00e1lido" + }, + "step": { + "user": { + "data": { + "hostname": "El nombre de host para el que se realiza la consulta DNS" + } + } + } + }, + "options": { + "error": { + "invalid_resolver": "Direcci\u00f3n IP no v\u00e1lida para resolver" + }, + "step": { + "init": { + "data": { + "resolver": "Resolver para la b\u00fasqueda de IPV4", + "resolver_ipv6": "Resolver para la b\u00fasqueda de IPV6" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/elkm1/translations/cs.json b/homeassistant/components/elkm1/translations/cs.json index 2b84b802b6b..f2f4c17af9c 100644 --- a/homeassistant/components/elkm1/translations/cs.json +++ b/homeassistant/components/elkm1/translations/cs.json @@ -2,14 +2,31 @@ "config": { "abort": { "address_already_configured": "ElkM1 s touto adresou je ji\u017e nastaven", - "already_configured": "ElkM1 s t\u00edmto prefixem je ji\u017e nastaven" + "already_configured": "ElkM1 s t\u00edmto prefixem je ji\u017e nastaven", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, + "flow_title": "{mac_address} ({host})", "step": { + "discovered_connection": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + }, + "title": "P\u0159ipojen\u00ed k ovlada\u010di Elk-M1" + }, + "manual_connection": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + }, + "title": "P\u0159ipojen\u00ed k ovlada\u010di Elk-M1" + }, "user": { "data": { "password": "Heslo", diff --git a/homeassistant/components/elkm1/translations/es.json b/homeassistant/components/elkm1/translations/es.json index eaf987f95e6..ecda52c8c5b 100644 --- a/homeassistant/components/elkm1/translations/es.json +++ b/homeassistant/components/elkm1/translations/es.json @@ -10,9 +10,22 @@ "unknown": "Error inesperado" }, "step": { + "discovered_connection": { + "description": "Con\u00e9ctese al sistema detectado: {mac_address} ({host})" + }, + "manual_connection": { + "data": { + "address": "La direcci\u00f3n IP o el dominio o el puerto serie si se conecta a trav\u00e9s de serie.", + "prefix": "Un prefijo \u00fanico (dejar en blanco si solo tiene un ElkM1).", + "protocol": "Protocolo", + "temperature_unit": "La unidad de temperatura que utiliza ElkM1." + }, + "description": "Conecte un M\u00f3dulo de Interfaz Universal Powerline Bus Powerline (UPB PIM). La cadena de direcci\u00f3n debe tener el formato 'direcci\u00f3n [: puerto]' para 'tcp'. El puerto es opcional y el valor predeterminado es 2101. Ejemplo: '192.168.1.42'. Para el protocolo serie, la direcci\u00f3n debe estar en la forma 'tty [: baudios]'. El baud es opcional y el valor predeterminado es 4800. Ejemplo: '/ dev / ttyS1'." + }, "user": { "data": { "address": "La direcci\u00f3n IP o dominio o puerto serie si se conecta a trav\u00e9s de serie.", + "device": "Dispositivo", "password": "Contrase\u00f1a", "prefix": "Un prefijo \u00fanico (d\u00e9jalo en blanco si s\u00f3lo tienes un Elk-M1).", "protocol": "Protocolo", diff --git a/homeassistant/components/fan/translations/es.json b/homeassistant/components/fan/translations/es.json index 3b7cb4a4f56..c4edae6f9ee 100644 --- a/homeassistant/components/fan/translations/es.json +++ b/homeassistant/components/fan/translations/es.json @@ -9,6 +9,7 @@ "is_on": "{entity_name} est\u00e1 activado" }, "trigger_type": { + "changed_states": "{entity_name} activado o desactivado", "toggled": "{entity_name} activado o desactivado", "turned_off": "{entity_name} desactivado", "turned_on": "{entity_name} activado" diff --git a/homeassistant/components/fivem/translations/cs.json b/homeassistant/components/fivem/translations/cs.json new file mode 100644 index 00000000000..2455bf8695d --- /dev/null +++ b/homeassistant/components/fivem/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nastavena" + }, + "error": { + "unknown_error": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "name": "Jm\u00e9no", + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fivem/translations/es.json b/homeassistant/components/fivem/translations/es.json new file mode 100644 index 00000000000..be6eaaee436 --- /dev/null +++ b/homeassistant/components/fivem/translations/es.json @@ -0,0 +1,9 @@ +{ + "config": { + "error": { + "cannot_connect": "Error al conectarse. Compruebe el host y el puerto e int\u00e9ntelo de nuevo. Aseg\u00farese tambi\u00e9n de que est\u00e1 ejecutando el servidor FiveM m\u00e1s reciente.", + "invalid_game_name": "La API del juego al que intentas conectarte no es un juego de FiveM.", + "invalid_gamename": "La API del juego al que intentas conectarte no es un juego de FiveM." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/humidifier/translations/es.json b/homeassistant/components/humidifier/translations/es.json index d01479fbd87..e9c8bb02df9 100644 --- a/homeassistant/components/humidifier/translations/es.json +++ b/homeassistant/components/humidifier/translations/es.json @@ -13,6 +13,7 @@ "is_on": "{entity_name} est\u00e1 activado" }, "trigger_type": { + "changed_states": "{entity_name} activado o desactivado", "target_humidity_changed": "La humedad objetivo ha cambiado en {entity_name}", "toggled": "{entity_name} activado o desactivado", "turned_off": "{entity_name} desactivado", diff --git a/homeassistant/components/iss/translations/cs.json b/homeassistant/components/iss/translations/cs.json new file mode 100644 index 00000000000..19f5d1e1587 --- /dev/null +++ b/homeassistant/components/iss/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/iss/translations/es.json b/homeassistant/components/iss/translations/es.json new file mode 100644 index 00000000000..91bbd571ab9 --- /dev/null +++ b/homeassistant/components/iss/translations/es.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "init": { + "data": { + "show_on_map": "Mostrar en el mapa" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/iss/translations/he.json b/homeassistant/components/iss/translations/he.json index d0c3523da94..eaea05d0779 100644 --- a/homeassistant/components/iss/translations/he.json +++ b/homeassistant/components/iss/translations/he.json @@ -3,5 +3,14 @@ "abort": { "single_instance_allowed": "\u05ea\u05e6\u05d5\u05e8\u05ea\u05d5 \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4. \u05e8\u05e7 \u05ea\u05e6\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05ea." } + }, + "options": { + "step": { + "init": { + "data": { + "show_on_map": "\u05d4\u05e6\u05d2 \u05d1\u05de\u05e4\u05d4" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/iss/translations/id.json b/homeassistant/components/iss/translations/id.json index c533197ca84..c53287164ee 100644 --- a/homeassistant/components/iss/translations/id.json +++ b/homeassistant/components/iss/translations/id.json @@ -9,7 +9,16 @@ "data": { "show_on_map": "Tampilkan di peta?" }, - "description": "Ingin mengonfigurasi Stasiun Luar Angkasa Internasional?" + "description": "Ingin mengonfigurasi Stasiun Luar Angkasa Internasional (ISS)?" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "show_on_map": "Tampilkan di peta" + } } } } diff --git a/homeassistant/components/iss/translations/ru.json b/homeassistant/components/iss/translations/ru.json index 8808b02f5b8..64604c1f460 100644 --- a/homeassistant/components/iss/translations/ru.json +++ b/homeassistant/components/iss/translations/ru.json @@ -9,7 +9,7 @@ "data": { "show_on_map": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0430 \u043a\u0430\u0440\u0442\u0435" }, - "description": "\u041d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 International Space Station?" + "description": "\u041d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 International Space Station (ISS)?" } } }, diff --git a/homeassistant/components/light/translations/es.json b/homeassistant/components/light/translations/es.json index 1eb2914d110..10e8dfa3d17 100644 --- a/homeassistant/components/light/translations/es.json +++ b/homeassistant/components/light/translations/es.json @@ -13,6 +13,7 @@ "is_on": "{entity_name} est\u00e1 encendida" }, "trigger_type": { + "changed_states": "{entity_name} activado o desactivado", "toggled": "{entity_name} activado o desactivado", "turned_off": "{entity_name} apagada", "turned_on": "{entity_name} encendida" diff --git a/homeassistant/components/media_player/translations/es.json b/homeassistant/components/media_player/translations/es.json index f1ffc44957e..0dfc063a035 100644 --- a/homeassistant/components/media_player/translations/es.json +++ b/homeassistant/components/media_player/translations/es.json @@ -8,6 +8,7 @@ "is_playing": "{entity_name} est\u00e1 reproduciendo" }, "trigger_type": { + "changed_states": "{entity_name} ha cambiado de estado", "idle": "{entity_name} est\u00e1 inactivo", "paused": "{entity_name} est\u00e1 en pausa", "playing": "{entity_name} comienza a reproducirse", diff --git a/homeassistant/components/moehlenhoff_alpha2/translations/cs.json b/homeassistant/components/moehlenhoff_alpha2/translations/cs.json new file mode 100644 index 00000000000..5eac883adf0 --- /dev/null +++ b/homeassistant/components/moehlenhoff_alpha2/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "Hostitel" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/moehlenhoff_alpha2/translations/es.json b/homeassistant/components/moehlenhoff_alpha2/translations/es.json new file mode 100644 index 00000000000..d15111e97b0 --- /dev/null +++ b/homeassistant/components/moehlenhoff_alpha2/translations/es.json @@ -0,0 +1,3 @@ +{ + "title": "M\u00f6hlenhoff Alpha2" +} \ No newline at end of file diff --git a/homeassistant/components/overkiz/translations/es.json b/homeassistant/components/overkiz/translations/es.json index 7b03a828718..f1702a6d703 100644 --- a/homeassistant/components/overkiz/translations/es.json +++ b/homeassistant/components/overkiz/translations/es.json @@ -10,6 +10,7 @@ "too_many_requests": "Demasiadas solicitudes, int\u00e9ntalo de nuevo m\u00e1s tarde.", "unknown": "Error inesperado" }, + "flow_title": "Puerta de enlace: {gateway_id}", "step": { "user": { "data": { diff --git a/homeassistant/components/overkiz/translations/sensor.es.json b/homeassistant/components/overkiz/translations/sensor.es.json new file mode 100644 index 00000000000..8d0c475586b --- /dev/null +++ b/homeassistant/components/overkiz/translations/sensor.es.json @@ -0,0 +1,41 @@ +{ + "state": { + "overkiz__battery": { + "full": "Completo", + "low": "Bajo", + "normal": "Normal", + "verylow": "Muy bajo" + }, + "overkiz__discrete_rssi_level": { + "good": "Bien", + "low": "Bajo", + "normal": "Normal", + "verylow": "Muy bajo" + }, + "overkiz__priority_lock_originator": { + "external_gateway": "Puerta de enlace externa", + "local_user": "Usuario local", + "lsc": "LSC", + "myself": "Yo mismo", + "rain": "Lluvia", + "saac": "SAAC", + "security": "Seguridad", + "sfc": "SFC", + "temperature": "Temperatura", + "timer": "Temporizador", + "ups": "SAI", + "user": "Usuario", + "wind": "Viento" + }, + "overkiz__sensor_defect": { + "dead": "Muerto", + "low_battery": "Bater\u00eda baja", + "maintenance_required": "Mantenimiento necesario", + "no_defect": "Ning\u00fan defecto" + }, + "overkiz__sensor_room": { + "clean": "Limpiar", + "dirty": "Sucio" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/picnic/translations/cs.json b/homeassistant/components/picnic/translations/cs.json index dc27752e935..ce11c538997 100644 --- a/homeassistant/components/picnic/translations/cs.json +++ b/homeassistant/components/picnic/translations/cs.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", diff --git a/homeassistant/components/picnic/translations/es.json b/homeassistant/components/picnic/translations/es.json index 848f72e62d6..3974c507fd4 100644 --- a/homeassistant/components/picnic/translations/es.json +++ b/homeassistant/components/picnic/translations/es.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "No se pudo conectar", + "different_account": "La cuenta debe ser la misma que se utiliz\u00f3 para configurar la integraci\u00f3n", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/picnic/translations/he.json b/homeassistant/components/picnic/translations/he.json index f668538909b..856ac220d64 100644 --- a/homeassistant/components/picnic/translations/he.json +++ b/homeassistant/components/picnic/translations/he.json @@ -1,10 +1,12 @@ { "config": { "abort": { - "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4" + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4", + "reauth_successful": "\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05d4\u05e6\u05dc\u05d9\u05d7" }, "error": { "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", + "different_account": "\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05d4\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05de\u05e9\u05de\u05e9 \u05dc\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1", "invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9", "unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4" }, diff --git a/homeassistant/components/powerwall/translations/cs.json b/homeassistant/components/powerwall/translations/cs.json index d6e5cd5904b..6f6ffccd477 100644 --- a/homeassistant/components/powerwall/translations/cs.json +++ b/homeassistant/components/powerwall/translations/cs.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" }, "error": { @@ -10,8 +11,16 @@ "unknown": "Neo\u010dek\u00e1van\u00e1 chyba", "wrong_version": "Powerwall pou\u017e\u00edv\u00e1 verzi softwaru, kter\u00e1 nen\u00ed podporov\u00e1na. Zva\u017ete upgrade nebo nahlaste probl\u00e9m, aby mohl b\u00fdt vy\u0159e\u0161en." }, - "flow_title": "Tesla Powerwall ({ip_address})", + "flow_title": "{name} ({ip_address})", "step": { + "confirm_discovery": { + "title": "P\u0159ipojen\u00ed k powerwall" + }, + "reauth_confim": { + "data": { + "password": "Heslo" + } + }, "user": { "data": { "ip_address": "IP adresa", diff --git a/homeassistant/components/remote/translations/es.json b/homeassistant/components/remote/translations/es.json index f14e786aab6..dfa90cb1cc8 100644 --- a/homeassistant/components/remote/translations/es.json +++ b/homeassistant/components/remote/translations/es.json @@ -10,6 +10,7 @@ "is_on": "{entity_name} est\u00e1 activado" }, "trigger_type": { + "changed_states": "{entity_name} activado o desactivado", "toggled": "{entity_name} activado o desactivado", "turned_off": "{entity_name} desactivado", "turned_on": "{entity_name} activado" diff --git a/homeassistant/components/sleepiq/translations/ca.json b/homeassistant/components/sleepiq/translations/ca.json new file mode 100644 index 00000000000..9c37f37a0ef --- /dev/null +++ b/homeassistant/components/sleepiq/translations/ca.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "El compte ja est\u00e0 configurat" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" + }, + "step": { + "user": { + "data": { + "password": "Contrasenya", + "username": "Nom d'usuari" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sleepiq/translations/he.json b/homeassistant/components/sleepiq/translations/he.json new file mode 100644 index 00000000000..49f37a267d0 --- /dev/null +++ b/homeassistant/components/sleepiq/translations/he.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4" + }, + "error": { + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", + "invalid_auth": "\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9" + }, + "step": { + "user": { + "data": { + "password": "\u05e1\u05d9\u05e1\u05de\u05d4", + "username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sleepiq/translations/pt-BR.json b/homeassistant/components/sleepiq/translations/pt-BR.json new file mode 100644 index 00000000000..82754ec0865 --- /dev/null +++ b/homeassistant/components/sleepiq/translations/pt-BR.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "A conta j\u00e1 est\u00e1 configurada" + }, + "error": { + "cannot_connect": "Falha ao conectar", + "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida" + }, + "step": { + "user": { + "data": { + "password": "Senha", + "username": "Nome de usu\u00e1rio" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sleepiq/translations/ru.json b/homeassistant/components/sleepiq/translations/ru.json new file mode 100644 index 00000000000..f74355cdc7d --- /dev/null +++ b/homeassistant/components/sleepiq/translations/ru.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "\u042d\u0442\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438." + }, + "step": { + "user": { + "data": { + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sleepiq/translations/zh-Hant.json b/homeassistant/components/sleepiq/translations/zh-Hant.json new file mode 100644 index 00000000000..d93bfe0fa68 --- /dev/null +++ b/homeassistant/components/sleepiq/translations/zh-Hant.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + }, + "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548" + }, + "step": { + "user": { + "data": { + "password": "\u5bc6\u78bc", + "username": "\u4f7f\u7528\u8005\u540d\u7a31" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/switch/translations/es.json b/homeassistant/components/switch/translations/es.json index 413ab93839a..95a60ab55ea 100644 --- a/homeassistant/components/switch/translations/es.json +++ b/homeassistant/components/switch/translations/es.json @@ -10,6 +10,7 @@ "is_on": "{entity_name} est\u00e1 encendida" }, "trigger_type": { + "changed_states": "{entity_name} activado o desactivado", "toggled": "{entity_name} activado o desactivado", "turned_off": "{entity_name} apagado", "turned_on": "{entity_name} encendido" diff --git a/homeassistant/components/tuya/translations/select.ru.json b/homeassistant/components/tuya/translations/select.ru.json index 4755e9f5d09..99f7f02771d 100644 --- a/homeassistant/components/tuya/translations/select.ru.json +++ b/homeassistant/components/tuya/translations/select.ru.json @@ -53,7 +53,9 @@ "level_9": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c 9" }, "tuya__humidifier_spray_mode": { - "auto": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438" + "auto": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438", + "sleep": "\u0421\u043e\u043d", + "work": "\u0420\u0430\u0431\u043e\u0442\u0430" }, "tuya__ipc_work_mode": { "0": "\u0420\u0435\u0436\u0438\u043c \u043d\u0438\u0437\u043a\u043e\u0433\u043e \u044d\u043d\u0435\u0440\u0433\u043e\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f", diff --git a/homeassistant/components/webostv/translations/es.json b/homeassistant/components/webostv/translations/es.json new file mode 100644 index 00000000000..d15f31b514c --- /dev/null +++ b/homeassistant/components/webostv/translations/es.json @@ -0,0 +1,41 @@ +{ + "config": { + "abort": { + "error_pairing": "Conectado a LG webOS TV pero no emparejado" + }, + "error": { + "cannot_connect": "No se ha podido conectar, por favor, encienda el televisor o compruebe la direcci\u00f3n IP" + }, + "flow_title": "LG webOS Smart TV", + "step": { + "pairing": { + "description": "Haz clic en enviar y acepta la solicitud de emparejamiento en tu televisor.\n\n![Image](/static/images/config_webos.png)", + "title": "Emparejamiento de webOS TV" + }, + "user": { + "description": "Encienda la televisi\u00f3n, rellene los siguientes campos y haga clic en enviar", + "title": "Conectarse a webOS TV" + } + } + }, + "device_automation": { + "trigger_type": { + "webostv.turn_on": "Se solicita el encendido del dispositivo" + } + }, + "options": { + "error": { + "cannot_retrieve": "No se puede recuperar la lista de fuentes. Aseg\u00farese de que el dispositivo est\u00e1 encendido", + "script_not_found": "Script no encontrado" + }, + "step": { + "init": { + "data": { + "sources": "Lista de fuentes" + }, + "description": "Seleccionar fuentes habilitadas", + "title": "Opciones para webOS Smart TV" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wiz/translations/cs.json b/homeassistant/components/wiz/translations/cs.json new file mode 100644 index 00000000000..0656e47c8be --- /dev/null +++ b/homeassistant/components/wiz/translations/cs.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "confirm": { + "description": "Chcete za\u010d\u00edt nastavovat?" + }, + "user": { + "data": { + "host": "IP adresa", + "name": "Jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wiz/translations/es.json b/homeassistant/components/wiz/translations/es.json new file mode 100644 index 00000000000..1e0dbb1f7dd --- /dev/null +++ b/homeassistant/components/wiz/translations/es.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "no_ip": "No es una direcci\u00f3n IP v\u00e1lida." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wiz/translations/he.json b/homeassistant/components/wiz/translations/he.json index dd091bd10eb..8d4e41401c8 100644 --- a/homeassistant/components/wiz/translations/he.json +++ b/homeassistant/components/wiz/translations/he.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4", + "cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", "no_devices_found": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05d1\u05e8\u05e9\u05ea" }, "error": { diff --git a/homeassistant/components/wiz/translations/id.json b/homeassistant/components/wiz/translations/id.json index d4b1fc92ed8..694973f8ffa 100644 --- a/homeassistant/components/wiz/translations/id.json +++ b/homeassistant/components/wiz/translations/id.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Perangkat sudah dikonfigurasi", + "cannot_connect": "Gagal terhubung", "no_devices_found": "Tidak ada perangkat yang ditemukan di jaringan" }, "error": { diff --git a/homeassistant/components/zwave_me/translations/cs.json b/homeassistant/components/zwave_me/translations/cs.json new file mode 100644 index 00000000000..f069ef7b324 --- /dev/null +++ b/homeassistant/components/zwave_me/translations/cs.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno" + }, + "step": { + "user": { + "data": { + "url": "URL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave_me/translations/es.json b/homeassistant/components/zwave_me/translations/es.json new file mode 100644 index 00000000000..f55937b4ec7 --- /dev/null +++ b/homeassistant/components/zwave_me/translations/es.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "no_valid_uuid_set": "No se ha establecido un UUID v\u00e1lido" + }, + "error": { + "no_valid_uuid_set": "No se ha establecido un UUID v\u00e1lido" + }, + "step": { + "user": { + "data": { + "token": "Token" + }, + "description": "Direcci\u00f3n IP de entrada del servidor Z-Way y token de acceso Z-Way. La direcci\u00f3n IP se puede prefijar con wss:// si se debe usar HTTPS en lugar de HTTP. Para obtener el token, vaya a la interfaz de usuario de Z-Way > Configuraci\u00f3n de > de men\u00fa > token de API de > de usuario. Se sugiere crear un nuevo usuario para Home Assistant y conceder acceso a los dispositivos que necesita controlar desde Home Assistant. Tambi\u00e9n es posible utilizar el acceso remoto a trav\u00e9s de find.z-wave.me para conectar un Z-Way remoto. Ingrese wss://find.z-wave.me en el campo IP y copie el token con alcance global (inicie sesi\u00f3n en Z-Way a trav\u00e9s de find.z-wave.me para esto)." + } + } + } +} \ No newline at end of file