1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/songpal/translations/es.json
2020-05-29 00:04:16 +00:00

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"
}
}
}
}
}