core/homeassistant/components/motion_blinds/translations/es.json

43 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado",
"already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en curso",
"connection_error": "No se pudo conectar"
},
"error": {
"discovery_error": "No se pudo descubrir un Motion Gateway"
},
"flow_title": "{short_mac} ({ip_address})",
"step": {
"connect": {
"data": {
"api_key": "Clave API"
},
"description": "Necesitar\u00e1s la clave API de 16 caracteres, consulta https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key para obtener instrucciones"
},
"select": {
"data": {
"select_ip": "Direcci\u00f3n IP"
},
"description": "Ejecuta la configuraci\u00f3n de nuevo si quieres conectar Motion Gateways adicionales",
"title": "Selecciona el Motion Gateway que deseas conectar"
},
"user": {
"data": {
"host": "Direcci\u00f3n IP"
},
"description": "Con\u00e9ctate a tu Motion Gateway, si la direcci\u00f3n IP no est\u00e1 configurada, se usar\u00e1 la detecci\u00f3n autom\u00e1tica"
}
}
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Esperar a que se active la actualizaci\u00f3n de multicast"
}
}
}
}
}