Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Suggestions and misspelling #753

Merged
merged 1 commit into from
May 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions interface/i18n/app.it.i18n.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"app": {
"loading": "Si sta caricando...",
"offline": "Non si puo connettere. E sicuro che è online?",
"logginIn": "Si sta connettendo..."
"loading": "Caricamento...",
"offline": "Impossibile connettersi, sicuro di essere online?",
"logginIn": "Autenticazione..."
},
"error": {
"insufficientRights": "Lei non ha sufficientemente diritti per fare quasta azione."
"insufficientRights": "Lei non ha sufficienti diritti per compiere quasta azione."
},
"buttons": {
"ok": "OK",
"cancel": "Anulla",
"cancel": "Annulla",
"save": "Salva",
"edit": "Modifica",
"send": "Invia",
Expand All @@ -19,16 +19,16 @@
"skip": "Salta",
"sending": "Inviando...",
"create": "Crea",
"tryToReconnect": "Prova a riconnettersi"
"tryToReconnect": "Prova a riconnetterti"
},
"commonWords": {
"you": "Lei",
"you": "Tu",
"send": "Invia",
"or": "oppure",
"of": "needed the context",
"of": "di",
"with": "con",
"and": "e",
"on": "needed the context",
"per": "needed the context"
"per": "per"
}
}