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

22 lines
582 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2022-08-13 00:25:00 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
2020-05-13 18:27:21 +00:00
"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
},
2022-08-13 00:25:00 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"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": {
2022-08-14 00:25:47 +00:00
"endpoint": "Extremo"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}