plateforme-tfjm2/locale/fr/LC_MESSAGES/django.po

1809 lines
58 KiB
Plaintext
Raw Normal View History

2020-12-27 10:49:54 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Yohann D'ANELLO <yohann.danello@animath.fr>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: TFJM\n"
"Report-Msgid-Bugs-To: \n"
2021-01-21 16:55:20 +00:00
"POT-Creation-Date: 2021-01-21 17:46+0100\n"
2020-12-27 10:49:54 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
2021-01-01 16:07:28 +00:00
#: apps/api/apps.py:13
2020-12-27 10:49:54 +00:00
msgid "API"
msgstr "API"
#: apps/eastereggs/templates/eastereggs/xp_modal.html:7
msgid "Error"
msgstr "Erreur"
#: apps/eastereggs/templates/eastereggs/xp_modal.html:13
msgid "This task failed successfully."
msgstr "Cette tâche a échoué avec succès."
#: apps/eastereggs/templates/eastereggs/xp_modal.html:16
#: tfjm/templates/base_modal.html:19
msgid "Close"
msgstr "Fermer"
#: apps/logs/apps.py:11
msgid "Logs"
msgstr "Logs"
2021-01-01 16:07:28 +00:00
#: apps/logs/models.py:22 apps/registration/models.py:30
2020-12-27 10:49:54 +00:00
msgid "user"
msgstr "utilisateur"
#: apps/logs/models.py:28
msgid "IP Address"
msgstr "Adresse IP"
#: apps/logs/models.py:36
msgid "model"
msgstr "modèle"
#: apps/logs/models.py:43
msgid "identifier"
msgstr "identifiant"
#: apps/logs/models.py:49
msgid "previous data"
msgstr "données précédentes"
#: apps/logs/models.py:55
msgid "new data"
msgstr "nouvelles données"
#: apps/logs/models.py:63
msgid "create"
msgstr "créer"
#: apps/logs/models.py:64
msgid "edit"
msgstr "modifier"
#: apps/logs/models.py:65
msgid "delete"
msgstr "supprimer"
#: apps/logs/models.py:68
msgid "action"
msgstr "action"
#: apps/logs/models.py:76
msgid "timestamp"
msgstr "date"
#: apps/logs/models.py:80
msgid "Logs cannot be destroyed."
msgstr "Les logs ne peuvent pas être détruits."
#: apps/logs/models.py:83
msgid "changelog"
msgstr "changelog"
#: apps/logs/models.py:84
msgid "changelogs"
msgstr "changelogs"
#: apps/logs/models.py:87
#, python-brace-format
msgid "Changelog of type \"{action}\" for model {model} at {timestamp}"
msgstr "Changelog de type \"{action}\" pour le modèle {model} le {timestamp}"
2021-01-18 21:28:43 +00:00
#: apps/participation/admin.py:19 apps/participation/models.py:298
#: apps/participation/tables.py:44 apps/registration/models.py:335
2020-12-27 10:49:54 +00:00
msgid "valid"
msgstr "valide"
#: apps/participation/forms.py:23 apps/participation/models.py:37
2020-12-27 10:49:54 +00:00
msgid "The trigram must be composed of three uppercase letters."
msgstr "Le trigramme doit être composé de trois lettres majuscules."
#: apps/participation/forms.py:38
2020-12-27 10:49:54 +00:00
msgid "No team was found with this access code."
msgstr "Aucune équipe n'a été trouvée avec ce code d'accès."
#: apps/participation/forms.py:72
2021-01-18 14:52:09 +00:00
msgid "I engage myself to participate to the whole TFJM²."
2020-12-27 10:49:54 +00:00
msgstr "Je m'engage à participer à l'intégralité du TFJM²."
#: apps/participation/forms.py:87
2020-12-27 10:49:54 +00:00
msgid "Message to address to the team:"
msgstr "Message à adresser à l'équipe :"
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:124
msgid "The uploaded file size must be under 5 Mo."
msgstr "Le fichier envoyé doit peser moins de 5 Mo."
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:126 apps/participation/forms.py:189
msgid "The uploaded file must be a PDF file."
msgstr "Le fichier envoyé doit être au format PDF."
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:130
msgid "The PDF file must not have more than 30 pages."
msgstr "Le fichier PDF ne doit pas avoir plus de 30 pages."
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:170
2021-01-14 18:07:40 +00:00
msgid "The defender, the opponent and the reporter must be different."
msgstr "Le défenseur, l'opposant et le rapporteur doivent être différents."
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:174
2021-01-14 18:07:40 +00:00
msgid "This defender did not work on this problem."
msgstr "Ce défenseur ne travaille pas sur ce problème."
2021-01-21 16:55:20 +00:00
#: apps/participation/forms.py:187 apps/registration/forms.py:116
#: apps/registration/forms.py:138 apps/registration/forms.py:160
#: apps/registration/forms.py:214
msgid "The uploaded file size must be under 2 Mo."
msgstr "Le fichier envoyé doit peser moins de 2 Mo."
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:30 apps/participation/models.py:121
2021-01-14 18:07:40 +00:00
#: apps/participation/tables.py:17 apps/participation/tables.py:34
2020-12-27 10:49:54 +00:00
msgid "name"
msgstr "nom"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:36 apps/participation/tables.py:39
2020-12-27 10:49:54 +00:00
msgid "trigram"
msgstr "trigramme"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:44
2020-12-27 10:49:54 +00:00
msgid "access code"
msgstr "code d'accès"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:45
2020-12-27 10:49:54 +00:00
msgid "The access code let other people to join the team."
msgstr "Le code d'accès permet aux autres participants de rejoindre l'équipe."
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:108
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Team {name} ({trigram})"
msgstr "Équipe {name} ({trigram})"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:111 apps/participation/models.py:283
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:123
2020-12-27 10:49:54 +00:00
msgid "team"
msgstr "équipe"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:112 apps/participation/tables.py:84
2020-12-27 10:49:54 +00:00
msgid "teams"
msgstr "équipes"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:126
2021-01-01 16:07:28 +00:00
msgid "start"
msgstr "début"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:131
2021-01-01 16:07:28 +00:00
msgid "end"
msgstr "fin"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:136 apps/participation/models.py:386
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_detail.html:18
msgid "place"
msgstr "lieu"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:140
2021-01-01 16:07:28 +00:00
msgid "max team count"
msgstr "nombre maximal d'équipes"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:145
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_detail.html:21
msgid "price"
msgstr "prix"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:150
2021-01-01 16:07:28 +00:00
msgid "limit date for registrations"
msgstr "date limite d'inscription"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:155
2021-01-01 16:07:28 +00:00
msgid "limit date to upload solutions"
msgstr "date limite pour envoyer les solutions"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:160
2021-01-01 16:07:28 +00:00
msgid "random draw for solutions"
msgstr "tirage au sort des solutions"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:165
2021-01-01 16:07:28 +00:00
msgid "limit date to upload the syntheses for the first phase"
msgstr "date limite pour envoyer les notes de synthèses pour la première phase"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:170
2021-01-01 16:07:28 +00:00
msgid "date when the solutions for the second round become available"
msgstr "date à laquelle les solutions pour le second tour sont accessibles"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:175
2021-01-01 16:07:28 +00:00
msgid "limit date to upload the syntheses for the second phase"
msgstr "date limite d'envoi des notes de synthèse pour la seconde phase"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:180
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_detail.html:45
msgid "description"
msgstr "description"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:186
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_detail.html:12
msgid "organizers"
msgstr "organisateurs"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:191
2021-01-01 16:07:28 +00:00
msgid "final"
msgstr "finale"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:268 apps/participation/models.py:292
#: apps/participation/models.py:324
2021-01-01 16:07:28 +00:00
msgid "tournament"
msgstr "tournoi"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:269
2021-01-01 16:07:28 +00:00
msgid "tournaments"
msgstr "tournois"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:299
2021-01-01 16:07:28 +00:00
msgid "The participation got the validation of the organizers."
msgstr "La participation a été validée par les organisateurs."
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:304
2021-01-14 18:07:40 +00:00
msgid "selected for final"
msgstr "sélectionnée pour la finale"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:305
2021-01-14 18:07:40 +00:00
msgid "The team is selected for the final tournament."
msgstr "L'équipe est sélectionnée pour la finale."
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:312
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Participation of the team {name} ({trigram})"
msgstr "Participation de l'équipe {name} ({trigram})"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:315 apps/participation/models.py:508
#: apps/participation/models.py:546
2020-12-27 10:49:54 +00:00
msgid "participation"
msgstr "participation"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:316 apps/participation/models.py:338
2020-12-27 10:49:54 +00:00
msgid "participations"
msgstr "participations"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:328
2021-01-01 16:07:28 +00:00
msgid "round"
msgstr "tour"
2020-12-27 10:49:54 +00:00
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:330 apps/participation/models.py:331
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Round {round}"
msgstr "Tour {round}"
2021-01-18 21:28:43 +00:00
#: apps/participation/models.py:344
2021-01-01 16:07:28 +00:00
msgid "juries"
msgstr "jurys"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:352
msgid "BigBlueButton code"
msgstr "Code BigBlueButton"
#: apps/participation/models.py:353
msgid "The code of the form xxx-xxx-xxx at the end of the BBB link."
msgstr "Le code de la forme xxx-xxx-xxx à la fin du lien BBB."
#: apps/participation/models.py:367
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Pool {round} for tournament {tournament} with teams {teams}"
msgstr "Poule {round} du tournoi {tournament} avec les équipes {teams}"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:373 apps/participation/models.py:381
2021-01-01 16:07:28 +00:00
msgid "pool"
msgstr "poule"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:374
2021-01-01 16:07:28 +00:00
msgid "pools"
msgstr "poules"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:388
2021-01-14 18:07:40 +00:00
msgid "Where the solution is presented?"
msgstr "Où est-ce que les solutions sont défendues ?"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:393
2021-01-14 18:07:40 +00:00
msgid "defended solution"
msgstr "solution défendue"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:395 apps/participation/models.py:515
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Problem #{problem}"
msgstr "Problème n°{problem}"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:402 apps/participation/tables.py:105
2021-01-14 18:07:40 +00:00
msgid "defender"
msgstr "défenseur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:409 apps/participation/models.py:558
2021-01-14 18:07:40 +00:00
msgid "opponent"
msgstr "opposant"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:416 apps/participation/models.py:559
2021-01-14 18:07:40 +00:00
msgid "reporter"
msgstr "rapporteur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:476 apps/participation/models.py:479
#: apps/participation/models.py:482
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Team {trigram} is not registered in the pool."
msgstr "L'équipe {trigram} n'est pas inscrite dans la poule."
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:487
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Passage of {defender} for problem {problem}"
msgstr "Passage de {defender} pour le problème {problem}"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:491 apps/participation/models.py:553
#: apps/participation/models.py:591
2021-01-14 18:07:40 +00:00
msgid "passage"
msgstr "passage"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:492
2021-01-14 18:07:40 +00:00
msgid "passages"
msgstr "passages"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:513
2021-01-01 16:07:28 +00:00
msgid "problem"
msgstr "numéro de problème"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:520
2021-01-01 16:07:28 +00:00
msgid "solution for the final tournament"
msgstr "solution pour la finale"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:525 apps/participation/models.py:564
2021-01-01 16:07:28 +00:00
msgid "file"
msgstr "fichier"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:533
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Solution of team {team} for problem {problem}"
msgstr "Solution de l'équipe {team} pour le problème {problem}"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:537
2021-01-01 16:07:28 +00:00
msgid "solution"
msgstr "solution"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:538
2021-01-01 16:07:28 +00:00
msgid "solutions"
msgstr "solutions"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:572
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Synthesis for the {type} of the {passage}"
msgstr "Synthèse pour {type} du {passage}"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:575
2021-01-01 16:07:28 +00:00
msgid "synthesis"
msgstr "note de synthèse"
2020-12-27 10:49:54 +00:00
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:576
2021-01-01 16:07:28 +00:00
msgid "syntheses"
msgstr "notes de synthèse"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:584
2021-01-14 18:07:40 +00:00
msgid "jury"
msgstr "jury"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:596
2021-01-14 18:07:40 +00:00
msgid "defender writing note"
msgstr "note d'écrit du défenseur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:602
2021-01-14 18:07:40 +00:00
msgid "defender oral note"
msgstr "note d'oral du défenseur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:608
2021-01-14 18:07:40 +00:00
msgid "opponent writing note"
msgstr "note d'écrit de l'opposant"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:614
2021-01-14 18:07:40 +00:00
msgid "opponent oral note"
msgstr "note d'oral de l'opposant"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:620
2021-01-14 18:07:40 +00:00
msgid "reporter writing note"
msgstr "not d'écrit du rapporteur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:626
2021-01-14 18:07:40 +00:00
msgid "reporter oral note"
msgstr "note d'oral du rapporteur"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:635
2021-01-14 18:07:40 +00:00
#, python-brace-format
msgid "Notes of {jury} for {passage}"
msgstr "Notes de {jury} pour le {passage}"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:642
2021-01-14 18:07:40 +00:00
msgid "note"
msgstr "note"
2021-01-21 16:55:20 +00:00
#: apps/participation/models.py:643
2021-01-14 18:07:40 +00:00
msgid "notes"
msgstr "notes"
#: apps/participation/tables.py:50
msgid "Validated"
msgstr "Validée"
#: apps/participation/tables.py:50
msgid "Validation pending"
msgstr "Validation en attente"
#: apps/participation/tables.py:50
msgid "Not validated"
msgstr "Non validée"
#: apps/participation/tables.py:64
2021-01-01 16:07:28 +00:00
msgid "date"
msgstr "date"
2021-01-14 18:07:40 +00:00
#: apps/participation/tables.py:67
2021-01-01 16:07:28 +00:00
#, python-brace-format
msgid "From {start} to {end}"
msgstr "Du {start} au {end}"
2020-12-27 10:49:54 +00:00
2021-01-14 18:07:40 +00:00
#: apps/participation/tables.py:90
msgid "No defined team"
msgstr "Pas d'équipe définie"
2020-12-27 10:49:54 +00:00
#: apps/participation/templates/participation/chat.html:7
msgid "The chat is located on the dedicated Matrix server:"
2021-01-01 16:07:28 +00:00
msgstr "Le chat est situé sur le serveur Matrix dédié au TFJM² :"
2020-12-27 10:49:54 +00:00
#: apps/participation/templates/participation/chat.html:14
msgid "Access to the Matrix server"
msgstr "Accéder au serveur Matrix"
#: apps/participation/templates/participation/chat.html:20
msgid ""
"To connect to the server, you can select \"Log in\", then use your "
"credentials of this platform to connect with the central authentication "
"server, then you must trust the connection between the Matrix account and "
"the platform. Finally, you will be able to access to the chat platform."
msgstr ""
"Pour se connecter au serveur, vous pouvez sélectionner \"Se connecter\", "
"puis utiliser vos identifiants de cette plateforme via l'authentication "
"centralisée. Vous devrez ensuite approuver la connexion entre le compte "
"Matrix et la plateforme. Enfin, vous pourrez accéder à la plateforme de chat."
#: apps/participation/templates/participation/chat.html:28
msgid ""
"You will be invited in some basic rooms. You must confirm the invitations to "
"join channels."
msgstr ""
"Vous serez invités dans quelques salons basiques. Vous devez confirmer les "
"invitations pour rejoindre les canaux."
#: apps/participation/templates/participation/chat.html:34
msgid "If you have any trouble, don't hesitate to contact us :)"
msgstr ""
"Si vous rencontrez le moindre problème, n'hésitez surtout pas à nous "
"contacter :)"
#: apps/participation/templates/participation/create_team.html:11
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_form.html:14
#: tfjm/templates/base.html:234
2020-12-27 10:49:54 +00:00
msgid "Create"
msgstr "Créer"
#: apps/participation/templates/participation/join_team.html:11
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:229
2020-12-27 10:49:54 +00:00
msgid "Join"
msgstr "Rejoindre"
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/note_form.html:11
#: apps/participation/templates/participation/passage_detail.html:44
#: apps/participation/templates/participation/passage_detail.html:100
#: apps/participation/templates/participation/passage_detail.html:105
2021-01-14 18:33:56 +00:00
#: apps/participation/templates/participation/pool_detail.html:52
2021-01-14 20:07:09 +00:00
#: apps/participation/templates/participation/pool_detail.html:70
#: apps/participation/templates/participation/pool_detail.html:75
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:89
#: apps/participation/templates/participation/team_detail.html:148
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/tournament_form.html:12
#: apps/participation/templates/participation/update_team.html:12
2021-01-18 22:27:01 +00:00
#: apps/registration/templates/registration/payment_form.html:49
2021-01-14 18:07:40 +00:00
#: apps/registration/templates/registration/update_user.html:16
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:147
#: apps/registration/templates/registration/user_detail.html:156
#: apps/registration/templates/registration/user_detail.html:184
2021-01-14 18:07:40 +00:00
msgid "Update"
msgstr "Modifier"
2020-12-27 10:49:54 +00:00
#: apps/participation/templates/participation/participation_detail.html:6
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:21
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/passage_detail.html:6
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:30
#: apps/participation/templates/participation/team_detail.html:39
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:48
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/user_detail.html:6
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:35
2020-12-27 10:49:54 +00:00
msgid "any"
msgstr "aucun·e"
#: apps/participation/templates/participation/participation_detail.html:9
msgid "Participation of team"
msgstr "Participation de l'équipe"
#: apps/participation/templates/participation/participation_detail.html:13
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:34
2020-12-27 10:49:54 +00:00
msgid "Team:"
msgstr "Équipe :"
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/participation_detail.html:16
#: apps/participation/templates/participation/pool_detail.html:12
#: apps/participation/templates/participation/team_detail.html:43
msgid "Tournament:"
msgstr "Tournoi :"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:25
2021-01-14 18:07:40 +00:00
msgid "Solutions:"
2021-01-14 20:07:09 +00:00
msgstr "Solutions :"
2021-01-14 18:07:40 +00:00
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:30
2021-01-14 18:07:40 +00:00
msgid "No solution was uploaded yet."
msgstr "Aucune solution n'a encore été envoyée."
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:35
2021-01-14 18:07:40 +00:00
msgid "Pools:"
msgstr "Poules :"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:45
#: apps/participation/templates/participation/participation_detail.html:49
2021-01-14 18:07:40 +00:00
msgid "Upload solution"
msgstr "Envoyer une solution"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/participation_detail.html:50
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/passage_detail.html:110
#: apps/participation/templates/participation/upload_solution.html:11
#: apps/participation/templates/participation/upload_synthesis.html:11
#: apps/registration/templates/registration/upload_health_sheet.html:17
#: apps/registration/templates/registration/upload_parental_authorization.html:17
#: apps/registration/templates/registration/upload_photo_authorization.html:18
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:162
#: apps/registration/templates/registration/user_detail.html:167
#: apps/registration/templates/registration/user_detail.html:172
#: apps/registration/templates/registration/user_detail.html:177
2021-01-14 18:07:40 +00:00
msgid "Upload"
msgstr "Téléverser"
#: apps/participation/templates/participation/passage_detail.html:13
msgid "Pool:"
msgstr "Poule :"
#: apps/participation/templates/participation/passage_detail.html:16
msgid "Defender:"
msgstr "Défenseur :"
#: apps/participation/templates/participation/passage_detail.html:19
msgid "Opponent:"
msgstr "Opposant :"
#: apps/participation/templates/participation/passage_detail.html:22
msgid "Reporter:"
msgstr "Rapporteur :"
#: apps/participation/templates/participation/passage_detail.html:25
msgid "Defended solution:"
msgstr "Solution défendue"
#: apps/participation/templates/participation/passage_detail.html:28
msgid "Place:"
msgstr "Lieu :"
#: apps/participation/templates/participation/passage_detail.html:31
msgid "Syntheses:"
msgstr "Notes de synthèse :"
#: apps/participation/templates/participation/passage_detail.html:36
msgid "No synthesis was uploaded yet."
msgstr "Aucune note de synthèse n'a encore été envoyée."
#: apps/participation/templates/participation/passage_detail.html:43
#: apps/participation/templates/participation/passage_detail.html:104
msgid "Update notes"
msgstr "Modifier les notes"
#: apps/participation/templates/participation/passage_detail.html:48
#: apps/participation/templates/participation/passage_detail.html:109
msgid "Upload synthesis"
msgstr "Envoyer une note de synthèse"
#: apps/participation/templates/participation/passage_detail.html:56
msgid "Notes detail"
msgstr "Détails des notes"
#: apps/participation/templates/participation/passage_detail.html:63
msgid "Average points for the defender writing:"
msgstr "Moyenne de l'écrit du défenseur :"
#: apps/participation/templates/participation/passage_detail.html:66
msgid "Average points for the defender oral:"
msgstr "Moyenne de l'oral du défenseur :"
#: apps/participation/templates/participation/passage_detail.html:69
msgid "Average points for the opponent writing:"
msgstr "Moyenne de l'écrit de l'opposant :"
#: apps/participation/templates/participation/passage_detail.html:72
msgid "Average points for the opponent oral:"
msgstr "Moyenne de l'oral de l'opposant :"
#: apps/participation/templates/participation/passage_detail.html:75
msgid "Average points for the reporter writing:"
msgstr "Moyenne de l'écrit du rapporteur :"
#: apps/participation/templates/participation/passage_detail.html:78
msgid "Average points for the reporter oral:"
msgstr "Moyenne de l'oral du rapporteur :"
#: apps/participation/templates/participation/passage_detail.html:85
msgid "Defender points:"
msgstr "Points du défenseur :"
#: apps/participation/templates/participation/passage_detail.html:88
msgid "Opponent points:"
msgstr "Points de l'opposant :"
#: apps/participation/templates/participation/passage_detail.html:91
msgid "Reporter points:"
msgstr "Points du rapporteur :"
#: apps/participation/templates/participation/passage_detail.html:99
#: apps/participation/templates/participation/passage_form.html:11
msgid "Update passage"
msgstr "Modifier le passage"
#: apps/participation/templates/participation/pool_detail.html:15
msgid "Round:"
msgstr "Tour :"
#: apps/participation/templates/participation/pool_detail.html:18
msgid "Teams:"
msgstr "Équipes :"
#: apps/participation/templates/participation/pool_detail.html:25
msgid "Juries:"
msgstr "Jurys :"
#: apps/participation/templates/participation/pool_detail.html:28
msgid "Defended solutions:"
msgstr "Solutions défendues :"
2021-01-14 18:33:56 +00:00
#: apps/participation/templates/participation/pool_detail.html:38
2021-01-18 17:13:58 +00:00
#: apps/participation/templates/participation/tournament_detail.html:82
2021-01-14 18:23:32 +00:00
msgid "Ranking"
msgstr "Classement"
2021-01-14 18:33:56 +00:00
#: apps/participation/templates/participation/pool_detail.html:51
2021-01-14 20:07:09 +00:00
#: apps/participation/templates/participation/pool_detail.html:64
2021-01-14 18:07:40 +00:00
msgid "Add passage"
msgstr "Ajouter un passage"
2021-01-14 18:33:56 +00:00
#: apps/participation/templates/participation/pool_detail.html:53
2021-01-14 20:07:09 +00:00
#: apps/participation/templates/participation/pool_detail.html:74
2021-01-14 18:07:40 +00:00
msgid "Update teams"
msgstr "Modifier les équipes"
2021-01-14 18:33:56 +00:00
#: apps/participation/templates/participation/pool_detail.html:60
msgid "Passages"
msgstr "Passages"
2021-01-14 20:07:09 +00:00
#: apps/participation/templates/participation/pool_detail.html:65
2021-01-18 17:13:58 +00:00
#: apps/participation/templates/participation/tournament_detail.html:96
2021-01-14 18:07:40 +00:00
msgid "Add"
msgstr "Ajouter"
2021-01-14 20:07:09 +00:00
#: apps/participation/templates/participation/pool_detail.html:69
2021-01-14 18:07:40 +00:00
#: apps/participation/templates/participation/pool_form.html:11
msgid "Update pool"
msgstr "Modifier la poule"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:13
2020-12-27 10:49:54 +00:00
msgid "Name:"
msgstr "Nom :"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:16
2020-12-27 10:49:54 +00:00
msgid "Trigram:"
msgstr "Trigramme :"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:19
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/user_detail.html:20
msgid "Email:"
msgstr "Adresse e-mail :"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:22
2020-12-27 10:49:54 +00:00
msgid "Access code:"
msgstr "Code d'accès :"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:25
msgid "Coaches:"
2020-12-27 10:49:54 +00:00
msgstr "Encadrants :"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/team_detail.html:34
2020-12-27 10:49:54 +00:00
msgid "Participants:"
msgstr "Participants :"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:52
2021-01-14 18:07:40 +00:00
msgid "Photo authorizations:"
msgstr "Autorisations de droit à l'image :"
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:58
#: apps/participation/templates/participation/team_detail.html:69
#: apps/participation/templates/participation/team_detail.html:81
2020-12-27 10:49:54 +00:00
msgid "Not uploaded yet"
msgstr "Pas encore envoyée"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:63
2021-01-14 18:07:40 +00:00
msgid "Health sheets:"
msgstr "Fiches sanitaires :"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:74
2021-01-14 18:07:40 +00:00
msgid "Parental authorizations:"
msgstr "Autorisations parentales :"
2021-01-01 16:07:28 +00:00
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:91
#: apps/participation/templates/participation/team_detail.html:153
2020-12-27 10:49:54 +00:00
#: apps/participation/templates/participation/team_leave.html:11
msgid "Leave"
msgstr "Quitter"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:101
2020-12-27 10:49:54 +00:00
msgid "Access to team participation"
msgstr "Accéder à la participation de l'équipe"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:108
2020-12-27 10:49:54 +00:00
msgid ""
2021-01-01 16:07:28 +00:00
"Your team has at least 4 members and a coach and all authorizations were "
"given: the team can be validated."
2020-12-27 10:49:54 +00:00
msgstr ""
2021-01-01 16:07:28 +00:00
"Votre équipe contient au moins 4 personnes et un encadrant et toutes les "
"autorisations ont été données : l'équipe peut être validée."
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:113
2020-12-27 10:49:54 +00:00
msgid "Submit my team to validation"
msgstr "Soumettre mon équipe à validation"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:119
2020-12-27 10:49:54 +00:00
msgid ""
2021-01-01 16:07:28 +00:00
"Your team must be composed of 4 members and a coach and each member must "
"upload their authorizations and confirm its email address."
2020-12-27 10:49:54 +00:00
msgstr ""
2021-01-01 16:07:28 +00:00
"Votre équipe doit être composée de 4 membres et un encadrant et chaque "
"membre doit envoyer ses autorisations et confirmé son adresse e-mail."
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:124
2020-12-27 10:49:54 +00:00
msgid "This team didn't ask for validation yet."
msgstr "L'équipe n'a pas encore demandé à être validée."
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:130
2020-12-27 10:49:54 +00:00
msgid "Your validation is pending."
msgstr "Votre validation est en attente."
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:134
2020-12-27 10:49:54 +00:00
msgid ""
"The team requested to be validated. You may now control the authorizations "
"and confirm that they can participate."
msgstr ""
"L'équipe a demandé à être validée. Vous pouvez désormais contrôler les "
"différentes autorisations et confirmer qu'elle peut participer."
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:140
2020-12-27 10:49:54 +00:00
msgid "Validate"
msgstr "Valider"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:141
2020-12-27 10:49:54 +00:00
msgid "Invalidate"
msgstr "Invalider"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:147
2020-12-27 10:49:54 +00:00
msgid "Update team"
msgstr "Modifier l'équipe"
2021-01-18 15:15:16 +00:00
#: apps/participation/templates/participation/team_detail.html:152
#: apps/participation/views.py:360
2020-12-27 10:49:54 +00:00
msgid "Leave team"
msgstr "Quitter l'équipe"
#: apps/participation/templates/participation/team_leave.html:9
msgid "Are you sure that you want to leave this team?"
msgstr "Êtes-vous sûr·e de vouloir quitter cette équipe ?"
#: apps/participation/templates/participation/team_list.html:6
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:222
2020-12-27 10:49:54 +00:00
msgid "All teams"
msgstr "Toutes les équipes"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_detail.html:15
msgid "size"
msgstr "taille"
#: apps/participation/templates/participation/tournament_detail.html:22
msgid "Free"
msgstr "Gratuit"
#: apps/participation/templates/participation/tournament_detail.html:24
msgid "dates"
msgstr "dates"
#: apps/participation/templates/participation/tournament_detail.html:25
msgid "From"
msgstr "Du"
#: apps/participation/templates/participation/tournament_detail.html:25
msgid "to"
msgstr "au"
#: apps/participation/templates/participation/tournament_detail.html:27
msgid "date of registration closing"
msgstr "date de clôture des inscriptions"
#: apps/participation/templates/participation/tournament_detail.html:30
msgid "date of maximal solution submission"
msgstr "date limite d'envoi des solutions"
#: apps/participation/templates/participation/tournament_detail.html:33
msgid "date of the random draw"
msgstr "date du tirage au sort"
#: apps/participation/templates/participation/tournament_detail.html:36
msgid "date of maximal syntheses submission for the first round"
msgstr "date limite de soumission des notes de synthèse pour le premier tour"
#: apps/participation/templates/participation/tournament_detail.html:39
msgid "date when solutions of round 2 are available"
msgstr ""
"date à partir de laquelle les solutions pour le second tour sont disponibles"
#: apps/participation/templates/participation/tournament_detail.html:42
msgid "date of maximal syntheses submission for the second round"
msgstr "date limite de soumission des notes de synthèse pour le second tour"
#: apps/participation/templates/participation/tournament_detail.html:52
msgid "Edit tournament"
msgstr "Modifier le tournoi"
#: apps/participation/templates/participation/tournament_detail.html:59
#: tfjm/templates/base.html:68
msgid "Teams"
msgstr "Équipes"
2021-01-18 17:13:58 +00:00
#: apps/participation/templates/participation/tournament_detail.html:67
2021-01-14 18:07:40 +00:00
msgid "Pools"
msgstr "Poules"
2021-01-18 17:13:58 +00:00
#: apps/participation/templates/participation/tournament_detail.html:74
2021-01-14 18:07:40 +00:00
msgid "Add new pool"
msgstr "Ajouter une nouvelle poule"
2021-01-18 17:13:58 +00:00
#: apps/participation/templates/participation/tournament_detail.html:95
2021-01-14 18:07:40 +00:00
msgid "Add pool"
msgstr "Ajouter une poule"
2021-01-01 16:07:28 +00:00
#: apps/participation/templates/participation/tournament_list.html:6
#: tfjm/templates/base.html:218
msgid "All tournaments"
msgstr "Tous les tournois"
#: apps/participation/templates/participation/tournament_list.html:13
msgid "Add tournament"
msgstr "Ajouter un tournoi"
#: apps/participation/views.py:40 tfjm/templates/base.html:74
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:233
2020-12-27 10:49:54 +00:00
msgid "Create team"
msgstr "Créer une équipe"
#: apps/participation/views.py:49 apps/participation/views.py:94
2020-12-27 10:49:54 +00:00
msgid "You don't participate, so you can't create a team."
msgstr "Vous ne participez pas, vous ne pouvez pas créer d'équipe."
#: apps/participation/views.py:51 apps/participation/views.py:96
2020-12-27 10:49:54 +00:00
msgid "You are already in a team."
msgstr "Vous êtes déjà dans une équipe."
#: apps/participation/views.py:85 tfjm/templates/base.html:79
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:228
2020-12-27 10:49:54 +00:00
msgid "Join team"
msgstr "Rejoindre une équipe"
#: apps/participation/views.py:147 apps/participation/views.py:366
#: apps/participation/views.py:399
2020-12-27 10:49:54 +00:00
msgid "You are not in a team."
msgstr "Vous n'êtes pas dans une équipe."
#: apps/participation/views.py:148 apps/participation/views.py:400
2020-12-27 10:49:54 +00:00
msgid "You don't participate, so you don't have any team."
msgstr "Vous ne participez pas, vous n'avez donc pas d'équipe."
#: apps/participation/views.py:172
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Detail of team {trigram}"
msgstr "Détails de l'équipe {trigram}"
#: apps/participation/views.py:205
2020-12-27 10:49:54 +00:00
msgid "You don't participate, so you can't request the validation of the team."
msgstr ""
"Vous ne participez pas, vous ne pouvez pas demander la validation de "
"l'équipe."
#: apps/participation/views.py:208
2020-12-27 10:49:54 +00:00
msgid "The validation of the team is already done or pending."
msgstr "La validation de l'équipe est déjà faite ou en cours."
#: apps/participation/views.py:211
2020-12-27 10:49:54 +00:00
msgid ""
2021-01-01 16:07:28 +00:00
"The team can't be validated: missing email address confirmations, "
2020-12-27 10:49:54 +00:00
"authorizations, people or the chosen problem is not set."
msgstr ""
"L'équipe ne peut pas être validée : il manque soit les confirmations "
2021-01-14 18:07:40 +00:00
"d'adresse e-mail, soit une autorisation, soit des personnes soit le problème "
"n'a pas été choisi."
2020-12-27 10:49:54 +00:00
#: apps/participation/views.py:230
2020-12-27 10:49:54 +00:00
msgid "You are not an administrator."
msgstr "Vous n'êtes pas administrateur."
#: apps/participation/views.py:233
2020-12-27 10:49:54 +00:00
msgid "This team has no pending validation."
msgstr "L'équipe n'a pas de validation en attente."
#: apps/participation/views.py:263
2020-12-27 10:49:54 +00:00
msgid "You must specify if you validate the registration or not."
msgstr "Vous devez spécifier si vous validez l'inscription ou non."
#: apps/participation/views.py:294
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Update team {trigram}"
msgstr "Mise à jour de l'équipe {trigram}"
#: apps/participation/views.py:333
2020-12-27 10:49:54 +00:00
#, python-brace-format
2021-01-18 15:15:16 +00:00
msgid "Photo authorization of {participant}.{ext}"
msgstr "Autorisation de droit à l'image de {participant}.{ext}"
#: apps/participation/views.py:339
2021-01-18 15:15:16 +00:00
#, python-brace-format
msgid "Parental authorization of {participant}.{ext}"
msgstr "Autorisation parentale de {participant}.{ext}"
2020-12-27 10:49:54 +00:00
#: apps/participation/views.py:346
2021-01-18 15:15:16 +00:00
#, python-brace-format
msgid "Health sheet of {participant}.{ext}"
msgstr "Fiche sanitaire de {participant}.{ext}"
#: apps/participation/views.py:350
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Photo authorizations of team {trigram}.zip"
msgstr "Autorisations de droit à l'image de l'équipe {trigram}.zip"
#: apps/participation/views.py:368
2020-12-27 10:49:54 +00:00
msgid "The team is already validated or the validation is pending."
msgstr "La validation de l'équipe est déjà faite ou en cours."
#: apps/participation/views.py:414
2020-12-27 10:49:54 +00:00
msgid "The team is not validated yet."
msgstr "L'équipe n'est pas encore validée."
#: apps/participation/views.py:426
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Participation of team {trigram}"
msgstr "Participation de l'équipe {trigram}"
#: apps/participation/views.py:515
msgid "You can't upload a solution after the deadline."
msgstr "Vous ne pouvez pas envoyer de solution après la date limite."
#: apps/participation/views.py:695
msgid "You can't upload a synthesis after the deadline."
msgstr "Vous ne pouvez pas envoyer de note de synthèse après la date limite."
2021-01-14 20:07:09 +00:00
#: apps/registration/forms.py:21 apps/registration/forms.py:53
2020-12-27 10:49:54 +00:00
msgid "role"
msgstr "rôle"
2021-01-01 16:07:28 +00:00
#: apps/registration/forms.py:23
2020-12-27 10:49:54 +00:00
msgid "participant"
msgstr "participant"
2021-01-18 15:15:16 +00:00
#: apps/registration/forms.py:24 apps/registration/models.py:236
2020-12-27 10:49:54 +00:00
msgid "coach"
msgstr "encadrant"
2021-01-18 15:15:16 +00:00
#: apps/registration/forms.py:34 apps/registration/forms.py:67
2020-12-27 10:49:54 +00:00
msgid "This email address is already used."
msgstr "Cette adresse e-mail est déjà utilisée."
2021-01-18 15:15:16 +00:00
#: apps/registration/forms.py:55 apps/registration/models.py:262
2021-01-14 20:07:09 +00:00
msgid "volunteer"
msgstr "bénévole"
2021-01-18 15:15:16 +00:00
#: apps/registration/forms.py:56 apps/registration/models.py:281
2021-01-14 20:07:09 +00:00
msgid "admin"
msgstr "admin"
2021-01-18 15:15:16 +00:00
#: apps/registration/forms.py:118 apps/registration/forms.py:140
2021-01-18 21:28:43 +00:00
#: apps/registration/forms.py:162 apps/registration/forms.py:216
2020-12-27 10:49:54 +00:00
msgid "The uploaded file must be a PDF, PNG of JPEG file."
msgstr "Le fichier envoyé doit être au format PDF, PNG ou JPEG."
2021-01-18 21:28:43 +00:00
#: apps/registration/forms.py:208
msgid "Pending"
msgstr "En attente"
#: apps/registration/forms.py:224
msgid "You must upload your scholarship attestation."
msgstr "Vous devez envoyer votre attestation de bourse."
2021-01-01 16:07:28 +00:00
#: apps/registration/models.py:35
2020-12-27 10:49:54 +00:00
msgid "Grant Animath to contact me in the future about other actions"
msgstr ""
"Autoriser Animath à me recontacter à l'avenir à propos d'autres actions"
2021-01-01 16:07:28 +00:00
#: apps/registration/models.py:40
2020-12-27 10:49:54 +00:00
msgid "email confirmed"
msgstr "email confirmé"
2021-01-01 16:07:28 +00:00
#: apps/registration/models.py:48
2021-01-18 14:52:09 +00:00
msgid "Activate your TFJM² account"
2020-12-27 10:49:54 +00:00
msgstr "Activez votre compte du TFJM²"
2021-01-18 15:35:37 +00:00
#: apps/registration/models.py:99 apps/registration/models.py:302
2020-12-27 10:49:54 +00:00
msgid "registration"
msgstr "inscription"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:100
2020-12-27 10:49:54 +00:00
msgid "registrations"
msgstr "inscriptions"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:127
2021-01-01 16:07:28 +00:00
msgid "birth date"
msgstr "date de naissance"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:132
2021-01-01 16:07:28 +00:00
msgid "address"
2021-01-01 20:49:40 +00:00
msgstr "adresse"
2021-01-01 16:07:28 +00:00
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:138
2021-01-01 16:07:28 +00:00
msgid "phone number"
msgstr "numéro de téléphone"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:143
2021-01-01 16:07:28 +00:00
msgid "photo authorization"
msgstr "autorisation de droit à l'image"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:150
2021-01-01 16:07:28 +00:00
msgid "health sheet"
msgstr "fiche sanitaire"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:176
2020-12-27 10:49:54 +00:00
msgid "12th grade"
msgstr "Terminale"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:177
2020-12-27 10:49:54 +00:00
msgid "11th grade"
msgstr "Première"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:178
2020-12-27 10:49:54 +00:00
msgid "10th grade or lower"
msgstr "Seconde ou inférieur"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:180
2020-12-27 10:49:54 +00:00
msgid "student class"
msgstr "classe"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:185
2020-12-27 10:49:54 +00:00
msgid "school"
msgstr "école"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:190
2021-01-01 16:07:28 +00:00
msgid "responsible name"
msgstr "nom du responsable légal"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:195
2021-01-01 16:07:28 +00:00
msgid "responsible phone number"
msgstr "numéro de téléphone du responsable légal"
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:200
2021-01-01 16:07:28 +00:00
msgid "responsible email address"
msgstr "adresse e-mail du responsable légal"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:205
2021-01-01 16:07:28 +00:00
msgid "parental authorization"
msgstr "autorisation parentale"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:213
2020-12-27 10:49:54 +00:00
msgid "student"
msgstr "étudiant"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:221
2020-12-27 10:49:54 +00:00
msgid "student registration"
msgstr "inscription d'élève"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:222
2020-12-27 10:49:54 +00:00
msgid "student registrations"
msgstr "inscriptions d'élève"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:231 apps/registration/models.py:253
2020-12-27 10:49:54 +00:00
msgid "professional activity"
msgstr "activité professionnelle"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:244
2020-12-27 10:49:54 +00:00
msgid "coach registration"
msgstr "inscription d'encadrant"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:245
2020-12-27 10:49:54 +00:00
msgid "coach registrations"
msgstr "inscriptions d'encadrants"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:276
2020-12-27 10:49:54 +00:00
msgid "role of the administrator"
msgstr "rôle de l'administrateur"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:289
2020-12-27 10:49:54 +00:00
msgid "admin registration"
msgstr "inscription d'administrateur"
2021-01-18 15:15:16 +00:00
#: apps/registration/models.py:290
2020-12-27 10:49:54 +00:00
msgid "admin registrations"
msgstr "inscriptions d'administrateur"
2021-01-18 15:35:37 +00:00
#: apps/registration/models.py:306
msgid "type"
msgstr "type"
#: apps/registration/models.py:309
msgid "No payment"
msgstr "Pas de paiement"
#: apps/registration/models.py:311
msgid "Scholarship"
msgstr "Notification de bourse"
#: apps/registration/models.py:312
msgid "Bank transfer"
msgstr "Virement bancaire"
#: apps/registration/models.py:313
msgid "The tournament is free"
msgstr "Le tournoi est gratuit"
#: apps/registration/models.py:320
msgid "scholarship file"
msgstr "Notification de bourse"
#: apps/registration/models.py:321
msgid "only if you have a scholarship."
msgstr "Nécessaire seulement si vous déclarez être boursier."
2021-01-18 21:28:43 +00:00
#: apps/registration/models.py:328
2021-01-18 15:35:37 +00:00
msgid "additional information"
msgstr "informations additionnelles"
2021-01-18 21:28:43 +00:00
#: apps/registration/models.py:329
2021-01-18 15:35:37 +00:00
msgid "To help us to find your payment."
msgstr "Pour nous aider à retrouver votre paiement, si nécessaire."
2021-01-18 21:28:43 +00:00
#: apps/registration/models.py:344
#, python-brace-format
msgid "Payment of {registration}"
msgstr "Paiement de {registration}"
#: apps/registration/models.py:347
2021-01-18 17:13:58 +00:00
msgid "payment"
msgstr "paiement"
2021-01-18 21:28:43 +00:00
#: apps/registration/models.py:348
2021-01-18 17:13:58 +00:00
msgid "payments"
msgstr "paiements"
2021-01-01 16:07:28 +00:00
#: apps/registration/tables.py:17
2020-12-27 10:49:54 +00:00
msgid "last name"
msgstr "nom de famille"
2021-01-14 20:07:09 +00:00
#: apps/registration/templates/registration/add_organizer.html:5
#: apps/registration/templates/registration/add_organizer.html:12
#: apps/registration/templates/registration/add_organizer.html:19
#: apps/registration/templates/registration/user_list.html:8
#: apps/registration/views.py:86
2021-01-14 20:07:09 +00:00
msgid "Add organizer"
msgstr "Ajouter un organisateur"
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/email_validation_complete.html:15
msgid "Your email have successfully been validated."
msgstr "Votre email a été validé avec succès."
#: apps/registration/templates/registration/email_validation_complete.html:18
#, python-format
msgid "You can now <a href=\"%(login_url)s\">log in</a>."
msgstr "Vous pouvez désormais vous <a href=\"%(login_url)s\">connecter</a>."
#: apps/registration/templates/registration/email_validation_complete.html:23
msgid ""
"The link was invalid. The token may have expired, or your account is already "
"activated. However, your account seems to be already valid."
msgstr ""
"Le lien est invalide. Le jeton a peut-être expiré, ou votre compte est déjà "
"activé. Toutefois, il semble que votre compte est déjà valide."
#: apps/registration/templates/registration/email_validation_complete.html:25
msgid ""
"The link was invalid. The token may have expired, or your account is already "
"activated. Please send us an email to activate your account."
msgstr ""
"Le lien est invalide. Le jeton a peut-être expiré, ou votre compte est déjà "
"activé. Merci de nous envoyer un mail pour activer votre compte."
#: apps/registration/templates/registration/email_validation_email_sent.html:10
msgid "Account activation"
msgstr "Activation du compte"
#: apps/registration/templates/registration/email_validation_email_sent.html:14
msgid ""
"An email has been sent. Please click on the link to activate your account."
msgstr ""
"Un email a été envoyé. Merci de cliquer sur le lien pour activer votre "
"compte."
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/mails/add_organizer.html:37
#: apps/registration/templates/registration/mails/add_organizer.txt:17
#: apps/registration/templates/registration/mails/email_validation_email.html:35
#: apps/registration/templates/registration/mails/email_validation_email.txt:13
msgid "The TFJM² team."
msgstr "L'équipe du TFJM²"
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/mails/email_validation_email.html:12
#: apps/registration/templates/registration/mails/email_validation_email.txt:3
msgid "Hi"
msgstr "Bonjour"
#: apps/registration/templates/registration/mails/email_validation_email.html:16
#: apps/registration/templates/registration/mails/email_validation_email.txt:5
msgid ""
2021-01-18 15:15:16 +00:00
"You recently registered on the TFJM² platform. Please click on the link "
"below to confirm your registration."
2020-12-27 10:49:54 +00:00
msgstr ""
2021-01-01 16:07:28 +00:00
"Vous vous êtes inscrits sur la plateforme du TFJM². Merci de cliquer sur le "
"lien ci-dessous pour confirmer votre inscription."
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/mails/email_validation_email.html:26
#: apps/registration/templates/registration/mails/email_validation_email.txt:9
msgid ""
"This link is only valid for a couple of days, after that you will need to "
"contact us to validate your email."
msgstr ""
"Ce lien n'est valide que pendant quelques jours, après cela vous devrez nous "
"contacter pour valider votre email."
#: apps/registration/templates/registration/mails/email_validation_email.html:30
#: apps/registration/templates/registration/mails/email_validation_email.txt:11
msgid "Thanks"
msgstr "Merci"
#: apps/registration/templates/registration/password_change_done.html:8
msgid "Your password was changed."
msgstr "Votre mot de passe a été changé."
#: apps/registration/templates/registration/password_change_form.html:9
msgid ""
"Please enter your old password, for security's sake, and then enter your new "
"password twice so we can verify you typed it in correctly."
msgstr ""
"Merci d'entrer votre ancien mot de passe pour des raisons de sécurité, et "
"d'entrer votre nouveau mot de passe deux fois afin de s'assurer que vous "
"l'ayez tapé correctement."
#: apps/registration/templates/registration/password_change_form.html:11
#: apps/registration/templates/registration/password_reset_confirm.html:12
msgid "Change my password"
msgstr "Changer mon mot de passe"
#: apps/registration/templates/registration/password_reset_complete.html:8
msgid "Your password has been set. You may go ahead and log in now."
msgstr "Votre mot de passe a été changé. Vous pouvez désormais vous connecter."
#: apps/registration/templates/registration/password_reset_complete.html:10
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:127 tfjm/templates/base.html:238
#: tfjm/templates/base.html:239 tfjm/templates/registration/login.html:7
2020-12-27 10:49:54 +00:00
#: tfjm/templates/registration/login.html:8
#: tfjm/templates/registration/login.html:25
msgid "Log in"
msgstr "Connexion"
#: apps/registration/templates/registration/password_reset_confirm.html:9
msgid ""
"Please enter your new password twice so we can verify you typed it in "
"correctly."
msgstr ""
"Merci d'entrer votre nouveau mot de passe deux fois afin de vérifier que "
"vous l'ayez tapé correctement."
#: apps/registration/templates/registration/password_reset_confirm.html:15
msgid ""
"The password reset link was invalid, possibly because it has already been "
"used. Please request a new password reset."
msgstr ""
"Le lien de réinitialisation du mot de passe est invalide, probablement parce "
"qu'il a déjà été utilisé. Merci de demander une nouvelle réinitialisation du "
"mot de passe."
#: apps/registration/templates/registration/password_reset_done.html:8
msgid ""
"We've emailed you instructions for setting your password, if an account "
"exists with the email you entered. You should receive them shortly."
msgstr ""
"Nous vous avons envoyé un email contenant des instructions pour définir "
"votre mot de passe, si un compte existe avec l'adresse mail que vous avez "
"entrée. Vous devriez le recevoir très rapidement."
#: apps/registration/templates/registration/password_reset_done.html:9
msgid ""
"If you don't receive an email, please make sure you've entered the address "
"you registered with, and check your spam folder."
msgstr ""
"Si vous ne recevez pas de mail, merci de vous assurer que vous avez entré "
"l'adresse mail avec laquelle vous êtes inscrits, et de vérifier vos "
"courriers indésirables."
#: apps/registration/templates/registration/password_reset_form.html:8
msgid ""
"Forgotten your password? Enter your email address below, and we'll email "
"instructions for setting a new one."
msgstr ""
"Mot de passe oublié ? Entrez votre adresse mail ci-dessous, et nous vous "
"enverrons un mail avec les instructions pour en définir un nouveau."
#: apps/registration/templates/registration/password_reset_form.html:11
msgid "Reset my password"
msgstr "Réinitialiser mon mot de passe"
2021-01-18 22:27:01 +00:00
#: apps/registration/templates/registration/payment_form.html:10
#, python-format
msgid ""
"The price of the tournament is %(price)s €. The participation fee is offered "
"for coaches and for students who have a scholarship. If so, please send us "
"your scholarship attestation."
msgstr ""
"Le prix du tournoi est de %(price)s €. Les frais de participation sont "
"offerts pour les encadrants et les étudiants boursiers. Si c'est le cas, "
"merci de nous transmettre votre notification de bourse."
#: apps/registration/templates/registration/payment_form.html:17
msgid ""
"You can pay with a credit card through <a class=\"alert-link\" href="
"\"https://www.helloasso.com/associations/animath/evenements/tfjmm-2018\">our "
"Hello Asso page</a>. To make the validation of the payment easier, <span "
"class=\"text-danger\">please use the same e-mail address that you use on "
"this platform.</span> The payment verification will be checked automatically "
"under 10 minutes, you don't necessary need to fill this form."
msgstr ""
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
"\"https://www.helloasso.com/associations/animath/evenements/"
"tfjmm-2018\">notre page Hello Asso</a>. Pour rendre la validation du "
"paiement plus facile, <span class=\"text-danger\">merci d'utiliser la même "
"adresse e-mail que vous utilisez sur cette plateforme.</span> La "
"vérification du paiement sera faite automatiquement sous 10 minutes, vous "
"n'avez pas nécessairement besoin de remplir ce formulaire."
#: apps/registration/templates/registration/payment_form.html:27
msgid ""
"You can also send a bank transfer to the bank account of Animath. You must "
"put in the reference of the transfer the mention \"TFJMpu\" followed by the "
"last name and the first name of the student."
msgstr ""
"Vous pouvez également faire un virement bancaire sur le compte d'Animath. "
"Vous devez alors mettre dans la référence du transfert la mention \"TFJMpu\" "
"suivie du nom et du prénom de l'élève."
#: apps/registration/templates/registration/payment_form.html:39
msgid ""
"If any payment mean is available to you, please contact us at <a class="
"\"alert-link\" href=\"mailto:contact@tfjm.org\">contact@tfjm.org</a> to find "
"a solution to your difficulties."
msgstr ""
"Si aucun moyen de paiement ne vous convient, merci de nous contecter à "
"l'adresse <a class=\"alert-link\" href=\"mailto:contact@tfjm.org"
"\">contact@tfjm.org</a> pour que nous puissions trouver une solution à vos "
"difficultés."
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/signup.html:5
2021-01-01 16:07:28 +00:00
#: apps/registration/templates/registration/signup.html:12
2021-01-14 18:07:40 +00:00
#: apps/registration/templates/registration/signup.html:19
#: apps/registration/views.py:42
2020-12-27 10:49:54 +00:00
msgid "Sign up"
msgstr "Inscription"
2021-01-01 16:07:28 +00:00
#: apps/registration/templates/registration/upload_health_sheet.html:6
#: apps/registration/templates/registration/upload_parental_authorization.html:6
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/upload_photo_authorization.html:6
msgid "Back to the user detail"
msgstr "Retour aux détails de l'utilisateur"
2021-01-01 16:07:28 +00:00
#: apps/registration/templates/registration/upload_health_sheet.html:11
msgid "Health sheet template:"
msgstr "Modèle de fiche sanitaire :"
#: apps/registration/templates/registration/upload_health_sheet.html:12
#: apps/registration/templates/registration/upload_parental_authorization.html:12
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:54
#: apps/registration/templates/registration/user_detail.html:64
#: apps/registration/templates/registration/user_detail.html:77
2021-01-01 16:07:28 +00:00
msgid "Download"
msgstr "Télécharger"
#: apps/registration/templates/registration/upload_parental_authorization.html:11
msgid "Authorization template:"
msgstr "Modèles d'autorisation :"
2020-12-27 10:49:54 +00:00
#: apps/registration/templates/registration/upload_photo_authorization.html:11
2021-01-01 16:07:28 +00:00
msgid "Authorization templates:"
2020-12-27 10:49:54 +00:00
msgstr "Modèles d'autorisation :"
#: apps/registration/templates/registration/upload_photo_authorization.html:12
msgid "Adult"
msgstr "Majeur"
#: apps/registration/templates/registration/upload_photo_authorization.html:13
msgid "Child"
msgstr "Mineur"
#: apps/registration/templates/registration/user_detail.html:14
msgid "Last name:"
msgstr "Nom de famille :"
#: apps/registration/templates/registration/user_detail.html:17
msgid "First name:"
msgstr "Prénom :"
#: apps/registration/templates/registration/user_detail.html:22
msgid "Not confirmed"
msgstr "Non confirmée"
#: apps/registration/templates/registration/user_detail.html:22
msgid "resend the validation link"
msgstr "Renvoyer le lien de validation"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:25
msgid "Password:"
msgstr "Mot de passe :"
#: apps/registration/templates/registration/user_detail.html:28
msgid "Change password"
msgstr "Changer mon mot de passe"
#: apps/registration/templates/registration/user_detail.html:42
2021-01-01 16:07:28 +00:00
msgid "Birth date:"
msgstr "Date de naissance :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:45
2021-01-01 16:07:28 +00:00
msgid "Address:"
msgstr "Adresse :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:48
2021-01-01 16:07:28 +00:00
msgid "Phone number:"
msgstr "Numéro de téléphone :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:51
2021-01-01 16:07:28 +00:00
msgid "Photo authorization:"
msgstr "Autorisation de droit à l'image"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:57
#: apps/registration/templates/registration/user_detail.html:67
#: apps/registration/templates/registration/user_detail.html:80
2021-01-01 16:07:28 +00:00
msgid "Replace"
msgstr "Remplacer"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:61
2021-01-01 16:07:28 +00:00
msgid "Health sheet:"
msgstr "Fiche sanitaire :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:74
2021-01-01 16:07:28 +00:00
msgid "Parental authorization:"
msgstr "Autorisation parentale :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:85
2020-12-27 10:49:54 +00:00
msgid "Student class:"
msgstr "Classe :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:88
2020-12-27 10:49:54 +00:00
msgid "School:"
msgstr "École :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:91
2021-01-01 16:07:28 +00:00
msgid "Responsible name:"
msgstr "Nom du responsable légal :"
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:94
2021-01-01 16:07:28 +00:00
msgid "Responsible phone number:"
msgstr "Numéro de téléphone du responsable légal :"
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:97
2021-01-01 16:07:28 +00:00
msgid "Responsible email address:"
msgstr "Adresse e-mail du responsable légal :"
2020-12-27 10:49:54 +00:00
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:102
2020-12-27 10:49:54 +00:00
msgid "Role:"
msgstr "Rôle :"
#: apps/registration/templates/registration/user_detail.html:105
msgid "Profesional activity:"
msgstr "Activité professionnelle :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:109
2020-12-27 10:49:54 +00:00
msgid "Grant Animath to contact me in the future about other actions:"
msgstr "Autorise Animath à recontacter à propos d'autres actions :"
2021-01-18 15:15:16 +00:00
#: apps/registration/templates/registration/user_detail.html:117
2021-01-18 17:13:58 +00:00
msgid "Payment information:"
msgstr "Informations de paiement :"
#: apps/registration/templates/registration/user_detail.html:119
msgid "yes,no,pending"
msgstr "oui,non,en attente"
2021-01-18 21:28:43 +00:00
#: apps/registration/templates/registration/user_detail.html:123
#: apps/registration/templates/registration/user_detail.html:126
2021-01-18 17:13:58 +00:00
msgid "valid:"
msgstr "valide :"
2021-01-18 21:28:43 +00:00
#: apps/registration/templates/registration/user_detail.html:130
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:183
2021-01-18 21:28:43 +00:00
msgid "Update payment"
2021-01-18 21:33:29 +00:00
msgstr "Modifier le paiement"
2021-01-18 21:28:43 +00:00
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:136
msgid "Download scholarship attestation"
msgstr "Télécharger l'attestation de bourse"
#: apps/registration/templates/registration/user_detail.html:149
2020-12-27 10:49:54 +00:00
msgid "Impersonate"
msgstr "Impersonifier"
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:155
2020-12-27 10:49:54 +00:00
msgid "Update user"
msgstr "Modifier l'utilisateur"
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:161
#: apps/registration/views.py:313
2020-12-27 10:49:54 +00:00
msgid "Upload photo authorization"
msgstr "Téléverser l'autorisation de droit à l'image"
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:166
#: apps/registration/views.py:339
2021-01-01 16:07:28 +00:00
msgid "Upload health sheet"
msgstr "Téléverser la fiche sanitaire"
2021-01-18 22:39:02 +00:00
#: apps/registration/templates/registration/user_detail.html:171
#: apps/registration/templates/registration/user_detail.html:176
#: apps/registration/views.py:365
2021-01-01 16:07:28 +00:00
msgid "Upload parental authorization"
msgstr "Téléverser l'autorisation parentale"
2020-12-27 10:49:54 +00:00
#: apps/registration/views.py:125
2021-01-18 15:15:16 +00:00
msgid "New TFJM² organizer account"
msgstr "Nouveau compte organisateur pour le TFJM²"
#: apps/registration/views.py:147
2020-12-27 10:49:54 +00:00
msgid "Email validation"
msgstr "Validation de l'adresse mail"
#: apps/registration/views.py:149
2020-12-27 10:49:54 +00:00
msgid "Validate email"
msgstr "Valider l'adresse mail"
#: apps/registration/views.py:188
2020-12-27 10:49:54 +00:00
msgid "Email validation unsuccessful"
msgstr "Échec de la validation de l'adresse mail"
#: apps/registration/views.py:199
2020-12-27 10:49:54 +00:00
msgid "Email validation email sent"
msgstr "Mail de confirmation de l'adresse mail envoyé"
#: apps/registration/views.py:207
2020-12-27 10:49:54 +00:00
msgid "Resend email validation link"
msgstr "Renvoyé le lien de validation de l'adresse mail"
#: apps/registration/views.py:247
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Detail of user {user}"
msgstr "Détails de l'utilisateur {user}"
#: apps/registration/views.py:277
2020-12-27 10:49:54 +00:00
#, python-brace-format
msgid "Update user {user}"
msgstr "Mise à jour de l'utilisateur {user}"
#: apps/registration/views.py:428
2021-01-18 15:15:16 +00:00
#, python-brace-format
msgid "Photo authorization of {student}.{ext}"
msgstr "Autorisation de droit à l'image de {student}.{ext}"
#: apps/registration/views.py:451
2021-01-01 16:07:28 +00:00
#, python-brace-format
msgid "Health sheet of {student}.{ext}"
msgstr "Fiche sanitaire de {student}.{ext}"
#: apps/registration/views.py:474
2021-01-01 16:07:28 +00:00
#, python-brace-format
msgid "Parental authorization of {student}.{ext}"
msgstr "Autorisation parentale de {student}.{ext}"
#: apps/registration/views.py:496
2021-01-18 22:39:02 +00:00
#, python-brace-format
msgid "Scholarship attestation of {user}.{ext}"
msgstr "Notification de bourse de {user}.{ext}"
2021-01-01 16:07:28 +00:00
#: tfjm/settings.py:162
2020-12-27 10:49:54 +00:00
msgid "English"
msgstr "Anglais"
2021-01-01 16:07:28 +00:00
#: tfjm/settings.py:163
2020-12-27 10:49:54 +00:00
msgid "French"
msgstr "Français"
#: tfjm/templates/400.html:6
msgid "Bad request"
msgstr "Requête invalide"
#: tfjm/templates/400.html:7
msgid ""
"Sorry, your request was bad. Don't know what could be wrong. An email has "
2021-01-14 18:07:40 +00:00
"been sent to webmasters with the details of the error. You can now think "
"about other solutions."
2020-12-27 10:49:54 +00:00
msgstr ""
"Désolé, votre requête est invalide. Aucune idée de ce qui a pu se passer. Un "
"email a été envoyé aux administrateurs avec les détails de l'erreur. Vous "
2021-01-12 14:42:32 +00:00
"pouvez désormais retourner chercher d'autres solutions."
2020-12-27 10:49:54 +00:00
#: tfjm/templates/403.html:6
msgid "Permission denied"
msgstr "Permission refusée"
#: tfjm/templates/403.html:7
msgid "You don't have the right to perform this request."
msgstr "Vous n'avez pas le droit d'effectuer cette requête."
#: tfjm/templates/403.html:10 tfjm/templates/404.html:10
msgid "Exception message:"
msgstr "Message d'erreur :"
#: tfjm/templates/404.html:6
msgid "Page not found"
msgstr "Page non trouvée"
#: tfjm/templates/404.html:7
#, python-format
msgid ""
"The requested path <code>%(request_path)s</code> was not found on the server."
msgstr ""
"Le chemin demandé <code>%(request_path)s</code> n'a pas été trouvé sur le "
"serveur."
#: tfjm/templates/500.html:6
msgid "Server error"
msgstr "Erreur du serveur"
#: tfjm/templates/500.html:7
msgid ""
"Sorry, an error occurred when processing your request. An email has been "
"sent to webmasters with the detail of the error, and this will be fixed "
2021-01-12 14:42:32 +00:00
"soon. You can now think about other solutions."
2020-12-27 10:49:54 +00:00
msgstr ""
"Désolé, une erreur est survenue lors du traitement de votre requête. Aucune "
"idée de ce qui a pu se passer. Un email a été envoyé aux administrateurs "
2021-01-14 18:07:40 +00:00
"avec les détails de l'erreur. Vous pouvez désormais retourner chercher "
"d'autres solutions.."
2020-12-27 10:49:54 +00:00
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:56
2020-12-27 10:49:54 +00:00
msgid "Home"
msgstr "Accueil"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:60
msgid "Tournaments"
msgstr "Tournois"
#: tfjm/templates/base.html:65
2020-12-27 10:49:54 +00:00
msgid "Users"
msgstr "Utilisateurs"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:85
2020-12-27 10:49:54 +00:00
msgid "My team"
msgstr "Mon équipe"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:90
2020-12-27 10:49:54 +00:00
msgid "My participation"
msgstr "Ma participation"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:97
2020-12-27 10:49:54 +00:00
msgid "Chat"
msgstr "Chat"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:101
2020-12-27 10:49:54 +00:00
msgid "Administration"
msgstr "Administration"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:109
2020-12-27 10:49:54 +00:00
msgid "Search..."
msgstr "Chercher ..."
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:118
2020-12-27 10:49:54 +00:00
msgid "Return to admin view"
msgstr "Retourner à l'interface administrateur"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:123
2020-12-27 10:49:54 +00:00
msgid "Register"
msgstr "S'inscrire"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:139
2020-12-27 10:49:54 +00:00
msgid "My account"
msgstr "Mon compte"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:142
2020-12-27 10:49:54 +00:00
msgid "Log out"
msgstr "Déconnexion"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:159
2020-12-27 10:49:54 +00:00
#, python-format
msgid ""
"Your email address is not validated. Please click on the link you received "
"by email. You can resend a mail by clicking on <a href=\"%(send_email_url)s"
"\">this link</a>."
msgstr ""
"Votre adresse mail n'est pas validée. Merci de cliquer sur le lien que vous "
"avez reçu par mail. Vous pouvez renvoyer un mail en cliquant sur <a href="
"\"%(send_email_url)s\">ce lien</a>."
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:183
2020-12-27 10:49:54 +00:00
msgid "Contact us"
msgstr "Nous contacter"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:202
2020-12-27 10:49:54 +00:00
msgid "About"
msgstr "À propos"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/base.html:225
2020-12-27 10:49:54 +00:00
msgid "Search results"
msgstr "Résultats de la recherche"
#: tfjm/templates/registration/logged_out.html:8
msgid "Thanks for spending some quality time with the Web site today."
msgstr "Merci d'avoir utilisé la plateforme du TFJM²."
#: tfjm/templates/registration/logged_out.html:9
msgid "Log in again"
msgstr "Se reconnecter"
#: tfjm/templates/registration/login.html:13
#, python-format
msgid ""
"You are authenticated as %(user)s, but are not authorized to access this "
"page. Would you like to login to a different account?"
msgstr ""
"Vous êtes connectés en tant que %(user)s, mais n'êtes pas autorisés à "
"accéder à cette page. Voulez-vous vous reconnecter avec un autre compte ?"
#: tfjm/templates/registration/login.html:23
msgid "Forgotten your password or username?"
msgstr "Mot de passe oublié ?"
2021-01-01 16:07:28 +00:00
#: tfjm/templates/search/search.html:6 tfjm/templates/search/search.html:10
2020-12-27 10:49:54 +00:00
msgid "Search"
msgstr "Chercher"
#: tfjm/templates/search/search.html:15
msgid "Results"
msgstr "Résultats"
#: tfjm/templates/search/search.html:25
msgid "No results found."
msgstr "Aucun résultat."