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

25 lines
788 B
JSON
Raw Normal View History

2022-03-09 00:19:01 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat",
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs",
"unknown": "Error inesperat",
"unsupported": "Dispositiu no compatible"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"unsupported": "Dispositiu no compatible"
},
"flow_title": "{model} ({name})",
"step": {
"discovery_confirm": {
2022-05-19 00:26:11 +00:00
"description": "Vols configurar el reproductor {name} model {model}?"
2022-03-09 00:19:01 +00:00
},
"user": {
"data": {
"host": "Amfitri\u00f3"
2022-05-19 00:26:11 +00:00
}
2022-03-09 00:19:01 +00:00
}
}
}
}