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

27 lines
894 B
JSON
Raw Normal View History

2019-09-17 00:32:14 +00:00
{
2020-06-09 00:05:22 +00:00
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
"already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso",
2020-11-11 11:10:09 +00:00
"cannot_connect": "No se pudo conectar"
2020-06-09 00:05:22 +00:00
},
"flow_title": "Arcam FMJ en {host}",
"step": {
"confirm": {
"description": "\u00bfQuieres a\u00f1adir el Arcam FMJ en `{host}` a Home Assistant?"
},
"user": {
"data": {
"host": "Host",
"port": "Puerto"
},
"description": "Por favor, introduce el nombre del host o la direcci\u00f3n IP del dispositivo."
}
}
},
2020-05-16 00:03:50 +00:00
"device_automation": {
"trigger_type": {
"turn_on": "Se solicit\u00f3 encender {entity_name}"
}
2020-05-29 00:04:16 +00:00
}
2019-09-17 00:32:14 +00:00
}