1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/nut/translations/it.json
2022-05-19 00:26:11 +00:00

37 lines
965 B
JSON

{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"unknown": "Errore imprevisto"
},
"step": {
"ups": {
"data": {
"alias": "Alias"
},
"title": "Scegli l'UPS da monitorare"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Porta",
"username": "Nome utente"
},
"title": "Connettiti al server NUT"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Intervallo di scansione (secondi)"
}
}
}
}
}