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

31 lines
800 B
JSON
Raw Normal View History

2022-06-07 00:20:09 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"unknown": "Errore imprevisto"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Vuoi configurare {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Host"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
2022-06-25 00:24:25 +00:00
"hold_temp": "Imposta un blocco permanente quando si regola la temperatura."
2022-06-07 00:20:09 +00:00
}
}
}
}
}