From b8e24ec61e7602d2b259daec939f258bcad036cd Mon Sep 17 00:00:00 2001
From: Fastbyte01 <16869546+Fastbyte01@users.noreply.github.com>
Date: Sat, 27 Jun 2020 15:31:18 +0200
Subject: [PATCH] Added italian
Added the italian translation
---
i18n/it.toml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
create mode 100644 i18n/it.toml
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 00000000..812c6942
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,74 @@
+[date_format]
+ other = "2 January 2006"
+[postreadingtime]
+ one = "1 min di lettura"
+ other = "{{ .Count }} min di lettura"
+[recent_posts]
+ other = "Post recenti"
+[see_more]
+ other = "Vedi altro"
+[read_more]
+ other = "Continua a leggere"
+[categories]
+ other = "Categorie"
+[category]
+ other = "Categoria"
+[tags]
+ other = "Tag"
+[tag]
+ other = "Tag"
+[share_post]
+ other = "Condividi questo post"
+[check_out]
+ other = "Dai un'occhiata a questo post di"
+[about]
+ other = "Info su"
+[learn_more]
+ other = "Per saperne di più"
+[repliestext]
+ one = "Risponde normalmente entro 1 ora."
+ other = "Risponde normalmente entro {{ .Count }} ore."
+[submit]
+ other = "Invia"
+[404_pagenotfound]
+ other = "Pagina non trovata"
+[404_sorry]
+ other = "Spiacente, ma la pagina che stavi cercandi di vedere non esiste."
+[404_goback]
+ other = "Indietro"
+[blog]
+ other = "Blog"
+[contact]
+ other = "Contatti"
+[next_page]
+ other = "Pagina successiva"
+[previous_page]
+ other = "Pagina precedente"
+[attribution]
+ other = "Tema: Hugo Future Imperfect Slim
Un port di HTML5 UP | Offerto da Hugo"
+[comments]
+ other = "Commenti"
+[say_sth]
+ other = "Di qualcosa"
+[name]
+ other = "Nome (Obbligatorio)"
+[email]
+ other = "Indirizzo email (Obbligatorio per Gravatar)"
+[website]
+ other = "Sito web"
+[body]
+ other = "Messaggio. Sentiti libero di usare il Markdown (Google 'Markdown Cheat Sheet')."
+[no_comment]
+ other = "Ancora niente."
+[reply]
+ other = "Rispondi"
+[btn_reset]
+ other = "Ripristina"
+[btn_submitted]
+ other = "Inviato"
+[btn_sumbit]
+ other = "Invia"
+[error_msg]
+ other = "Spiacente, ma si è verificato un errore durante l'invio. Controlla che tutti i campi obbligatori siano stati compilati e porva di nuovo."
+[success_msg]
+ other = "Grazie per il tuo commento! Verrà mostrato sul sito una voltà che sarà approvato."