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

fr.toml « i18n - github.com/s4n7h0/hugo-theme-timeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ea342ea1eb0f695eb47b130c39cf3bf0ee1c8dc (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
# Translations for French
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Traductions"

[postAvailable]
other = "Aussi disponible en"


# 404.html
#
[archives]
other = "Les archives"

[home]
other = "Accueil"

[notFound]
other = "Oups, page non trouvée …"


# posts/single.html
#
[readingTime]
one   = "Une minute"
other = "{{ .Count }} minutes"

[tableOfContents]
other = "Table des matières"

[wordCount]
one   = "Un Mot"
other = "{{ .Count }} Mots"