First version of the theme
This commit is contained in:
commit
8dd30f6eb8
61 changed files with 1658 additions and 0 deletions
51
i18n/fr.toml
Normal file
51
i18n/fr.toml
Normal file
|
@ -0,0 +1,51 @@
|
|||
[categories]
|
||||
one = "catégorie"
|
||||
other = "catégories"
|
||||
|
||||
[tags]
|
||||
one = "tag"
|
||||
other = "tags"
|
||||
|
||||
[articles]
|
||||
one = "archive"
|
||||
other = "archives"
|
||||
|
||||
[reading_time]
|
||||
one = "Une minute de lecture"
|
||||
other = "{{ .Count }} minutes de lecture"
|
||||
|
||||
[previous_article]
|
||||
other = "article précédent"
|
||||
|
||||
[next_article]
|
||||
other = "article suivant"
|
||||
|
||||
[alt_image]
|
||||
other = "Image de l'article:"
|
||||
|
||||
[alt_avatar]
|
||||
other = "Avatar de {{ .Site.Params.author }}"
|
||||
|
||||
[go_home]
|
||||
other = "Retour à la page d'accueil"
|
||||
|
||||
[error_404]
|
||||
other = "Erreur 404 : Page non trouvée"
|
||||
|
||||
[error_404_title]
|
||||
other = "Title link"
|
||||
|
||||
[error_404_txt]
|
||||
other = "Désolé, la page à laquelle vous essayez d'accéder n'existe pas."
|
||||
|
||||
[error_404_reasons]
|
||||
other = """Raisons possibles :
|
||||
<ul>
|
||||
<li>La page que vous cherchez a été déplacée ou supprimée ;</li>
|
||||
<li>Vous avez peut-être utilisé un lien obsolète ou rompu ;</li>
|
||||
<li>Vous avez peut-être mal saisi l'adresse
|
||||
(<abbr title="Uniform Resource Locator">URL</abbr>).</li>
|
||||
</ul>"""
|
||||
|
||||
[page_top]
|
||||
other = "revenir en haut de page"
|
Loading…
Add table
Add a link
Reference in a new issue