Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-27 21:08:31 +0300
committerDillon <dillonzq@outlook.com>2020-04-27 21:08:31 +0300
commit66d45520a9cbe663dea9ef1ad30932672c64e8a6 (patch)
tree5d3a182952c5d9ecd6df391abe76852f8b78b09b /i18n
parent6805d695f6ee1ba6b774a9ae518b85c8030bfa08 (diff)
i18n: add Italian tranlation (#268)
commit c16df9f2cb1113adb68a6bfb9c9d2a08959486cf Author: Dillon <dillonzq@outlook.com> Date: Tue Apr 28 02:07:28 2020 +0800 i18n: update Italian commit 6b259a9386d99ba2d4a3ab0f9827aadc778ee728 Merge: 1dc3e57 6805d69 Author: Dillon <dillonzq@outlook.com> Date: Tue Apr 28 01:41:32 2020 +0800 Merge branch 'develop' into i18n/italian commit 1dc3e5715dc8b4128286b4b734c946bff27ea1db Author: Nicolò Pratelli <pratelli1991@gmail.com> Date: Mon Apr 27 19:38:42 2020 +0200 Add Italian tranlation (#268)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/it.toml194
1 files changed, 194 insertions, 0 deletions
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 00000000..e37633b0
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,194 @@
+# Translations for Italian
+# Traduzioni per l'italiano
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Torna all'inizio"
+
+[viewComments]
+other = "Vedi commenti"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Articoli"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tutti %s"
+
+[tag]
+other = "Etichetta"
+
+[tags]
+other = "Etichette"
+
+[category]
+other = "Categoria"
+
+[categories]
+other = "Categorie"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Più"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Scegliere la lingua"
+
+[switchTheme]
+other = "Cambiare il tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Realizzato da %s"
+
+[theme]
+other = "Tema"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Il tuo commento ..."
+
+[facebookLanguageCode]
+other = "it"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Cerca"
+
+[searchPlaceholder]
+other = "Cerca il titolo o il contenuto dell'articolo ..."
+
+[clear]
+other = "Chiaro"
+
+[cancel]
+other = "Annulla"
+
+[noResultsFound]
+other = "Nessun risultato trovato"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.it.js"
+
+[lunrLanguageCode]
+other = "it"
+
+[copyToClipboard]
+other = "Copia negli appunti"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Condividi su"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenuti"
+
+[publish]
+other = "pubblicato su"
+
+[included]
+other = "incluso in"
+
+[wordCount]
+other = "circa {{ .Count }} parole"
+
+[readingTime]
+other = "{{ .Count }} min"
+
+[views]
+other = "visualizzazioni"
+
+[author]
+other = "Autore"
+
+[lastMod]
+other = "L'articolo è stato modificato il %s"
+
+[license]
+other = "Pubblicato sotto la licenza %s"
+
+[seeMarkdown]
+other = "Leggi Markdown"
+
+[back]
+other = "Indietro"
+
+[home]
+other = "Home"
+
+[readMore]
+other = "Leggi di più"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Pagina non trovata"
+
+[pageNotFoundText]
+other = "Mi spiace, la pagina cercata non esiste."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Note"
+
+[abstract]
+other = "Sommario"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Suggerimenti"
+
+[success]
+other = "Successo"
+
+[question]
+other = "Domande"
+
+[warning]
+other = "Avvertimento"
+
+[failure]
+other = "Fallimento"
+
+[danger]
+other = "Pericolo"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Esempio"
+
+[quote]
+other = "Citazione"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NUOVO"
+
+[changed]
+other = "CAMBIATO"
+
+[deleted]
+other = "CANCELLATO"
+# === shortcodes/version.html ===