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

fr-fr.yaml « i18n - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6795724d099c3004a833b81cf76f8fbe44ab6e50 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
## GLOBAL ##
- id: "global.home"
  translation: "Accueil"

- id: "global.categories"
  translation: "Catégories"

- id: "global.category"
  translation: "Catégorie"

- id: "global.tags"
  translation: "Tags"

- id: "global.tag"
  translation: "Tag"

- id: "global.archives"
  translation: "Archive"

- id: "global.search"
  translation: "Rechercher"

- id: "global.about"
  translation: "À propos"

- id: "global.author_picture"
  translation: "Photo de l'auteur"

- id: "global.share_on"
  translation: "Partager sur %s"

- id: "global.mail"
  translation: "Mail"

- id: "global.rss"
  translation: "RSS"

- id: "global.search_category"
  translation: "Rechercher une catégorie"

- id: "global.search_tag"
  translation: "Rechercher un tag"

- id: "global.search_date"
  translation: "Rechercher une date (YYYY/MM/DD)"

- id: "global.read_more_about_author"
  translation: "En savoir plus sur l'auteur"

- id: "global.zoom_in_on_picture"
  translation: "Zoomer sur l'image"

- id: "global.go_to_homepage"
  translation: "Aller à la page principale"

- id: "global.open_link"
  translation: "Ouvrir le lien"

- id: "global.open_post"
  translation: "Ouvrir l'article"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
  translation: "aucun article trouvé"

- id: "global.posts_found.one"
  translation: "1 article trouvé"

- id: "global.posts_found.other"
  translation: "{n} articles trouvés"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
  translation: "aucune catégorie trouvée"

- id: "global.categories_found.one"
  translation: "1 catégorie trouvée"

- id: "global.categories_found.other"
  translation: "{n} catégories trouvées"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
  translation: "aucun tags trouvé"

- id: "global.tags_found.one"
  translation: "1 tag trouvé"

- id: "global.tags_found.other"
  translation: "{n} tags trouvés"

## PAGINATION ##
- id: "pagination.page"
  translation: "page {{ .Paginator.PageNumber }}"

- id: "pagination.of"
  translation: "sur {{ .Paginator.TotalPages }}"

- id: "pagination.newer_posts"
  translation: "POSTS RÉCENTS"

- id: "pagination.older_posts"
  translation: "POSTS ANCIENTS"

- id: "pagination.previous"
  translation: "PRÉCÉDENT"

- id: "pagination.next"
  translation: "SUIVANT"

## POST ##
- id: "post.no_title"
  translation: "sans titre"

- id: "post.categorized_in"
  translation: "dans"

- id: "post.tagged_in"
  translation: "TAGGÉ DANS"

- id: "post.toc"
  translation: "Table des matières"

- id: "post.read_more"
  translation: "Continuer"

- id: "post.go_to_website"
  translation: "Aller au site web"

- id: "post.comment_and_share"
  translation: "Commenter et partager"

- id: "post.comment"
  translation: "Laisser un commentaire"

- id: "post.back_to_top"
  translation: "Retour en haut de page"

- id: "post.share"
  translation: "Partager cette publication"

- id: "post.gallery"
  translation: "Galerie"

## POST.IMAGE ##

- id: "post.image.one"
  translation: "image"

- id: "post.image.other"
  translation: "{n} images"

## FOOTER ##
- id: "footer.all_rights_reserved"
  translation: "Tous droits réservés"

## DATE ##
- id: "date.month.january"
  translation: "Janvier"

- id: "date.month.february"
  translation: "Février"

- id: "date.month.march"
  translation: "Mars"

- id: "date.month.april"
  translation: "Avril"

- id: "date.month.may"
  translation: "Mai"

- id: "date.month.june"
  translation: "Juin"

- id: "date.month.july"
  translation: "Juillet"

- id: "date.month.august"
  translation: "Août"

- id: "date.month.september"
  translation: "Septembre"

- id: "date.month.october"
  translation: "Octobre"

- id: "date.month.november"
  translation: "Novembre"

- id: "date.month.december"
  translation: "Décembre"