aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/fr.yaml
blob: 4e6e1f87bd21fd9ca44cdf9c1c43cfa7f1adec3c (plain) (blame)
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
70
71
72
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
    categoriesCloud:
        title:
            other: Catégories

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 }}