diff options
author | Francesco Maida | 2021-04-15 12:22:05 +0200 |
---|---|---|
committer | Francesco Maida | 2021-04-15 12:22:05 +0200 |
commit | bbddd30d94888d61af03b14d7451c802e458963a (patch) | |
tree | dedea958d534a5b30d1f15c89205191e35d24058 /i18n | |
parent | 17629987d294e8dd9afae5ec6317a20550e3bd17 (diff) | |
download | hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.tar.gz hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.tar.bz2 hugo-theme-fuji-bbddd30d94888d61af03b14d7451c802e458963a.zip |
Italian language added
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/it.toml | 55 |
1 files changed, 55 insertions, 0 deletions
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" |