Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fr.toml « i18n - github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3393844e256c717736f4447f5304427adb1f87e4 (plain)
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
[more]
other = "Plus"

[allTitle]
other = "Tous les {{.Title }}"

[recentTitle]
other = "{{.Title }} récents"

[readMore]
other = "lire plus"

[by]
other = "Par"

[whatsInThis]
other = "Ce qui est dans {{ .Type }}"

[related]
other = "Lié"

[yourName]
other = "Votre nom"

[emailAddress]
other = "Adresse e-mail"

[message]
other = "Message"

[emailRequiredNote]
other = "Une adresse e-mail est requise."

[send]
other = "Envoyer"

[taxonomyPageList]
other = "Ci-dessous se trouvent les pages utilisant le terme taxonomique “{{ .Title }}”"

[readingTime]
one = "Une minute de lecture"
other = "{{ .Count }} minutes de lecture"

[wordCount]
one = "Un mot"
other = "{{ .Count }} mots"

[pageTitle]
other = "{{ .Name }} page"