forked from nodejh/hugo-theme-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfr.yaml
53 lines (38 loc) · 1.06 KB
/
fr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
home:
other: Accueil
archive:
other: Archives
tags:
other: Tags
about:
other: À propos
subscribe:
other: S'abonner
404title:
other: 404 - Page introuvable
404subtitle:
other: Le contenu que vous recherchez ne semble pas exister.
readMore:
other: Continuer...
minuteRead:
other: "Temps de lecture {{ .ReadingTime }}min"
publishDate:
other: >-
{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }}
publishDateFull:
other: >-
{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }}
wordCount:
one: "{{ .WordCount }} mot"
other: "{{ .WordCount }} mots"
postsNewer:
other: Plus récents
postsOlder:
other: Plus anciens
poweredBy:
other: >-
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme par <a
href='https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
publishDateShort:
other: >-
{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }}