* refactor: migrate i18n files from YAML to TOML format and simplify structure * refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly * refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file * docs: update comments for i18n language availability and CJK language detection in hugo.toml.
48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
TOML
toggleMenu = "Afficher le menu"
|
|
darkMode = "Mode sombre"
|
|
|
|
[list]
|
|
section = "Section"
|
|
|
|
[list.page]
|
|
one = "{{ .Count }} page"
|
|
other = "{{ .Count }} pages"
|
|
|
|
[list.subsection]
|
|
one = "Sous-section"
|
|
other = "Sous-sections"
|
|
|
|
[article]
|
|
back = "Retour"
|
|
tableOfContents = "Table des matières"
|
|
relatedContent = "Contenus liés"
|
|
lastUpdatedOn = "Dernière mise à jour le"
|
|
|
|
[article.readingTime]
|
|
one = "{{ .Count }} minute de lecture"
|
|
other = "{{ .Count }} minutes de lecture"
|
|
|
|
[notFound]
|
|
title = "Page non trouvée"
|
|
subtitle = "Cette page n'existe pas."
|
|
|
|
[widget]
|
|
[widget.archives]
|
|
title = "Archives"
|
|
more = "Autres"
|
|
|
|
[widget.tagCloud]
|
|
title = "Mots clés"
|
|
|
|
[widget.categoriesCloud]
|
|
title = "Catégories"
|
|
|
|
[search]
|
|
title = "Rechercher"
|
|
placeholder = "Cherchez un article, une publication, etc."
|
|
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
|
|
|
[footer]
|
|
builtWith = "Généré avec {{ .Generator }}"
|
|
designedBy = "Thème {{ .Theme }} conçu par {{ .DesignedBy }}"
|