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

22 lines
583 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo ya configurado",
"not_songpal_device": "No es un dispositivo Songpal"
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
"description": "\u00bfQuieres configurar {name} ({host})?"
},
"user": {
"data": {
"endpoint": "Endpoint"
}
}
}
}
}