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

22 lines
536 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_configured": "Dispositivo ya configurado",
2020-03-24 13:18:47 +00:00
"unknown": "Error inesperado"
},
"error": {
2020-05-13 18:27:21 +00:00
"cannot_connect": "Error al conectar"
2020-03-24 13:18:47 +00:00
},
"flow_title": "DirecTV: {name}",
"step": {
"ssdp_confirm": {
2020-05-29 00:04:16 +00:00
"description": "\u00bfQuieres configurar {name}?"
2020-03-24 13:18:47 +00:00
},
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"host": "Host"
2020-05-29 00:04:16 +00:00
}
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}