-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b54745b
commit 2232277
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
article: | ||
anchor_label: "Ancre" | ||
draft: "Brouillon" | ||
edit_title: "Editer" | ||
reading_time: | ||
one: "{{ .Count }} min" | ||
other: "{{ .Count }} mins" | ||
reading_time_title: "Temps de lecture" | ||
|
||
author: | ||
byline_title: "Auteur" | ||
|
||
error: | ||
404_title: "Cette page n'existe pas :confused:" | ||
404_error: "Erreur 404" | ||
404_description: "Il semble que la page que vous cherchiez n'existe pas." | ||
|
||
footer: | ||
powered_by: "Propulsé par {{ .Hugo }} & {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Lien d'article externe." | ||
no_articles: "Il n'y a pas encore d'articles ici." | ||
|
||
sharing: | ||
email: "Envoyer par email" | ||
facebook: "Poster sur Facebook" | ||
linkedin: "Poster sur LinkedIn" | ||
pinterest: "Poster sur Pinterest" | ||
reddit: "Poster sur Reddit" | ||
twitter: "Tweeter" | ||
|
||
shortcode: | ||
recent_articles: "Recent" | ||
icon_none: "Icone non trouvée." |