-
Notifications
You must be signed in to change notification settings - Fork 30
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 #65 from vtex-apps/feature/add-italian-translation
Add italian translation
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 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
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
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
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,53 @@ | ||
{ | ||
"userInfo.greeting": "Ciao", | ||
|
||
"pages.addresses": "Indirizzi", | ||
"pages.addressCreate": "Aggiungi indirizzo", | ||
"pages.addressEdit": "Modifica indirizzo", | ||
"pages.profile": "Profilo", | ||
"pages.profileEdit": "Modifica Profilo", | ||
"pages.myAccount": "Il mio account", | ||
|
||
"personalData.redefinePassword": "Ridefinisci la password", | ||
"personalData.saveData": "Salva le modifiche", | ||
"personalData.password": "Password", | ||
"personalData.currentPassword": "Password attuale", | ||
"personalData.newPassword": "Nuova password", | ||
"personalData.confirmPassword": "Conferma la nuova password", | ||
"personalData.savePassword": "Salva la password", | ||
"personalData.yourPasswordMust": "La tua password deve avere almeno:", | ||
"personalData.8chars": "8 caratteri", | ||
"personalData.1number": "1 numero", | ||
"personalData.1upLetter": "1 lettera maiuscola", | ||
"personalData.1lowLetter": "1 lettera minuscola", | ||
|
||
"upload.loading": "Caricamento in corso…", | ||
"upload.choosePhoto": "Scegli una foto", | ||
"upload.chooseAgain": "Scegli un'altra immagine", | ||
"upload.save": "Salvare", | ||
"upload.dragYourPhoto": "Trascina qui la tua nuova immagine del profilo", | ||
"upload.photoUpdated": "La tua immagine del profilo è stata aggiornata con successo.", | ||
"upload.or": "o", | ||
|
||
"addresses.addAddress": "Aggiungi indirizzo", | ||
"addresses.saveAddress": "Salva l'indirizzo", | ||
"addresses.deleteAddress": "Elimina l'indirizzo", | ||
"addresses.notFound": "Non hai ancora nessun indirizzo!", | ||
|
||
"commons.edit": "Modifica", | ||
|
||
"alert.addressNotFound": "L'indirizzo selezionato non è stato trovato.", | ||
"alert.success": "Le tue informazioni sono state salvate correttamente.", | ||
"alert.fileTooBig": "Questa immagine è al di sopra del limite di 4 MB, scegli una più piccola.", | ||
"alert.passwordMismatch": "Le due password non corrispondono.", | ||
"alert.wrongPassword": "La password corrente è sbagliata.", | ||
"alert.wrongAndAboutToBlock": "La password corrente è sbagliata. Un altro tentativo non valido bloccherà il tuo account per un'ora.", | ||
"alert.blockedUser": "Sei stato bloccato, riprova più tardi.", | ||
|
||
"editor.defaultRoute.name": "Il mio Account - Home", | ||
"editor.defaultRoute.description": "Pagina di default della pagina: Il mio Account", | ||
"editor.defaultRoute.field": "Percorso predefinito della pagina: Il mio Account", | ||
"editor.menu.name": "Il mio Account - Menu", | ||
"editor.menu.description": "Menu laterale Il mio Account", | ||
"editor.menu.field": "Extension Point del Menu" | ||
} |