-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
53 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
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,42 @@ | ||
{ | ||
"log_in": "Login", | ||
"log_out": "Logout", | ||
"logged_in_as": "Connesso come", | ||
"logged_in": "Connesso", | ||
"logging_in": "Connessione", | ||
"logging_out": "Disconnessione", | ||
"sign_up": "Registrati", | ||
"signing_up": "Registrazione", | ||
"forgot_password": "Password dimenticata?", | ||
"recover_password": "Recupera password", | ||
"send_recovery_email": "Invia email di recupero", | ||
"sending_recovery_email": "Invio email di recupero", | ||
"never_mind": "Annulla", | ||
"update_password": "Aggiorna password", | ||
"updating_password": "Aggiornamento password", | ||
"complete_your_signup": "Completa la registrazione", | ||
"site_url_title": "Impostazioni di sviluppo", | ||
"site_url_link_text": "Elimina l'URL localhost", | ||
"site_url_message": "Esecuzione su server locale rilevata. Inserisci l'URL del tuo sito Netlify.", | ||
"site_url_label": "Inserisci l'URL del tuo sito Netlify", | ||
"site_url_placeholder": "URL del tuo sito Netlify", | ||
"site_url_submit": "Imposta URL", | ||
"message_confirm": "Un messaggio di conferma è stato inviato alla tua email, clicca sul link al suo interno per continuare.", | ||
"message_password_mail": "Abbiamo inviato un email di recupero al tuo account, clicca sul link al suo interno per reimpostare la password.", | ||
"message_email_changed": "Indirizzo email aggiornato!", | ||
"message_verfication_error": "Errore durante la verifica del tuo account. Riprova più tardi o contatta un amministratore.", | ||
"message_signup_disabled": "La registrazione pubblica è disabilitata. Contatta un amministratore per chiedere un invito.", | ||
"form_name_placeholder": "Nome", | ||
"form_email_label": "Inserisci la tua email", | ||
"form_name_label": "Inserisci il tuo nome", | ||
"form_email_placeholder": "Email", | ||
"form_password_label": "Inserisci password", | ||
"form_password_placeholder": "Password", | ||
"coded_by": "Coded by Netlify", | ||
"continue_with": "Continua con", | ||
"No user found with this email": "Nessun utente trovato per questa email", | ||
"Invalid Password": "Password non valida", | ||
"Email not confirmed": "Email non confermata", | ||
"User not found": "Utente non trovato" | ||
} | ||
|