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

21 lines
583 B
JSON
Raw Normal View History

2021-12-31 00:14:15 +00:00
{
"config": {
"abort": {
"already_configured": "L'account \u00e8 gi\u00e0 configurato"
},
"error": {
2022-03-03 00:20:45 +00:00
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida",
"no_devices": "Nessun dispositivo rilevato",
"no_username": "Impossibile ottenere il nome utente"
2021-12-31 00:14:15 +00:00
},
"step": {
"user": {
"data": {
"api_key": "Chiave API",
"name": "Nome"
}
}
}
}
}