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

30 lines
831 B
JSON

{
"config": {
"error": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"cannot_connect": "Impossibile connettersi",
"id_exists": "ID del gateway esiste gi\u00e0"
},
"step": {
"init": {
"data": {
"device": "Percorso o URL",
"id": "ID",
"name": "Nome"
},
"title": "OpenTherm Gateway"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temperatura del pavimento",
"precision": "Precisione"
},
"description": "Opzioni per OpenTherm Gateway"
}
}
}
}