[ci skip] Translation update
This commit is contained in:
parent
b2fffdd13e
commit
ba93bda3ad
95 changed files with 1101 additions and 12 deletions
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Con\u00e9ctese a la API de su tableta de pared Advantage Air.",
|
||||
"title": "Conectar"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
11
homeassistant/components/ambee/translations/es-419.json
Normal file
11
homeassistant/components/ambee/translations/es-419.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"description": "Vuelva a autenticarse con su cuenta de Ambee."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"state": {
|
||||
"ambee__risk": {
|
||||
"high": "Alto",
|
||||
"low": "Bajo",
|
||||
"moderate": "Moderado",
|
||||
"very high": "Muy alto"
|
||||
}
|
||||
}
|
||||
}
|
52
homeassistant/components/apple_tv/translations/es-419.json
Normal file
52
homeassistant/components/apple_tv/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
12
homeassistant/components/arcam_fmj/translations/es-419.json
Normal file
12
homeassistant/components/arcam_fmj/translations/es-419.json
Normal file
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
33
homeassistant/components/asuswrt/translations/es-419.json
Normal file
33
homeassistant/components/asuswrt/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": {
|
||||
|
|
12
homeassistant/components/awair/translations/es-419.json
Normal file
12
homeassistant/components/awair/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
27
homeassistant/components/blink/translations/es-419.json
Normal file
27
homeassistant/components/blink/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
homeassistant/components/bosch_shc/translations/es-419.json
Normal file
22
homeassistant/components/bosch_shc/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
|
@ -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.",
|
||||
|
|
27
homeassistant/components/broadlink/translations/es-419.json
Normal file
27
homeassistant/components/broadlink/translations/es-419.json
Normal file
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/canary/translations/es-419.json
Normal file
19
homeassistant/components/canary/translations/es-419.json
Normal file
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/climacell/translations/es-419.json
Normal file
24
homeassistant/components/climacell/translations/es-419.json
Normal file
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
27
homeassistant/components/cloudflare/translations/es-419.json
Normal file
27
homeassistant/components/cloudflare/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/co2signal/translations/es-419.json
Normal file
16
homeassistant/components/co2signal/translations/es-419.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"country": {
|
||||
"data": {
|
||||
"country_code": "C\u00f3digo de pa\u00eds"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"location": "Obtener datos para"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/coinbase/translations/es-419.json
Normal file
14
homeassistant/components/coinbase/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"options_1": {
|
||||
"data": {
|
||||
"bool": "Booleano opcional",
|
||||
"constant": "Constante",
|
||||
"int": "Entrada num\u00e9rica"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"state": {
|
||||
"demo__speed": {
|
||||
"light_speed": "Velocidad de la luz",
|
||||
"ridiculous_speed": "Velocidad rid\u00edcula"
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/denonavr/translations/es-419.json
Normal file
15
homeassistant/components/denonavr/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"reauth_failed": "Utilice el mismo usuario mydevolo que antes."
|
||||
}
|
||||
}
|
||||
}
|
22
homeassistant/components/dexcom/translations/es-419.json
Normal file
22
homeassistant/components/dexcom/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
28
homeassistant/components/dsmr/translations/es-419.json
Normal file
28
homeassistant/components/dsmr/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
homeassistant/components/dunehd/translations/es-419.json
Normal file
10
homeassistant/components/dunehd/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/eafm/translations/es-419.json
Normal file
16
homeassistant/components/eafm/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/econet/translations/es-419.json
Normal file
9
homeassistant/components/econet/translations/es-419.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Configurar cuenta Rheem EcoNet"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
3
homeassistant/components/energy/translations/es-419.json
Normal file
3
homeassistant/components/energy/translations/es-419.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"title": "Energ\u00eda"
|
||||
}
|
24
homeassistant/components/enocean/translations/es-419.json
Normal file
24
homeassistant/components/enocean/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "{serial} ({host})"
|
||||
}
|
||||
}
|
7
homeassistant/components/epson/translations/es-419.json
Normal file
7
homeassistant/components/epson/translations/es-419.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"powered_off": "\u00bfEst\u00e1 encendido el proyector? Debe encender el proyector para la configuraci\u00f3n inicial."
|
||||
}
|
||||
}
|
||||
}
|
8
homeassistant/components/ezviz/translations/es-419.json
Normal file
8
homeassistant/components/ezviz/translations/es-419.json
Normal file
|
@ -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}"
|
||||
}
|
||||
}
|
19
homeassistant/components/faa_delays/translations/es-419.json
Normal file
19
homeassistant/components/faa_delays/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/foscam/translations/es-419.json
Normal file
16
homeassistant/components/foscam/translations/es-419.json
Normal file
|
@ -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"
|
||||
}
|
10
homeassistant/components/freedompro/translations/es-419.json
Normal file
10
homeassistant/components/freedompro/translations/es-419.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Ingrese la clave API obtenida de https://home.freedompro.eu",
|
||||
"title": "Clave de API Freedompro"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/fritz/translations/es-419.json
Normal file
19
homeassistant/components/fritz/translations/es-419.json
Normal file
|
@ -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'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"garage_name": "Nombre del garaje"
|
||||
},
|
||||
"title": "Elija un garaje para monitorear"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/goalzero/translations/es-419.json
Normal file
12
homeassistant/components/goalzero/translations/es-419.json
Normal file
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Betriebssystem-Version",
|
||||
"python_version": "Python-Version",
|
||||
"timezone": "Zeitzone",
|
||||
"user": "Benutzer",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtuelle Umgebung"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Operating System Version",
|
||||
"python_version": "Python Version",
|
||||
"timezone": "Timezone",
|
||||
"user": "User",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtual Environment"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Operatsioonis\u00fcsteemi versioon",
|
||||
"python_version": "Pythoni versioon",
|
||||
"timezone": "Ajav\u00f6\u00f6nd",
|
||||
"user": "Kasutaja",
|
||||
"version": "Versioon",
|
||||
"virtualenv": "Virtuaalne keskkond"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Versione del Sistema Operativo",
|
||||
"python_version": "Versione Python",
|
||||
"timezone": "Fuso orario",
|
||||
"user": "Utente",
|
||||
"version": "Versione",
|
||||
"virtualenv": "Ambiente virtuale"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"user": "Vartotojas"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Versie van het besturingssysteem",
|
||||
"python_version": "Python-versie",
|
||||
"timezone": "Tijdzone",
|
||||
"user": "Gebruiker",
|
||||
"version": "Versie",
|
||||
"virtualenv": "Virtuele omgeving"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"os_version": "Wersja systemu operacyjnego",
|
||||
"python_version": "Wersja Pythona",
|
||||
"timezone": "Strefa czasowa",
|
||||
"user": "U\u017cytkownik",
|
||||
"version": "Wersja",
|
||||
"virtualenv": "\u015arodowisko wirtualne"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"pin": "PIN kodas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
11
homeassistant/components/luftdaten/translations/lt.json
Normal file
11
homeassistant/components/luftdaten/translations/lt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"show_on_map": "Rodyti \u017eem\u0117lapyje"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/nest/translations/lt.json
Normal file
11
homeassistant/components/nest/translations/lt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"link": {
|
||||
"data": {
|
||||
"code": "PIN kodas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/point/translations/lt.json
Normal file
11
homeassistant/components/point/translations/lt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_impl": "Teik\u0117jas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
homeassistant/components/prosegur/translations/lt.json
Normal file
13
homeassistant/components/prosegur/translations/lt.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"country": "Valstyb\u0117",
|
||||
"password": "Slapta\u017eodis",
|
||||
"username": "Vartotojo vardas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/renault/translations/lt.json
Normal file
12
homeassistant/components/renault/translations/lt.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Slapta\u017eodis",
|
||||
"username": "El. pa\u0161tas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/tradfri/translations/lt.json
Normal file
11
homeassistant/components/tradfri/translations/lt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"security_code": "Saugumo kodas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
18
homeassistant/components/uptimerobot/translations/cs.json
Normal file
18
homeassistant/components/uptimerobot/translations/cs.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"step": {
|
||||
|
|
18
homeassistant/components/uptimerobot/translations/nl.json
Normal file
18
homeassistant/components/uptimerobot/translations/nl.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "Helligkeit",
|
||||
"dim": "Dimmer",
|
||||
"off": "Aus"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "Bright",
|
||||
"dim": "Dim",
|
||||
"off": "Off"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "Hele",
|
||||
"dim": "Tuhm",
|
||||
"off": "Kustu"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "Brillant",
|
||||
"dim": "Faible",
|
||||
"off": "\u00c9teint"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"off": "\u05db\u05d1\u05d5\u05d9"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "Helder",
|
||||
"dim": "Dim",
|
||||
"off": "Uit"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "jasne",
|
||||
"dim": "ciemne",
|
||||
"off": "wy\u0142\u0105czone"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"bright": "\u4eae\u5149",
|
||||
"dim": "\u8abf\u5149",
|
||||
"off": "\u95dc\u9589"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
12
homeassistant/components/zone/translations/lt.json
Normal file
12
homeassistant/components/zone/translations/lt.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"name": "Pavadinimas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Zona"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue