Remove vapidPublicKey from Nodeinfo
[akkoma] / priv / gettext / fr / LC_MESSAGES / errors.po
1 ## `msgid`s in this file come from POT (.pot) files.
2 ##
3 ## Do not add, change, or remove `msgid`s manually here as
4 ## they're tied to the ones in the corresponding POT file
5 ## (with the same domain).
6 ##
7 ## Use `mix gettext.extract --merge` or `mix gettext.merge`
8 ## to merge POT files into PO files.
9 msgid ""
10 msgstr ""
11 "Language: fr\n"
12 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
14 msgid "can't be blank"
15 msgstr "ne peut être vide"
16
17 ## grammatical gender…
18 msgid "has already been taken"
19 msgstr "a déjà été pris"
20
21 msgid "is invalid"
22 msgstr "est invalide"
23
24 msgid "has invalid format"
25 msgstr "a un format invalide"
26
27 msgid "has an invalid entry"
28 msgstr "a une entrée invalide"
29
30 ## grammatical gender…
31 msgid "is reserved"
32 msgstr "est réservé"
33
34 msgid "does not match confirmation"
35 msgstr "ne correspondent pas"
36
37 msgid "is still associated with this entry"
38 msgstr ""
39
40 msgid "are still associated with this entry"
41 msgstr ""
42
43 msgid "should be %{count} character(s)"
44 msgid_plural "should be %{count} character(s)"
45 msgstr[0] "devrait avoir %{count} charactère"
46 msgstr[1] "devrait avoir %{count} charactères"
47
48 msgid "should have %{count} item(s)"
49 msgid_plural "should have %{count} item(s)"
50 msgstr[0] "devrait avoir %{count} objet"
51 msgstr[1] "devrait avoir %{count} objets"
52
53 msgid "should be at least %{count} character(s)"
54 msgid_plural "should be at least %{count} character(s)"
55 msgstr[0] "devrait avoir au moins %{count} charactère"
56 msgstr[1] "devrait avoir au moins %{count} charactères"
57
58 msgid "should have at least %{count} item(s)"
59 msgid_plural "should have at least %{count} item(s)"
60 msgstr[0] "devrait avoir au moins %{count} objet"
61 msgstr[1] "devrait avoir au moins %{count} objets"
62
63 msgid "should be at most %{count} character(s)"
64 msgid_plural "should be at most %{count} character(s)"
65 msgstr[0] "devrait avoir au plus %{count} charactère"
66 msgstr[1] "devrait avoir au plus %{count} charactères"
67
68 msgid "should have at most %{count} item(s)"
69 msgid_plural "should have at most %{count} item(s)"
70 msgstr[0] "devrait avoir au plus %{count} objet"
71 msgstr[1] "devrait avoir au plus %{count} objets"
72
73 msgid "must be less than %{number}"
74 msgstr "doit être inférieur à %{number}"
75
76 msgid "must be greater than %{number}"
77 msgstr "doit être supérieur à %{number}"
78
79 msgid "must be less than or equal to %{number}"
80 msgstr "doit être inférieur ou égal à %{number}"
81
82 msgid "must be greater than or equal to %{number}"
83 msgstr "doit être supérieur ou égal à %{number}"
84
85 msgid "must be equal to %{number}"
86 msgstr "doit égal à %{number}"
87
88 #, elixir-format
89 #: lib/pleroma/web/common_api/common_api.ex:381
90 msgid "Account not found"
91 msgstr "Compte non trouvé"
92
93 #, elixir-format
94 #: lib/pleroma/web/common_api/common_api.ex:153
95 msgid "Already voted"
96 msgstr "A déjà voté"
97
98 #, elixir-format
99 #: lib/pleroma/web/oauth/oauth_controller.ex:263
100 msgid "Bad request"
101 msgstr "Requête Invalide"
102
103 #, elixir-format
104 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:254
105 msgid "Can't delete object"
106 msgstr "Ne peut supprimer cet objet"
107
108 #, elixir-format
109 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:569
110 msgid "Can't delete this post"
111 msgstr "Ne peut supprimer ce message"
112
113 #, elixir-format
114 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1731
115 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1737
116 msgid "Can't display this activity"
117 msgstr "Ne peut afficher cette activitée"
118
119 #, elixir-format
120 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:195
121 msgid "Can't find user"
122 msgstr "Compte non trouvé"
123
124 #, elixir-format
125 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1148
126 msgid "Can't get favorites"
127 msgstr "Favoris non trouvables"
128
129 #, elixir-format
130 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:263
131 msgid "Can't like object"
132 msgstr "Ne peut aimer cet objet"
133
134 #, elixir-format
135 #: lib/pleroma/web/common_api/utils.ex:518
136 msgid "Cannot post an empty status without attachments"
137 msgstr "Ne peut envoyer un status vide sans attachements"
138
139 #, elixir-format
140 #: lib/pleroma/web/common_api/utils.ex:461
141 msgid "Comment must be up to %{max_size} characters"
142 msgstr "Le commentaire ne doit faire plus de %{max_size} charactères"
143
144 #, elixir-format
145 #: lib/pleroma/web/admin_api/config.ex:63
146 msgid "Config with params %{params} not found"
147 msgstr "Configuration avec les paramètres %{params} non trouvée"
148
149 #, elixir-format
150 #: lib/pleroma/web/common_api/common_api.ex:78
151 msgid "Could not delete"
152 msgstr "Échec de la suppression"
153
154 #, elixir-format
155 #: lib/pleroma/web/common_api/common_api.ex:110
156 msgid "Could not favorite"
157 msgstr "Échec de mise en favoris"
158
159 #, elixir-format
160 #: lib/pleroma/web/common_api/common_api.ex:310
161 msgid "Could not pin"
162 msgstr "Échec de l'épinglage"
163
164 #, elixir-format
165 #: lib/pleroma/web/common_api/common_api.ex:89
166 msgid "Could not repeat"
167 msgstr "Échec de création la répétition"
168
169 #, elixir-format
170 #: lib/pleroma/web/common_api/common_api.ex:120
171 msgid "Could not unfavorite"
172 msgstr "Échec de suppression des favoris"
173
174 #, elixir-format
175 #: lib/pleroma/web/common_api/common_api.ex:327
176 msgid "Could not unpin"
177 msgstr "Échec du dépinglage"
178
179 #, elixir-format
180 #: lib/pleroma/web/common_api/common_api.ex:99
181 msgid "Could not unrepeat"
182 msgstr "Échec de suppression de la répétition"
183
184 #, elixir-format
185 #: lib/pleroma/web/common_api/common_api.ex:392
186 msgid "Could not update state"
187 msgstr "Échec de la mise à jour du status"
188
189 #, elixir-format
190 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1271
191 msgid "Error."
192 msgstr "Erreur."
193
194 #, elixir-format
195 #: lib/pleroma/captcha/kocaptcha.ex:36
196 msgid "Invalid CAPTCHA"
197 msgstr "CAPTCHA invalide"
198
199 #, elixir-format
200 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1700
201 #: lib/pleroma/web/oauth/oauth_controller.ex:465
202 msgid "Invalid credentials"
203 msgstr "Paramètres d'authentification invalides"
204
205 #, elixir-format
206 #: lib/pleroma/plugs/ensure_authenticated_plug.ex:20
207 msgid "Invalid credentials."
208 msgstr "Paramètres d'authentification invalides."
209
210 #, elixir-format
211 #: lib/pleroma/web/common_api/common_api.ex:154
212 msgid "Invalid indices"
213 msgstr "Indices invalides"
214
215 #, elixir-format
216 #: lib/pleroma/web/admin_api/admin_api_controller.ex:411
217 msgid "Invalid parameters"
218 msgstr "Paramètres invalides"
219
220 #, elixir-format
221 #: lib/pleroma/web/common_api/utils.ex:377
222 msgid "Invalid password."
223 msgstr "Mot de passe invalide."
224
225 #, elixir-format
226 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:163
227 msgid "Invalid request"
228 msgstr "Requête invalide"
229
230 #, elixir-format
231 #: lib/pleroma/captcha/kocaptcha.ex:16
232 msgid "Kocaptcha service unavailable"
233 msgstr "Service Kocaptcha non disponible"
234
235 #, elixir-format
236 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1696
237 msgid "Missing parameters"
238 msgstr "Paramètres manquants"
239
240 #, elixir-format
241 #: lib/pleroma/web/common_api/utils.ex:496
242 msgid "No such conversation"
243 msgstr "Conversation inconnue"
244
245 #, elixir-format
246 #: lib/pleroma/web/admin_api/admin_api_controller.ex:163
247 #: lib/pleroma/web/admin_api/admin_api_controller.ex:206
248 msgid "No such permission_group"
249 msgstr "Groupe de permission inconnu"
250
251 #, elixir-format
252 #: lib/pleroma/plugs/uploaded_media.ex:69
253 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:311
254 #: lib/pleroma/web/admin_api/admin_api_controller.ex:399
255 #: lib/pleroma/web/mastodon_api/subscription_controller.ex:63
256 #: lib/pleroma/web/ostatus/ostatus_controller.ex:248
257 msgid "Not found"
258 msgstr "Non Trouvé"
259
260 #, elixir-format
261 #: lib/pleroma/web/common_api/common_api.ex:152
262 msgid "Poll's author can't vote"
263 msgstr "L'auteur·rice d'un sondage ne peut voter"
264
265 #, elixir-format
266 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:443
267 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:444
268 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:473
269 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:476
270 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1180
271 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1564
272 msgid "Record not found"
273 msgstr "Enregistrement non trouvé"
274
275 #, elixir-format
276 #: lib/pleroma/web/admin_api/admin_api_controller.ex:417
277 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1570
278 #: lib/pleroma/web/mastodon_api/subscription_controller.ex:69
279 #: lib/pleroma/web/ostatus/ostatus_controller.ex:252
280 msgid "Something went wrong"
281 msgstr "Erreur inconnue"
282
283 #, elixir-format
284 #: lib/pleroma/web/common_api/common_api.ex:253
285 msgid "The message visibility must be direct"
286 msgstr "La visibilitée du message doit être « direct »"
287
288 #, elixir-format
289 #: lib/pleroma/web/common_api/utils.ex:521
290 msgid "The status is over the character limit"
291 msgstr "Le status est au-delà de la limite de charactères"
292
293 #, elixir-format
294 #: lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex:27
295 msgid "This resource requires authentication."
296 msgstr "Cette resource nécessite une authentification."
297
298 #, elixir-format
299 #: lib/pleroma/plugs/rate_limiter.ex:89
300 msgid "Throttled"
301 msgstr "Limité"
302
303 #, elixir-format
304 #: lib/pleroma/web/common_api/common_api.ex:155
305 msgid "Too many choices"
306 msgstr "Trop de choix"
307
308 #, elixir-format
309 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:268
310 msgid "Unhandled activity type"
311 msgstr "Type d'activitée non-gérée"
312
313 #, elixir-format
314 #: lib/pleroma/plugs/user_is_admin_plug.ex:20
315 msgid "User is not admin."
316 msgstr "Le compte n'est pas admin."
317
318 #, elixir-format
319 #: lib/pleroma/web/common_api/common_api.ex:380
320 msgid "Valid `account_id` required"
321 msgstr "Un `account_id` valide est requis"
322
323 #, elixir-format
324 #: lib/pleroma/web/admin_api/admin_api_controller.ex:185
325 msgid "You can't revoke your own admin status."
326 msgstr "Vous ne pouvez révoquer votre propre status d'admin."
327
328 #, elixir-format
329 #: lib/pleroma/web/oauth/oauth_controller.ex:216
330 msgid "Your account is currently disabled"
331 msgstr "Votre compte est actuellement désactivé"
332
333 #, elixir-format
334 #: lib/pleroma/web/oauth/oauth_controller.ex:158
335 #: lib/pleroma/web/oauth/oauth_controller.ex:213
336 msgid "Your login is missing a confirmed e-mail address"
337 msgstr "Une confirmation de l'addresse de couriel est requise pour l'authentification"
338
339 #, elixir-format
340 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:221
341 msgid "can't read inbox of %{nickname} as %{as_nickname}"
342 msgstr "Ne peut lire la boite de réception de %{nickname} en tant que %{as_nickname}"
343
344 #, elixir-format
345 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:297
346 msgid "can't update outbox of %{nickname} as %{as_nickname}"
347 msgstr "Ne peut poster dans la boite d'émission de %{nickname} en tant que %{as_nickname}"
348
349 #, elixir-format
350 #: lib/pleroma/web/common_api/common_api.ex:335
351 msgid "conversation is already muted"
352 msgstr "la conversation est déjà baillonée"
353
354 #, elixir-format
355 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:192
356 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:317
357 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1196
358 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1247
359 msgid "error"
360 msgstr "erreur"
361
362 #, elixir-format
363 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:789
364 msgid "mascots can only be images"
365 msgstr "les mascottes ne peuvent être que des images"
366
367 #, elixir-format
368 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:34
369 msgid "not found"
370 msgstr "non trouvé"
371
372 #, elixir-format
373 #: lib/pleroma/web/oauth/oauth_controller.ex:298
374 msgid "Bad OAuth request."
375 msgstr "Requête OAuth invalide."
376
377 #, elixir-format
378 #: lib/pleroma/captcha/captcha.ex:92
379 msgid "CAPTCHA already used"
380 msgstr "CAPTCHA déjà utilisé"
381
382 #, elixir-format
383 #: lib/pleroma/captcha/captcha.ex:89
384 msgid "CAPTCHA expired"
385 msgstr "CAPTCHA expiré"
386
387 #, elixir-format
388 #: lib/pleroma/plugs/uploaded_media.ex:50
389 msgid "Failed"
390 msgstr "Échec"
391
392 #, elixir-format
393 #: lib/pleroma/web/oauth/oauth_controller.ex:314
394 msgid "Failed to authenticate: %{message}."
395 msgstr "Échec de l'authentification: %{message}"
396
397 #, elixir-format
398 #: lib/pleroma/web/oauth/oauth_controller.ex:345
399 msgid "Failed to set up user account."
400 msgstr "Échec de création de votre compte."
401
402 #, elixir-format
403 #: lib/pleroma/plugs/oauth_scopes_plug.ex:37
404 msgid "Insufficient permissions: %{permissions}."
405 msgstr "Permissions insuffisantes: %{permissions}."
406
407 #, elixir-format
408 #: lib/pleroma/plugs/uploaded_media.ex:89
409 msgid "Internal Error"
410 msgstr "Erreur interne"
411
412 #, elixir-format
413 #: lib/pleroma/web/oauth/fallback_controller.ex:22
414 #: lib/pleroma/web/oauth/fallback_controller.ex:29
415 msgid "Invalid Username/Password"
416 msgstr "Nom d'utilisateur/mot de passe invalide"
417
418 #, elixir-format
419 #: lib/pleroma/captcha/captcha.ex:107
420 msgid "Invalid answer data"
421 msgstr "Réponse invalide"
422
423 #, elixir-format
424 #: lib/pleroma/web/nodeinfo/nodeinfo_controller.ex:204
425 msgid "Nodeinfo schema version not handled"
426 msgstr "Version du schéma nodeinfo non géré"
427
428 #, elixir-format
429 #: lib/pleroma/web/oauth/oauth_controller.ex:145
430 msgid "This action is outside the authorized scopes"
431 msgstr "Cette action est en dehors des authorisations" # "scopes" ?
432
433 #, elixir-format
434 #: lib/pleroma/web/oauth/fallback_controller.ex:14
435 msgid "Unknown error, please check the details and try again."
436 msgstr "Erreur inconnue, veuillez vérifier les détails et réessayer."
437
438 #, elixir-format
439 #: lib/pleroma/web/oauth/oauth_controller.ex:93
440 #: lib/pleroma/web/oauth/oauth_controller.ex:131
441 msgid "Unlisted redirect_uri."
442 msgstr "redirect_uri non listé."
443
444 #, elixir-format
445 #: lib/pleroma/web/oauth/oauth_controller.ex:294
446 msgid "Unsupported OAuth provider: %{provider}."
447 msgstr "Fournisseur OAuth non supporté : %{provider}."
448
449 #, elixir-format
450 #: lib/pleroma/uploaders/uploader.ex:71
451 msgid "Uploader callback timeout"
452 msgstr ""
453 ## msgstr "Attente écoulée"
454
455 #, elixir-format
456 #: lib/pleroma/web/uploader_controller.ex:11
457 #: lib/pleroma/web/uploader_controller.ex:23
458 msgid "bad request"
459 msgstr "requête invalide"