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

24 lines
673 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
2022-08-13 00:25:00 +00:00
"cannot_connect": "No se pudo conectar",
2020-05-01 00:02:55 +00:00
"unknown": "Error inesperado"
},
2022-08-12 00:23:47 +00:00
"flow_title": "{name} ({host})",
2020-05-01 00:02:55 +00:00
"step": {
"link": {
"description": "\u00bfQuieres configurar {name} ({host})?",
2022-08-14 00:25:47 +00:00
"title": "Conectar al PowerView Hub"
2020-05-01 00:02:55 +00:00
},
"user": {
"data": {
"host": "Direcci\u00f3n IP"
},
2022-08-14 00:25:47 +00:00
"title": "Conectar al PowerView Hub"
2020-05-01 00:02:55 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-01 00:02:55 +00:00
}