Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
93
themes/mainroad/i18n/fr.yaml
Normal file
93
themes/mainroad/i18n/fr.yaml
Normal file
|
@ -0,0 +1,93 @@
|
|||
# General
|
||||
- id: read_more
|
||||
translation: "Lire la suite…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Dernière modification"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traductions"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Sommaire"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Précédent"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Suivant"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "À propos de {{ .Name }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "Attention"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Activez au moins un widget pour la barre latérale."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "Rechercher…"
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Langues"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Catégories"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Articles récents"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Mots-clefs"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Produit par <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> et le thème \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Page introuvable."
|
||||
|
||||
- id: 404_text
|
||||
translation: "La page que vous recherchez a apparemment été supprimée, déplacée, ou n'existe pas."
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "Accueil"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Vous n'avez pas encore de posts!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Une fois que vous avez publié quelque chose dans n'importe quel sous-dossier (section) du dossier <b>content</b>, \
|
||||
cela apparaîtra ici. Par défaut, une seule section (celle avec le plus de posts) sera affichée sur la page \
|
||||
principale."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Astuce:</b> Vous pouvez afficher autant de sections que vous voulez avec le paramètre de configuration \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
Loading…
Add table
Add a link
Reference in a new issue