Skip to content

Commit

Permalink
added italian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed May 3, 2014
1 parent 5605381 commit e8f5e68
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
43 changes: 43 additions & 0 deletions client/t9n/italian.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
it =
signIn: "Accedi"
signin: "accedi"
signOut: "Esci"
signUp: "Registrati"
OR: "OPPURE"
forgotPassword: "Hai dimenticato la password?"
emailAddress: "Indirizzo Email"
emailResetLink: "Invia Link di Reset"
dontHaveAnAccount: "Non hai un account?"
resetYourPassword: "Reimposta la password"
updateYourPassword: "Aggiorna la password"
password: "Password"
usernameOrEmail: "Nome utente o email"
email: "Email"
ifYouAlreadyHaveAnAccount: "Se hai già un account"
signUpWithYourEmailAddress: "Registrati con il tuo indirizzo email"
username: "Username"
optional: "Opzionale"
signupCode: "Codice di Registrazione"
clickAgree: "Cliccando Registrati, accetti la nostra"
privacyPolicy: "Privacy Policy"
terms: "Termini di Servizio"
sign: "Accedi"
configure: "Configura"
with: "con"
createAccount: "Crea un Account"
and: "e"
"Match failed": "Riscontro fallito"
"User not found": "Utente non trovato"

error:
minChar: "Password di almeno 7 caratteri."
pwOneLetter: "La Password deve contenere 1 lettera."
pwOneDigit: "La Password deve contenere almeno un numero."
usernameRequired: "Il Nome utente è obbligatorio."
emailRequired: "L'Email è obbligatoria."
signupCodeRequired: "Il Codice di Registrazione è obbligatorio."
signupCodeIncorrect: "Codice di Registrazione errato."
signInRequired: "Per fare questo devi accedere."
usernameIsEmail: "Il Nome Utente non può essere un indirizzo email."

T9n.map "it", it
7 changes: 4 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Package.on_use(function(api) {
'client/t9n/english.coffee',
'client/t9n/french.coffee',
'client/t9n/german.coffee',
'client/t9n/italian.coffee',
'client/t9n/polish.coffee',
'client/t9n/spanish.coffee'
], 'client');
Expand Down Expand Up @@ -72,8 +73,8 @@ Package.on_test(function (api) {
'templating',
'mongo-livedata',
'coffeescript',
'iron-router'])
api.use('accounts-entry')
'iron-router']);
api.use('accounts-entry');

api.add_files(['tests/route.coffee', 'tests/client.html', 'tests/client.coffee'], 'client')
api.add_files(['tests/route.coffee', 'tests/client.html', 'tests/client.coffee'], 'client');
})

0 comments on commit e8f5e68

Please sign in to comment.