diff --git a/i18n/en.yaml b/i18n/en.yaml index 4c0762c..ef7cb53 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -27,3 +27,8 @@ # Footer - id: poweredBy translation: 'This page was built with Hugo {{ . }} using the Hugo port of the Antora default UI. The source code for this UI is licensed under the terms of the Mozilla Public License, Version 2.0 (MPL-2.0).' + + +# Taxo +- id: categories + translation: catégories diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..a696356 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,34 @@ +# Content +- id: contents + translation: "Sur cette page..." +- id: continueReading + translation: "Poursuivre la lecture “{{ . }}” …" +- id: dateFormat + translation: "January 2, 2006" +- id: editThisPage + translation: "Editer cette page" +- id: in + translation: "en" +- id: lastModified + translation: "(Modifié le {{ . }})" +- id: postedOnDate + translation: "Enrégistré le {{ . }}" +- id: taggedWith + translation: "Marqué par" + + +# 404 page +- id: pageNotFoundLink + translation: 'Cette page n’existe pas. Elle se trouve probablement ailleurs sur le site. Vous pouvez retourner à la page d’acceuil ou bien suivre les liens de navigation à gauche.' +- id: pageNotFoundAction + translation: 'Si vous êtes arrivé ici en cliquant sur un lien, Veuillez avertir le propriétaire du site que le lien est brisé. Si vous avez tapé le lien manuellement veuillez vérifiez que vous l’avez saisi correctement.' + + +# Footer +- id: poweredBy + translation: 'Cette page a été construite avec Hugo {{ . }} et le port Hugo de Antora default UI. Ce code est publié sous les termes de Mozilla Public License, Version 2.0 (MPL-2.0).' + + +# Taxo +- id: categories + translation: catégories diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cdf1b35..4f431b3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - +
{{ partial "head.html" . }} diff --git a/layouts/partials/header-content.html b/layouts/partials/header-content.html index e743a1d..f830c75 100644 --- a/layouts/partials/header-content.html +++ b/layouts/partials/header-content.html @@ -16,12 +16,12 @@ {{ .Name }} {{ else }} - {{ .Name }} + {{ .Name }} {{ end }} {{ end }} diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 7b1131e..74b55e7 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -1,3 +1,3 @@ -