Inline the submodule of themes/hermit with a git-subtree

Add 'themes/hermit/' from commit '56843f347a642324970ba30d58f23c64e037bb7c'

git-subtree-dir: themes/hermit
git-subtree-mainline: 7844fa5501c271b1b2b5ece2cb19f3202cd6e5ad
git-subtree-split: 56843f347a
This commit is contained in:
Vojtěch Káně
2026-02-21 23:42:08 +01:00
64 changed files with 4175 additions and 34 deletions

View File

@@ -0,0 +1,38 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "Oops, page not found…"
[home]
other = "Home"
[archives]
other = "Archives"
# posts/single.html
#
[seeAlso]
other = "See Also"
[wordCount]
other = "{{ .WordCount }} Words"
[tableOfContents]
other = "Table of Contents"
[newer]
other = "Newer"
[older]
other = "Older"
# partials/header.html
#
[menu]
other = "Menu"
[featuredImage]
other = "Featured Image"

View File

@@ -0,0 +1,38 @@
# Translations for French
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "Oh non! page non-trouvée…"
[home]
other = "Accueil"
[archives]
other = "Archives"
# posts/single.html
#
[seeAlso]
other = "Voir également"
[wordCount]
other = "{{ .WordCount }} mots"
[tableOfContents]
other = "Sommaire"
[newer]
other = "Suivant"
[older]
other = "Précédent"
# partials/header.html
#
[menu]
other = "Menu"
[featuredImage]
other = "Image sélectionnée"

View File

@@ -0,0 +1,35 @@
# Translations for Italian
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "Oops, pagina non trovata…"
[home]
other = "Home"
[archives]
other = "Archivi"
# posts/single.html
#
[wordCount]
other = "{{ .WordCount }} Parole"
[tableOfContents]
other = "Sommario"
[newer]
other = "Prossimo"
[older]
other = "Precedente"
# partials/header.html
#
[menu]
other = "Menu"
[featuredImage]
other = "Immagine in primo piano"

View File

@@ -0,0 +1,38 @@
# Translations for Simplified Chinese - 简体中文
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[notFound]
other = "糟糕,您要访问的页面不存在……"
[home]
other = "主页"
[archives]
other = "归档"
# posts/single.html
#
[seeAlso]
other = "相关推荐"
[wordCount]
other = "{{ .WordCount }} 字"
[tableOfContents]
other = "目录"
[newer]
other = "新"
[older]
other = "旧"
# partials/header.html
#
[menu]
other = "菜单"
[featuredImage]
other = "特色图片"