Add 'themes/hermit/' from commit '56843f347a642324970ba30d58f23c64e037bb7c'
git-subtree-dir: themes/hermit
git-subtree-mainline: 7844fa5501c271b1b2b5ece2cb19f3202cd6e5ad
git-subtree-split: 56843f347a
39 lines
519 B
TOML
39 lines
519 B
TOML
# 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"
|