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

24 lines
740 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
"already_configured": "El receptor DirecTV ya est\u00e1 configurado",
"unknown": "Error inesperado"
},
"error": {
2020-04-08 00:08:19 +00:00
"cannot_connect": "No se ha podido conectar, por favor, int\u00e9ntalo de nuevo."
2020-03-24 13:18:47 +00:00
},
"flow_title": "DirecTV: {name}",
"step": {
"ssdp_confirm": {
"description": "\u00bfQuieres configurar {name}?",
"title": "Conectar con el receptor DirecTV"
},
"user": {
"data": {
"host": "Host o direcci\u00f3n IP"
},
"title": "Conectar con el receptor DirecTV"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}