hugo-theme-stack/i18n/fr.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

40 lines
912 B
YAML

toggleMenu: Afficher le menu
darkMode: Mode sombre
list:
page:
one: "{{ .Count }} page"
other: "{{ .Count }} pages"
section: Section
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
readingTime:
one: "{{ .Count }} minute de lecture"
other: "{{ .Count }} minutes de lecture"
notFound:
title: Page non trouvée
subtitle: Cette page n'existe pas.
widget:
archives:
title: Archives
more: Autres
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 }}