Add Italian translation (#129)

This commit is contained in:
Massimo Girondi 2019-02-07 09:59:47 +01:00 committed by Hanzei
parent 9b49548467
commit a8f42fd1d6

25
i18n/it.toml Normal file
View file

@ -0,0 +1,25 @@
[404_title]
other = "404"
[404_description]
other = "Oops! Hai trovato un bug{{ with .Site.Params.email }} (in tal caso, [fammelo sapere](mailto:{{ . }})) {{ end }} o ti sei inventato qualcosa. Questa pagina non esiste!"
[index_projects_allProjects]
other = "Tutti i progetti"
[index_blog_latestPosts]
other = "Ultimi Post"
[index_blog_allPosts]
other = "Tutti i Post"
[index_blog_readMore]
other = "Leggi ancora"
[index_currentTime]
other = "Il mio orario attuale è"
[nav_backToSection]
other = "Torna a {{ .Title }}"
[nav_main]
other = "principale"
[blog_readingTime]
one = "{{ .Count }} minuto di lettura"
other = "{{ .Count }} minuti di lettura"
[blog_shareThis]
other = "Condividi"
[footer_text]
other = "[**Introduction**](https://github.com/vickylai/hugo-theme-introduction/) tema per [Hugo](http://gohugo.io/). Creato con [<i class=\"fa fa-heart\"></i> e <i class=\"fa fa-coffee\"></i>](https://vickylai.com) da sviluppatori open-source."