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

27 lines
925 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"error": {
"already_configured": "L'account \u00e8 gi\u00e0 configurato",
2020-10-16 00:04:33 +00:00
"cannot_connect": "Impossibile connettersi",
2020-10-27 00:06:28 +00:00
"invalid_auth": "Autenticazione non valida"
2020-08-27 00:04:55 +00:00
},
2021-05-18 00:12:13 +00:00
"flow_title": "{username}",
2020-08-27 00:04:55 +00:00
"step": {
2020-11-25 00:03:05 +00:00
"reauth": {
"data": {
"password": "Password"
},
"description": "Autenticazione non riuscita per OVO Energy. Immettere le credenziali correnti.",
"title": "Riautenticazione"
},
2020-08-27 00:04:55 +00:00
"user": {
"data": {
"password": "Password",
"username": "Nome utente"
},
"description": "Configura un'istanza OVO Energy per accedere al tuo consumo energetico.",
"title": "Aggiungi Conto Energetico OVO"
}
}
}
}