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

32 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-06 00:32:15 +00:00
{
"config": {
"error": {
2020-10-27 00:06:28 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
"cannot_connect": "Ha fallat la connexi\u00f3",
2019-10-06 00:32:15 +00:00
"id_exists": "L'identificador de passarel\u00b7la ja existeix",
"serial_error": "S'ha produ\u00eft un error en connectar-se al dispositiu",
"timeout": "S'ha acabat el temps d'espera en l'intent de connexi\u00f3"
},
"step": {
"init": {
"data": {
"device": "Ruta o URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Nom"
2019-10-06 00:32:15 +00:00
},
"title": "Passarel\u00b7la d'OpenTherm"
}
2020-04-15 16:51:07 +00:00
}
2019-10-20 00:32:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temperatura de la planta",
"precision": "Precisi\u00f3"
},
2020-05-02 00:04:57 +00:00
"description": "Opcions del la passarel\u00b7la d'enlla\u00e7 d'OpenTherm"
2019-10-20 00:32:18 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}