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

fr.toml « i18n - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47e67ddca6b968c6eac6b7a8335f0153df1c0cb0 (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
50
51
52
53
54
55
[sidebarToc]
    other = "Table des matières"

[sidebarPages]
    other = "Pages"

[sidebarTags]
    other = "Étiquettes"

[sidebarLinks]
    other = "Liens"

[sidebarBangumiChart]
    other = "Bangumi"

[footerPoweredFront]
    other = "Propulsé par "

[footerPoweredEnd]
    other = " "

[postMetaNoTag]
    other = "Aucune étiquette"

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

[postMetaReadingTime]
    one = "{{.Count}} minute"
    other = "{{.Count}} minutes"

[postCopyrightFront]
    other = "Sauf indication contraire, le contenu de ce site est mis à disposition selon les termes de la Licence "

[postCopyrightEnd]
    other = "."

[postComment]
    other = "Télécharger les commentaires"

[archivesTotalPages]
    other = "Posts totaux: "

[tagsCurrentTag]
    other = "Posts avec l'étiquette {{ .Title }}: "

[searchSuccess]
    other = "[NUM] résultats ([TIME] ms)"

[searchNotFound]
    other = "Résultats non trouvés"

[searchFailed]
    other = "Échec du chargement du fichier d'index"