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

25 lines
760 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": {
"cannot_connect": "No s'ha pogut connectar",
"connection": "Error de connexi\u00f3: comprova l'endpoint seleccionat"
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
"description": "Vols configurar {name} ({host})?",
"title": "Sony Songpal"
},
"user": {
"data": {
"endpoint": "Endpoint"
},
"title": "Sony Songpal"
}
}
}
}