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

22 lines
575 B
JSON
Raw Normal View History

2022-06-07 00:20:09 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"unknown": "Error inesperat"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Vols configurar {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Amfitri\u00f3"
}
}
}
}
}