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

22 lines
583 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dispositivo ya configurado",
"not_songpal_device": "No es un dispositivo Songpal"
},
"error": {
2020-05-29 00:04:16 +00:00
"cannot_connect": "No se pudo conectar"
2020-05-13 18:27:21 +00:00
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "\u00bfQuieres configurar {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Endpoint"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}