Improve Backend Error page

Mostly handle things properly when the front-end is missing

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-09 19:39:54 +01:00
parent 2133287e26
commit 57662aa690
49 changed files with 4551 additions and 4284 deletions

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2021-01-19 15:28+0100\n"
"PO-Revision-Date: 2021-03-09 19:33+0100\n"
"Last-Translator: Alexandra <peonne@gmail.com>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/backend/fr/>\n"
"Language: fr\n"
@@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Poedit 2.3\n"
"X-Generator: Poedit 2.4.2\n"
#: lib/web/templates/email/password_reset.html.eex:48
msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one."
@@ -1071,15 +1071,11 @@ msgstr "Titre de l'événement"
msgid "There have been changes for <b>%{title}</b> so we'd thought we'd let you know."
msgstr "Il y a eu des changements pour <b>%{title}</b> donc nous avons pensé que nous vous le ferions savoir."
#: lib/web/templates/error/500_page.html.eex:46
msgid "The Mobilizon server seems to be temporarily down."
msgstr "Le serveur Mobilizon semble être temporairement hors-service."
#: lib/web/templates/error/500_page.html.eex:7
msgid "This page is not correct"
msgstr "Cette page nest pas correcte"
#: lib/web/templates/error/500_page.html.eex:45
#: lib/web/templates/error/500_page.html.eex:50
msgid "We're sorry, but something went wrong on our end."
msgstr "Nous sommes désolé·e·s, mais quelque chose sest mal passé de notre côté."
@@ -1102,3 +1098,19 @@ msgstr "Flux public des événements de %{actor} sur %{instance}"
#: lib/service/export/feed.ex:203
msgid "Feed for %{email} on %{instance}"
msgstr "Flux pour %{email} sur %{instance}"
#: lib/web/templates/error/500_page.html.eex:57
msgid "If the issue persists, you may contact the server administrator at %{contact}."
msgstr "Si le problème persiste, vous pouvez contacter l'administrateur⋅ice du serveur à %{contact}."
#: lib/web/templates/error/500_page.html.eex:55
msgid "If the issue persists, you may try to contact the server administrator."
msgstr "Si le problème persiste, vous pouvez essayer de contacter l'administrateur⋅ice du serveur."
#: lib/web/templates/error/500_page.html.eex:68
msgid "Technical details"
msgstr "Détails techniques"
#: lib/web/templates/error/500_page.html.eex:52
msgid "The Mobilizon server %{instance} seems to be temporarily down."
msgstr "Le serveur Mobilizon %{instance} semble être temporairement hors-service."

View File

@@ -10,16 +10,15 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2021-03-06 17:15+0000\n"
"PO-Revision-Date: 2021-03-09 19:34+0100\n"
"Last-Translator: Vincent Finance <linuxmario@linuxmario.net>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/"
"backend-errors/fr/>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/backend-errors/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4.2\n"
"X-Generator: Poedit 2.4.2\n"
msgid "can't be blank"
msgstr "ne peut pas être vide"
@@ -97,747 +96,595 @@ msgid "must be equal to %{number}"
msgstr "doit être égal à %{number}"
#: lib/graphql/resolvers/user.ex:103
#, elixir-format
msgid "Cannot refresh the token"
msgstr "Impossible de rafraîchir le jeton"
#: lib/graphql/resolvers/group.ex:195
#, elixir-format
#: lib/graphql/resolvers/group.ex:198
msgid "Current profile is not a member of this group"
msgstr "Le profil actuel n'est pas un membre de ce groupe"
#: lib/graphql/resolvers/group.ex:199
#, elixir-format
#: lib/graphql/resolvers/group.ex:202
msgid "Current profile is not an administrator of the selected group"
msgstr "Le profil actuel n'est pas un·e administrateur·ice du groupe sélectionné"
#: lib/graphql/resolvers/user.ex:512
#, elixir-format
#: lib/graphql/resolvers/user.ex:513
msgid "Error while saving user settings"
msgstr "Erreur lors de la sauvegarde des paramètres utilisateur"
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:192
#: lib/graphql/resolvers/group.ex:223 lib/graphql/resolvers/group.ex:258 lib/graphql/resolvers/member.ex:80
#, elixir-format
#: lib/graphql/error.ex:90 lib/graphql/resolvers/group.ex:195 lib/graphql/resolvers/group.ex:226
#: lib/graphql/resolvers/group.ex:261 lib/graphql/resolvers/member.ex:80
msgid "Group not found"
msgstr "Groupe non trouvé"
#: lib/graphql/resolvers/group.ex:63
#, elixir-format
#: lib/graphql/resolvers/group.ex:66
msgid "Group with ID %{id} not found"
msgstr "Groupe avec l'ID %{id} non trouvé"
#: lib/graphql/resolvers/user.ex:83
#, elixir-format
msgid "Impossible to authenticate, either your email or password are invalid."
msgstr "Impossible de s'authentifier, votre adresse e-mail ou bien votre mot de passe sont invalides."
#: lib/graphql/resolvers/group.ex:255
#, elixir-format
#: lib/graphql/resolvers/group.ex:258
msgid "Member not found"
msgstr "Membre non trouvé"
#: lib/graphql/resolvers/actor.ex:58 lib/graphql/resolvers/actor.ex:88
#: lib/graphql/resolvers/user.ex:417
#, elixir-format
#: lib/graphql/resolvers/actor.ex:58 lib/graphql/resolvers/actor.ex:88 lib/graphql/resolvers/user.ex:418
msgid "No profile found for the moderator user"
msgstr "Aucun profil trouvé pour l'utilisateur modérateur"
#: lib/graphql/resolvers/user.ex:195
#, elixir-format
#: lib/graphql/resolvers/user.ex:196
msgid "No user to validate with this email was found"
msgstr "Aucun·e utilisateur·ice à valider avec cet email n'a été trouvé·e"
#: lib/graphql/resolvers/person.ex:249 lib/graphql/resolvers/user.ex:219
#, elixir-format
#: lib/graphql/resolvers/person.ex:249 lib/graphql/resolvers/user.ex:220
msgid "No user with this email was found"
msgstr "Aucun·e utilisateur·ice avec cette adresse e-mail n'a été trouvé·e"
#: lib/graphql/resolvers/feed_token.ex:28
#: lib/graphql/resolvers/participant.ex:28 lib/graphql/resolvers/participant.ex:159
#: lib/graphql/resolvers/participant.ex:188 lib/graphql/resolvers/person.ex:161 lib/graphql/resolvers/person.ex:195
#: lib/graphql/resolvers/person.ex:273 lib/graphql/resolvers/person.ex:302 lib/graphql/resolvers/person.ex:315
#, elixir-format
#: lib/graphql/resolvers/feed_token.ex:28 lib/graphql/resolvers/participant.ex:28
#: lib/graphql/resolvers/participant.ex:159 lib/graphql/resolvers/participant.ex:188
#: lib/graphql/resolvers/person.ex:161 lib/graphql/resolvers/person.ex:195 lib/graphql/resolvers/person.ex:273
#: lib/graphql/resolvers/person.ex:302 lib/graphql/resolvers/person.ex:326 lib/graphql/resolvers/person.ex:338
msgid "Profile is not owned by authenticated user"
msgstr "Le profil n'est pas possédé par l'utilisateur connecté"
#: lib/graphql/resolvers/user.ex:125
#, elixir-format
#: lib/graphql/resolvers/user.ex:126
msgid "Registrations are not open"
msgstr "Les inscriptions ne sont pas ouvertes"
#: lib/graphql/resolvers/user.ex:330
#, elixir-format
#: lib/graphql/resolvers/user.ex:331
msgid "The current password is invalid"
msgstr "Le mot de passe actuel est invalid"
#: lib/graphql/resolvers/user.ex:382
#, elixir-format
#: lib/graphql/resolvers/user.ex:383
msgid "The new email doesn't seem to be valid"
msgstr "La nouvelle adresse e-mail ne semble pas être valide"
#: lib/graphql/resolvers/user.ex:379
#, elixir-format
#: lib/graphql/resolvers/user.ex:380
msgid "The new email must be different"
msgstr "La nouvelle adresse e-mail doit être différente"
#: lib/graphql/resolvers/user.ex:333
#, elixir-format
#: lib/graphql/resolvers/user.ex:334
msgid "The new password must be different"
msgstr "Le nouveau mot de passe doit être différent"
#: lib/graphql/resolvers/user.ex:376 lib/graphql/resolvers/user.ex:439
#: lib/graphql/resolvers/user.ex:442
#, elixir-format
#: lib/graphql/resolvers/user.ex:377 lib/graphql/resolvers/user.ex:440 lib/graphql/resolvers/user.ex:443
msgid "The password provided is invalid"
msgstr "Le mot de passe fourni est invalide"
#: lib/graphql/resolvers/user.ex:337
#, elixir-format
#: lib/graphql/resolvers/user.ex:338
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
msgstr ""
"Le mot de passe que vous avez choisi est trop court. Merci de vous assurer que votre mot de passe contienne au moins "
"6 caractères."
#: lib/graphql/resolvers/user.ex:215
#, elixir-format
#: lib/graphql/resolvers/user.ex:216
msgid "This user can't reset their password"
msgstr "Cet·te utilisateur·ice ne peut pas réinitialiser son mot de passe"
#: lib/graphql/resolvers/user.ex:79
#, elixir-format
msgid "This user has been disabled"
msgstr "Cet·te utilisateur·ice a été désactivé·e"
#: lib/graphql/resolvers/user.ex:179
#, elixir-format
#: lib/graphql/resolvers/user.ex:180
msgid "Unable to validate user"
msgstr "Impossible de valider l'utilisateur·ice"
#: lib/graphql/resolvers/user.ex:420
#, elixir-format
#: lib/graphql/resolvers/user.ex:421
msgid "User already disabled"
msgstr "L'utilisateur·ice est déjà désactivé·e"
#: lib/graphql/resolvers/user.ex:487
#, elixir-format
#: lib/graphql/resolvers/user.ex:488
msgid "User requested is not logged-in"
msgstr "L'utilisateur·ice demandé·e n'est pas connecté·e"
#: lib/graphql/resolvers/group.ex:229
#, elixir-format
#: lib/graphql/resolvers/group.ex:232
msgid "You are already a member of this group"
msgstr "Vous êtes déjà membre de ce groupe"
#: lib/graphql/resolvers/group.ex:262
#, elixir-format
#: lib/graphql/resolvers/group.ex:265
msgid "You can't leave this group because you are the only administrator"
msgstr "Vous ne pouvez pas quitter ce groupe car vous en êtes le ou la seul·e administrateur·ice"
#: lib/graphql/resolvers/group.ex:226
#, elixir-format
#: lib/graphql/resolvers/group.ex:229
msgid "You cannot join this group"
msgstr "Vous ne pouvez pas rejoindre ce groupe"
#: lib/graphql/resolvers/group.ex:91
#, elixir-format
#: lib/graphql/resolvers/group.ex:94
msgid "You may not list groups unless moderator."
msgstr "Vous ne pouvez pas lister les groupes sauf à être modérateur·ice."
#: lib/graphql/resolvers/user.ex:387
#, elixir-format
#: lib/graphql/resolvers/user.ex:388
msgid "You need to be logged-in to change your email"
msgstr "Vous devez être connecté·e pour changer votre adresse e-mail"
#: lib/graphql/resolvers/user.ex:345
#, elixir-format
#: lib/graphql/resolvers/user.ex:346
msgid "You need to be logged-in to change your password"
msgstr "Vous devez être connecté·e pour changer votre mot de passe"
#: lib/graphql/resolvers/group.ex:204
#, elixir-format
#: lib/graphql/resolvers/group.ex:207
msgid "You need to be logged-in to delete a group"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/user.ex:447
#, elixir-format
#: lib/graphql/resolvers/user.ex:448
msgid "You need to be logged-in to delete your account"
msgstr "Vous devez être connecté·e pour supprimer votre compte"
#: lib/graphql/resolvers/group.ex:234
#, elixir-format
#: lib/graphql/resolvers/group.ex:237
msgid "You need to be logged-in to join a group"
msgstr "Vous devez être connecté·e pour rejoindre un groupe"
#: lib/graphql/resolvers/group.ex:267
#, elixir-format
#: lib/graphql/resolvers/group.ex:270
msgid "You need to be logged-in to leave a group"
msgstr "Vous devez être connecté·e pour quitter un groupe"
#: lib/graphql/resolvers/group.ex:169
#, elixir-format
#: lib/graphql/resolvers/group.ex:172
msgid "You need to be logged-in to update a group"
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
#: lib/graphql/resolvers/user.ex:108
#, elixir-format
msgid "You need to have an existing token to get a refresh token"
msgstr "Vous devez avoir un jeton existant pour obtenir un jeton de rafraîchissement"
#: lib/graphql/resolvers/user.ex:198 lib/graphql/resolvers/user.ex:222
#, elixir-format
#: lib/graphql/resolvers/user.ex:199 lib/graphql/resolvers/user.ex:223
msgid "You requested again a confirmation email too soon"
msgstr "Vous avez à nouveau demandé un email de confirmation trop vite"
#: lib/graphql/resolvers/user.ex:128
#, elixir-format
#: lib/graphql/resolvers/user.ex:129
msgid "Your email is not on the allowlist"
msgstr "Votre adresse e-mail n'est pas sur la liste d'autorisations"
#: lib/graphql/resolvers/actor.ex:64 lib/graphql/resolvers/actor.ex:94
#, elixir-format
msgid "Error while performing background task"
msgstr "Erreur lors de l'exécution d'une tâche d'arrière-plan"
#: lib/graphql/resolvers/actor.ex:27
#, elixir-format
msgid "No profile found with this ID"
msgstr "Aucun profil trouvé avec cet ID"
#: lib/graphql/resolvers/actor.ex:54 lib/graphql/resolvers/actor.ex:91
#, elixir-format
msgid "No remote profile found with this ID"
msgstr "Aucun profil distant trouvé avec cet ID"
#: lib/graphql/resolvers/actor.ex:69
#, elixir-format
msgid "Only moderators and administrators can suspend a profile"
msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent suspendre un profil"
#: lib/graphql/resolvers/actor.ex:99
#, elixir-format
msgid "Only moderators and administrators can unsuspend a profile"
msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent annuler la suspension d'un profil"
#: lib/graphql/resolvers/actor.ex:24
#, elixir-format
msgid "Only remote profiles may be refreshed"
msgstr "Seuls les profils distants peuvent être rafraîchis"
#: lib/graphql/resolvers/actor.ex:61
#, elixir-format
msgid "Profile already suspended"
msgstr "Le profil est déjà suspendu"
#: lib/graphql/resolvers/participant.ex:92
#, elixir-format
msgid "A valid email is required by your instance"
msgstr "Une adresse e-mail valide est requise par votre instance"
#: lib/graphql/resolvers/participant.ex:86
#, elixir-format
msgid "Anonymous participation is not enabled"
msgstr "La participation anonyme n'est pas activée"
#: lib/graphql/resolvers/person.ex:192
#, elixir-format
msgid "Cannot remove the last administrator of a group"
msgstr "Impossible de supprimer le ou la dernier·ère administrateur·ice d'un groupe"
#: lib/graphql/resolvers/person.ex:189
#, elixir-format
msgid "Cannot remove the last identity of a user"
msgstr "Impossible de supprimer le dernier profil d'un·e utilisateur·ice"
#: lib/graphql/resolvers/comment.ex:105
#, elixir-format
msgid "Comment is already deleted"
msgstr "Le commentaire est déjà supprimé"
#: lib/graphql/resolvers/discussion.ex:62
#, elixir-format
#: lib/graphql/error.ex:92 lib/graphql/resolvers/discussion.ex:62
msgid "Discussion not found"
msgstr "Discussion non trouvée"
#: lib/graphql/resolvers/report.ex:58 lib/graphql/resolvers/report.ex:77
#, elixir-format
msgid "Error while saving report"
msgstr "Erreur lors de la sauvegarde du signalement"
#: lib/graphql/resolvers/report.ex:96
#, elixir-format
msgid "Error while updating report"
msgstr "Erreur lors de la mise à jour du signalement"
#: lib/graphql/resolvers/participant.ex:127
#, elixir-format
msgid "Event id not found"
msgstr "ID de l'événement non trouvé"
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:236
#: lib/graphql/resolvers/event.ex:280
#, elixir-format
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:277 lib/graphql/resolvers/event.ex:321
msgid "Event not found"
msgstr "Événement non trouvé"
#: lib/graphql/resolvers/participant.ex:83
#: lib/graphql/resolvers/participant.ex:124 lib/graphql/resolvers/participant.ex:156
#, elixir-format
#: lib/graphql/resolvers/participant.ex:83 lib/graphql/resolvers/participant.ex:124
#: lib/graphql/resolvers/participant.ex:156
msgid "Event with this ID %{id} doesn't exist"
msgstr "L'événement avec cet ID %{id} n'existe pas"
#: lib/graphql/resolvers/participant.ex:99
#, elixir-format
msgid "Internal Error"
msgstr "Erreur interne"
#: lib/graphql/resolvers/discussion.ex:186
#, elixir-format
#: lib/graphql/resolvers/discussion.ex:198
msgid "No discussion with ID %{id}"
msgstr "Aucune discussion avec l'ID %{id}"
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:168
#, elixir-format
msgid "No profile found for user"
msgstr "Aucun profil trouvé pour l'utilisateur modérateur"
#: lib/graphql/resolvers/feed_token.ex:63
#, elixir-format
msgid "No such feed token"
msgstr "Aucun jeton de flux correspondant"
#: lib/graphql/resolvers/participant.ex:237
#, elixir-format
msgid "Participant already has role %{role}"
msgstr "Le ou la participant·e a déjà le rôle %{role}"
#: lib/graphql/resolvers/participant.ex:169
#: lib/graphql/resolvers/participant.ex:198 lib/graphql/resolvers/participant.ex:230
#: lib/graphql/resolvers/participant.ex:240
#, elixir-format
#: lib/graphql/resolvers/participant.ex:169 lib/graphql/resolvers/participant.ex:198
#: lib/graphql/resolvers/participant.ex:230 lib/graphql/resolvers/participant.ex:240
msgid "Participant not found"
msgstr "Participant·e non trouvé·e"
#: lib/graphql/resolvers/person.ex:29
#, elixir-format
msgid "Person with ID %{id} not found"
msgstr "Personne avec l'ID %{id} non trouvé"
#: lib/graphql/resolvers/person.ex:51
#, elixir-format
msgid "Person with username %{username} not found"
msgstr "Personne avec le nom %{name} non trouvé"
#: lib/graphql/resolvers/post.ex:167 lib/graphql/resolvers/post.ex:200
#, elixir-format
msgid "Post ID is not a valid ID"
msgstr "L'ID du billet n'est pas un ID valide"
#: lib/graphql/resolvers/post.ex:170 lib/graphql/resolvers/post.ex:203
#, elixir-format
msgid "Post doesn't exist"
msgstr "Le billet n'existe pas"
#: lib/graphql/resolvers/member.ex:83
#, elixir-format
msgid "Profile invited doesn't exist"
msgstr "Le profil invité n'existe pas"
#: lib/graphql/resolvers/member.ex:92 lib/graphql/resolvers/member.ex:96
#, elixir-format
msgid "Profile is already a member of this group"
msgstr "Ce profil est déjà membre de ce groupe"
#: lib/graphql/resolvers/post.ex:132 lib/graphql/resolvers/post.ex:173
#: lib/graphql/resolvers/post.ex:206 lib/graphql/resolvers/resource.ex:87 lib/graphql/resolvers/resource.ex:124
#: lib/graphql/resolvers/resource.ex:153 lib/graphql/resolvers/resource.ex:182 lib/graphql/resolvers/todos.ex:57
#: lib/graphql/resolvers/todos.ex:81 lib/graphql/resolvers/todos.ex:99 lib/graphql/resolvers/todos.ex:171
#: lib/graphql/resolvers/todos.ex:194 lib/graphql/resolvers/todos.ex:222
#, elixir-format
#: lib/graphql/resolvers/post.ex:132 lib/graphql/resolvers/post.ex:173 lib/graphql/resolvers/post.ex:206
#: lib/graphql/resolvers/resource.ex:88 lib/graphql/resolvers/resource.ex:125 lib/graphql/resolvers/resource.ex:154
#: lib/graphql/resolvers/resource.ex:183 lib/graphql/resolvers/todos.ex:57 lib/graphql/resolvers/todos.ex:81
#: lib/graphql/resolvers/todos.ex:99 lib/graphql/resolvers/todos.ex:171 lib/graphql/resolvers/todos.ex:194
#: lib/graphql/resolvers/todos.ex:222
msgid "Profile is not member of group"
msgstr "Le profil n'est pas un·e membre du groupe"
#: lib/graphql/resolvers/person.ex:158 lib/graphql/resolvers/person.ex:186
#, elixir-format
msgid "Profile not found"
msgstr "Profile non trouvé"
#: lib/graphql/resolvers/event.ex:100 lib/graphql/resolvers/participant.ex:234
#, elixir-format
#: lib/graphql/resolvers/event.ex:141 lib/graphql/resolvers/participant.ex:234
msgid "Provided moderator profile doesn't have permission on this event"
msgstr "Le profil modérateur fourni n'a pas de permissions sur cet événement"
#: lib/graphql/resolvers/report.ex:36
#, elixir-format
msgid "Report not found"
msgstr "Groupe non trouvé"
#: lib/graphql/resolvers/resource.ex:150 lib/graphql/resolvers/resource.ex:179
#, elixir-format
#: lib/graphql/resolvers/resource.ex:151 lib/graphql/resolvers/resource.ex:180
msgid "Resource doesn't exist"
msgstr "La ressource n'existe pas"
#: lib/graphql/resolvers/participant.ex:120
#, elixir-format
msgid "The event has already reached its maximum capacity"
msgstr "L'événement a déjà atteint sa capacité maximale"
#: lib/graphql/resolvers/participant.ex:260
#, elixir-format
msgid "This token is invalid"
msgstr "Ce jeton est invalide"
#: lib/graphql/resolvers/todos.ex:165 lib/graphql/resolvers/todos.ex:219
#, elixir-format
msgid "Todo doesn't exist"
msgstr "Ce todo n'existe pas"
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191
#: lib/graphql/resolvers/todos.ex:216
#, elixir-format
#: lib/graphql/resolvers/todos.ex:75 lib/graphql/resolvers/todos.ex:191 lib/graphql/resolvers/todos.ex:216
msgid "Todo list doesn't exist"
msgstr "Cette todo-liste n'existe pas"
#: lib/graphql/resolvers/feed_token.ex:69
#, elixir-format
msgid "Token does not exist"
msgstr "Ce jeton n'existe pas"
#: lib/graphql/resolvers/feed_token.ex:66
#, elixir-format
msgid "Token is not a valid UUID"
msgstr "Ce jeton n'est pas un UUID valide"
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:331
#, elixir-format
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:354
msgid "User not found"
msgstr "Utilisateur·ice non trouvé·e"
#: lib/graphql/resolvers/person.ex:252
#, elixir-format
msgid "You already have a profile for this user"
msgstr "Vous avez déjà un profil pour cet utilisateur"
#: lib/graphql/resolvers/participant.ex:130
#, elixir-format
msgid "You are already a participant of this event"
msgstr "Vous êtes déjà un·e participant·e à cet événement"
#: lib/graphql/resolvers/discussion.ex:190
#, elixir-format
msgid "You are not a member of the group the discussion belongs to"
msgstr "Vous n'êtes pas un membre du groupe dans lequel se fait la discussion"
#: lib/graphql/resolvers/member.ex:86
#, elixir-format
msgid "You are not a member of this group"
msgstr "Vous n'êtes pas membre de ce groupe"
#: lib/graphql/resolvers/member.ex:151
#, elixir-format
msgid "You are not a moderator or admin for this group"
msgstr "Vous n'êtes pas administrateur·ice ou modérateur·ice de ce groupe"
#: lib/graphql/resolvers/comment.ex:51
#, elixir-format
msgid "You are not allowed to create a comment if not connected"
msgstr "Vous n'êtes pas autorisé·e à créer un commentaire si non connecté·e"
#: lib/graphql/resolvers/feed_token.ex:41
#, elixir-format
msgid "You are not allowed to create a feed token if not connected"
msgstr "Vous n'êtes pas autorisé·e à créer un jeton de flux si non connecté·e"
#: lib/graphql/resolvers/comment.ex:110
#, elixir-format
msgid "You are not allowed to delete a comment if not connected"
msgstr "Vous n'êtes pas autorisé·e à supprimer un commentaire si non connecté·e"
#: lib/graphql/resolvers/feed_token.ex:78
#, elixir-format
msgid "You are not allowed to delete a feed token if not connected"
msgstr "Vous n'êtes pas autorisé·e à supprimer un jeton de flux si non connecté·e"
#: lib/graphql/resolvers/comment.ex:73
#, elixir-format
msgid "You are not allowed to update a comment if not connected"
msgstr "Vous n'êtes pas autorisé·e à mettre à jour un commentaire si non connecté·e"
#: lib/graphql/resolvers/participant.ex:163
#: lib/graphql/resolvers/participant.ex:192
#, elixir-format
#: lib/graphql/resolvers/participant.ex:163 lib/graphql/resolvers/participant.ex:192
msgid "You can't leave event because you're the only event creator participant"
msgstr "Vous ne pouvez pas quitter cet événement car vous en êtes le ou la seule créateur·ice participant"
#: lib/graphql/resolvers/member.ex:155
#, elixir-format
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
msgstr ""
"Vous ne pouvez pas vous définir avec un rôle de membre inférieur pour ce groupe car vous en êtes le ou la seul·e "
"administrateur·ice"
#: lib/graphql/resolvers/comment.ex:101
#, elixir-format
msgid "You cannot delete this comment"
msgstr "Vous ne pouvez pas supprimer ce commentaire"
#: lib/graphql/resolvers/event.ex:276
#, elixir-format
#: lib/graphql/resolvers/event.ex:317
msgid "You cannot delete this event"
msgstr "Vous ne pouvez pas supprimer cet événement"
#: lib/graphql/resolvers/member.ex:89
#, elixir-format
msgid "You cannot invite to this group"
msgstr "Vous ne pouvez pas rejoindre ce groupe"
#: lib/graphql/resolvers/feed_token.ex:72
#, elixir-format
msgid "You don't have permission to delete this token"
msgstr "Vous n'avez pas la permission de supprimer ce jeton"
#: lib/graphql/resolvers/admin.ex:52
#, elixir-format
msgid "You need to be logged-in and a moderator to list action logs"
msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les journaux de modération"
#: lib/graphql/resolvers/report.ex:26
#, elixir-format
msgid "You need to be logged-in and a moderator to list reports"
msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les signalements"
#: lib/graphql/resolvers/report.ex:101
#, elixir-format
msgid "You need to be logged-in and a moderator to update a report"
msgstr "Vous devez être connecté·e et une modérateur·ice pour modifier un signalement"
#: lib/graphql/resolvers/report.ex:41
#, elixir-format
msgid "You need to be logged-in and a moderator to view a report"
msgstr "Vous devez être connecté·e pour et une modérateur·ice pour visionner un signalement"
#: lib/graphql/resolvers/admin.ex:236
#, elixir-format
msgid "You need to be logged-in and an administrator to access admin settings"
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux paramètres administrateur"
#: lib/graphql/resolvers/admin.ex:221
#, elixir-format
msgid "You need to be logged-in and an administrator to access dashboard statistics"
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux panneau de statistiques"
#: lib/graphql/resolvers/admin.ex:260
#, elixir-format
msgid "You need to be logged-in and an administrator to save admin settings"
msgstr "Vous devez être connecté·e et un·e administrateur·ice pour sauvegarder les paramètres administrateur"
#: lib/graphql/resolvers/discussion.ex:76
#, elixir-format
msgid "You need to be logged-in to access discussions"
msgstr "Vous devez être connecté·e pour accéder aux discussions"
#: lib/graphql/resolvers/resource.ex:93
#, elixir-format
#: lib/graphql/resolvers/resource.ex:94
msgid "You need to be logged-in to access resources"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/event.ex:211
#, elixir-format
#: lib/graphql/resolvers/event.ex:252
msgid "You need to be logged-in to create events"
msgstr "Vous devez être connecté·e pour créer des événements"
#: lib/graphql/resolvers/post.ex:140
#, elixir-format
msgid "You need to be logged-in to create posts"
msgstr "Vous devez être connecté·e pour quitter un groupe"
#: lib/graphql/resolvers/report.ex:74
#, elixir-format
msgid "You need to be logged-in to create reports"
msgstr "Vous devez être connecté·e pour quitter un groupe"
#: lib/graphql/resolvers/resource.ex:129
#, elixir-format
#: lib/graphql/resolvers/resource.ex:130
msgid "You need to be logged-in to create resources"
msgstr "Vous devez être connecté·e pour quitter un groupe"
#: lib/graphql/resolvers/event.ex:285
#, elixir-format
#: lib/graphql/resolvers/event.ex:326
msgid "You need to be logged-in to delete an event"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/post.ex:211
#, elixir-format
msgid "You need to be logged-in to delete posts"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/resource.ex:187
#, elixir-format
#: lib/graphql/resolvers/resource.ex:188
msgid "You need to be logged-in to delete resources"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/participant.ex:104
#, elixir-format
msgid "You need to be logged-in to join an event"
msgstr "Vous devez être connecté·e pour rejoindre un événement"
#: lib/graphql/resolvers/participant.ex:203
#, elixir-format
msgid "You need to be logged-in to leave an event"
msgstr "Vous devez être connecté·e pour quitter un groupe"
#: lib/graphql/resolvers/event.ex:250
#, elixir-format
#: lib/graphql/resolvers/event.ex:291
msgid "You need to be logged-in to update an event"
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
#: lib/graphql/resolvers/post.ex:178
#, elixir-format
msgid "You need to be logged-in to update posts"
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
#: lib/graphql/resolvers/resource.ex:158
#, elixir-format
#: lib/graphql/resolvers/resource.ex:159
msgid "You need to be logged-in to update resources"
msgstr "Vous devez être connecté·e pour mettre à jour un groupe"
#: lib/graphql/resolvers/resource.ex:210
#, elixir-format
#: lib/graphql/resolvers/resource.ex:211
msgid "You need to be logged-in to view a resource preview"
msgstr "Vous devez être connecté·e pour supprimer un groupe"
#: lib/graphql/resolvers/resource.ex:121
#, elixir-format
#: lib/graphql/resolvers/resource.ex:122
msgid "Parent resource doesn't belong to this group"
msgstr "La ressource parente n'appartient pas à ce groupe"
#: lib/mobilizon/users/user.ex:109
#, elixir-format
msgid "The chosen password is too short."
msgstr "Le mot de passe choisi est trop court."
#: lib/mobilizon/users/user.ex:138
#, elixir-format
msgid "The registration token is already in use, this looks like an issue on our side."
msgstr "Le jeton d'inscription est déjà utilisé, cela ressemble à un problème de notre côté."
#: lib/mobilizon/users/user.ex:104
#, elixir-format
msgid "This email is already used."
msgstr "Cette adresse e-mail est déjà utilisée."
#: lib/graphql/error.ex:88
#, elixir-format
msgid "Post not found"
msgstr "Billet non trouvé"
#: lib/graphql/error.ex:75
#, elixir-format
msgid "Invalid arguments passed"
msgstr "Paramètres fournis invalides"
#: lib/graphql/error.ex:81
#, elixir-format
msgid "Invalid credentials"
msgstr "Identifiants invalides"
#: lib/graphql/error.ex:79
#, elixir-format
msgid "Reset your password to login"
msgstr "Réinitialiser votre mot de passe pour vous connecter"
#: lib/graphql/error.ex:86 lib/graphql/error.ex:91
#, elixir-format
msgid "Resource not found"
msgstr "Ressource non trouvée"
#: lib/graphql/error.ex:92
#, elixir-format
#: lib/graphql/error.ex:93
msgid "Something went wrong"
msgstr "Quelque chose s'est mal passé"
#: lib/graphql/error.ex:74
#, elixir-format
msgid "Unknown Resource"
msgstr "Ressource inconnue"
#: lib/graphql/error.ex:84
#, elixir-format
msgid "You don't have permission to do this"
msgstr "Vous n'avez pas la permission de faire ceci"
#: lib/graphql/error.ex:76
#, elixir-format
msgid "You need to be logged in"
msgstr "Vous devez être connecté·e"
#: lib/graphql/resolvers/member.ex:116
#, elixir-format
msgid "You can't accept this invitation with this profile."
msgstr "Vous ne pouvez pas accepter cette invitation avec ce profil."
#: lib/graphql/resolvers/member.ex:134
#, elixir-format
msgid "You can't reject this invitation with this profile."
msgstr "Vous ne pouvez pas rejeter cette invitation avec ce profil."
#: lib/graphql/resolvers/media.ex:62
#, elixir-format
msgid "File doesn't have an allowed MIME type."
msgstr "Le fichier n'a pas un type MIME autorisé."
#: lib/graphql/resolvers/group.ex:164
#, elixir-format
#: lib/graphql/resolvers/group.ex:167
msgid "Profile is not administrator for the group"
msgstr "Le profil n'est pas administrateur·ice pour le groupe"
#: lib/graphql/resolvers/event.ex:239
#, elixir-format
#: lib/graphql/resolvers/event.ex:280
msgid "You can't edit this event."
msgstr "Vous ne pouvez pas éditer cet événement."
#: lib/graphql/resolvers/event.ex:242
#, elixir-format
#: lib/graphql/resolvers/event.ex:283
msgid "You can't attribute this event to this profile."
msgstr "Vous ne pouvez pas attribuer cet événement à ce profil."
#: lib/graphql/resolvers/member.ex:137
#, elixir-format
msgid "This invitation doesn't exist."
msgstr "Cette invitation n'existe pas."
#: lib/graphql/resolvers/member.ex:179
#, elixir-format
msgid "This member already has been rejected."
msgstr "Ce·tte membre a déjà été rejetté·e."
#: lib/graphql/resolvers/member.ex:186
#, elixir-format
msgid "You don't have the right to remove this member."
msgstr "Vous n'avez pas les droits pour supprimer ce·tte membre."
#: lib/mobilizon/actors/actor.ex:351
#, elixir-format
msgid "This username is already taken."
msgstr "Cet identifiant est déjà pris."
#: lib/graphql/resolvers/discussion.ex:73
#, elixir-format
msgid "You must provide either an ID or a slug to access a discussion"
msgstr "Vous devez fournir un ID ou bien un slug pour accéder à une discussion"
#: lib/graphql/resolvers/event.ex:200
#, elixir-format
#: lib/graphql/resolvers/event.ex:241
msgid "Organizer profile is not owned by the user"
msgstr "Le profil de l'organisateur·ice n'appartient pas à l'utilisateur·ice"
#: lib/graphql/resolvers/participant.ex:89
#, elixir-format
msgid "Profile ID provided is not the anonymous profile one"
msgstr "L'ID du profil fourni n'est pas celui du profil anonyme"
#: lib/graphql/resolvers/person.ex:128 lib/graphql/resolvers/person.ex:155
#: lib/graphql/resolvers/person.ex:246
#, elixir-format
#: lib/graphql/resolvers/person.ex:128 lib/graphql/resolvers/person.ex:155 lib/graphql/resolvers/person.ex:246
msgid "The provided picture is too heavy"
msgstr "L'image fournie est trop lourde"
#: lib/web/views/utils.ex:34
msgid "Index file not found. You need to recompile the front-end."
msgstr "Fichier d'index non trouvé. Vous devez recompiler le front-end."