Skip to content

Commit

Permalink
Merge pull request #1463 from fabio-garavini/italian_translation
Browse files Browse the repository at this point in the history
italian translation
  • Loading branch information
AlexxIT authored Aug 15, 2024
2 parents e5babd0 + 40b71e8 commit a8321c0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions custom_components/sonoff/translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"config": {
"abort": {
"reauth_successful": "Re-autenticazione avvenuta con successo"
},
"error": {
"exists": "Questo account è già stato configurato",
"template": "{error}"
},
"step": {
"user": {
"description": "Inserisci le credenziali del tuo [account eWelink](https://www.ewelink.cc/en/)",
"data": {
"username": "Email o numero di telefono (usa uno qualsiasi per DIY mode)",
"password": "Password (lascia vuoto per DIY mode)",
"country_code": "Codice paese (lascia vuoto per rilevarlo automaticamente)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Modalità (per la maggior parte degli utenti lasciare su auto)",
"homes": "Case (non specificare per selezionare quella di default sull'app)",
"debug": "Pagina di Debug (Integrazioni > Menu > Known issues)"
}
}
}
},
"system_health": {
"info": {
"version": "Versione",
"cloud_online": "Dispositivi Cloud online",
"local_online": "Dispositivi Locali online",
"debug": "Pagina di Debug"
}
}
}

0 comments on commit a8321c0

Please sign in to comment.