diff --git a/homeassistant/components/advantage_air/translations/es-419.json b/homeassistant/components/advantage_air/translations/es-419.json index f2f9a463527..502e9e00ddb 100644 --- a/homeassistant/components/advantage_air/translations/es-419.json +++ b/homeassistant/components/advantage_air/translations/es-419.json @@ -2,6 +2,7 @@ "config": { "step": { "user": { + "description": "Con\u00e9ctese a la API de su tableta de pared Advantage Air.", "title": "Conectar" } } diff --git a/homeassistant/components/aemet/translations/es-419.json b/homeassistant/components/aemet/translations/es-419.json index 4b3db0a8833..3a02d682f34 100644 --- a/homeassistant/components/aemet/translations/es-419.json +++ b/homeassistant/components/aemet/translations/es-419.json @@ -5,8 +5,18 @@ "data": { "name": "Nombre de la integraci\u00f3n" }, + "description": "Configure la integraci\u00f3n de AEMET OpenData. Para generar la clave API vaya a https://opendata.aemet.es/centrodedescargas/altaUsuario", "title": "AEMET OpenData" } } + }, + "options": { + "step": { + "init": { + "data": { + "station_updates": "Recopile datos de las estaciones meteorol\u00f3gicas de AEMET" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/airvisual/translations/es-419.json b/homeassistant/components/airvisual/translations/es-419.json index b0022391e62..6e26be959f9 100644 --- a/homeassistant/components/airvisual/translations/es-419.json +++ b/homeassistant/components/airvisual/translations/es-419.json @@ -13,6 +13,15 @@ "description": "Utilice la API en la nube de AirVisual para monitorear una latitud / longitud.", "title": "Configurar una geograf\u00eda" }, + "geography_by_name": { + "data": { + "city": "Ciudad", + "country": "Pa\u00eds", + "state": "estado" + }, + "description": "Utilice la API en la nube de AirVisual para monitorear una ciudad/estado/pa\u00eds.", + "title": "Configurar una geograf\u00eda" + }, "node_pro": { "data": { "ip_address": "Direcci\u00f3n IP/nombre de host de la unidad", @@ -21,6 +30,9 @@ "description": "Monitoree una unidad AirVisual personal. La contrase\u00f1a se puede recuperar de la interfaz de usuario de la unidad.", "title": "Configurar un AirVisual Node/Pro" }, + "reauth_confirm": { + "title": "Vuelva a autenticar AirVisual" + }, "user": { "description": "Monitoree la calidad del aire en una ubicaci\u00f3n geogr\u00e1fica.", "title": "Configurar AirVisual" diff --git a/homeassistant/components/airvisual/translations/sensor.es-419.json b/homeassistant/components/airvisual/translations/sensor.es-419.json new file mode 100644 index 00000000000..7af0e1465aa --- /dev/null +++ b/homeassistant/components/airvisual/translations/sensor.es-419.json @@ -0,0 +1,20 @@ +{ + "state": { + "airvisual__pollutant_label": { + "co": "Mon\u00f3xido de carbono", + "n2": "Dioxido de nitrogeno", + "o3": "Ozono", + "p1": "PM10", + "p2": "PM2.5", + "s2": "Di\u00f3xido de azufre" + }, + "airvisual__pollutant_level": { + "good": "Bueno", + "hazardous": "Peligroso", + "moderate": "Moderado", + "unhealthy": "Insalubre", + "unhealthy_sensitive": "Insalubre para grupos sensibles", + "very_unhealthy": "Muy insalubre" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/alarm_control_panel/translations/cs.json b/homeassistant/components/alarm_control_panel/translations/cs.json index 66786dfc0e2..7a831a2e2e6 100644 --- a/homeassistant/components/alarm_control_panel/translations/cs.json +++ b/homeassistant/components/alarm_control_panel/translations/cs.json @@ -4,6 +4,7 @@ "arm_away": "Aktivovat {entity_name} v re\u017eimu nep\u0159\u00edtomnost", "arm_home": "Aktivovat {entity_name} v re\u017eimu domov", "arm_night": "Aktivovat {entity_name} v no\u010dn\u00edm re\u017eimu", + "arm_vacation": "Aktivovat {entity_name} v re\u017eimu dovolen\u00e1", "disarm": "Odbezpe\u010dit {entity_name}", "trigger": "Spustit {entity_name}" }, @@ -11,6 +12,7 @@ "is_armed_away": "{entity_name} je v re\u017eimu nep\u0159\u00edtomnost", "is_armed_home": "{entity_name} je v re\u017eimu domov", "is_armed_night": "{entity_name} je v no\u010dn\u00edm re\u017eimu", + "is_armed_vacation": "{entity_name} je v re\u017eimu dovolen\u00e1", "is_disarmed": "{entity_name} nen\u00ed zabezpe\u010den", "is_triggered": "{entity_name} je spu\u0161t\u011bn" }, @@ -18,6 +20,7 @@ "armed_away": "{entity_name} v re\u017eimu nep\u0159\u00edtomnost", "armed_home": "{entity_name} v re\u017eimu domov", "armed_night": "{entity_name} v no\u010dn\u00edm re\u017eimu", + "armed_vacation": "{entity_name} v re\u017eimu dovolen\u00e1", "disarmed": "{entity_name} nezabezpe\u010den", "triggered": "{entity_name} spu\u0161t\u011bn" } @@ -29,6 +32,7 @@ "armed_custom_bypass": "Zabezpe\u010deno u\u017eivatelsk\u00fdm obejit\u00edm", "armed_home": "Re\u017eim domov", "armed_night": "No\u010dn\u00ed re\u017eim", + "armed_vacation": "V re\u017eimu dovolen\u00e1", "arming": "Zabezpe\u010dov\u00e1n\u00ed", "disarmed": "Nezabezpe\u010deno", "disarming": "Odbezpe\u010dov\u00e1n\u00ed", diff --git a/homeassistant/components/alarmdecoder/translations/es-419.json b/homeassistant/components/alarmdecoder/translations/es-419.json index 2152084ea56..c4cfbdf82ef 100644 --- a/homeassistant/components/alarmdecoder/translations/es-419.json +++ b/homeassistant/components/alarmdecoder/translations/es-419.json @@ -20,6 +20,10 @@ } }, "options": { + "error": { + "int": "El campo siguiente debe ser un n\u00famero entero.", + "loop_range": "El bucle de RF debe ser un n\u00famero entero entre 1 y 4." + }, "step": { "arm_settings": { "data": { @@ -30,6 +34,17 @@ "data": { "edit_select": "Editar" } + }, + "zone_details": { + "data": { + "zone_name": "Nombre de zona", + "zone_rfid": "Serie RF" + } + }, + "zone_select": { + "data": { + "zone_number": "N\u00famero de zona" + } } } } diff --git a/homeassistant/components/ambee/translations/es-419.json b/homeassistant/components/ambee/translations/es-419.json new file mode 100644 index 00000000000..dee7d514b48 --- /dev/null +++ b/homeassistant/components/ambee/translations/es-419.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "data": { + "description": "Vuelva a autenticarse con su cuenta de Ambee." + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ambee/translations/sensor.es-419.json b/homeassistant/components/ambee/translations/sensor.es-419.json new file mode 100644 index 00000000000..a676ca7aa5e --- /dev/null +++ b/homeassistant/components/ambee/translations/sensor.es-419.json @@ -0,0 +1,10 @@ +{ + "state": { + "ambee__risk": { + "high": "Alto", + "low": "Bajo", + "moderate": "Moderado", + "very high": "Muy alto" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/apple_tv/translations/es-419.json b/homeassistant/components/apple_tv/translations/es-419.json new file mode 100644 index 00000000000..75e6fb43ff2 --- /dev/null +++ b/homeassistant/components/apple_tv/translations/es-419.json @@ -0,0 +1,52 @@ +{ + "config": { + "abort": { + "backoff": "El dispositivo no acepta solicitudes de emparejamiento en este momento (es posible que haya ingresado un c\u00f3digo PIN no v\u00e1lido demasiadas veces), vuelva a intentarlo m\u00e1s tarde.", + "device_did_not_pair": "No se intent\u00f3 finalizar el proceso de emparejamiento desde el dispositivo.", + "invalid_config": "La configuraci\u00f3n de este dispositivo est\u00e1 incompleta. Intente agregarlo nuevamente." + }, + "error": { + "no_usable_service": "Se encontr\u00f3 un dispositivo, pero no se pudo identificar ninguna forma de establecer una conexi\u00f3n con \u00e9l. Si sigue viendo este mensaje, intente especificar su direcci\u00f3n IP o reinicie su Apple TV." + }, + "step": { + "confirm": { + "description": "Est\u00e1 a punto de agregar el Apple TV llamado `{name} ` a Home Assistant. \n\n** Para completar el proceso, es posible que deba ingresar varios c\u00f3digos PIN. ** \n\nTenga en cuenta que *no* podr\u00e1 apagar su Apple TV con esta integraci\u00f3n. \u00a1Solo se apagar\u00e1 el reproductor multimedia en Home Assistant!", + "title": "Confirma la adici\u00f3n de Apple TV" + }, + "pair_no_pin": { + "description": "El emparejamiento es necesario para el servicio `{protocol}`. Ingresa el PIN {pin} en tu Apple TV para continuar.", + "title": "Emparejamiento" + }, + "pair_with_pin": { + "description": "El emparejamiento es necesario para el `{protocol}`. Ingrese el c\u00f3digo PIN que se muestra en la pantalla. Se omitir\u00e1n los ceros iniciales, es decir, introduzca 123 si el c\u00f3digo que se muestra es 0123.", + "title": "Emparejamiento" + }, + "reconfigure": { + "description": "Este Apple TV est\u00e1 experimentando algunas dificultades de conexi\u00f3n y debe reconfigurarse.", + "title": "Reconfiguraci\u00f3n del dispositivo" + }, + "service_problem": { + "description": "Ocurri\u00f3 un problema al emparejar el protocolo \" {protocol} \". Ser\u00e1 ignorado.", + "title": "No se pudo agregar el servicio" + }, + "user": { + "data": { + "device_input": "Dispositivo" + }, + "description": "Comience ingresando el nombre del dispositivo (por ejemplo, cocina o dormitorio) o la direcci\u00f3n IP del Apple TV que desea agregar. Si se encontraron dispositivos autom\u00e1ticamente en su red, se muestran a continuaci\u00f3n. \n\nSi no puede ver su dispositivo o experimenta alg\u00fan problema, intente especificar la direcci\u00f3n IP del dispositivo. \n\n{devices}", + "title": "Configurar un nuevo Apple TV" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "start_off": "No encienda el dispositivo al iniciar Home Assistant" + }, + "description": "Configurar los ajustes generales del dispositivo" + } + } + }, + "title": "Apple TV" +} \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/es-419.json b/homeassistant/components/arcam_fmj/translations/es-419.json new file mode 100644 index 00000000000..a69b353354b --- /dev/null +++ b/homeassistant/components/arcam_fmj/translations/es-419.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "confirm": { + "description": "\u00bfDesea agregar Arcam FMJ en `{host}` a Home Assistant?" + }, + "user": { + "description": "Ingrese el nombre de host o la direcci\u00f3n IP del dispositivo." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/asuswrt/translations/es-419.json b/homeassistant/components/asuswrt/translations/es-419.json new file mode 100644 index 00000000000..1c6b80588cd --- /dev/null +++ b/homeassistant/components/asuswrt/translations/es-419.json @@ -0,0 +1,33 @@ +{ + "config": { + "error": { + "pwd_and_ssh": "Solo proporcione la contrase\u00f1a o el archivo de clave SSH", + "pwd_or_ssh": "Proporcione la contrase\u00f1a o el archivo de clave SSH", + "ssh_not_file": "No se encontr\u00f3 el archivo de clave SSH" + }, + "step": { + "user": { + "data": { + "protocol": "Protocolo de comunicaci\u00f3n a utilizar", + "ssh_key": "Ruta a su archivo de clave SSH (en lugar de contrase\u00f1a)" + }, + "description": "Establezca el par\u00e1metro requerido para conectarse a su enrutador", + "title": "AsusWRT" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "consider_home": "Segundos de espera antes de considerar un dispositivo ausente", + "dnsmasq": "La ubicaci\u00f3n en el enrutador de los archivos dnsmasq.leases", + "interface": "La interfaz de la que desea obtener estad\u00edsticas (por ejemplo, eth0, eth1, etc.)", + "require_ip": "Los dispositivos deben tener IP (para el modo de punto de acceso)", + "track_unknown": "Seguimiento de dispositivos desconocidos / sin nombre" + }, + "title": "Opciones de AsusWRT" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/atag/translations/es-419.json b/homeassistant/components/atag/translations/es-419.json index 92e7fae8703..358bc754c97 100644 --- a/homeassistant/components/atag/translations/es-419.json +++ b/homeassistant/components/atag/translations/es-419.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Solo se puede agregar un dispositivo Atag a Home Assistant" }, + "error": { + "unauthorized": "Emparejamiento denegado, verifique el dispositivo para obtener una solicitud de autenticaci\u00f3n" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/awair/translations/es-419.json b/homeassistant/components/awair/translations/es-419.json new file mode 100644 index 00000000000..f487cd397c4 --- /dev/null +++ b/homeassistant/components/awair/translations/es-419.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "reauth": { + "description": "Vuelva a ingresar su token de acceso de desarrollador de Awair." + }, + "user": { + "description": "Debe registrarse para obtener un token de acceso de desarrollador de Awair en: https://developer.getawair.com/onboard/login" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/axis/translations/es-419.json b/homeassistant/components/axis/translations/es-419.json index 0e1c1e99b36..39d216dd475 100644 --- a/homeassistant/components/axis/translations/es-419.json +++ b/homeassistant/components/axis/translations/es-419.json @@ -21,5 +21,15 @@ "title": "Configurar dispositivo Axis" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "Seleccionar perfil de transmisi\u00f3n para usar" + }, + "title": "Opciones de transmisi\u00f3n de video del dispositivo Axis" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/azure_devops/translations/es-419.json b/homeassistant/components/azure_devops/translations/es-419.json new file mode 100644 index 00000000000..7ac7d2a930d --- /dev/null +++ b/homeassistant/components/azure_devops/translations/es-419.json @@ -0,0 +1,23 @@ +{ + "config": { + "error": { + "project_error": "No se pudo obtener la informaci\u00f3n del proyecto." + }, + "flow_title": "{project_url}", + "step": { + "reauth": { + "data": { + "personal_access_token": "Token de acceso personal (PAT)" + }, + "description": "Error de autenticaci\u00f3n para {project_url}. Ingrese sus credenciales actuales.", + "title": "Reautenticaci\u00f3n" + }, + "user": { + "data": { + "organization": "Organizaci\u00f3n", + "personal_access_token": "Token de acceso personal (PAT)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/es-419.json b/homeassistant/components/binary_sensor/translations/es-419.json index d8cc4219097..dad07f9b771 100644 --- a/homeassistant/components/binary_sensor/translations/es-419.json +++ b/homeassistant/components/binary_sensor/translations/es-419.json @@ -98,6 +98,10 @@ "off": "Normal", "on": "Baja" }, + "battery_charging": { + "off": "No esta cargando", + "on": "Cargando" + }, "cold": { "off": "Normal", "on": "Fr\u00edo" @@ -122,6 +126,10 @@ "off": "Normal", "on": "Caliente" }, + "light": { + "off": "Sin luz", + "on": "Luz detectada" + }, "lock": { "off": "Bloqueado", "on": "Desbloqueado" @@ -134,6 +142,10 @@ "off": "Despejado", "on": "Detectado" }, + "moving": { + "off": "Sin movimiento", + "on": "Movimiento" + }, "occupancy": { "off": "Despejado", "on": "Detectado" @@ -142,6 +154,10 @@ "off": "Cerrado", "on": "Abierto" }, + "plug": { + "off": "Desenchufado", + "on": "Enchufado" + }, "presence": { "off": "Fuera de casa", "on": "En Casa" diff --git a/homeassistant/components/blebox/translations/es-419.json b/homeassistant/components/blebox/translations/es-419.json index eb0545e4fa4..89bafe049f2 100644 --- a/homeassistant/components/blebox/translations/es-419.json +++ b/homeassistant/components/blebox/translations/es-419.json @@ -16,7 +16,8 @@ "host": "Direcci\u00f3n IP", "port": "Puerto" }, - "description": "Configure su BleBox para integrarse con Home Assistant." + "description": "Configure su BleBox para integrarse con Home Assistant.", + "title": "Configure su dispositivo BleBox" } } } diff --git a/homeassistant/components/blink/translations/es-419.json b/homeassistant/components/blink/translations/es-419.json new file mode 100644 index 00000000000..d44527dd7ca --- /dev/null +++ b/homeassistant/components/blink/translations/es-419.json @@ -0,0 +1,27 @@ +{ + "config": { + "step": { + "2fa": { + "data": { + "2fa": "C\u00f3digo de dos factores" + }, + "description": "Ingrese el PIN enviado a su correo electr\u00f3nico", + "title": "Autenticaci\u00f3n de dos factores" + }, + "user": { + "title": "Iniciar sesi\u00f3n con cuenta Blink" + } + } + }, + "options": { + "step": { + "simple_options": { + "data": { + "scan_interval": "Intervalo de escaneo (segundos)" + }, + "description": "Configurar la integraci\u00f3n de Blink", + "title": "Opciones de Blink" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bmw_connected_drive/translations/es-419.json b/homeassistant/components/bmw_connected_drive/translations/es-419.json new file mode 100644 index 00000000000..0bce46abd97 --- /dev/null +++ b/homeassistant/components/bmw_connected_drive/translations/es-419.json @@ -0,0 +1,20 @@ +{ + "config": { + "step": { + "user": { + "data": { + "region": "Regi\u00f3n de ConnectedDrive" + } + } + } + }, + "options": { + "step": { + "account_options": { + "data": { + "read_only": "Solo lectura (solo sensores y notificaci\u00f3n, sin ejecuci\u00f3n de servicios, sin bloqueo)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bosch_shc/translations/es-419.json b/homeassistant/components/bosch_shc/translations/es-419.json new file mode 100644 index 00000000000..fdb8903a318 --- /dev/null +++ b/homeassistant/components/bosch_shc/translations/es-419.json @@ -0,0 +1,22 @@ +{ + "config": { + "step": { + "confirm_discovery": { + "description": "Presione el bot\u00f3n frontal del Controlador de Hogar Inteligente de Bosch hasta que el LED comience a parpadear.\n\u00bfListo para continuar configurando {model} @ {host} con Home Assistant?" + }, + "credentials": { + "data": { + "password": "Contrase\u00f1a del controlador Smart Home" + } + }, + "reauth_confirm": { + "description": "La integraci\u00f3n bosch_shc necesita volver a autenticar su cuenta" + }, + "user": { + "description": "Configure su controlador de hogar inteligente de Bosch para permitir la supervisi\u00f3n y el control con Home Assistant.", + "title": "Par\u00e1metros de autenticaci\u00f3n SHC" + } + } + }, + "title": "Bosch SHC" +} \ No newline at end of file diff --git a/homeassistant/components/braviatv/translations/es-419.json b/homeassistant/components/braviatv/translations/es-419.json index 6a2a0da982e..319eff13b98 100644 --- a/homeassistant/components/braviatv/translations/es-419.json +++ b/homeassistant/components/braviatv/translations/es-419.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Esta televisi\u00f3n ya est\u00e1 configurada." + "already_configured": "Esta televisi\u00f3n ya est\u00e1 configurada.", + "no_ip_control": "El control de IP est\u00e1 desactivado en su televisor o el televisor no es compatible." }, "error": { "cannot_connect": "No se pudo conectar, host inv\u00e1lido o c\u00f3digo PIN.", diff --git a/homeassistant/components/broadlink/translations/es-419.json b/homeassistant/components/broadlink/translations/es-419.json new file mode 100644 index 00000000000..9c3129a2c6c --- /dev/null +++ b/homeassistant/components/broadlink/translations/es-419.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "not_supported": "Dispositivo no compatible" + }, + "flow_title": "{name} ({model} en {host})", + "step": { + "auth": { + "title": "Autenticarse en el dispositivo" + }, + "finish": { + "title": "Elija un nombre para el dispositivo" + }, + "reset": { + "description": "{name} ({model} en {host}) est\u00e1 bloqueado. Debe desbloquear el dispositivo para autenticarse y completar la configuraci\u00f3n. Instrucciones:\n 1. Abra la aplicaci\u00f3n Broadlink.\n 2. Haga clic en el dispositivo.\n 3. Haga clic en `...` en la esquina superior derecha.\n 4. Despl\u00e1cese hasta el final de la p\u00e1gina.\n 5. Desactive el bloqueo.", + "title": "Desbloquear el dispositivo" + }, + "unlock": { + "data": { + "unlock": "S\u00ed, hazlo." + }, + "description": "{name} ({model} en {host}) est\u00e1 bloqueado. Esto puede provocar problemas de autenticaci\u00f3n en Home Assistant. \u00bfQuieres desbloquearlo?", + "title": "Desbloquear el dispositivo (opcional)" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/canary/translations/es-419.json b/homeassistant/components/canary/translations/es-419.json new file mode 100644 index 00000000000..8ce6a8fb855 --- /dev/null +++ b/homeassistant/components/canary/translations/es-419.json @@ -0,0 +1,19 @@ +{ + "config": { + "step": { + "user": { + "title": "Conectarse a Canary" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "ffmpeg_arguments": "Argumentos pasados a ffmpeg para c\u00e1maras", + "timeout": "Solicitar tiempo de espera (segundos)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cast/translations/es-419.json b/homeassistant/components/cast/translations/es-419.json index fd893b9680f..ffcc09b23ca 100644 --- a/homeassistant/components/cast/translations/es-419.json +++ b/homeassistant/components/cast/translations/es-419.json @@ -3,10 +3,42 @@ "abort": { "single_instance_allowed": "S\u00f3lo es necesaria una \u00fanica configuraci\u00f3n de Google Cast." }, + "error": { + "invalid_known_hosts": "Los hosts conocidos deben ser una lista de hosts separados por comas." + }, "step": { + "config": { + "data": { + "known_hosts": "Hosts conocidos" + }, + "description": "Hosts conocidos: una lista separada por comas de nombres de host o direcciones IP de dispositivos de transmisi\u00f3n, que se utiliza si el descubrimiento de mDNS no funciona.", + "title": "Configuraci\u00f3n de Google Cast" + }, "confirm": { "description": "\u00bfDesea configurar Google Cast?" } } + }, + "options": { + "error": { + "invalid_known_hosts": "Los hosts conocidos deben ser una lista de hosts separados por comas." + }, + "step": { + "advanced_options": { + "data": { + "ignore_cec": "Ignorar CEC", + "uuid": "UUID permitidos" + }, + "description": "UUID permitidos: una lista separada por comas de UUID de dispositivos de transmisi\u00f3n para agregar a Home Assistant. \u00daselo solo si no desea agregar todos los dispositivos de transmisi\u00f3n disponibles.\nIgnorar CEC: una lista separada por comas de Chromecasts que debe ignorar los datos de CEC para determinar la entrada activa. Esto se pasar\u00e1 a pychromecast.IGNORE_CEC.", + "title": "Configuraci\u00f3n avanzada de Google Cast" + }, + "basic_options": { + "data": { + "known_hosts": "Hosts conocidos" + }, + "description": "Hosts conocidos: una lista separada por comas de nombres de host o direcciones IP de dispositivos de transmisi\u00f3n, que se utiliza si el descubrimiento de mDNS no funciona.", + "title": "Configuraci\u00f3n de Google Cast" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/climacell/translations/es-419.json b/homeassistant/components/climacell/translations/es-419.json new file mode 100644 index 00000000000..deb60db2004 --- /dev/null +++ b/homeassistant/components/climacell/translations/es-419.json @@ -0,0 +1,24 @@ +{ + "config": { + "error": { + "rate_limited": "Actualmente la tarifa est\u00e1 limitada. Vuelve a intentarlo m\u00e1s tarde." + }, + "step": { + "user": { + "data": { + "api_version": "Versi\u00f3n de la API" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "timestep": "Min. entre pron\u00f3sticos de NowCast" + }, + "description": "Si elige habilitar la entidad de pron\u00f3stico \"nowcast\", puede configurar el n\u00famero de minutos entre cada pron\u00f3stico. El n\u00famero de pron\u00f3sticos proporcionados depende del n\u00famero de minutos elegidos entre los pron\u00f3sticos." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cloud/translations/pl.json b/homeassistant/components/cloud/translations/pl.json index 1df32a14d8e..30aaeeb77d1 100644 --- a/homeassistant/components/cloud/translations/pl.json +++ b/homeassistant/components/cloud/translations/pl.json @@ -4,7 +4,7 @@ "alexa_enabled": "Alexa w\u0142\u0105czona", "can_reach_cert_server": "Dost\u0119p do serwera certyfikat\u00f3w", "can_reach_cloud": "Dost\u0119p do chmury Home Assistant", - "can_reach_cloud_auth": "Dost\u0119p do serwera certyfikat\u00f3w", + "can_reach_cloud_auth": "Dost\u0119p do serwera uwierzytelniania", "google_enabled": "Asystent Google w\u0142\u0105czony", "logged_in": "Zalogowany", "relayer_connected": "Relayer pod\u0142\u0105czony", diff --git a/homeassistant/components/cloudflare/translations/es-419.json b/homeassistant/components/cloudflare/translations/es-419.json new file mode 100644 index 00000000000..03b49267d12 --- /dev/null +++ b/homeassistant/components/cloudflare/translations/es-419.json @@ -0,0 +1,27 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "data": { + "description": "Vuelva a autenticarse con su cuenta de Cloudflare." + } + }, + "records": { + "data": { + "records": "Registros" + }, + "title": "Elegir los registros que desea actualizar" + }, + "user": { + "description": "Esta integraci\u00f3n requiere un token de API creado con Zone: Zone: Read y Zone: DNS: Edit permisos para todas las zonas de su cuenta.", + "title": "Conectarse a Cloudflare" + }, + "zone": { + "data": { + "zone": "Zona" + }, + "title": "Elija la zona para actualizar" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/co2signal/translations/es-419.json b/homeassistant/components/co2signal/translations/es-419.json new file mode 100644 index 00000000000..023c867ee9b --- /dev/null +++ b/homeassistant/components/co2signal/translations/es-419.json @@ -0,0 +1,16 @@ +{ + "config": { + "step": { + "country": { + "data": { + "country_code": "C\u00f3digo de pa\u00eds" + } + }, + "user": { + "data": { + "location": "Obtener datos para" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/coinbase/translations/es-419.json b/homeassistant/components/coinbase/translations/es-419.json new file mode 100644 index 00000000000..12acea8a7df --- /dev/null +++ b/homeassistant/components/coinbase/translations/es-419.json @@ -0,0 +1,14 @@ +{ + "config": { + "step": { + "user": { + "data": { + "api_token": "Secreto de la API", + "exchange_rates": "Tipos de cambio" + }, + "description": "Ingrese los detalles de su clave API proporcionada por Coinbase.", + "title": "Detalles clave de la API de Coinbase" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/coolmaster/translations/es-419.json b/homeassistant/components/coolmaster/translations/es-419.json index 9073238aa91..0c41a0dbfe5 100644 --- a/homeassistant/components/coolmaster/translations/es-419.json +++ b/homeassistant/components/coolmaster/translations/es-419.json @@ -6,6 +6,11 @@ "step": { "user": { "data": { + "cool": "Soporta el modo de enfriamiento", + "dry": "Soporta el modo seco", + "fan_only": "Soporta el modo solo ventilador", + "heat": "Soporta el modo de calor", + "heat_cool": "Soporta el modo autom\u00e1tico de calor/fr\u00edo", "host": "Host", "off": "Puede ser apagado" }, diff --git a/homeassistant/components/cover/translations/es-419.json b/homeassistant/components/cover/translations/es-419.json index c6f9f7db7dd..d2a1aebaa1d 100644 --- a/homeassistant/components/cover/translations/es-419.json +++ b/homeassistant/components/cover/translations/es-419.json @@ -6,7 +6,8 @@ "open": "Abrir {entity_name}", "open_tilt": "Abrir la inclinaci\u00f3n de {entity_name}", "set_position": "Establecer la posici\u00f3n de {entity_name}", - "set_tilt_position": "Establecer la posici\u00f3n de inclinaci\u00f3n {entity_name}" + "set_tilt_position": "Establecer la posici\u00f3n de inclinaci\u00f3n {entity_name}", + "stop": "Detener {entity_name}" }, "condition_type": { "is_closed": "{entity_name} est\u00e1 cerrado", diff --git a/homeassistant/components/deconz/translations/es-419.json b/homeassistant/components/deconz/translations/es-419.json index e439d1da949..ceb0ca39d2c 100644 --- a/homeassistant/components/deconz/translations/es-419.json +++ b/homeassistant/components/deconz/translations/es-419.json @@ -4,6 +4,7 @@ "already_configured": "El Bridge ya est\u00e1 configurado", "already_in_progress": "El flujo de configuraci\u00f3n para el puente ya est\u00e1 en progreso.", "no_bridges": "No se descubrieron puentes deCONZ", + "no_hardware_available": "No hay hardware de radio conectado a deCONZ", "not_deconz_bridge": "No es un puente deCONZ", "updated_instance": "Instancia deCONZ actualizada con nueva direcci\u00f3n de host" }, @@ -41,6 +42,10 @@ "button_2": "Segundo bot\u00f3n", "button_3": "Tercer bot\u00f3n", "button_4": "Cuarto bot\u00f3n", + "button_5": "Quinto bot\u00f3n", + "button_6": "Sexto bot\u00f3n", + "button_7": "S\u00e9ptimo bot\u00f3n", + "button_8": "Octavo bot\u00f3n", "close": "Cerrar", "dim_down": "Bajar la intensidad", "dim_up": "Aumentar intensidad", @@ -65,6 +70,7 @@ "remote_button_quadruple_press": "El bot\u00f3n \"{subtype}\" ha sido pulsado 4 veces", "remote_button_quintuple_press": "El bot\u00f3n \"{subtype}\" ha sido pulsado 5 veces", "remote_button_rotated": "Bot\u00f3n girado \"{subtype}\"", + "remote_button_rotated_fast": "Bot\u00f3n girado r\u00e1pidamente \"{subtype}\"", "remote_button_rotation_stopped": "Se detuvo la rotaci\u00f3n del bot\u00f3n \"{subtype}\"", "remote_button_short_press": "Se presion\u00f3 el bot\u00f3n \"{subtype}\"", "remote_button_short_release": "Se solt\u00f3 el bot\u00f3n \"{subtype}\"", @@ -92,7 +98,8 @@ "deconz_devices": { "data": { "allow_clip_sensor": "Permitir sensores deCONZ CLIP", - "allow_deconz_groups": "Permitir grupos de luz deCONZ" + "allow_deconz_groups": "Permitir grupos de luz deCONZ", + "allow_new_devices": "Permitir la adici\u00f3n autom\u00e1tica de nuevos dispositivos" }, "description": "Configurar la visibilidad de los tipos de dispositivos deCONZ", "title": "Opciones de deCONZ" diff --git a/homeassistant/components/demo/translations/es-419.json b/homeassistant/components/demo/translations/es-419.json index 8057621520a..d7c6160bc30 100644 --- a/homeassistant/components/demo/translations/es-419.json +++ b/homeassistant/components/demo/translations/es-419.json @@ -4,6 +4,7 @@ "options_1": { "data": { "bool": "Booleano opcional", + "constant": "Constante", "int": "Entrada num\u00e9rica" } }, diff --git a/homeassistant/components/demo/translations/select.es-419.json b/homeassistant/components/demo/translations/select.es-419.json new file mode 100644 index 00000000000..bc66e11847a --- /dev/null +++ b/homeassistant/components/demo/translations/select.es-419.json @@ -0,0 +1,8 @@ +{ + "state": { + "demo__speed": { + "light_speed": "Velocidad de la luz", + "ridiculous_speed": "Velocidad rid\u00edcula" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/denonavr/translations/es-419.json b/homeassistant/components/denonavr/translations/es-419.json new file mode 100644 index 00000000000..c506f9f6aac --- /dev/null +++ b/homeassistant/components/denonavr/translations/es-419.json @@ -0,0 +1,15 @@ +{ + "options": { + "step": { + "init": { + "data": { + "update_audyssey": "Actualizar la configuraci\u00f3n de Audyssey", + "zone2": "Configurar Zona 2", + "zone3": "Configurar Zona 3" + }, + "description": "Especificar configuraciones opcionales", + "title": "Receptores de red Denon AVR" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/device_tracker/translations/es-419.json b/homeassistant/components/device_tracker/translations/es-419.json index 8a8b7197dcb..26b8877d4ce 100644 --- a/homeassistant/components/device_tracker/translations/es-419.json +++ b/homeassistant/components/device_tracker/translations/es-419.json @@ -3,6 +3,10 @@ "condition_type": { "is_home": "{entity_name} est\u00e1 en casa", "is_not_home": "{entity_name} no est\u00e1 en casa" + }, + "trigger_type": { + "enters": "{entity_name} ingresa a una zona", + "leaves": "{entity_name} abandona una zona" } }, "state": { diff --git a/homeassistant/components/devolo_home_control/translations/es-419.json b/homeassistant/components/devolo_home_control/translations/es-419.json new file mode 100644 index 00000000000..b9e484949df --- /dev/null +++ b/homeassistant/components/devolo_home_control/translations/es-419.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "reauth_failed": "Utilice el mismo usuario mydevolo que antes." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dexcom/translations/es-419.json b/homeassistant/components/dexcom/translations/es-419.json new file mode 100644 index 00000000000..a2d55e2b462 --- /dev/null +++ b/homeassistant/components/dexcom/translations/es-419.json @@ -0,0 +1,22 @@ +{ + "config": { + "step": { + "user": { + "data": { + "server": "Servidor" + }, + "description": "Ingrese las credenciales de Dexcom Share", + "title": "Configurar la integraci\u00f3n de Dexcom" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "unit_of_measurement": "Unidad de medida" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dsmr/translations/es-419.json b/homeassistant/components/dsmr/translations/es-419.json new file mode 100644 index 00000000000..82e9427b171 --- /dev/null +++ b/homeassistant/components/dsmr/translations/es-419.json @@ -0,0 +1,28 @@ +{ + "config": { + "step": { + "setup_serial": { + "title": "Dispositivo" + }, + "setup_serial_manual_path": { + "title": "Ruta" + }, + "user": { + "data": { + "type": "Tipo de conecci\u00f3n" + }, + "title": "Seleccione el tipo de conexi\u00f3n" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "time_between_update": "Tiempo m\u00ednimo entre actualizaciones de entidad [s]" + }, + "title": "Opciones DSMR" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/es-419.json b/homeassistant/components/dunehd/translations/es-419.json new file mode 100644 index 00000000000..5ad7a6640b4 --- /dev/null +++ b/homeassistant/components/dunehd/translations/es-419.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "user": { + "description": "Configure la integraci\u00f3n de Dune HD. Si tiene problemas con la configuraci\u00f3n, vaya a: https://www.home-assistant.io/integrations/dunehd \n\n Aseg\u00farese de que su reproductor est\u00e9 encendido.", + "title": "Dune HD" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/eafm/translations/es-419.json b/homeassistant/components/eafm/translations/es-419.json new file mode 100644 index 00000000000..52757f0a1d5 --- /dev/null +++ b/homeassistant/components/eafm/translations/es-419.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "no_stations": "No se encontraron estaciones de monitoreo de inundaciones." + }, + "step": { + "user": { + "data": { + "station": "Estaci\u00f3n" + }, + "description": "Seleccione la estaci\u00f3n que desea monitorear", + "title": "Seguimiento de una estaci\u00f3n de monitoreo de inundaciones" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/econet/translations/es-419.json b/homeassistant/components/econet/translations/es-419.json new file mode 100644 index 00000000000..f019a47ae4a --- /dev/null +++ b/homeassistant/components/econet/translations/es-419.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "user": { + "title": "Configurar cuenta Rheem EcoNet" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/energy/translations/es-419.json b/homeassistant/components/energy/translations/es-419.json new file mode 100644 index 00000000000..64c2f5bffa1 --- /dev/null +++ b/homeassistant/components/energy/translations/es-419.json @@ -0,0 +1,3 @@ +{ + "title": "Energ\u00eda" +} \ No newline at end of file diff --git a/homeassistant/components/enocean/translations/es-419.json b/homeassistant/components/enocean/translations/es-419.json new file mode 100644 index 00000000000..a0eaca491b2 --- /dev/null +++ b/homeassistant/components/enocean/translations/es-419.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "invalid_dongle_path": "Ruta de dongle no v\u00e1lida" + }, + "error": { + "invalid_dongle_path": "No se encontr\u00f3 ning\u00fan dongle v\u00e1lido para esta ruta" + }, + "step": { + "detect": { + "data": { + "path": "Ruta de dongle USB" + }, + "title": "Seleccione la ruta a su ENOcean dongle" + }, + "manual": { + "data": { + "path": "Ruta de dongle USB" + }, + "title": "Ingrese la ruta a su ENOcean dongle" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/enphase_envoy/translations/es-419.json b/homeassistant/components/enphase_envoy/translations/es-419.json new file mode 100644 index 00000000000..3dd80c3f60b --- /dev/null +++ b/homeassistant/components/enphase_envoy/translations/es-419.json @@ -0,0 +1,5 @@ +{ + "config": { + "flow_title": "{serial} ({host})" + } +} \ No newline at end of file diff --git a/homeassistant/components/epson/translations/es-419.json b/homeassistant/components/epson/translations/es-419.json new file mode 100644 index 00000000000..230dada00f7 --- /dev/null +++ b/homeassistant/components/epson/translations/es-419.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "powered_off": "\u00bfEst\u00e1 encendido el proyector? Debe encender el proyector para la configuraci\u00f3n inicial." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ezviz/translations/es-419.json b/homeassistant/components/ezviz/translations/es-419.json new file mode 100644 index 00000000000..376cb65c383 --- /dev/null +++ b/homeassistant/components/ezviz/translations/es-419.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "ezviz_cloud_account_missing": "Falta la cuenta en la nube de Ezviz. Vuelva a configurar la cuenta en la nube de Ezviz" + }, + "flow_title": "{serial}" + } +} \ No newline at end of file diff --git a/homeassistant/components/faa_delays/translations/es-419.json b/homeassistant/components/faa_delays/translations/es-419.json new file mode 100644 index 00000000000..838f7af274d --- /dev/null +++ b/homeassistant/components/faa_delays/translations/es-419.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Este aeropuerto ya est\u00e1 configurado." + }, + "error": { + "invalid_airport": "El c\u00f3digo del aeropuerto no es v\u00e1lido" + }, + "step": { + "user": { + "data": { + "id": "Aeropuerto" + }, + "description": "Ingrese un c\u00f3digo de aeropuerto de EE. UU. en formato IATA", + "title": "Retrasos de la FAA" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fireservicerota/translations/es-419.json b/homeassistant/components/fireservicerota/translations/es-419.json new file mode 100644 index 00000000000..cf14204ec0c --- /dev/null +++ b/homeassistant/components/fireservicerota/translations/es-419.json @@ -0,0 +1,14 @@ +{ + "config": { + "step": { + "reauth": { + "description": "Los tokens de autenticaci\u00f3n dejaron de ser v\u00e1lidos, inicie sesi\u00f3n para volver a crearlos." + }, + "user": { + "data": { + "url": "Sitio web" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/es-419.json b/homeassistant/components/flick_electric/translations/es-419.json new file mode 100644 index 00000000000..59ecddf99c3 --- /dev/null +++ b/homeassistant/components/flick_electric/translations/es-419.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "client_id": "Id. de cliente (opcional)", + "client_secret": "Secreto de cliente (opcional)" + }, + "title": "Credenciales de acceso a Flick" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flume/translations/es-419.json b/homeassistant/components/flume/translations/es-419.json index 026875846c6..4b63e326d7f 100644 --- a/homeassistant/components/flume/translations/es-419.json +++ b/homeassistant/components/flume/translations/es-419.json @@ -9,6 +9,10 @@ "unknown": "Error inesperado" }, "step": { + "reauth_confirm": { + "description": "La contrase\u00f1a de {username} ya no es v\u00e1lida.", + "title": "Vuelva a autenticar su cuenta de Flume" + }, "user": { "data": { "client_id": "Identificaci\u00f3n del cliente", diff --git a/homeassistant/components/forecast_solar/translations/es-419.json b/homeassistant/components/forecast_solar/translations/es-419.json new file mode 100644 index 00000000000..e2b71af40de --- /dev/null +++ b/homeassistant/components/forecast_solar/translations/es-419.json @@ -0,0 +1,28 @@ +{ + "config": { + "step": { + "user": { + "data": { + "azimuth": "Azimut (360 grados, 0 = Norte, 90 = Este, 180 = Sur, 270 = Oeste)", + "declination": "Declinaci\u00f3n (0 = Horizontal, 90 = Vertical)", + "modules power": "Potencia pico total en vatios de sus m\u00f3dulos solares" + }, + "description": "Complete los datos de sus paneles solares. Consulte la documentaci\u00f3n si un campo no est\u00e1 claro." + } + } + }, + "options": { + "step": { + "init": { + "data": { + "api_key": "Clave de API Forecast.Solar (opcional)", + "azimuth": "Azimut (360 grados, 0 = Norte, 90 = Este, 180 = Sur, 270 = Oeste)", + "damping": "Factor de amortiguaci\u00f3n: ajusta los resultados por la ma\u00f1ana y por la noche", + "declination": "Declinaci\u00f3n (0 = Horizontal, 90 = Vertical)", + "modules power": "Potencia pico total en vatios de sus m\u00f3dulos solares" + }, + "description": "Estos valores permiten modificar el resultado de Solar.Forecast. Consulte la documentaci\u00f3n si un campo no est\u00e1 claro." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/forked_daapd/translations/es-419.json b/homeassistant/components/forked_daapd/translations/es-419.json new file mode 100644 index 00000000000..c62c1889284 --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/es-419.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "not_forked_daapd": "El dispositivo no es un servidor daapd bifurcado." + }, + "error": { + "forbidden": "No puede conectarse. Verifique sus permisos de red bifurcados-daapd.", + "websocket_not_enabled": "El websocket del servidor forked-daapd no est\u00e1 habilitado." + }, + "step": { + "user": { + "data": { + "port": "Puerto API" + }, + "title": "Configurar dispositivo bifurcado-daapd" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "librespot_java_port": "Puerto para control de tuber\u00edas librespot-java (si se usa)", + "max_playlists": "N\u00famero m\u00e1ximo de listas de reproducci\u00f3n utilizadas como fuentes", + "tts_pause_time": "Segundos para pausar antes y despu\u00e9s de TTS", + "tts_volume": "Volumen de TTS (flotante en el rango [0,1])" + }, + "description": "Configure varias opciones para la integraci\u00f3n bifurcada-daapd.", + "title": "Configurar las opciones bifurcadas-daapd" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/foscam/translations/es-419.json b/homeassistant/components/foscam/translations/es-419.json new file mode 100644 index 00000000000..39027bdf914 --- /dev/null +++ b/homeassistant/components/foscam/translations/es-419.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "invalid_response": "Respuesta no v\u00e1lida del dispositivo" + }, + "step": { + "user": { + "data": { + "rtsp_port": "Puerto RTSP", + "stream": "Stream" + } + } + } + }, + "title": "Foscam" +} \ No newline at end of file diff --git a/homeassistant/components/freedompro/translations/es-419.json b/homeassistant/components/freedompro/translations/es-419.json new file mode 100644 index 00000000000..ed1317689fe --- /dev/null +++ b/homeassistant/components/freedompro/translations/es-419.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "user": { + "description": "Ingrese la clave API obtenida de https://home.freedompro.eu", + "title": "Clave de API Freedompro" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fritz/translations/es-419.json b/homeassistant/components/fritz/translations/es-419.json new file mode 100644 index 00000000000..94412f031e6 --- /dev/null +++ b/homeassistant/components/fritz/translations/es-419.json @@ -0,0 +1,19 @@ +{ + "config": { + "step": { + "user": { + "description": "Configure las herramientas de FRITZ! Box para controlar su FRITZ! Box.\nM\u00ednimo necesario: nombre de usuario, contrase\u00f1a.", + "title": "Configurar las herramientas de FRITZ! Box" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "consider_home": "Segundos para considerar un dispositivo en 'casa'" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fritzbox/translations/es-419.json b/homeassistant/components/fritzbox/translations/es-419.json index f66a3dc0dd0..da929ac9983 100644 --- a/homeassistant/components/fritzbox/translations/es-419.json +++ b/homeassistant/components/fritzbox/translations/es-419.json @@ -14,6 +14,9 @@ }, "description": "\u00bfDesea configurar {name}?" }, + "reauth_confirm": { + "description": "Actualice su informaci\u00f3n de inicio de sesi\u00f3n para {name}." + }, "user": { "data": { "host": "Host o direcci\u00f3n IP", diff --git a/homeassistant/components/fritzbox_callmonitor/translations/es-419.json b/homeassistant/components/fritzbox_callmonitor/translations/es-419.json new file mode 100644 index 00000000000..8b10d7d7c2a --- /dev/null +++ b/homeassistant/components/fritzbox_callmonitor/translations/es-419.json @@ -0,0 +1,28 @@ +{ + "config": { + "abort": { + "insufficient_permissions": "El usuario no tiene permisos suficientes para acceder a la configuraci\u00f3n de AVM FRITZ! Box y sus agendas telef\u00f3nicas." + }, + "flow_title": "{name}", + "step": { + "phonebook": { + "data": { + "phonebook": "Directorio telef\u00f3nico" + } + } + } + }, + "options": { + "error": { + "malformed_prefixes": "Los prefijos est\u00e1n mal formados, verifique su formato." + }, + "step": { + "init": { + "data": { + "prefixes": "Prefijos (lista separada por comas)" + }, + "title": "Configurar prefijos" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/garages_amsterdam/translations/es-419.json b/homeassistant/components/garages_amsterdam/translations/es-419.json new file mode 100644 index 00000000000..ef74816d2fc --- /dev/null +++ b/homeassistant/components/garages_amsterdam/translations/es-419.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "garage_name": "Nombre del garaje" + }, + "title": "Elija un garaje para monitorear" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/goalzero/translations/es-419.json b/homeassistant/components/goalzero/translations/es-419.json new file mode 100644 index 00000000000..9d464996349 --- /dev/null +++ b/homeassistant/components/goalzero/translations/es-419.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "confirm_discovery": { + "description": "Se recomienda reservar DHCP en su enrutador. Si no se configura, es posible que el dispositivo no est\u00e9 disponible hasta que Home Assistant detecte la nueva direcci\u00f3n IP. Consulte el manual de usuario de su enrutador." + }, + "user": { + "description": "Primero, debe descargar la aplicaci\u00f3n Goal Zero: https://www.goalzero.com/product-features/yeti-app/ \n\nSiga las instrucciones para conectar su Yeti a su red Wi-Fi. Se recomienda reservar DHCP en su enrutador. Si no se configura, es posible que el dispositivo no est\u00e9 disponible hasta que Home Assistant detecte la nueva direcci\u00f3n IP. Consulte el manual de usuario de su enrutador." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homeassistant/translations/ca.json b/homeassistant/components/homeassistant/translations/ca.json index 4e227cedadd..e9c91d9df20 100644 --- a/homeassistant/components/homeassistant/translations/ca.json +++ b/homeassistant/components/homeassistant/translations/ca.json @@ -10,6 +10,7 @@ "os_version": "Versi\u00f3 del sistema operatiu", "python_version": "Versi\u00f3 de Python", "timezone": "Zona hor\u00e0ria", + "user": "Usuari", "version": "Versi\u00f3", "virtualenv": "Entorn virtual" } diff --git a/homeassistant/components/homeassistant/translations/cs.json b/homeassistant/components/homeassistant/translations/cs.json index 0b60fb374bb..fbd96241e36 100644 --- a/homeassistant/components/homeassistant/translations/cs.json +++ b/homeassistant/components/homeassistant/translations/cs.json @@ -10,6 +10,7 @@ "os_version": "Verze opera\u010dn\u00edho syst\u00e9mu", "python_version": "Verze Pythonu", "timezone": "\u010casov\u00e9 p\u00e1smo", + "user": "U\u017eivatel", "version": "Verze", "virtualenv": "Virtu\u00e1ln\u00ed prost\u0159ed\u00ed" } diff --git a/homeassistant/components/homeassistant/translations/de.json b/homeassistant/components/homeassistant/translations/de.json index 426fab01031..54909cb3c24 100644 --- a/homeassistant/components/homeassistant/translations/de.json +++ b/homeassistant/components/homeassistant/translations/de.json @@ -10,6 +10,7 @@ "os_version": "Betriebssystem-Version", "python_version": "Python-Version", "timezone": "Zeitzone", + "user": "Benutzer", "version": "Version", "virtualenv": "Virtuelle Umgebung" } diff --git a/homeassistant/components/homeassistant/translations/en.json b/homeassistant/components/homeassistant/translations/en.json index 897b577c33c..977bc203fea 100644 --- a/homeassistant/components/homeassistant/translations/en.json +++ b/homeassistant/components/homeassistant/translations/en.json @@ -10,6 +10,7 @@ "os_version": "Operating System Version", "python_version": "Python Version", "timezone": "Timezone", + "user": "User", "version": "Version", "virtualenv": "Virtual Environment" } diff --git a/homeassistant/components/homeassistant/translations/et.json b/homeassistant/components/homeassistant/translations/et.json index fd53bf02877..529b84120d7 100644 --- a/homeassistant/components/homeassistant/translations/et.json +++ b/homeassistant/components/homeassistant/translations/et.json @@ -10,6 +10,7 @@ "os_version": "Operatsioonis\u00fcsteemi versioon", "python_version": "Pythoni versioon", "timezone": "Ajav\u00f6\u00f6nd", + "user": "Kasutaja", "version": "Versioon", "virtualenv": "Virtuaalne keskkond" } diff --git a/homeassistant/components/homeassistant/translations/fr.json b/homeassistant/components/homeassistant/translations/fr.json index 6b7d4f93559..ae9dfb0a7da 100644 --- a/homeassistant/components/homeassistant/translations/fr.json +++ b/homeassistant/components/homeassistant/translations/fr.json @@ -10,6 +10,7 @@ "os_version": "Version du syst\u00e8me d'exploitation", "python_version": "Version de Python", "timezone": "Fuseau horaire", + "user": "Utilisateur", "version": "Version", "virtualenv": "Environnement virtuel" } diff --git a/homeassistant/components/homeassistant/translations/it.json b/homeassistant/components/homeassistant/translations/it.json index 2d8d73597d3..3052a536338 100644 --- a/homeassistant/components/homeassistant/translations/it.json +++ b/homeassistant/components/homeassistant/translations/it.json @@ -10,6 +10,7 @@ "os_version": "Versione del Sistema Operativo", "python_version": "Versione Python", "timezone": "Fuso orario", + "user": "Utente", "version": "Versione", "virtualenv": "Ambiente virtuale" } diff --git a/homeassistant/components/homeassistant/translations/lt.json b/homeassistant/components/homeassistant/translations/lt.json new file mode 100644 index 00000000000..b1fd35bf9db --- /dev/null +++ b/homeassistant/components/homeassistant/translations/lt.json @@ -0,0 +1,7 @@ +{ + "system_health": { + "info": { + "user": "Vartotojas" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homeassistant/translations/nl.json b/homeassistant/components/homeassistant/translations/nl.json index 8c76ffa39be..1037d161c2b 100644 --- a/homeassistant/components/homeassistant/translations/nl.json +++ b/homeassistant/components/homeassistant/translations/nl.json @@ -10,6 +10,7 @@ "os_version": "Versie van het besturingssysteem", "python_version": "Python-versie", "timezone": "Tijdzone", + "user": "Gebruiker", "version": "Versie", "virtualenv": "Virtuele omgeving" } diff --git a/homeassistant/components/homeassistant/translations/pl.json b/homeassistant/components/homeassistant/translations/pl.json index ea91096d0c2..9f85cc4ff15 100644 --- a/homeassistant/components/homeassistant/translations/pl.json +++ b/homeassistant/components/homeassistant/translations/pl.json @@ -10,6 +10,7 @@ "os_version": "Wersja systemu operacyjnego", "python_version": "Wersja Pythona", "timezone": "Strefa czasowa", + "user": "U\u017cytkownik", "version": "Wersja", "virtualenv": "\u015arodowisko wirtualne" } diff --git a/homeassistant/components/homeassistant/translations/ru.json b/homeassistant/components/homeassistant/translations/ru.json index c479fa41f43..f8932f1ea7d 100644 --- a/homeassistant/components/homeassistant/translations/ru.json +++ b/homeassistant/components/homeassistant/translations/ru.json @@ -10,6 +10,7 @@ "os_version": "\u0412\u0435\u0440\u0441\u0438\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b", "python_version": "\u0412\u0435\u0440\u0441\u0438\u044f Python", "timezone": "\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441", + "user": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "version": "\u0412\u0435\u0440\u0441\u0438\u044f", "virtualenv": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435" } diff --git a/homeassistant/components/homeassistant/translations/zh-Hant.json b/homeassistant/components/homeassistant/translations/zh-Hant.json index 36f4fb70e24..21897b04560 100644 --- a/homeassistant/components/homeassistant/translations/zh-Hant.json +++ b/homeassistant/components/homeassistant/translations/zh-Hant.json @@ -10,6 +10,7 @@ "os_version": "\u4f5c\u696d\u7cfb\u7d71\u7248\u672c", "python_version": "Python \u7248\u672c", "timezone": "\u6642\u5340", + "user": "\u4f7f\u7528\u8005", "version": "\u7248\u672c", "virtualenv": "\u865b\u64ec\u74b0\u5883" } diff --git a/homeassistant/components/homematicip_cloud/translations/lt.json b/homeassistant/components/homematicip_cloud/translations/lt.json new file mode 100644 index 00000000000..a270a8acbc2 --- /dev/null +++ b/homeassistant/components/homematicip_cloud/translations/lt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "init": { + "data": { + "pin": "PIN kodas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hyperion/translations/nl.json b/homeassistant/components/hyperion/translations/nl.json index 056971b435f..992d705a533 100644 --- a/homeassistant/components/hyperion/translations/nl.json +++ b/homeassistant/components/hyperion/translations/nl.json @@ -46,7 +46,7 @@ "init": { "data": { "effect_show_list": "Hyperion-effecten om te laten zien", - "priority": "Hyperion prioriteit te gebruiken voor kleuren en effecten" + "priority": "Hyperion prioriteit gebruiken voor kleuren en effecten" } } } diff --git a/homeassistant/components/luftdaten/translations/lt.json b/homeassistant/components/luftdaten/translations/lt.json new file mode 100644 index 00000000000..3ab861ad9ee --- /dev/null +++ b/homeassistant/components/luftdaten/translations/lt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "show_on_map": "Rodyti \u017eem\u0117lapyje" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nest/translations/lt.json b/homeassistant/components/nest/translations/lt.json new file mode 100644 index 00000000000..3cac49e3871 --- /dev/null +++ b/homeassistant/components/nest/translations/lt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "link": { + "data": { + "code": "PIN kodas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/point/translations/lt.json b/homeassistant/components/point/translations/lt.json new file mode 100644 index 00000000000..baf3fb1292d --- /dev/null +++ b/homeassistant/components/point/translations/lt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "flow_impl": "Teik\u0117jas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/prosegur/translations/lt.json b/homeassistant/components/prosegur/translations/lt.json new file mode 100644 index 00000000000..9c06bf84e41 --- /dev/null +++ b/homeassistant/components/prosegur/translations/lt.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "country": "Valstyb\u0117", + "password": "Slapta\u017eodis", + "username": "Vartotojo vardas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/renault/translations/lt.json b/homeassistant/components/renault/translations/lt.json new file mode 100644 index 00000000000..883b5c03e2c --- /dev/null +++ b/homeassistant/components/renault/translations/lt.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Slapta\u017eodis", + "username": "El. pa\u0161tas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tradfri/translations/lt.json b/homeassistant/components/tradfri/translations/lt.json new file mode 100644 index 00000000000..2dff6a15f18 --- /dev/null +++ b/homeassistant/components/tradfri/translations/lt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "auth": { + "data": { + "security_code": "Saugumo kodas" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/nl.json b/homeassistant/components/tuya/translations/nl.json index ed0488f524d..56b2ae8236f 100644 --- a/homeassistant/components/tuya/translations/nl.json +++ b/homeassistant/components/tuya/translations/nl.json @@ -52,7 +52,7 @@ }, "init": { "data": { - "discovery_interval": "Polling-interval van ontdekt apparaat in seconden", + "discovery_interval": "Polling-interval van nieuwe apparaten in seconden", "list_devices": "Selecteer de te configureren apparaten of laat leeg om de configuratie op te slaan", "query_device": "Selecteer apparaat dat query-methode zal gebruiken voor snellere statusupdate", "query_interval": "Peilinginterval van het apparaat in seconden" diff --git a/homeassistant/components/uptimerobot/translations/cs.json b/homeassistant/components/uptimerobot/translations/cs.json new file mode 100644 index 00000000000..7261d6146fb --- /dev/null +++ b/homeassistant/components/uptimerobot/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": { + "api_key": "Kl\u00ed\u010d API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/uptimerobot/translations/en.json b/homeassistant/components/uptimerobot/translations/en.json index cec1753b367..72433ab86c3 100644 --- a/homeassistant/components/uptimerobot/translations/en.json +++ b/homeassistant/components/uptimerobot/translations/en.json @@ -5,7 +5,6 @@ }, "error": { "cannot_connect": "Failed to connect", - "invalid_auth": "Invalid authentication", "unknown": "Unexpected error" }, "step": { diff --git a/homeassistant/components/uptimerobot/translations/nl.json b/homeassistant/components/uptimerobot/translations/nl.json new file mode 100644 index 00000000000..3a77fedf228 --- /dev/null +++ b/homeassistant/components/uptimerobot/translations/nl.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kan geen verbinding maken", + "unknown": "Onverwachte fout" + }, + "step": { + "user": { + "data": { + "api_key": "API-sleutel" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.de.json b/homeassistant/components/xiaomi_miio/translations/select.de.json new file mode 100644 index 00000000000..804eb7a7629 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.de.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "Helligkeit", + "dim": "Dimmer", + "off": "Aus" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.en.json b/homeassistant/components/xiaomi_miio/translations/select.en.json new file mode 100644 index 00000000000..60a1d738b81 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.en.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "Bright", + "dim": "Dim", + "off": "Off" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.et.json b/homeassistant/components/xiaomi_miio/translations/select.et.json new file mode 100644 index 00000000000..7195f5703b4 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.et.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "Hele", + "dim": "Tuhm", + "off": "Kustu" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.fr.json b/homeassistant/components/xiaomi_miio/translations/select.fr.json new file mode 100644 index 00000000000..29c9afe1e95 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.fr.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "Brillant", + "dim": "Faible", + "off": "\u00c9teint" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.he.json b/homeassistant/components/xiaomi_miio/translations/select.he.json new file mode 100644 index 00000000000..0059da60e86 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.he.json @@ -0,0 +1,7 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "off": "\u05db\u05d1\u05d5\u05d9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.nl.json b/homeassistant/components/xiaomi_miio/translations/select.nl.json new file mode 100644 index 00000000000..eaa69b3170c --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.nl.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "Helder", + "dim": "Dim", + "off": "Uit" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.pl.json b/homeassistant/components/xiaomi_miio/translations/select.pl.json new file mode 100644 index 00000000000..ba5a0ab727f --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.pl.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "jasne", + "dim": "ciemne", + "off": "wy\u0142\u0105czone" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.ru.json b/homeassistant/components/xiaomi_miio/translations/select.ru.json new file mode 100644 index 00000000000..4dac3002d1b --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.ru.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "\u042f\u0440\u043a\u043e", + "dim": "\u0422\u0443\u0441\u043a\u043b\u043e", + "off": "\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u043e" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_miio/translations/select.zh-Hant.json b/homeassistant/components/xiaomi_miio/translations/select.zh-Hant.json new file mode 100644 index 00000000000..ed977dc9cd5 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.zh-Hant.json @@ -0,0 +1,9 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "bright": "\u4eae\u5149", + "dim": "\u8abf\u5149", + "off": "\u95dc\u9589" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/yale_smart_alarm/translations/cs.json b/homeassistant/components/yale_smart_alarm/translations/cs.json index f19158bca25..70947657e4d 100644 --- a/homeassistant/components/yale_smart_alarm/translations/cs.json +++ b/homeassistant/components/yale_smart_alarm/translations/cs.json @@ -9,16 +9,16 @@ "step": { "reauth_confirm": { "data": { - "area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]", - "name": "[%key:component::yale_smart_alarm::config::step::user::data::name%]", + "area_id": "ID oblasti", + "name": "Jm\u00e9no", "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } }, "user": { "data": { - "area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]", - "name": "[%key:component::yale_smart_alarm::config::step::user::data::name%]", + "area_id": "ID oblasti", + "name": "Jm\u00e9no", "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } diff --git a/homeassistant/components/zone/translations/lt.json b/homeassistant/components/zone/translations/lt.json new file mode 100644 index 00000000000..d7127048a63 --- /dev/null +++ b/homeassistant/components/zone/translations/lt.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "init": { + "data": { + "name": "Pavadinimas" + } + } + }, + "title": "Zona" + } +} \ No newline at end of file