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

26 lines
702 B
JSON

{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_path": "Directory non trovata."
},
"step": {
"owserver": {
"data": {
"host": "Host",
"port": "Porta"
},
"title": "Impostare i dettagli dell'owserver"
},
"user": {
"data": {
"type": "Tipo di connessione"
},
"title": "Configurazione 1-Wire"
}
}
}
}