-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1463 from fabio-garavini/italian_translation
italian translation
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |