* docs: add blockquote with custom alert title * feat: add alert types to i18n and update blockquote rendering * fix: wrong translation key * feat: add alert title translation for all supported languages Done by AI
55 lines
1.3 KiB
TOML
55 lines
1.3 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"
|
|
|
|
[article.alert]
|
|
note = "Note"
|
|
tip = "Astuce"
|
|
important = "Important"
|
|
warning = "Avertissement"
|
|
caution = "Attention"
|
|
|
|
[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 }}"
|