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

22 lines
596 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat",
"not_songpal_device": "No \u00e9s un dispositiu Songpal"
},
"error": {
2020-06-25 00:08:30 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3"
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": "Vols 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
}
}
}
}