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

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDSRKafuU <dsrkafuu@outlook.com>2021-06-09 09:50:42 +0300
committerGitHub <noreply@github.com>2021-06-09 09:50:42 +0300
commit50317aec4ac3884d46fefac5812b8ad8e1e15a46 (patch)
tree3eea1cb6cdca64a399408c11fedb7e3e11e8d9e6
parent8151cf402bbd3bb6ba33fa78894d8f6d5aecd157 (diff)
parentbbddd30d94888d61af03b14d7451c802e458963a (diff)
feat: Italian translationv2.7.1
Merge pull request #77 from fmaida/fmaida
-rw-r--r--exampleSite/config.toml2
-rw-r--r--i18n/it.toml55
2 files changed, 56 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e1ca8b9..33c6c30 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,7 +10,7 @@ ignoreErrors = ["error-disable-taxonomy"]
## Change this two to switch between different language
languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
-defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl
+defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it
summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..aa9d919
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,55 @@
+[sidebarToc]
+ other = "Sommario"
+
+[sidebarPages]
+ other = "Pagine"
+
+[sidebarTags]
+ other = "Tag"
+
+[sidebarLinks]
+ other = "Link"
+
+[sidebarBangumiChart]
+ other = "Bangumi"
+
+[footerPoweredFront]
+ other = "Basato su "
+
+[footerPoweredEnd]
+ other = " "
+
+[postMetaNoTag]
+ other = "Nessun tag"
+
+[postMetaWordCount]
+ one = "{{.Count}} parola"
+ other = "{{.Count}} parole"
+
+[postMetaReadingTime]
+ one = "{{.Count}} minuto"
+ other = "{{.Count}} minuti"
+
+[postCopyrightFront]
+ other = "Laddove non espressamente specificato, il contenuto di questo sito รจ protetto da licenza "
+
+[postCopyrightEnd]
+ other = "."
+
+[postComment]
+ other = "Carica i commenti"
+
+[archivesTotalPages]
+ other = "Articoli in totale: "
+
+[tagsCurrentTag]
+ other = "Articoli che contengono il tag {{ .Title }}: "
+
+[searchSuccess]
+ other = "[NUM] risultati ([TIME] ms)"
+
+[searchNotFound]
+ other = "Nessun risultato trovato"
+
+[searchFailed]
+ other = "Impossibile caricare il file di indice"