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

fr.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3feb1dc0e2cc0b646225e20d6ede35c09bd5f54 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
toggleMenu:
    other: Afficher le menu

darkMode:
    other: Mode sombre

list:
    page:
        one: "{{ .Count }} page"
        other: "{{ .Count }} pages"

    section:
        other: Section

    subsection:
        one: Sous-section
        other: Sous-sections

article:
    back:
        other: Retour

    tableOfContents:
        other: Table des matières

    relatedContent:
        other: Contenus liés

    lastUpdatedOn:
        other: Dernière mise à jour le

    readingTime:
        one: "{{ .Count }} minute de lecture"
        other: "{{ .Count }} minutes de lecture"

notFound:
    title:
        other: Page non trouvée
    subtitle:
        other: Cette page n'existe pas.

widget:
    archives:
        title:
            other: Archives

        more:
            other: Autres

    tagCloud:
        title:
            other: Mots clés

search:
    title:
        other: Rechercher

    placeholder:
        other: Cherchez un article, une publication, etc.

    resultTitle:
        other: "#PAGES_COUNT pages (#TIME_SECONDS secondes)"

footer:
    builtWith:
        other: Généré avec {{ .Generator }}

    designedBy:
        other: Thème {{ .Theme }} conçu par {{ .DesignedBy }}