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

43 lines
1.6 KiB
JSON
Raw Normal View History

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