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.
|
2023-02-19 18:25:37 +00:00
|
|
|
# Emmy D'Anello <emmy.danello@animath.fr>, 2020-2023.
|
2020-12-27 10:49:54 +00:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: TFJM\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2024-04-07 10:38:41 +00:00
|
|
|
"POT-Creation-Date: 2024-04-07 12:35+0200\n"
|
2020-12-27 10:49:54 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
2023-02-19 18:25:37 +00:00
|
|
|
"Last-Translator: Emmy D'Anello <emmy.danello@animath.fr>\n"
|
2020-12-27 10:49:54 +00:00
|
|
|
"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"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: api/apps.py:13
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "API"
|
|
|
|
msgstr "API"
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: draw/admin.py:39 draw/admin.py:57 draw/admin.py:75
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/admin.py:109 participation/models.py:253
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:88
|
2023-04-03 16:10:52 +00:00
|
|
|
msgid "teams"
|
|
|
|
msgstr "équipes"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/admin.py:53 draw/admin.py:71 draw/admin.py:88 draw/models.py:26
|
2024-02-23 20:43:44 +00:00
|
|
|
#: participation/admin.py:79 participation/admin.py:140
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/admin.py:171 participation/models.py:656
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:680 participation/models.py:886
|
|
|
|
#: registration/models.py:722
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:53
|
2023-04-03 16:10:52 +00:00
|
|
|
msgid "tournament"
|
|
|
|
msgstr "tournoi"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/admin.py:92 draw/models.py:234 draw/models.py:433
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:890
|
2023-04-03 16:10:52 +00:00
|
|
|
msgid "round"
|
|
|
|
msgstr "tour"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: draw/apps.py:10 tfjm/templates/navbar.html:60
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "Draw"
|
|
|
|
msgstr "Tirage au sort"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/consumers.py:30
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "You are not an organizer."
|
|
|
|
msgstr "Vous n'êtes pas un⋅e organisateur⋅rice."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:162
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The draw is already started."
|
|
|
|
msgstr "Le tirage a déjà commencé."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:168
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Invalid format"
|
|
|
|
msgstr "Format invalide"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:173
|
2023-03-24 10:13:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The sum must be equal to the number of teams: expected {len}, got {sum}"
|
|
|
|
msgstr ""
|
|
|
|
"La somme doit être égale au nombre d'équipes : attendu {len}, obtenu {sum}"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:178
|
2023-03-31 15:15:34 +00:00
|
|
|
msgid "There can be at most one pool with 5 teams."
|
|
|
|
msgstr "Il ne peut y avoir au plus qu'une seule poule de 5 équipes."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:218
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Draw started!"
|
|
|
|
msgstr "Le tirage a commencé !"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:240
|
2023-03-24 10:13:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The draw for the tournament {tournament} will start."
|
|
|
|
msgstr "Le tirage au sort du tournoi {tournament} va commencer."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:251 draw/consumers.py:277 draw/consumers.py:685
|
|
|
|
#: draw/consumers.py:902 draw/consumers.py:991 draw/consumers.py:1013
|
|
|
|
#: draw/consumers.py:1103 draw/templates/draw/tournament_content.html:5
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The draw has not started yet."
|
|
|
|
msgstr "Le tirage au sort n'a pas encore commencé."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:264
|
2023-03-24 11:29:24 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The draw for the tournament {tournament} is aborted."
|
|
|
|
msgstr "Le tirage au sort du tournoi {tournament} est annulé."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:304 draw/consumers.py:325 draw/consumers.py:620
|
|
|
|
#: draw/consumers.py:690 draw/consumers.py:907
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "This is not the time for this."
|
|
|
|
msgstr "Ce n'est pas le moment pour cela."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:317 draw/consumers.py:320
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "You've already launched the dice."
|
|
|
|
msgstr "Vous avez déjà lancé le dé."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:323
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "It is not your turn."
|
|
|
|
msgstr "Ce n'est pas votre tour."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:410
|
2023-03-24 10:13:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Dices from teams {teams} are identical. Please relaunch your dices."
|
|
|
|
msgstr ""
|
|
|
|
"Les dés des équipes {teams} sont identiques. Merci de relancer vos dés."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: draw/consumers.py:1016
|
2023-03-26 09:08:03 +00:00
|
|
|
msgid "This is only available for the final tournament."
|
|
|
|
msgstr "Cela n'est possible que pour la finale."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:27
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The associated tournament."
|
|
|
|
msgstr "Le tournoi associé."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:36
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "current round"
|
|
|
|
msgstr "tour actuel"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:37
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The current round where teams select their problems."
|
|
|
|
msgstr "Le tour en cours où les équipes choisissent leurs problèmes."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:43
|
2023-03-24 11:29:24 +00:00
|
|
|
msgid "last message"
|
|
|
|
msgstr "dernier message"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:44
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The last message that is displayed on the drawing interface."
|
|
|
|
msgstr "Le dernier message qui est affiché sur l'interface de tirage."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:94
|
2024-02-23 20:43:44 +00:00
|
|
|
msgid "State"
|
|
|
|
msgstr "État"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:174
|
2023-04-03 16:10:52 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Draw of tournament {tournament}"
|
|
|
|
msgstr "Tirage au sort du tournoi {tournament}"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:177 draw/models.py:189
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "draw"
|
|
|
|
msgstr "tirage au sort"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:178
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "draws"
|
|
|
|
msgstr "tirages au sort"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:194
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "Round 1"
|
|
|
|
msgstr "Tour 1"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:195
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "Round 2"
|
|
|
|
msgstr "Tour 2"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:197
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "number"
|
|
|
|
msgstr "numéro"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:198
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The number of the round, 1 or 2"
|
|
|
|
msgstr "Le numéro du tour, 1 ou 2"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:208
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "current pool"
|
|
|
|
msgstr "poule actuelle"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:209
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The current pool where teams select their problems."
|
|
|
|
msgstr "La poule en cours, où les équipes choisissent leurs problèmes"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:235
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "rounds"
|
|
|
|
msgstr "tours"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: draw/models.py:257 participation/models.py:904
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "letter"
|
|
|
|
msgstr "lettre"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:258
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The letter of the pool: A, B, C or D."
|
|
|
|
msgstr "La lettre de la poule : A, B, C ou D."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:262
|
2023-03-24 10:13:54 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:15
|
|
|
|
msgid "size"
|
|
|
|
msgstr "taille"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:264
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The number of teams in this pool, between 3 and 5."
|
|
|
|
msgstr "Le nombre d'équipes dans la poule, entre 3 et 5."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:273
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "current team"
|
|
|
|
msgstr "équipe actuelle"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:274
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The current team that is selecting its problem."
|
|
|
|
msgstr "L'équipe qui est en train de choisir son problème."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:283
|
2023-03-26 09:08:03 +00:00
|
|
|
msgid "associated pool"
|
|
|
|
msgstr "poule associée"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:284
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid "The full pool instance."
|
|
|
|
msgstr "L'instance complète de la poule."
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:411
|
2023-04-03 16:10:52 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Pool {letter}{number}"
|
|
|
|
msgstr "Poule {letter}{number}"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:414 draw/models.py:441 participation/admin.py:136
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/admin.py:155 participation/models.py:1375
|
|
|
|
#: participation/models.py:1384 participation/tables.py:84
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "pool"
|
|
|
|
msgstr "poule"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: draw/models.py:415 participation/models.py:1376
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "pools"
|
|
|
|
msgstr "poules"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: draw/models.py:427 participation/models.py:876 participation/models.py:1545
|
|
|
|
#: participation/models.py:1575 participation/models.py:1617
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "participation"
|
|
|
|
msgstr "participation"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:448
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "passage index"
|
|
|
|
msgstr "numéro de passage"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:449
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid ""
|
|
|
|
"The passage order in the pool, between 0 and the size of the pool minus 1."
|
2023-04-05 08:44:27 +00:00
|
|
|
msgstr ""
|
|
|
|
"L'ordre de passage dans la poule, de 0 à la taille de la poule moins 1."
|
2023-04-04 17:57:02 +00:00
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:457
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "choose index"
|
|
|
|
msgstr "numéro de choix"
|
2023-03-22 15:35:59 +00:00
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:458
|
2023-04-04 17:57:02 +00:00
|
|
|
msgid ""
|
|
|
|
"The choice order in the pool, between 0 and the size of the pool minus 1."
|
2023-04-05 08:44:27 +00:00
|
|
|
msgstr ""
|
|
|
|
"L'ordre de choix dans la poule, entre 0 et la taille de la poule moins 1."
|
2023-04-04 17:57:02 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: draw/models.py:464 draw/models.py:487 participation/models.py:1398
|
|
|
|
#: participation/models.py:1582
|
2023-03-22 15:35:59 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Problem #{problem}"
|
|
|
|
msgstr "Problème n°{problem}"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:468
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "accepted problem"
|
|
|
|
msgstr "problème accepté"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:475
|
2023-03-28 19:56:18 +00:00
|
|
|
msgid "passage dice"
|
2023-04-03 16:10:52 +00:00
|
|
|
msgstr "dé d'ordre de passage"
|
2023-03-22 15:35:59 +00:00
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:482
|
2023-03-28 19:56:18 +00:00
|
|
|
msgid "choice dice"
|
|
|
|
msgstr "dé d'ordre de choix"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:491
|
2023-05-20 09:45:21 +00:00
|
|
|
msgid "purposed problem"
|
|
|
|
msgstr "problème proposé"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:496
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "rejected problems"
|
|
|
|
msgstr "problèmes rejetés"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:525
|
2023-04-03 16:10:52 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Draw of the team {trigram} for the pool {letter}{number}"
|
|
|
|
msgstr "Tirage de l'équipe {trigram} pour la poule {letter}{number}"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:531
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "team draw"
|
|
|
|
msgstr "tirage d'équipe"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: draw/models.py:532
|
2023-03-22 15:35:59 +00:00
|
|
|
msgid "team draws"
|
|
|
|
msgstr "tirages d'équipe"
|
|
|
|
|
2023-04-10 08:02:37 +00:00
|
|
|
#: draw/templates/draw/index.html:31
|
|
|
|
msgid "You don't participate to any tournament."
|
|
|
|
msgstr "Vous ne participez pas à un tournoi."
|
|
|
|
|
2023-04-04 17:57:02 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:13
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Configuration:"
|
|
|
|
msgstr "Configuration :"
|
|
|
|
|
2023-04-04 17:57:02 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:20
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Start!"
|
|
|
|
msgstr "Démarrer !"
|
|
|
|
|
2023-04-04 17:57:02 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:32
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Last dices"
|
|
|
|
msgstr "Derniers jets de dés"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:61
|
|
|
|
msgid "Cancel last step"
|
|
|
|
msgstr "Annuler la dernière étape"
|
|
|
|
|
|
|
|
#: draw/templates/draw/tournament_content.html:136
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Launch dice"
|
|
|
|
msgstr "Lancer le dé"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:150
|
2023-03-25 06:54:53 +00:00
|
|
|
msgid "Draw a problem"
|
|
|
|
msgstr "Tirer un problème"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:161
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Accept"
|
|
|
|
msgstr "Accepter"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:164
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Decline"
|
|
|
|
msgstr "Refuser"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:175
|
2023-03-26 09:08:03 +00:00
|
|
|
msgid "Export"
|
|
|
|
msgstr "Exporter"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:183
|
2023-03-26 09:08:03 +00:00
|
|
|
msgid "Continue draw"
|
|
|
|
msgstr "Continuer le tirage"
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:216 participation/admin.py:167
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:252 participation/models.py:671
|
2024-03-30 19:38:13 +00:00
|
|
|
#: participation/templates/participation/tournament_harmonize.html:15
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:157 registration/models.py:713
|
2024-02-23 21:58:23 +00:00
|
|
|
#: registration/tables.py:39
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:52
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "team"
|
|
|
|
msgstr "équipe"
|
|
|
|
|
2023-04-05 17:22:48 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:226
|
|
|
|
#: draw/templates/draw/tournament_content.html:227
|
|
|
|
#: draw/templates/draw/tournament_content.html:228
|
|
|
|
#: draw/templates/draw/tournament_content.html:229
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:230
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:85
|
|
|
|
#: participation/templates/participation/pool_detail.html:89
|
|
|
|
#: participation/templates/participation/pool_detail.html:94
|
|
|
|
#: participation/templates/participation/pool_detail.html:98
|
2023-03-24 10:13:54 +00:00
|
|
|
msgid "Room"
|
|
|
|
msgstr "Salle"
|
|
|
|
|
2023-04-05 17:22:48 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:335
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:354
|
2023-04-05 16:41:28 +00:00
|
|
|
msgid "Abort"
|
|
|
|
msgstr "Annuler"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:345
|
2023-04-05 16:41:28 +00:00
|
|
|
msgid "Are you sure?"
|
|
|
|
msgstr "Êtes-vous sûr⋅e ?"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:349
|
2023-04-05 16:41:28 +00:00
|
|
|
msgid "This will reset the draw from the beginning."
|
|
|
|
msgstr "Cela va réinitialiser le tirage au sort depuis le début."
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:350
|
2023-04-05 16:41:28 +00:00
|
|
|
msgid "This operation is irreversible."
|
|
|
|
msgstr "Cette opération est irréversible."
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:351
|
2023-04-05 16:41:28 +00:00
|
|
|
msgid "Are you sure you want to abort this draw?"
|
|
|
|
msgstr "Êtes-vous sûr·e de vouloir annuler le tirage au sort ?"
|
|
|
|
|
2023-04-06 21:38:03 +00:00
|
|
|
#: draw/templates/draw/tournament_content.html:355
|
2023-04-05 16:41:28 +00:00
|
|
|
#: tfjm/templates/base_modal.html:17
|
|
|
|
msgid "Close"
|
|
|
|
msgstr "Fermer"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: draw/views.py:31 participation/views.py:161 participation/views.py:500
|
|
|
|
#: participation/views.py:531
|
2023-04-10 08:02:37 +00:00
|
|
|
msgid "You are not in a team."
|
|
|
|
msgstr "Vous n'êtes pas dans une équipe."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/apps.py:11
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Logs"
|
|
|
|
msgstr "Logs"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: logs/models.py:22 registration/models.py:34
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "user"
|
|
|
|
msgstr "utilisateur"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:28
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "IP Address"
|
|
|
|
msgstr "Adresse IP"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:36
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "model"
|
|
|
|
msgstr "modèle"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:43
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "identifier"
|
|
|
|
msgstr "identifiant"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:49
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "previous data"
|
|
|
|
msgstr "données précédentes"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:55
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "new data"
|
|
|
|
msgstr "nouvelles données"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:63
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "create"
|
|
|
|
msgstr "créer"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:64
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "edit"
|
|
|
|
msgstr "modifier"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:65
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "delete"
|
|
|
|
msgstr "supprimer"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:68
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "action"
|
|
|
|
msgstr "action"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:76
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "timestamp"
|
|
|
|
msgstr "date"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:80
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Logs cannot be destroyed."
|
|
|
|
msgstr "Les logs ne peuvent pas être détruits."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:83
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "changelog"
|
|
|
|
msgstr "changelog"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:84
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "changelogs"
|
|
|
|
msgstr "changelogs"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: logs/models.py:87
|
2020-12-27 10:49:54 +00:00
|
|
|
#, 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}"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/admin.py:83 participation/tables.py:44
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "valid"
|
|
|
|
msgstr "valide"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/admin.py:87 participation/models.py:692
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "selected for final"
|
|
|
|
msgstr "sélectionnée pour la finale"
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: participation/admin.py:124 participation/admin.py:183
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1405 participation/tables.py:112
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "defender"
|
|
|
|
msgstr "défenseur⋅se"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/admin.py:128 participation/models.py:1412
|
|
|
|
#: participation/models.py:1629
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "opponent"
|
|
|
|
msgstr "opposant⋅e"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/admin.py:132 participation/models.py:1419
|
|
|
|
#: participation/models.py:1630
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "reporter"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "rapporteur⋅rice"
|
2023-04-03 17:13:15 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/admin.py:187 participation/models.py:1580
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "problem"
|
|
|
|
msgstr "numéro de problème"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:29
|
2021-02-07 16:39:24 +00:00
|
|
|
msgid "This name is already used."
|
|
|
|
msgstr "Ce nom est déjà utilisé."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:36 participation/models.py:42
|
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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:39
|
2021-02-07 16:39:24 +00:00
|
|
|
msgid "This trigram is already used."
|
|
|
|
msgstr "Ce trigramme est déjà utilisé."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:54
|
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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:58 participation/views.py:502
|
2024-03-24 09:29:45 +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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:87 participation/forms.py:347
|
2023-04-10 08:02:37 +00:00
|
|
|
#: registration/forms.py:122 registration/forms.py:144
|
|
|
|
#: registration/forms.py:166 registration/forms.py:188
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/forms.py:210 registration/forms.py:232
|
|
|
|
#: registration/forms.py:281 registration/forms.py:314
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "The uploaded file size must be under 2 Mo."
|
|
|
|
msgstr "Le fichier envoyé doit peser moins de 2 Mo."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:89 registration/forms.py:124
|
2023-04-10 08:02:37 +00:00
|
|
|
#: registration/forms.py:146 registration/forms.py:168
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/forms.py:190 registration/forms.py:212
|
|
|
|
#: registration/forms.py:234 registration/forms.py:283
|
|
|
|
#: registration/forms.py:316
|
2021-01-22 08:40:28 +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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:107
|
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²."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:122
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Message to address to the team:"
|
|
|
|
msgstr "Message à adresser à l'équipe :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:157
|
2021-01-18 23:32:34 +00:00
|
|
|
msgid "The uploaded file size must be under 5 Mo."
|
|
|
|
msgstr "Le fichier envoyé doit peser moins de 5 Mo."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:159 participation/forms.py:349
|
2021-01-18 23:32:34 +00:00
|
|
|
msgid "The uploaded file must be a PDF file."
|
|
|
|
msgstr "Le fichier envoyé doit être au format PDF."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:163
|
2021-01-18 23:32:34 +00:00
|
|
|
msgid "The PDF file must not have more than 30 pages."
|
|
|
|
msgstr "Le fichier PDF ne doit pas avoir plus de 30 pages."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:217
|
2023-04-05 14:54:16 +00:00
|
|
|
msgid "Add"
|
|
|
|
msgstr "Ajouter"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:232
|
2024-03-23 22:04:22 +00:00
|
|
|
msgid "This user already exists, but is a participant."
|
|
|
|
msgstr "Cet⋅te utilisateur⋅rice existe déjà, mais en tant que participant⋅e."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:243
|
2024-04-07 07:34:52 +00:00
|
|
|
msgid "Spreadsheet file:"
|
|
|
|
msgstr "Fichier tableur :"
|
2022-05-15 10:23:17 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:269
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid ""
|
2023-04-10 15:26:55 +00:00
|
|
|
"This file contains non-UTF-8 and non-ISO-8859-1 content. Please send your "
|
|
|
|
"sheet as a CSV file."
|
2022-05-15 10:23:17 +00:00
|
|
|
msgstr ""
|
2023-04-10 15:26:55 +00:00
|
|
|
"Ce fichier contient des éléments non-UTF-8 et non-ISO-8859-1. Merci "
|
|
|
|
"d'envoyer votre tableur au format CSV."
|
2022-05-15 10:23:17 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:290
|
2023-04-10 08:02:37 +00:00
|
|
|
msgid "Can't determine the pool size. Are you sure your file is correct?"
|
2023-04-10 15:26:55 +00:00
|
|
|
msgstr ""
|
|
|
|
"Impossible de déterminer la taille de la poule. Êtes-vous sûr⋅e que le "
|
|
|
|
"fichier est correct ?"
|
2023-04-10 08:02:37 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:310
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid "The following note is higher of the maximum expected value:"
|
|
|
|
msgstr "La note suivante est supérieure au maximum attendu :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:316
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid "The following user was not found:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "L'utilisateur⋅rice suivant n'a pas été trouvé :"
|
2022-05-15 10:23:17 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:330
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "The defender, the opponent and the reporter must be different."
|
2023-01-10 19:24:06 +00:00
|
|
|
msgstr ""
|
2024-01-16 22:06:50 +00:00
|
|
|
"Les équipes défenseuse, opposante et rapportrice doivent être différent⋅es."
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:334
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "This defender did not work on this problem."
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Ce⋅tte défenseur⋅se ne travaille pas sur ce problème."
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/forms.py:353
|
2023-05-20 15:09:32 +00:00
|
|
|
msgid "The PDF file must not have more than 2 pages."
|
|
|
|
msgstr "Le fichier PDF ne doit pas avoir plus de 2 pages."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:35 participation/models.py:263
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:18 participation/tables.py:34
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "name"
|
|
|
|
msgstr "nom"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:41 participation/tables.py:39
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "trigram"
|
|
|
|
msgstr "trigramme"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:47
|
2023-02-19 18:49:03 +00:00
|
|
|
msgid "This trigram is forbidden."
|
|
|
|
msgstr "Ce trigramme est interdit."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:53
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "access code"
|
|
|
|
msgstr "code d'accès"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:54
|
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."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:58
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "motivation letter"
|
|
|
|
msgstr "lettre de motivation"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:99
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"The team {trigram} is not registered to any tournament. You can register the "
|
|
|
|
"team to a tournament using <a href='{url}'>this link</a>."
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"L'équipe {trigram} n'est inscrite à aucun tournoi. Vous pouvez inscrire "
|
|
|
|
"l'équipe à un tournoi en cliquant sur <a href='{url}'>ce lien</a>."
|
2024-02-11 19:20:28 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:104
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "No tournament"
|
|
|
|
msgstr "Pas de tournoi"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:110
|
2024-02-11 21:24:22 +00:00
|
|
|
msgid ""
|
|
|
|
"Registrations for the tournament of {tournament} are ending on the {date:%Y-"
|
|
|
|
"%m-%d %H:%M}."
|
|
|
|
msgstr ""
|
|
|
|
"Les inscriptions pour le tournoi de {tournament} se terminent le {date:%d/%m/"
|
|
|
|
"%Y %H:%M}."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:115
|
2024-02-11 21:24:22 +00:00
|
|
|
msgid "Registrations closure"
|
|
|
|
msgstr "Clôture des inscriptions"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:122
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"The team {trigram} has not uploaded a motivation letter. You can upload your "
|
2024-02-11 19:20:28 +00:00
|
|
|
"motivation letter using <a href='{url}'>this link</a>."
|
|
|
|
msgstr ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"L'équipe {trigram} n'a pas envoyé de lettre de motivation. Vous pouvez "
|
|
|
|
"envoyer votre lettre de motivation en cliquant sur <a href='{url}'>ce lien</"
|
|
|
|
"a>."
|
2024-02-11 19:20:28 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:127
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "No motivation letter"
|
|
|
|
msgstr "Pas de lettre de motivation"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:136
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"The team {trigram} has less than 4 students ({nb_students}). You can invite "
|
|
|
|
"more students to join the team using the invite code <strong>{code}</strong>."
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"L'équipe {trigram} a moins de 4 élèves ({nb_students}). Vous pouvez inviter "
|
|
|
|
"plus d'élèves à rejoindre l'équipe en utilisant le code d'invitation "
|
2024-02-11 19:20:28 +00:00
|
|
|
"<strong>{code}</strong>."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:141
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Not enough students"
|
|
|
|
msgstr "Pas assez d'élèves"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:148
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"The team {trigram} has no coach. You can invite a coach to join the team "
|
|
|
|
"using the invite code <strong>{code}</strong>."
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"L'équipe {trigram} n'a pas d'encadrant⋅e. Vous pouvez invite un⋅e "
|
|
|
|
"encadrant⋅e à rejoindre l'équipe en utilisant le code d'invitation "
|
|
|
|
"<strong>{code}</strong>."
|
2024-02-11 19:20:28 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:152
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "No coach"
|
|
|
|
msgstr "Pas d'encadrant⋅e"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:159
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"The team {trigram} has more than 6 students ({nb_students}) or more than 2 "
|
|
|
|
"coaches ({nb_coaches}).You have to restrict the number of students and "
|
|
|
|
"coaches to 6 and 2, respectively."
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr ""
|
2024-02-11 21:24:22 +00:00
|
|
|
"L'équipe {trigram} a plus de 6 élèves ({nb_students}) ou plus de 2 "
|
|
|
|
"encadrant⋅es ({nb_coaches}). Vous devez restreindre le nombre d'élèves et "
|
|
|
|
"d'encadrant⋅es à 6 et 2, respectivement."
|
2024-02-11 19:20:28 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:164
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Too many members"
|
|
|
|
msgstr "Trop de membres"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:171
|
2024-02-11 21:24:22 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"The team {trigram} is ready to be validated. You can request validation on "
|
|
|
|
"<a href='{url}'>the page of your team</a>."
|
|
|
|
msgstr ""
|
|
|
|
"L'équipe {trigram} est prête à être validée. Vous pouvez demander la "
|
|
|
|
"validation sur <a href='{url}'>la page de votre équipe</a>."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:176 participation/models.py:187
|
2024-02-11 21:24:22 +00:00
|
|
|
msgid "Validate team"
|
|
|
|
msgstr "Valider l'équipe"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:182
|
2024-02-11 21:24:22 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"The team {trigram} has enough participants, but is not ready to be "
|
|
|
|
"validated. Please make sure that all the participants have uploaded the "
|
|
|
|
"required documents. To invite more participants, use the invite code "
|
|
|
|
"<strong>{code}</strong>."
|
|
|
|
msgstr ""
|
|
|
|
"L'équipe {trigram} a assez de participant⋅es, mais n'est pas prête à être "
|
|
|
|
"validée. Assurez-vous que tou⋅tes les participant⋅es ont envoyé les "
|
|
|
|
"documents requis. Pour inviter plus de participant⋅es, utilisez le code "
|
|
|
|
"d'invitation <strong>{code}</strong>."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:193
|
2024-02-11 21:24:22 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"The team {trigram} has not been validated by the organizers yet. Please be "
|
|
|
|
"patient."
|
|
|
|
msgstr ""
|
|
|
|
"L'équipe {trigram} n'a pas encore été validée par les organisateurices. "
|
|
|
|
"Merci de patienter."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:196 registration/models.py:541
|
2024-02-11 21:24:22 +00:00
|
|
|
msgid "Pending validation"
|
|
|
|
msgstr "Validation en attente"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:249
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Team {name} ({trigram})"
|
|
|
|
msgstr "Équipe {name} ({trigram})"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:268
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "start"
|
|
|
|
msgstr "début"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:273
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "end"
|
|
|
|
msgstr "fin"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:279
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:18
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "place"
|
|
|
|
msgstr "lieu"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:283
|
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
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:288
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:21
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "price"
|
|
|
|
msgstr "prix"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:293
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:24
|
2021-01-23 18:57:25 +00:00
|
|
|
msgid "remote"
|
|
|
|
msgstr "à distance"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:298
|
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
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:303
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "limit date to upload solutions"
|
|
|
|
msgstr "date limite pour envoyer les solutions"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:308
|
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
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:313
|
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
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:318
|
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"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:323
|
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"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:328
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:48
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "description"
|
|
|
|
msgstr "description"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:334
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:12
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "organizers"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "organisateur⋅rices"
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:339
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:161
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "final"
|
|
|
|
msgstr "finale"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: participation/models.py:347
|
2024-03-30 18:15:21 +00:00
|
|
|
msgid "Google Sheet ID"
|
|
|
|
msgstr "ID de la feuille Google Sheets"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:657 registration/admin.py:125
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "tournaments"
|
|
|
|
msgstr "tournois"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:686
|
2023-04-05 08:44:27 +00:00
|
|
|
msgid "valid team"
|
|
|
|
msgstr "équipe valide"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:687
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "The participation got the validation of the organizers."
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "La participation a été validée par les organisateur⋅rices."
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:693
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:700
|
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})"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:707
|
2024-02-11 22:31:24 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>The team {trigram} has {nb_missing_payments} missing payments. Each "
|
|
|
|
"member of the team must have a valid payment (or send a scholarship "
|
|
|
|
"notification) to participate to the tournament.</p><p>Participants that have "
|
|
|
|
"not paid yet are: {participants}.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>L'équipe {trigram} a {nb_missing_payments} paiements manquants. Chaque "
|
2024-02-12 21:30:27 +00:00
|
|
|
"membre de l'équipe doit avoir un paiement valide (ou envoyer une "
|
|
|
|
"notification de bourse) pour participer au tournoi.</p><p>Les participant⋅es "
|
|
|
|
"qui n'ont pas encore payé sont : {participants}.</p>"
|
2024-02-11 22:31:24 +00:00
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/models.py:715
|
2024-02-11 22:31:24 +00:00
|
|
|
msgid "Missing payments"
|
|
|
|
msgstr "Paiements manquants"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:732
|
2024-02-11 22:31:24 +00:00
|
|
|
msgid ""
|
|
|
|
"<p>The solutions for the tournament of {tournament} are due on the {date:%Y-"
|
|
|
|
"%m-%d %H:%M}.</p><p>You have currently sent <strong>{nb_solutions}</strong> "
|
|
|
|
"solutions. We suggest to send at least <strong>{min_solutions}</strong> "
|
|
|
|
"different solutions.</p><p>You can upload your solutions on <a "
|
|
|
|
"href='{url}'>your participation page</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Les solutions pour le tournoi de {tournament} sont attendues pour le "
|
|
|
|
"{date:%d/%m/%Y %H:%M}.</p><p>Vous avez actuellement envoyé "
|
|
|
|
"<strong>{nb_solutions}</strong> solutions. Nous vous suggérons d'envoyer au "
|
|
|
|
"moins <strong>{min_solutions}</strong> solutions différentes.</p><p>Vous "
|
|
|
|
"pouvez envoyer vos solutions sur <a href='{url}'>votre page de "
|
|
|
|
"participation</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:742 participation/models.py:756
|
2024-02-11 22:31:24 +00:00
|
|
|
msgid "Solutions due"
|
|
|
|
msgstr "Rendu des solutions"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:748
|
|
|
|
msgid ""
|
|
|
|
"<p>The solutions for the tournament of {tournament} are due on the {date:%Y-"
|
|
|
|
"%m-%d %H:%M}.</p><p>Remember that you can only fix minor changes to your "
|
|
|
|
"solutions without adding new parts.</p><p>You can upload your solutions on "
|
|
|
|
"<a href='{url}'>your participation page</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Les solutions pour le tournoi de {tournament} sont attendues pour le "
|
|
|
|
"{date:%d/%m/%Y %H:%M}.</p><p>N'oubliez pas que vous pouvez seulement apporter "
|
|
|
|
"des corrections mineures à vos solutions sans ajouter de nouvelles parties.</p>"
|
|
|
|
"<p>Vous pouvez envoyer vos solutions sur <a href='{url}'>votre page de "
|
|
|
|
"participation</a>.</p>"
|
|
|
|
|
|
|
|
#: participation/models.py:762 registration/models.py:566
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid ""
|
|
|
|
"<p>The draw of the solutions for the tournament {tournament} is planned on "
|
|
|
|
"the {date:%Y-%m-%d %H:%M}. You can join it on <a href='{url}'>this link</a>."
|
|
|
|
"</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Le tirage au sort des solutions pour le tournoi {tournament} est prévu le "
|
|
|
|
"{date:%d/%m/%Y %H:%M}. Vous pouvez y participer sur <a href='{url}'>ce lien</"
|
|
|
|
"a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:768 registration/models.py:573
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Draw of solutions"
|
|
|
|
msgstr "Tirage au sort des solutions"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:779
|
2024-03-31 19:23:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>The solutions draw is ended. You can check the result on <a "
|
2024-04-03 21:06:11 +00:00
|
|
|
"href='{draw_url}'>this page</a>.</p><p>For the first round, you will defend "
|
|
|
|
"<a href='{solution_url}'>your solution of the problem {problem}</a>.</p>"
|
2024-03-31 19:23:57 +00:00
|
|
|
msgstr ""
|
|
|
|
"<p>Le tirage au sort des solutions est terminé. Vous pouvez consulter les "
|
2024-04-03 21:06:11 +00:00
|
|
|
"résultats sur <a href='{draw_url}'>cette page</a>.</p><p>Pour le premier "
|
|
|
|
"tour, vous défendrez <a href='{solution_url}'>votre solution du problème "
|
|
|
|
"{problem}</a>.</p>"
|
2024-03-31 19:23:57 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:788 participation/models.py:831
|
2024-04-03 21:14:59 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>You will oppose the solution of the team {opponent} on the <a "
|
|
|
|
"href='{solution_url}'>problem {problem}</a>. You can upload your synthesis "
|
|
|
|
"sheet on <a href='{passage_url}'>this page</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Vous opposerez la solution de l'équipe {opponent} sur le <a "
|
2024-04-03 21:21:23 +00:00
|
|
|
"href='{solution_url}'>problème {problem}</a>. Vous pouvez envoyer votre note "
|
|
|
|
"de synthèse sur <a href='{passage_url}'>cette page</a>.</p>"
|
2024-04-03 21:14:59 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:797 participation/models.py:840
|
2024-04-03 21:14:59 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>You will report the solution of the team {reporter} on the <a "
|
|
|
|
"href='{solution_url}'>problem {problem}. You can upload your synthesis sheet "
|
|
|
|
"on <a href='{passage_url}'>this page</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Vous rapporterez la solution de l'équipe {reporter} sur le <a "
|
|
|
|
"href='{solution_url}'>problème {problem}</a>. Vous pouvez envoyer votre note "
|
|
|
|
"de synthèse sur <a href='{passage_url}'>cette page</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:813 registration/models.py:588
|
2024-04-03 21:14:59 +00:00
|
|
|
msgid "First round"
|
|
|
|
msgstr "Premier tour"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:824
|
2024-04-03 21:14:59 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>For the second round, you will defend <a href='{solution_url}'>your "
|
|
|
|
"solution of the problem {problem}</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Pour le second tour, vous défendrez <a href='{solution_url}'>votre "
|
|
|
|
"solution du problème {problem}</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:856 registration/models.py:599
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Second round"
|
|
|
|
msgstr "Second tour"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:862
|
2024-03-31 19:23:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>The tournament {tournament} is ended. You can check the results on the <a "
|
|
|
|
"href='{url}'>tournament page</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Le tournoi {tournament} est terminé. Vous pouvez consulter les résultats "
|
|
|
|
"sur la <a href='{url}'>page du tournoi</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:867
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Tournament ended"
|
|
|
|
msgstr "Tournoi terminé"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:877 participation/models.py:910
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "participations"
|
|
|
|
msgstr "participations"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:892 participation/models.py:893
|
2021-01-14 18:07:40 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Round {round}"
|
|
|
|
msgstr "Tour {round}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:916
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "juries"
|
|
|
|
msgstr "jurys"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:925
|
2024-03-24 14:36:51 +00:00
|
|
|
msgid "president of the jury"
|
|
|
|
msgstr "président⋅e du jury"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:932
|
2021-01-23 18:57:25 +00:00
|
|
|
msgid "BigBlueButton URL"
|
|
|
|
msgstr "Lien BigBlueButton"
|
2021-01-21 16:55:20 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:933
|
2021-01-23 18:57:25 +00:00
|
|
|
msgid "The link of the BBB visio for this pool."
|
|
|
|
msgstr "Le lien du salon BBB pour cette poule."
|
2021-01-21 16:55:20 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:938
|
2021-04-10 07:59:04 +00:00
|
|
|
msgid "results available"
|
|
|
|
msgstr "résultats disponibles"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:939
|
2021-04-10 07:59:04 +00:00
|
|
|
msgid ""
|
|
|
|
"Check this case when results become accessible to teams. They stay "
|
|
|
|
"accessible to you. Only averages are given."
|
|
|
|
msgstr ""
|
|
|
|
"Cochez cette case lorsque les résultats deviennent accessibles aux équipes. "
|
|
|
|
"Ils restent toujours accessibles pour vous. Seules les moyennes sont "
|
|
|
|
"communiquées."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:964
|
2024-03-24 14:36:51 +00:00
|
|
|
msgid "The president of the jury must be part of the jury."
|
|
|
|
msgstr "Læ président⋅e du jury doit faire partie du jury."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1356
|
2024-03-30 18:15:21 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The jury {jury} is not part of the jury for this pool."
|
|
|
|
msgstr "{jury} ne fait pas partie du jury pour cette poule."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1369
|
2021-01-14 18:07:40 +00:00
|
|
|
#, python-brace-format
|
2021-04-29 13:47:46 +00:00
|
|
|
msgid "Pool of day {round} for tournament {tournament} with teams {teams}"
|
|
|
|
msgstr "Poule du jour {round} du tournoi {tournament} avec les équipes {teams}"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1389
|
2023-04-06 22:05:56 +00:00
|
|
|
msgid "position"
|
|
|
|
msgstr "position"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1396
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "defended solution"
|
|
|
|
msgstr "solution défendue"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1429
|
2023-04-07 10:10:25 +00:00
|
|
|
msgid "observer"
|
|
|
|
msgstr "observateur⋅rice"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1434
|
2021-04-03 19:59:06 +00:00
|
|
|
msgid "penalties"
|
|
|
|
msgstr "pénalités"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1436
|
2021-04-03 19:59:06 +00:00
|
|
|
msgid ""
|
|
|
|
"Number of penalties for the defender. The defender will loose a 0.5 "
|
|
|
|
"coefficient per penalty."
|
|
|
|
msgstr ""
|
2024-02-11 18:21:27 +00:00
|
|
|
"Nombre de pénalités pour l'équipe défenseuse. Elle perd un coefficient 0.5 "
|
|
|
|
"sur sa présentation orale par pénalité."
|
2021-04-03 19:59:06 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1512 participation/models.py:1515
|
|
|
|
#: participation/models.py:1518 participation/models.py:1521
|
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."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1526
|
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}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1530 participation/models.py:1539
|
|
|
|
#: participation/models.py:1624 participation/models.py:1666
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "passage"
|
|
|
|
msgstr "passage"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1531
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "passages"
|
|
|
|
msgstr "passages"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1550
|
2022-05-15 14:43:07 +00:00
|
|
|
msgid "difference"
|
|
|
|
msgstr "différence"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1551
|
2022-05-15 14:43:07 +00:00
|
|
|
msgid "Score to add/remove on the final score"
|
|
|
|
msgstr "Score à ajouter/retrancher au score final"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1558
|
2022-05-15 14:43:07 +00:00
|
|
|
msgid "tweak"
|
|
|
|
msgstr "harmonisation"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1559
|
2022-05-15 14:43:07 +00:00
|
|
|
msgid "tweaks"
|
|
|
|
msgstr "harmonisations"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1587
|
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
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1592 participation/models.py:1635
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "file"
|
|
|
|
msgstr "fichier"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1602
|
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}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1604
|
2021-04-29 13:46:38 +00:00
|
|
|
msgid "for final"
|
|
|
|
msgstr "pour la finale"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1607
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "solution"
|
|
|
|
msgstr "solution"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1608
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "solutions"
|
|
|
|
msgstr "solutions"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1641
|
2021-01-14 18:07:40 +00:00
|
|
|
#, python-brace-format
|
2021-04-10 08:02:49 +00:00
|
|
|
msgid "Synthesis of {team} as {type} for problem {problem} of {defender}"
|
|
|
|
msgstr ""
|
|
|
|
"Note de synthèse de l'équipe {team} en tant que {type} pour le problème "
|
|
|
|
"{problem} de {defender}"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1649
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "synthesis"
|
|
|
|
msgstr "note de synthèse"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1650
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "syntheses"
|
|
|
|
msgstr "notes de synthèse"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1659
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "jury"
|
|
|
|
msgstr "jury"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1671
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "defender writing note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'écrit défenseur⋅se"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1677
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "defender oral note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'oral défenseur⋅se"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1683
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "opponent writing note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'écrit opposant⋅e"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1689
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "opponent oral note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'oral opposant⋅e"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1695
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "reporter writing note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'écrit rapporteur⋅rice"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1701
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "reporter oral note"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "note d'oral du rapporteur⋅rice"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1707
|
2023-04-07 10:10:25 +00:00
|
|
|
msgid "observer note"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "note de l'observation"
|
2023-04-07 10:10:25 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1768
|
2021-01-14 18:07:40 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Notes of {jury} for {passage}"
|
|
|
|
msgstr "Notes de {jury} pour le {passage}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1771
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "note"
|
|
|
|
msgstr "note"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/models.py:1772
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "notes"
|
|
|
|
msgstr "notes"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:50
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Validated"
|
|
|
|
msgstr "Validée"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:50
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Validation pending"
|
|
|
|
msgstr "Validation en attente"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:50
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Not validated"
|
|
|
|
msgstr "Non validée"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:64
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date"
|
|
|
|
msgstr "date"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: 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
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:94
|
2023-03-31 15:23:40 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Pool {letter}{round}"
|
|
|
|
msgstr "Poule {letter}{round}"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:98
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "No defined team"
|
|
|
|
msgstr "Pas d'équipe définie"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/tables.py:142
|
2024-03-29 18:22:20 +00:00
|
|
|
#: participation/templates/participation/note_form.html:14
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:15
|
|
|
|
#: participation/templates/participation/passage_detail.html:161
|
|
|
|
#: participation/templates/participation/passage_detail.html:167
|
|
|
|
#: participation/templates/participation/pool_detail.html:13
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:157
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:179
|
|
|
|
#: participation/templates/participation/team_detail.html:243
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/templates/participation/tournament_form.html:12
|
|
|
|
#: participation/templates/participation/update_team.html:12
|
|
|
|
#: registration/tables.py:46
|
|
|
|
#: registration/templates/registration/payment_form.html:210
|
|
|
|
#: registration/templates/registration/update_user.html:16
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:211
|
2024-03-24 10:28:41 +00:00
|
|
|
msgid "Update"
|
|
|
|
msgstr "Modifier"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/chat.html:7
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid ""
|
2024-01-13 16:04:45 +00:00
|
|
|
"The chat feature is now out of usage. If you feel that having a chat feature "
|
|
|
|
"between participants is important, for example to build a team, please "
|
|
|
|
"contact us."
|
2020-12-27 10:49:54 +00:00
|
|
|
msgstr ""
|
2024-01-16 21:26:00 +00:00
|
|
|
"La fonctionnalité de chat est désormais hors-service. Si vous pensez "
|
|
|
|
"qu'avoir un chat entre les participant⋅es est important, par exemple pour "
|
|
|
|
"former une équipe, merci de nous contacter."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/create_team.html:11
|
|
|
|
#: participation/templates/participation/tournament_form.html:14
|
2024-02-23 21:58:23 +00:00
|
|
|
#: tfjm/templates/base.html:80
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Create"
|
|
|
|
msgstr "Créer"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/join_team.html:11
|
2024-02-23 21:58:23 +00:00
|
|
|
#: tfjm/templates/base.html:75
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Join"
|
|
|
|
msgstr "Rejoindre"
|
|
|
|
|
2024-03-24 10:28:41 +00:00
|
|
|
#: participation/templates/participation/note_form.html:8
|
|
|
|
msgid "Notes of"
|
|
|
|
msgstr "Notes de"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-29 18:22:20 +00:00
|
|
|
#: participation/templates/participation/note_form.html:9
|
|
|
|
msgid "Defense of"
|
|
|
|
msgstr "Défense de"
|
|
|
|
|
|
|
|
#: participation/templates/participation/note_form.html:9
|
|
|
|
msgid "Pb."
|
|
|
|
msgstr "Pb."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:6
|
|
|
|
#: participation/templates/participation/participation_detail.html:21
|
|
|
|
#: participation/templates/participation/passage_detail.html:6
|
|
|
|
#: participation/templates/participation/team_detail.html:30
|
|
|
|
#: participation/templates/participation/team_detail.html:39
|
|
|
|
#: participation/templates/participation/team_detail.html:48
|
|
|
|
#: registration/templates/registration/user_detail.html:6
|
|
|
|
#: registration/templates/registration/user_detail.html:35
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "any"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "aucun"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:9
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Participation of team"
|
|
|
|
msgstr "Participation de l'équipe"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:13
|
|
|
|
#: registration/templates/registration/user_detail.html:34
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Team:"
|
|
|
|
msgstr "Équipe :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:16
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:20
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:43
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Tournament:"
|
|
|
|
msgstr "Tournoi :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: 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
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:31
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "No solution was uploaded yet."
|
|
|
|
msgstr "Aucune solution n'a encore été envoyée."
|
|
|
|
|
2024-03-26 23:49:32 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:36
|
|
|
|
msgid "Download as ZIP"
|
|
|
|
msgstr "Télécharger en tant que ZIP"
|
|
|
|
|
|
|
|
#: participation/templates/participation/participation_detail.html:43
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Pools:"
|
|
|
|
msgstr "Poules :"
|
|
|
|
|
2024-03-26 23:49:32 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:57
|
2021-05-11 15:03:25 +00:00
|
|
|
msgid ""
|
|
|
|
"If you upload a solution, this will replace the version for the final "
|
|
|
|
"tournament."
|
|
|
|
msgstr ""
|
|
|
|
"Si vous envoyez une solution, elle va remplacer la version pour la finale."
|
|
|
|
|
2024-03-26 23:49:32 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:60
|
|
|
|
#: participation/templates/participation/participation_detail.html:64
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Upload solution"
|
|
|
|
msgstr "Envoyer une solution"
|
|
|
|
|
2024-03-26 23:49:32 +00:00
|
|
|
#: participation/templates/participation/participation_detail.html:65
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:173
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:162
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:238
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/upload_motivation_letter.html:13
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/templates/participation/upload_notes.html:24
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/upload_solution.html:11
|
2024-03-24 21:22:16 +00:00
|
|
|
#: participation/templates/participation/upload_synthesis.html:18
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_health_sheet.html:17
|
|
|
|
#: registration/templates/registration/upload_parental_authorization.html:17
|
|
|
|
#: registration/templates/registration/upload_photo_authorization.html:18
|
|
|
|
#: registration/templates/registration/upload_vaccine_sheet.html:13
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:221
|
|
|
|
#: registration/templates/registration/user_detail.html:227
|
|
|
|
#: registration/templates/registration/user_detail.html:232
|
|
|
|
#: registration/templates/registration/user_detail.html:237
|
|
|
|
#: registration/templates/registration/user_detail.html:245
|
|
|
|
#: registration/templates/registration/user_detail.html:251
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Upload"
|
|
|
|
msgstr "Téléverser"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:22
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Pool:"
|
|
|
|
msgstr "Poule :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:25
|
2023-04-06 22:05:56 +00:00
|
|
|
msgid "Position:"
|
|
|
|
msgstr "Position :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:28
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Defender:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Défenseur⋅se :"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:31
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Opponent:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Opposant⋅e :"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:34
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Reporter:"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "Rapporteur⋅rice :"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:38
|
2023-04-07 10:10:25 +00:00
|
|
|
msgid "Observer:"
|
|
|
|
msgstr "Observateur⋅rice :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:42
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Defended solution:"
|
|
|
|
msgstr "Solution défendue"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:45
|
2021-04-03 19:59:06 +00:00
|
|
|
msgid "Defender penalties count:"
|
|
|
|
msgstr "Nombre de pénalités :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:48
|
|
|
|
#: participation/templates/participation/pool_detail.html:54
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Syntheses:"
|
|
|
|
msgstr "Notes de synthèse :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:53
|
|
|
|
#: participation/templates/participation/pool_detail.html:63
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "No synthesis was uploaded yet."
|
|
|
|
msgstr "Aucune note de synthèse n'a encore été envoyée."
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:61
|
|
|
|
#: participation/templates/participation/passage_detail.html:166
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Update notes"
|
|
|
|
msgstr "Modifier les notes"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:66
|
|
|
|
#: participation/templates/participation/passage_detail.html:172
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Upload synthesis"
|
|
|
|
msgstr "Envoyer une note de synthèse"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:74
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Notes detail"
|
|
|
|
msgstr "Détails des notes"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:82
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the defender writing"
|
|
|
|
msgstr "Moyenne de l'écrit de l'équipe défenseuse"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:88
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the defender oral"
|
|
|
|
msgstr "Moyenne de l'oral de l'équipe défenseuse"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:94
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the opponent writing"
|
|
|
|
msgstr "Moyenne de l'écrit de l'équipe opposante"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:100
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the opponent oral"
|
|
|
|
msgstr "Moyenne de l'oral de l'équipe opposante"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:106
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the reporter writing"
|
|
|
|
msgstr "Moyenne de l'écrit de l'équipe rapportrice"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:112
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the reporter oral"
|
|
|
|
msgstr "Moyenne de l'oral de l'équipe rapportrice"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:119
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Average points for the observer oral"
|
2024-03-31 19:45:28 +00:00
|
|
|
msgstr "Moyenne de l'oral de l'équipe observatrice"
|
2023-04-07 10:10:25 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:130
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Defender points"
|
|
|
|
msgstr "Points de l'équipe défenseuse"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:136
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Opponent points"
|
|
|
|
msgstr "Points de l'équipe opposante"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:142
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Reporter points"
|
|
|
|
msgstr "Points de l'équipe rapportrice"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:149
|
2024-03-29 18:22:20 +00:00
|
|
|
msgid "Observer points"
|
|
|
|
msgstr "Points de l'équipe observatrice"
|
2023-04-07 10:10:25 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/passage_detail.html:160
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/passage_form.html:11
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Update passage"
|
|
|
|
msgstr "Modifier le passage"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:23
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Round:"
|
|
|
|
msgstr "Tour :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:26
|
2023-03-31 15:23:40 +00:00
|
|
|
msgid "Letter:"
|
|
|
|
msgstr "Lettre :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:29
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Teams:"
|
|
|
|
msgstr "Équipes :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:36
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Juries:"
|
2023-04-05 08:59:26 +00:00
|
|
|
msgstr "Juré⋅es :"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:40
|
2024-03-24 21:22:16 +00:00
|
|
|
msgid "Edit jury"
|
|
|
|
msgstr "Modifier le jury"
|
2023-04-05 14:54:16 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:44
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Defended solutions:"
|
|
|
|
msgstr "Solutions défendues :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:50
|
|
|
|
#: participation/templates/participation/pool_detail.html:69
|
2023-05-19 12:44:31 +00:00
|
|
|
msgid "Download all"
|
|
|
|
msgstr "Tout télécharger"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:74
|
2021-01-21 21:32:43 +00:00
|
|
|
msgid "BigBlueButton link:"
|
|
|
|
msgstr "Lien BigBlueButton :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:80
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Notation sheets:"
|
|
|
|
msgstr "Feuilles de notations :"
|
2021-01-14 18:23:32 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:85
|
2023-04-06 21:38:03 +00:00
|
|
|
msgid "Download the scale sheet"
|
|
|
|
msgstr "Télécharger la feuille de barème"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:94
|
2023-04-06 21:38:03 +00:00
|
|
|
msgid "Download the final notation sheet"
|
|
|
|
msgstr "Télécharger la fiche de notation finale"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:103
|
2024-03-29 17:59:37 +00:00
|
|
|
msgid "Download all notation sheets"
|
|
|
|
msgstr "Télécharger toutes les fiches de notation"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:108
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Google Sheets Spreadsheet:"
|
|
|
|
msgstr "Tableur Google Sheets :"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:112
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Go to the Google Sheets page of the pool"
|
|
|
|
msgstr "Aller à la page Google Sheets de la poule"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:121
|
|
|
|
#: participation/templates/participation/tournament_detail.html:101
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/tournament_harmonize.html:8
|
|
|
|
msgid "Ranking"
|
|
|
|
msgstr "Classement"
|
2022-05-15 10:23:17 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:136
|
2024-04-07 07:34:52 +00:00
|
|
|
msgid "Upload notes from a spreadsheet file"
|
|
|
|
msgstr "Soumettre les notes à partir d'un tableur"
|
2023-04-06 21:38:03 +00:00
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:140
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid "Download notation spreadsheet"
|
|
|
|
msgstr "Télécharger le tableur de notes"
|
2023-04-06 21:38:03 +00:00
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:152
|
2021-01-14 18:33:56 +00:00
|
|
|
msgid "Passages"
|
|
|
|
msgstr "Passages"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:156
|
2024-03-23 10:23:02 +00:00
|
|
|
#: participation/templates/participation/pool_form.html:11
|
|
|
|
msgid "Update pool"
|
|
|
|
msgstr "Modifier la poule"
|
|
|
|
|
2024-03-31 19:23:57 +00:00
|
|
|
#: participation/templates/participation/pool_detail.html:161
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid "Upload notes"
|
|
|
|
msgstr "Envoyer les notes"
|
|
|
|
|
2024-03-24 14:36:51 +00:00
|
|
|
#: participation/templates/participation/pool_jury.html:9
|
|
|
|
msgid ""
|
|
|
|
"On this page, you can manage the juries of the pool. You can add a new jury "
|
|
|
|
"by entering the email address of the jury. If the jury is not registered, "
|
|
|
|
"the account will be created automatically. If the jury already exists, its "
|
|
|
|
"account will be autocompleted and directly linked to the pool."
|
|
|
|
msgstr ""
|
|
|
|
"Sur cette page, vous pouvez gérer les juré⋅es de la poule. Vous pouvez "
|
|
|
|
"ajouter un⋅e juré⋅e en entrant son adresse e-mail. Si læ juré⋅e n'est pas "
|
|
|
|
"inscrit⋅e, le compte sera créé automatiquement. Si læ juré⋅e existe déjà, "
|
|
|
|
"son compte sera autocomplété et directement lié à la poule."
|
|
|
|
|
|
|
|
#: participation/templates/participation/pool_jury.html:17
|
|
|
|
msgid ""
|
|
|
|
"On this page, you can also define the president of the jury, who will have "
|
|
|
|
"the right to see all solutions and if necessary define the notes of other "
|
|
|
|
"jury members."
|
|
|
|
msgstr ""
|
2024-03-24 17:14:43 +00:00
|
|
|
"Sur cette page, vous pouvez aussi définir læ président⋅e du jury, qui aura "
|
|
|
|
"le droit de voir toutes les solutions et si nécessaire définir les notes des "
|
2024-03-24 14:36:51 +00:00
|
|
|
"autres membres du jury."
|
|
|
|
|
|
|
|
#: participation/templates/participation/pool_jury.html:41
|
|
|
|
msgid "PoJ"
|
|
|
|
msgstr "PDJ"
|
|
|
|
|
|
|
|
#: participation/templates/participation/pool_jury.html:46
|
|
|
|
msgid "Preside"
|
|
|
|
msgstr "Présider"
|
|
|
|
|
|
|
|
#: participation/templates/participation/pool_jury.html:51
|
|
|
|
msgid "Remove"
|
|
|
|
msgstr "Retirer"
|
|
|
|
|
|
|
|
#: participation/templates/participation/pool_jury.html:74
|
2024-03-23 10:23:02 +00:00
|
|
|
msgid "Back to pool detail"
|
|
|
|
msgstr "Retour aux détails de la poule"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:13
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Name:"
|
|
|
|
msgstr "Nom :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:16
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Trigram:"
|
|
|
|
msgstr "Trigramme :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:19
|
|
|
|
#: registration/templates/registration/user_detail.html:20
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Email:"
|
|
|
|
msgstr "Adresse e-mail :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:22
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Access code:"
|
|
|
|
msgstr "Code d'accès :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:25
|
2021-01-18 20:30:26 +00:00
|
|
|
msgid "Coaches:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Encadrant⋅es :"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:34
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Participants:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Participant⋅es :"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: 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
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:58
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:70
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:84
|
|
|
|
#: participation/templates/participation/team_detail.html:97
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:110
|
|
|
|
#: participation/templates/participation/team_detail.html:124
|
|
|
|
#: participation/templates/participation/team_detail.html:137
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Not uploaded yet"
|
|
|
|
msgstr "Pas encore envoyée"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:64
|
2024-04-07 09:40:58 +00:00
|
|
|
msgid "Photo authorizations (final):"
|
|
|
|
msgstr "Autorisations de droit à l'image (finale) :"
|
|
|
|
|
|
|
|
#: participation/templates/participation/team_detail.html:77
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Health sheets:"
|
|
|
|
msgstr "Fiches sanitaires :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:90
|
2023-02-19 23:38:57 +00:00
|
|
|
msgid "Vaccine sheets:"
|
|
|
|
msgstr "Carnets de vaccination :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:103
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Parental authorizations:"
|
|
|
|
msgstr "Autorisations parentales :"
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:117
|
|
|
|
msgid "Parental authorizations (final):"
|
|
|
|
msgstr "Autorisations parentale (finale) :"
|
|
|
|
|
|
|
|
#: participation/templates/participation/team_detail.html:132
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Motivation letter:"
|
|
|
|
msgstr "Lettre de motivation :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:135
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:247
|
|
|
|
#: registration/templates/registration/payment_form.html:269
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_health_sheet.html:12
|
|
|
|
#: registration/templates/registration/upload_parental_authorization.html:12
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:69
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:80
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:92
|
|
|
|
#: registration/templates/registration/user_detail.html:102
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:112
|
|
|
|
#: registration/templates/registration/user_detail.html:123
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Download"
|
|
|
|
msgstr "Télécharger"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:140
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:72
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:82
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:95
|
|
|
|
#: registration/templates/registration/user_detail.html:105
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:115
|
|
|
|
#: registration/templates/registration/user_detail.html:125
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Replace"
|
|
|
|
msgstr "Remplacer"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:148
|
2021-01-24 22:42:59 +00:00
|
|
|
msgid "Download all submitted authorizations"
|
|
|
|
msgstr "Télécharger toutes les autorisations soumises"
|
2021-01-22 08:44:19 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:159
|
2024-02-21 22:41:31 +00:00
|
|
|
msgid "Payment of"
|
|
|
|
msgstr "Paiement de"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:160
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:643
|
2024-02-21 22:41:31 +00:00
|
|
|
msgid "grouped"
|
|
|
|
msgstr "groupé"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:168
|
|
|
|
#: registration/templates/registration/user_detail.html:188
|
|
|
|
#: registration/views.py:490
|
2024-02-21 22:41:31 +00:00
|
|
|
msgid "Update payment"
|
|
|
|
msgstr "Mettre à jour le paiement"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:181
|
|
|
|
#: participation/templates/participation/team_detail.html:248
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_leave.html:11
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Leave"
|
|
|
|
msgstr "Quitter"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:191
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Access to team participation"
|
|
|
|
msgstr "Accéder à la participation de l'équipe"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:198
|
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 ""
|
2023-01-10 14:32:19 +00:00
|
|
|
"Votre équipe contient au moins 4 personnes et un⋅e encadrant⋅e et toutes les "
|
2021-01-01 16:07:28 +00:00
|
|
|
"autorisations ont été données : l'équipe peut être validée."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:203
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Submit my team to validation"
|
|
|
|
msgstr "Soumettre mon équipe à validation"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:209
|
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 ""
|
2023-01-10 14:32:19 +00:00
|
|
|
"Votre équipe doit être composée d'au moins 4 membres et un⋅e encadrant⋅e et "
|
2021-02-07 16:39:24 +00:00
|
|
|
"chaque membre doit envoyer ses autorisations et confirmé son adresse e-mail."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:214
|
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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:220
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Your validation is pending."
|
|
|
|
msgstr "Votre validation est en attente."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:224
|
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."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:230
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Validate"
|
|
|
|
msgstr "Valider"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:231
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Invalidate"
|
|
|
|
msgstr "Invalider"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:237
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:332
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Upload motivation letter"
|
|
|
|
msgstr "Envoyer la lettre de motivation"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:242
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Update team"
|
|
|
|
msgstr "Modifier l'équipe"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/team_detail.html:247
|
|
|
|
#: participation/views.py:494
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Leave team"
|
|
|
|
msgstr "Quitter l'équipe"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_leave.html:9
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Are you sure that you want to leave this team?"
|
|
|
|
msgstr "Êtes-vous sûr·e de vouloir quitter cette équipe ?"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/team_list.html:6
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "All teams"
|
|
|
|
msgstr "Toutes les équipes"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:22
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Free"
|
|
|
|
msgstr "Gratuit"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:27
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "dates"
|
|
|
|
msgstr "dates"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:28
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:31
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:14
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "From"
|
|
|
|
msgstr "Du"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:28
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:31
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:14
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "to"
|
|
|
|
msgstr "au"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:30
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date of registration closing"
|
|
|
|
msgstr "date de clôture des inscriptions"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:33
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date of maximal solution submission"
|
|
|
|
msgstr "date limite d'envoi des solutions"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:36
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date of the random draw"
|
|
|
|
msgstr "date du tirage au sort"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:39
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date of maximal syntheses submission for the first round"
|
|
|
|
msgstr "date limite de soumission des notes de synthèse pour le premier tour"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:42
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date when solutions of round 2 are available"
|
|
|
|
msgstr ""
|
|
|
|
"date à partir de laquelle les solutions pour le second tour sont disponibles"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:45
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "date of maximal syntheses submission for the second round"
|
|
|
|
msgstr "date limite de soumission des notes de synthèse pour le second tour"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:51
|
2021-01-21 21:36:35 +00:00
|
|
|
msgid "To contact organizers"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Pour contacter les organisateur⋅rices"
|
2021-01-21 21:36:35 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:54
|
2021-01-21 21:36:35 +00:00
|
|
|
msgid "To contact juries"
|
2023-04-05 08:59:26 +00:00
|
|
|
msgstr "Pour contacter les juré⋅es"
|
2021-01-21 21:36:35 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:57
|
2021-01-21 21:36:35 +00:00
|
|
|
msgid "To contact valid teams"
|
|
|
|
msgstr "Pour contacter les équipes valides"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:66
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Edit tournament"
|
|
|
|
msgstr "Modifier le tournoi"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:74
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:29
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Teams"
|
|
|
|
msgstr "Équipes"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:82
|
2024-02-23 21:58:23 +00:00
|
|
|
msgid "Access to payments list"
|
|
|
|
msgstr "Accéder à la liste des paiements"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:90
|
2021-01-14 18:07:40 +00:00
|
|
|
msgid "Pools"
|
|
|
|
msgstr "Poules"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:111
|
|
|
|
msgid "Selected for final tournament"
|
|
|
|
msgstr "Sélectionnée pour la finale"
|
|
|
|
|
2024-03-31 20:11:01 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:119
|
2024-04-07 09:40:58 +00:00
|
|
|
msgid "Select for final tournament"
|
|
|
|
msgstr "Sélectionner pour la finale"
|
|
|
|
|
|
|
|
#: participation/templates/participation/tournament_detail.html:132
|
|
|
|
#: participation/templates/participation/tournament_detail.html:136
|
2024-03-31 20:11:01 +00:00
|
|
|
msgid "Harmonize"
|
|
|
|
msgstr "Harmoniser"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:132
|
|
|
|
#: participation/templates/participation/tournament_detail.html:136
|
2024-03-31 20:11:01 +00:00
|
|
|
msgid "Day"
|
|
|
|
msgstr "Jour"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:145
|
2024-03-24 17:14:43 +00:00
|
|
|
msgid "Publish notes for first round"
|
|
|
|
msgstr "Publier les notes pour le premier tour"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:150
|
2024-03-31 20:11:01 +00:00
|
|
|
msgid "Unpublish notes for first round"
|
|
|
|
msgstr "Dépublier les notes pour le premier tour"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:156
|
2024-03-24 17:14:43 +00:00
|
|
|
msgid "Publish notes for second round"
|
|
|
|
msgstr "Publier les notes pour le second tour"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:161
|
2024-03-31 20:11:01 +00:00
|
|
|
msgid "Unpublish notes for second round"
|
|
|
|
msgstr "Dépublier les notes pour le second tour"
|
2024-03-30 19:38:13 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/templates/participation/tournament_detail.html:173
|
2024-03-26 22:55:29 +00:00
|
|
|
msgid "Files available for download"
|
|
|
|
msgstr "Fichiers disponibles au téléchargement"
|
2021-01-14 18:07:40 +00:00
|
|
|
|
2024-03-30 19:38:13 +00:00
|
|
|
#: participation/templates/participation/tournament_harmonize.html:14
|
|
|
|
msgid "Rank"
|
|
|
|
msgstr "Rang"
|
|
|
|
|
|
|
|
#: participation/templates/participation/tournament_harmonize.html:16
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:614
|
2024-03-30 19:38:13 +00:00
|
|
|
msgid "Note"
|
|
|
|
msgstr "Note"
|
|
|
|
|
|
|
|
#: participation/templates/participation/tournament_harmonize.html:17
|
|
|
|
msgid "Including bonus / malus"
|
|
|
|
msgstr "Dont bonus / malus"
|
|
|
|
|
|
|
|
#: participation/templates/participation/tournament_harmonize.html:18
|
|
|
|
msgid "Add bonus / malus"
|
|
|
|
msgstr "Ajouter bonus / malus"
|
|
|
|
|
|
|
|
#: participation/templates/participation/tournament_harmonize.html:48
|
|
|
|
#: participation/templates/participation/tournament_payments.html:9
|
|
|
|
msgid "Back to tournament page"
|
|
|
|
msgstr "Retour à la page du tournoi"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_list.html:6
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/base.html:67
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "All tournaments"
|
|
|
|
msgstr "Tous les tournois"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/tournament_list.html:14
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Add tournament"
|
|
|
|
msgstr "Ajouter un tournoi"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/upload_motivation_letter.html:6
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Back to the team detail"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Retour aux détails de l'utilisateur⋅rice"
|
2021-01-22 08:40:28 +00:00
|
|
|
|
2023-04-10 08:02:37 +00:00
|
|
|
#: participation/templates/participation/upload_notes.html:11
|
2024-03-31 19:23:57 +00:00
|
|
|
msgid ""
|
|
|
|
"Rows that are full of zeros are ignored. Unknown juries are not considered."
|
|
|
|
msgstr ""
|
2024-04-07 07:34:52 +00:00
|
|
|
"Les lignes remplies de zéros sont ignorées. Les juré⋅es inconnu⋅es ne sont "
|
|
|
|
"pas pris⋅es en compte."
|
2024-03-31 19:23:57 +00:00
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/templates/participation/upload_notes.html:18
|
2023-03-31 15:51:46 +00:00
|
|
|
msgid "Download empty notation sheet"
|
|
|
|
msgstr "Télécharger la fiche de notation vierge"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: participation/templates/participation/upload_synthesis.html:9
|
2021-04-10 07:59:04 +00:00
|
|
|
msgid "Templates:"
|
|
|
|
msgstr "Modèles :"
|
|
|
|
|
2024-03-24 21:22:16 +00:00
|
|
|
#: participation/templates/participation/upload_synthesis.html:13
|
2023-04-11 20:23:30 +00:00
|
|
|
msgid "Warning: non-free format"
|
|
|
|
msgstr "Attention : format non libre"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:61 tfjm/templates/base.html:79
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:35
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Create team"
|
|
|
|
msgstr "Créer une équipe"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:70 participation/views.py:111
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:72 participation/views.py:113
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "You are already in a team."
|
|
|
|
msgstr "Vous êtes déjà dans une équipe."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:102 tfjm/templates/base.html:74
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:40
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Join team"
|
|
|
|
msgstr "Rejoindre une équipe"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:162 participation/views.py:532
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:188
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Detail of team {trigram}"
|
|
|
|
msgstr "Détails de l'équipe {trigram}"
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:217
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:220
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:223
|
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, "
|
2021-01-22 08:40:28 +00:00
|
|
|
"authorizations, people, motivation letter or the tournament is not set."
|
2020-12-27 10:49:54 +00:00
|
|
|
msgstr ""
|
|
|
|
"L'équipe ne peut pas être validée : il manque soit les confirmations "
|
2021-01-22 08:44:19 +00:00
|
|
|
"d'adresse e-mail, soit une autorisation, soit des personnes, soit la lettre "
|
|
|
|
"de motivation, soit le tournoi n'a pas été choisi."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:245
|
2021-01-23 20:48:01 +00:00
|
|
|
msgid "You are not an organizer of the tournament."
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Vous n'êtes pas un⋅e organisateur⋅rice du tournoi."
|
2021-01-23 20:48:01 +00:00
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:248
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:275
|
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."
|
|
|
|
|
2024-04-07 07:34:52 +00:00
|
|
|
#: participation/views.py:310
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Update team {trigram}"
|
|
|
|
msgstr "Mise à jour de l'équipe {trigram}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:371 participation/views.py:479
|
2021-01-22 08:44:19 +00:00
|
|
|
#, python-brace-format
|
2021-01-22 08:40:28 +00:00
|
|
|
msgid "Motivation letter of {team}.{ext}"
|
|
|
|
msgstr "Lettre de motivation de {team}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:404
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
2024-03-26 22:55:29 +00:00
|
|
|
msgid "Authorizations of team {trigram}.zip"
|
|
|
|
msgstr "Autorisations de l'équipe {trigram}.zip"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:408
|
2024-03-26 22:55:29 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Authorizations of {tournament}.zip"
|
|
|
|
msgstr "Autorisations du tournoi {tournament}.zip"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:427
|
2024-03-26 22:55:29 +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}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:436
|
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
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:444
|
2021-01-18 15:15:16 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Health sheet of {participant}.{ext}"
|
|
|
|
msgstr "Fiche sanitaire de {participant}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:452
|
2023-02-19 23:38:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Vaccine sheet of {participant}.{ext}"
|
|
|
|
msgstr "Carnet de vaccination de {participant}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:463
|
2024-04-07 10:38:41 +00:00
|
|
|
#, python-brace-format
|
2024-04-07 09:40:58 +00:00
|
|
|
msgid "Photo authorization of {participant} (final).{ext}"
|
|
|
|
msgstr "Autorisation de droit à l'image de {participant} (finale).{ext}"
|
|
|
|
|
|
|
|
#: participation/views.py:472
|
2024-04-07 10:38:41 +00:00
|
|
|
#, python-brace-format
|
2024-04-07 09:40:58 +00:00
|
|
|
msgid "Parental authorization of {participant} (final).{ext}"
|
|
|
|
msgstr "Autorisation parentale de {participant} (finale).{ext}"
|
|
|
|
|
|
|
|
#: participation/views.py:546
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "The team is not validated yet."
|
|
|
|
msgstr "L'équipe n'est pas encore validée."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: participation/views.py:560
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Participation of team {trigram}"
|
|
|
|
msgstr "Participation de l'équipe {trigram}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:648
|
2024-02-23 21:58:23 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Payments of {tournament}"
|
|
|
|
msgstr "Paiements de {tournament}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:747
|
2024-03-24 17:14:43 +00:00
|
|
|
msgid "Notes published!"
|
|
|
|
msgstr "Notes publiées !"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:749
|
2024-03-31 20:11:01 +00:00
|
|
|
msgid "Notes hidden!"
|
|
|
|
msgstr "Notes dissimulées !"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:780
|
2024-03-30 19:38:13 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Harmonize notes of {tournament} - Day {round}"
|
|
|
|
msgstr "Harmoniser les notes de {tournament} - Jour {round}"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:885
|
2021-01-18 23:32:34 +00:00
|
|
|
msgid "You can't upload a solution after the deadline."
|
|
|
|
msgstr "Vous ne pouvez pas envoyer de solution après la date limite."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1002
|
2024-03-26 23:49:32 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Solutions of team {trigram}.zip"
|
|
|
|
msgstr "Solutions de l'équipe {trigram}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1002
|
2024-03-26 23:49:32 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Syntheses of team {trigram}.zip"
|
|
|
|
msgstr "Notes de synthèse de l'équipe {trigram}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1019 participation/views.py:1034
|
2024-03-26 23:49:32 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Solutions of {tournament}.zip"
|
|
|
|
msgstr "Solutions de {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1019 participation/views.py:1034
|
2024-03-26 23:49:32 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Syntheses of {tournament}.zip"
|
|
|
|
msgstr "Notes de synthèse de {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1043
|
2023-05-19 12:44:31 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Solutions for pool {pool} of tournament {tournament}.zip"
|
|
|
|
msgstr "Solutions pour la poule {pool} du tournoi {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1044
|
2023-05-19 12:44:31 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Syntheses for pool {pool} of tournament {tournament}.zip"
|
|
|
|
msgstr "Notes de synthèses pour la poule {pool} du tournoi {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1086
|
2023-04-05 14:54:16 +00:00
|
|
|
#, python-brace-format
|
2024-03-23 10:23:02 +00:00
|
|
|
msgid "Jury of pool {pool} for {tournament} with teams {teams}"
|
|
|
|
msgstr "Jury de la poule {pool} pour {tournament} avec les équipes {teams}"
|
2023-04-05 14:54:16 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1102
|
2024-03-23 22:04:22 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The jury {name} is already in the pool!"
|
|
|
|
msgstr "{name} est déjà dans la poule !"
|
2024-03-23 10:23:02 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1122
|
2023-04-05 14:54:16 +00:00
|
|
|
msgid "New TFJM² jury account"
|
|
|
|
msgstr "Nouveau compte de juré⋅e pour le TFJM²"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1143
|
2023-04-05 14:54:16 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The jury {name} has been successfully added!"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "{name} a été ajouté⋅e avec succès en tant que juré⋅e !"
|
2023-04-05 14:54:16 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1179
|
2024-03-23 10:23:02 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The jury {name} has been successfully removed!"
|
|
|
|
msgstr "{name} a été retiré⋅e avec succès du jury !"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1205
|
2024-03-24 14:36:51 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The jury {name} has been successfully promoted president!"
|
|
|
|
msgstr "{name} a été nommé⋅e président⋅e du jury !"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1233
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid "The following user is not registered as a jury:"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "L'utilisateur⋅rice suivant n'est pas inscrit⋅e en tant que juré⋅e :"
|
2022-05-15 10:23:17 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1250
|
2022-05-15 10:23:17 +00:00
|
|
|
msgid "Notes were successfully uploaded."
|
|
|
|
msgstr "Les notes ont bien été envoyées."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1883
|
2024-03-29 17:59:37 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Notation sheets of pool {pool} of {tournament}.zip"
|
|
|
|
msgstr "Feuilles de notations pour la poule {pool} du tournoi {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:1888
|
2024-03-29 17:59:37 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Notation sheets of {tournament}.zip"
|
|
|
|
msgstr "Feuilles de notation de {tournament}.zip"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: participation/views.py:2065
|
2021-01-18 23:32:34 +00:00
|
|
|
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."
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/admin.py:53 registration/admin.py:69 registration/admin.py:85
|
|
|
|
#: registration/admin.py:101 registration/admin.py:117
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "first name"
|
|
|
|
msgstr "prénom"
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/admin.py:57 registration/admin.py:73 registration/admin.py:89
|
|
|
|
#: registration/admin.py:105 registration/admin.py:121
|
2024-02-23 21:58:23 +00:00
|
|
|
#: registration/tables.py:18
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "last name"
|
|
|
|
msgstr "nom de famille"
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/admin.py:140
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "concerned people"
|
|
|
|
msgstr "personnes concernées"
|
2023-04-05 08:44:27 +00:00
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/admin.py:144
|
|
|
|
msgid "Mark as valid"
|
|
|
|
msgstr "Marquer comme valide"
|
|
|
|
|
|
|
|
#: registration/admin.py:148
|
|
|
|
msgid "Mark as pending"
|
|
|
|
msgstr "Marquer comme en attente"
|
|
|
|
|
|
|
|
#: registration/admin.py:152
|
|
|
|
msgid "Mark as invalid"
|
|
|
|
msgstr "Marquer comme invalide"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/forms.py:22
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "role"
|
|
|
|
msgstr "rôle"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/forms.py:24
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "participant"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "participant⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/forms.py:25 registration/models.py:475
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "coach"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "encadrant⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-03-23 10:23:02 +00:00
|
|
|
#: registration/forms.py:35 registration/forms.py:60 registration/forms.py:91
|
|
|
|
msgid "This email address is already used."
|
|
|
|
msgstr "Cette adresse e-mail est déjà utilisée."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/forms.py:272
|
2021-01-18 21:28:43 +00:00
|
|
|
msgid "Pending"
|
|
|
|
msgstr "En attente"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/forms.py:291 registration/forms.py:324
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "You must upload your receipt."
|
|
|
|
msgstr "Vous devez envoyer votre justificatif."
|
2021-01-18 21:28:43 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:39
|
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"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:44
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "email confirmed"
|
|
|
|
msgstr "email confirmé"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:52
|
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²"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:109
|
2024-02-11 18:21:27 +00:00
|
|
|
#, python-brace-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}\">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}\">ce lien</a>."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:129
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "registration"
|
|
|
|
msgstr "inscription"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:130 registration/models.py:639
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "registrations"
|
|
|
|
msgstr "inscriptions"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:162
|
2021-01-22 07:45:00 +00:00
|
|
|
msgid "gender"
|
|
|
|
msgstr "genre"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:164
|
2021-01-22 07:45:00 +00:00
|
|
|
msgid "Female"
|
|
|
|
msgstr "Femme"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:165
|
2021-01-22 07:45:00 +00:00
|
|
|
msgid "Male"
|
|
|
|
msgstr "Homme"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:166
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:89
|
2021-01-22 07:45:00 +00:00
|
|
|
msgid "Other"
|
|
|
|
msgstr "Autre"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:173
|
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
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:177
|
2023-01-10 19:24:06 +00:00
|
|
|
msgid "zip code"
|
|
|
|
msgstr "code postal"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:183
|
2023-01-10 19:24:06 +00:00
|
|
|
msgid "city"
|
|
|
|
msgstr "ville"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:187
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "phone number"
|
|
|
|
msgstr "numéro de téléphone"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:192
|
2021-01-23 20:55:54 +00:00
|
|
|
msgid "health issues"
|
|
|
|
msgstr "problèmes de santé"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:194
|
2021-01-23 20:55:54 +00:00
|
|
|
msgid ""
|
|
|
|
"You can indicate here your allergies or anything that is important to know "
|
2024-01-16 21:26:00 +00:00
|
|
|
"for organizers."
|
2021-01-23 20:55:54 +00:00
|
|
|
msgstr ""
|
|
|
|
"Vous pouvez indiquer ici vos allergies ou n'importe quoi qui peut être bon à "
|
2024-01-16 21:26:00 +00:00
|
|
|
"savoir pour les organisateur⋅rices."
|
2021-01-23 20:55:54 +00:00
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:198
|
2024-01-16 21:26:00 +00:00
|
|
|
msgid "housing constraints"
|
|
|
|
msgstr "contraintes de logement"
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:200
|
2024-01-16 21:26:00 +00:00
|
|
|
msgid ""
|
|
|
|
"You can fill in something here if you have any housing constraints, e.g. "
|
|
|
|
"medical problems, scheduling issues, gender issues, or anything else you "
|
|
|
|
"feel is relevant to the organizers. Leave empty if you have nothing specific "
|
|
|
|
"to declare."
|
|
|
|
msgstr ""
|
|
|
|
"Vous pouvez remplir cette section si vous avez des contraintes de logement, "
|
|
|
|
"par exemple des problèmes médicaux, des problèmes horaires, des questions de "
|
|
|
|
"genre ou toute autre question que vous jugez pertinente pour les "
|
|
|
|
"organisateur⋅rices. Laissez vide si vous n'avez rien de spécifique à "
|
|
|
|
"déclarer."
|
|
|
|
|
2024-04-03 21:06:11 +00:00
|
|
|
#: registration/models.py:207
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "photo authorization"
|
|
|
|
msgstr "autorisation de droit à l'image"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/models.py:214
|
|
|
|
msgid "photo authorization (final)"
|
|
|
|
msgstr "autorisation de droit à l'image (finale)"
|
|
|
|
|
|
|
|
#: registration/models.py:250
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You are not in a team. You can <a href=\"{create_url}\">create one</a> or <a "
|
|
|
|
"href=\"{join_url}\">join an existing one</a> to participate."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas d'équipe. Vous pouvez en <a href=\"{create_url}\">créer une</"
|
|
|
|
"a> ou <a href=\"{join_url}\">rejoindre une équipe existante</a> pour "
|
|
|
|
"participer."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/models.py:256
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "No team"
|
|
|
|
msgstr "Pas d'équipe"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/models.py:264
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your photo authorization. You can do it by clicking on "
|
|
|
|
"<a href=\"{photo_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre autorisation de droit à l'image. Vous pouvez le "
|
|
|
|
"faire en cliquant sur <a href=\"{photo_url}\">ce lien</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:269 registration/models.py:282
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Photo authorization"
|
|
|
|
msgstr "Autorisation de droit à l'image"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:277
|
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your photo authorization for the final tournament. You "
|
|
|
|
"can do it by clicking on <a href=\"{photo_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre autorisation de droit à l'image pour la finale. "
|
|
|
|
"Vous pouvez le faire en cliquant sur <a href=\"{photo_url}\">ce lien</a>."
|
|
|
|
|
|
|
|
#: registration/models.py:293
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "participant registration"
|
|
|
|
msgstr "inscription de participant⋅e"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:294
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "participant registrations"
|
|
|
|
msgstr "inscriptions de participant⋅es"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:303
|
2023-01-10 19:31:43 +00:00
|
|
|
msgid "birth date"
|
|
|
|
msgstr "date de naissance"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:309
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "12th grade"
|
|
|
|
msgstr "Terminale"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:310
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "11th grade"
|
|
|
|
msgstr "Première"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:311
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "10th grade or lower"
|
|
|
|
msgstr "Seconde ou inférieur"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:313
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "student class"
|
|
|
|
msgstr "classe"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:318
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "school"
|
|
|
|
msgstr "école"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:323
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "responsible name"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "nom d'un⋅e responsable légal⋅e"
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:328
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "responsible phone number"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "numéro de téléphone d'un⋅e responsable légal⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:333
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "responsible email address"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "adresse e-mail d'un⋅e responsable légal⋅e"
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:338
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "parental authorization"
|
|
|
|
msgstr "autorisation parentale"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:345
|
2024-04-07 09:40:58 +00:00
|
|
|
msgid "parental authorization (final)"
|
|
|
|
msgstr "autorisation parentale (finale)"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:352
|
2021-01-21 21:32:43 +00:00
|
|
|
msgid "health sheet"
|
|
|
|
msgstr "fiche sanitaire"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:359
|
2023-02-19 23:38:57 +00:00
|
|
|
msgid "vaccine sheet"
|
|
|
|
msgstr "carnet de vaccination"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:367
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "student"
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr "élève"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:378
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your parental authorization. You can do it by clicking "
|
|
|
|
"on <a href=\"{parental_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre autorisation parentale. Vous pouvez le faire en "
|
|
|
|
"cliquant sur <a href=\"{parental_url}\">ce lien</a>."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:383 registration/models.py:443
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Parental authorization"
|
|
|
|
msgstr "Autorisation parentale"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:389
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your health sheet. You can do it by clicking on <a "
|
|
|
|
"href=\"{health_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre fiche sanitaire. Vous pouvez le faire en "
|
|
|
|
"cliquant sur <a href=\"{health_url}\">ce lien</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:394
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Health sheet"
|
|
|
|
msgstr "Fiche sanitaire"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:400
|
2024-02-11 19:20:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your vaccine sheet. You can do it by clicking on <a "
|
|
|
|
"href=\"{vaccine_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre carnet de vaccination. Vous pouvez le faire en "
|
|
|
|
"cliquant sur <a href=\"{vaccine_url}\">ce lien</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:405
|
2024-02-11 19:20:28 +00:00
|
|
|
msgid "Vaccine sheet"
|
|
|
|
msgstr "Carnet de vaccination"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:414
|
2024-02-11 22:31:24 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have to pay {amount} € for your registration, or send a scholarship "
|
|
|
|
"notification or a payment proof. You can do it on <a href=\"{url}\">the "
|
|
|
|
"payment page</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous devez payer {amount} € pour votre inscription, ou envoyer une "
|
|
|
|
"notification de bourse ou un justificatif de paiement. Vous pouvez le faire "
|
|
|
|
"sur <a href=\"{url}\">la page de paiement</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:420 registration/models.py:429
|
2024-02-11 22:31:24 +00:00
|
|
|
msgid "Payment"
|
|
|
|
msgstr "Paiement"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:426
|
2024-02-11 22:31:24 +00:00
|
|
|
msgid "Your payment is under approval."
|
|
|
|
msgstr "Votre paiement est en cours de validation."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:437
|
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"You have not uploaded your parental authorization for the final tournament. "
|
|
|
|
"You can do it by clicking on <a href=\"{parental_url}\">this link</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Vous n'avez pas envoyé votre autorisation parentale pour la finale. Vous "
|
|
|
|
"pouvez le faire en cliquant sur <a href=\"{parental_url}\">ce lien</a>."
|
|
|
|
|
|
|
|
#: registration/models.py:452
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "student registration"
|
|
|
|
msgstr "inscription d'élève"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:453
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "student registrations"
|
|
|
|
msgstr "inscriptions d'élève"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:464
|
2024-01-20 17:26:52 +00:00
|
|
|
msgid "most recent degree in mathematics, computer science or physics"
|
|
|
|
msgstr "Dernier diplôme obtenu en mathématiques, informatique ou physique"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:465
|
2024-01-20 17:26:52 +00:00
|
|
|
msgid ""
|
|
|
|
"Your most recent degree in maths, computer science or physics, or your last "
|
|
|
|
"entrance exam (CAPES, Agrégation,…)"
|
|
|
|
msgstr ""
|
|
|
|
"Votre dernier diplôme en mathématiques, informatique ou physique, ou votre "
|
|
|
|
"dernier concours obtenu (CAPES, Agrégation, …)"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:470 registration/models.py:492
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "professional activity"
|
|
|
|
msgstr "activité professionnelle"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:483
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "coach registration"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "inscription d'encadrant⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:484
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "coach registrations"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "inscriptions d'encadrant⋅es"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:496
|
2023-02-19 23:23:18 +00:00
|
|
|
msgid "administrator"
|
|
|
|
msgstr "administrateur⋅rice"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:497
|
2023-02-19 23:23:18 +00:00
|
|
|
msgid ""
|
|
|
|
"An administrator has all rights. Please don't give this right to all juries "
|
|
|
|
"and volunteers."
|
|
|
|
msgstr ""
|
|
|
|
"Un⋅e administrateur⋅rice a tous les droits. Merci de ne pas donner ce droit "
|
|
|
|
"à toustes les juré⋅es et bénévoles."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:507
|
2023-02-19 23:23:18 +00:00
|
|
|
msgid "admin"
|
|
|
|
msgstr "admin"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:507
|
2023-02-19 23:23:18 +00:00
|
|
|
msgid "volunteer"
|
|
|
|
msgstr "bénévole"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:520
|
2024-02-11 21:39:11 +00:00
|
|
|
msgid ""
|
|
|
|
"Registrations for tournament {tournament} are closing on {date:%Y-%m-%d %H:"
|
|
|
|
"%M}. There are for now {validated_teams} validated teams (+ {pending_teams} "
|
|
|
|
"pending) on {max_teams} expected."
|
|
|
|
msgstr ""
|
|
|
|
"Les inscriptions pour le tournoi {tournament} ferment le {date:%d/%m/%Y à %H:"
|
2024-02-11 22:31:24 +00:00
|
|
|
"%M}. Il y a pour l'instant {validated_teams} équipes validées (+ "
|
|
|
|
"{pending_teams} en attente) sur {max_teams} attendues."
|
2024-02-11 21:39:11 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:528
|
2024-02-11 21:39:11 +00:00
|
|
|
msgid "Registrations"
|
|
|
|
msgstr "Inscriptions"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:535
|
2024-02-11 21:39:11 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"The team {trigram} requested to be validated for the tournament of "
|
|
|
|
"{tournament}. You can check the status of the team on the <a "
|
|
|
|
"href=\"{url}\">team page</a>."
|
|
|
|
msgstr ""
|
|
|
|
"L'équipe {trigram} a demandé à être validée pour le tournoi {tournament}. "
|
|
|
|
"Vous pouvez vérifier le statut de l'équipe sur la <a href=\"{url}\">page de "
|
|
|
|
"l'équipe</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:552
|
2024-02-23 21:58:23 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"There are {valid} validated payments, {pending} pending and {invalid} "
|
|
|
|
"invalid for the tournament of {tournament}. You can check the status of the "
|
|
|
|
"payments on the <a href=\"{url}\">payments list</a>."
|
|
|
|
msgstr ""
|
|
|
|
"Il y a {valid} paiements validés, {pending} en attente et {invalid} "
|
|
|
|
"invalides pour le tournoi {tournament}. Vous pouvez vérifier le statut des "
|
|
|
|
"paiements sur la <a href=\"{url}\">liste des paiements</a>."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:559
|
2024-02-23 21:58:23 +00:00
|
|
|
msgid "Payments"
|
|
|
|
msgstr "Paiements"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:583 registration/models.py:594
|
2024-03-31 19:23:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>You are in the jury of the pool {pool} for the tournament of "
|
|
|
|
"{tournament}. You can find the pool page <a href='{pool_url}'>here</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Vous êtes dans le jury de la poule {pool} pour le tournoi {tournament}. "
|
|
|
|
"Vous pouvez trouver la page de la poule <a href='{pool_url}'>ici</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:607
|
2024-03-31 19:23:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid ""
|
|
|
|
"<p>You don't have given any note as a jury for the passage {passage} in the "
|
|
|
|
"pool {pool} of {tournament}. You can set your notes <a "
|
|
|
|
"href='{passage_url}'>here</a>.</p>"
|
|
|
|
msgstr ""
|
|
|
|
"<p>Vous n'avez pas donné de note en tant que juré⋅e pour le passage "
|
|
|
|
"{passage} dans la poule {pool} de {tournament}. Vous pouvez donner vos notes "
|
|
|
|
"<a href='{passage_url}'>ici</a>.</p>"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:623
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "volunteer registration"
|
|
|
|
msgstr "inscription de bénévole"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:624
|
2023-04-03 17:13:15 +00:00
|
|
|
msgid "volunteer registrations"
|
|
|
|
msgstr "inscriptions de bénévoles"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:645
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid ""
|
|
|
|
"If set to true, then one payment is made for the full team, for example if "
|
|
|
|
"the school pays for all."
|
|
|
|
msgstr ""
|
|
|
|
"Si vrai, alors un seul paiement est fait pour toute l'équipe, par exemple si "
|
|
|
|
"le lycée paie pour tout le monde."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:650
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "total amount"
|
|
|
|
msgstr "montant total"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:651
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "Corresponds to the total required amount to pay, in euros."
|
|
|
|
msgstr "Correspond au montant total à payer, en euros."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:656
|
2024-02-21 21:44:50 +00:00
|
|
|
msgid "token"
|
|
|
|
msgstr "jeton"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:659
|
2024-02-21 21:44:50 +00:00
|
|
|
msgid "A token to authorize external users to make this payment."
|
|
|
|
msgstr "Un jeton pour autoriser des utilisateurs externes à faire ce paiement."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:663
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "for final tournament"
|
|
|
|
msgstr "pour la finale"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:668
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "type"
|
|
|
|
msgstr "type"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:671
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "No payment"
|
|
|
|
msgstr "Pas de paiement"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:672
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:72
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid "Credit card"
|
|
|
|
msgstr "Carte bancaire"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:673
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "Scholarship"
|
|
|
|
msgstr "Notification de bourse"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:674
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:77
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "Bank transfer"
|
|
|
|
msgstr "Virement bancaire"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:675
|
2022-04-26 11:47:15 +00:00
|
|
|
msgid "Other (please indicate)"
|
|
|
|
msgstr "Autre (veuillez spécifier)"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:676
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "The tournament is free"
|
|
|
|
msgstr "Le tournoi est gratuit"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:683
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "Hello Asso checkout intent ID"
|
|
|
|
msgstr "ID de l'intention de paiement Hello Asso"
|
2021-01-18 15:35:37 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:690
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "receipt"
|
|
|
|
msgstr "justificatif"
|
2021-01-18 15:35:37 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:691
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "only if you have a scholarship or if you chose a bank transfer."
|
|
|
|
msgstr ""
|
|
|
|
"Nécessaire seulement si vous déclarez être boursièr⋅e ou si vous payez par "
|
|
|
|
"virement bancaire."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:698
|
2021-01-18 15:35:37 +00:00
|
|
|
msgid "additional information"
|
|
|
|
msgstr "informations additionnelles"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:699
|
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."
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:705
|
2023-04-05 08:44:27 +00:00
|
|
|
msgid "payment valid"
|
|
|
|
msgstr "paiement valide"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:765
|
2024-02-23 20:43:44 +00:00
|
|
|
msgid "Reminder for your payment"
|
|
|
|
msgstr "Rappel pour votre paiement"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:776
|
2024-02-23 20:43:44 +00:00
|
|
|
msgid "Payment confirmation"
|
|
|
|
msgstr "Confirmation de paiement"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:798
|
2021-01-18 21:28:43 +00:00
|
|
|
#, python-brace-format
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "Payment of {registrations}"
|
2024-02-18 21:36:01 +00:00
|
|
|
msgstr "Paiements de {registrations}"
|
2021-01-18 21:28:43 +00:00
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:801
|
2021-01-18 17:13:58 +00:00
|
|
|
msgid "payment"
|
|
|
|
msgstr "paiement"
|
|
|
|
|
2024-04-07 10:38:41 +00:00
|
|
|
#: registration/models.py:802
|
2021-01-18 17:13:58 +00:00
|
|
|
msgid "payments"
|
|
|
|
msgstr "paiements"
|
|
|
|
|
2024-02-23 21:58:23 +00:00
|
|
|
#: registration/tables.py:69
|
|
|
|
msgid "No payment yet."
|
|
|
|
msgstr "Pas encore de paiement."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/add_organizer.html:5
|
|
|
|
#: registration/templates/registration/add_organizer.html:12
|
|
|
|
#: registration/templates/registration/add_organizer.html:21
|
|
|
|
#: registration/templates/registration/user_list.html:9
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:92
|
2021-01-14 20:07:09 +00:00
|
|
|
msgid "Add organizer"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Ajouter un⋅e organisateur⋅rice"
|
2021-01-14 20:07:09 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_complete.html:15
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Your email have successfully been validated."
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Votre adresse email a été validée avec succès."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_complete.html:18
|
2020-12-27 10:49:54 +00:00
|
|
|
#, 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>."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_complete.html:23
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_complete.html:25
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_email_sent.html:10
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Account activation"
|
|
|
|
msgstr "Activation du compte"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/email_validation_email_sent.html:14
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/mails/add_organizer.html:37
|
|
|
|
#: registration/templates/registration/mails/add_organizer.txt:17
|
2024-01-18 18:53:12 +00:00
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:39
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:15
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:45
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:52
|
2021-01-18 15:15:16 +00:00
|
|
|
msgid "The TFJM² team."
|
|
|
|
msgstr "L'équipe du TFJM²"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:12
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:3
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:12
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:2
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:12
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:2
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Hi"
|
|
|
|
msgstr "Bonjour"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:16
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:5
|
2020-12-27 10:49:54 +00:00
|
|
|
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 ""
|
2023-01-10 14:32:19 +00:00
|
|
|
"Vous vous êtes inscrit⋅e sur la plateforme du TFJM². Merci de cliquer sur le "
|
2021-01-01 16:07:28 +00:00
|
|
|
"lien ci-dessous pour confirmer votre inscription."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:26
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:9
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:30
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:11
|
2024-01-18 18:53:12 +00:00
|
|
|
msgid "As a reminder, your username is your email address:"
|
|
|
|
msgstr "Pour rappel, vous nom d'utilisateur⋅rice est votre adresse email :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.html:34
|
|
|
|
#: registration/templates/registration/mails/email_validation_email.txt:13
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Thanks"
|
|
|
|
msgstr "Merci"
|
|
|
|
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:16
|
2024-03-03 14:16:43 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:4
|
2024-02-22 17:43:18 +00:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
2024-03-03 14:16:43 +00:00
|
|
|
"We successfully received the payment of %(amount)s € for your participation "
|
|
|
|
"for the TFJM² in the team %(team)s for the tournament %(tournament)s!"
|
2024-02-22 17:43:18 +00:00
|
|
|
msgstr ""
|
2024-03-03 14:16:43 +00:00
|
|
|
"Nous avons bien reçu le paiement de %(amount)s € pour la participation au "
|
|
|
|
"TFJM² de %(tournament)s dans l'équipe %(team)s !"
|
2024-02-22 17:43:18 +00:00
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:22
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:8
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Your registration is now fully completed, and you can work on your solutions."
|
|
|
|
msgstr ""
|
|
|
|
"Votre inscription est maintenant complète, et vous pouvez travailler sur vos "
|
|
|
|
"solutions."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:23
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:9
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Be sure first that other members of your team also pay their registration."
|
|
|
|
msgstr ""
|
|
|
|
"Assurez-vous d'abord que les autres membres de votre équipe aient aussi payé "
|
|
|
|
"leur inscription."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:27
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:11
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "As a reminder, here are the following important dates:"
|
|
|
|
msgstr "Pour rappel, voici les dates importantes à venir :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:29
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:12
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "Deadline to send the solutions:"
|
|
|
|
msgstr "Date limite pour envoyer les solutions :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:30
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:13
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "Problems draw:"
|
|
|
|
msgstr "Tirage des problèmes :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:31
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:14
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "Tournament dates:"
|
|
|
|
msgstr "Dates du tournoi :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:36
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:16
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Please note that these dates may be subject to change. If your local "
|
|
|
|
"organizers gave you different dates, trust them."
|
|
|
|
msgstr ""
|
|
|
|
"Veuillez noter que ces dates peuvent être sujettes à changement. Si vos "
|
|
|
|
"organisateur⋅rices locaux⋅ales vous ont donné des dates différentes, faites-"
|
|
|
|
"leur confiance."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_confirmation.html:40
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:18
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"NB: This mail don't represent a payment receipt. The payer should receive a "
|
|
|
|
"mail from Hello Asso. If it is not the case, please contact us if necessary"
|
|
|
|
msgstr ""
|
|
|
|
"NB : Ce mail ne représente pas un justificatif de paiement. La personne qui "
|
|
|
|
"a payé devrait recevoir un mail de Hello Asso. Si ce n'est pas le cas, merci "
|
|
|
|
"de nous contacter si nécessaire."
|
|
|
|
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_confirmation.txt:21
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "The TFJM² team"
|
|
|
|
msgstr "L'équipe du TFJM²"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:16
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:4
|
2024-02-22 17:43:18 +00:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"You are registered for the TFJM² of %(tournament)s. Your team %(team)s has "
|
|
|
|
"been successfully validated. To end your inscription, you must pay the "
|
|
|
|
"amount of %(amount)s €."
|
|
|
|
msgstr ""
|
|
|
|
"Vous êtes inscrit⋅e pour le TFJM² du %(tournament)s. Votre équipe %(team)s a "
|
|
|
|
"été validée avec succès. Pour finaliser votre inscription, vous devez payer "
|
|
|
|
"le montant de %(amount)s €."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:24
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:9
|
2024-02-22 17:43:18 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:14
|
|
|
|
msgid "This price includes the registrations of all members of your team."
|
2024-03-02 11:52:47 +00:00
|
|
|
msgstr ""
|
|
|
|
"Ce prix inclut les inscriptions de toustes les membres de votre équipe."
|
2024-02-22 17:43:18 +00:00
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:29
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:11
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"You can pay by credit card or by bank transfer. You can read full "
|
|
|
|
"instructions on the payment page:"
|
|
|
|
msgstr ""
|
|
|
|
"Vous pouvez payer par carte bancaire ou par virement bancaire. Vous pouvez "
|
|
|
|
"lire les instructions complètes sur la page de paiement :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:39
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:15
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"If you have a scholarship, then the registration is free for you. You must "
|
|
|
|
"then upload it on the payment page using the above link."
|
|
|
|
msgstr ""
|
|
|
|
"Si vous bénéficiez d'une bourse, alors l'inscription est gratuite pour vous. "
|
|
|
|
"Vous )devez alors l'envoyer sur la page de paiement en utilisant le lien ci-"
|
|
|
|
"dessus."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:43
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:17
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid ""
|
|
|
|
"It is also possible to allow an external person (your parents, your school, "
|
|
|
|
"etc.) to pay for you with credit card. Instructions are also available on "
|
|
|
|
"the payment page."
|
|
|
|
msgstr ""
|
|
|
|
"Vous pouvez aussi autoriser une personne externe (vos parents, votre école, "
|
|
|
|
"etc.) à payer pour vous avec une carte bancaire. Les instructions sont aussi "
|
|
|
|
"disponibles sur la page de paiement."
|
|
|
|
|
|
|
|
#: registration/templates/registration/mails/payment_reminder.html:47
|
2024-02-23 20:43:44 +00:00
|
|
|
#: registration/templates/registration/mails/payment_reminder.txt:19
|
2024-02-22 17:43:18 +00:00
|
|
|
msgid "If you have any problem, feel free to contact us."
|
|
|
|
msgstr "Si vous avez le moindre problème, n'hésitez pas à nous contacter."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_change_done.html:8
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Your password was changed."
|
|
|
|
msgstr "Votre mot de passe a été changé."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_change_form.html:9
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_change_form.html:11
|
|
|
|
#: registration/templates/registration/password_reset_confirm.html:12
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Change my password"
|
|
|
|
msgstr "Changer mon mot de passe"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_complete.html:8
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_complete.html:10
|
2024-02-23 21:58:23 +00:00
|
|
|
#: tfjm/templates/base.html:84 tfjm/templates/base.html:85
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:98 tfjm/templates/registration/login.html:7
|
2020-12-27 10:49:54 +00:00
|
|
|
#: tfjm/templates/registration/login.html:8
|
2024-01-18 18:53:12 +00:00
|
|
|
#: tfjm/templates/registration/login.html:30
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Log in"
|
|
|
|
msgstr "Connexion"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_confirm.html:9
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_confirm.html:15
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_done.html:8
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_done.html:9
|
2020-12-27 10:49:54 +00:00
|
|
|
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é "
|
2023-01-10 14:32:19 +00:00
|
|
|
"l'adresse mail avec laquelle vous êtes inscrit⋅e, et de vérifier vos "
|
2020-12-27 10:49:54 +00:00
|
|
|
"courriers indésirables."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_form.html:8
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/password_reset_form.html:11
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Reset my password"
|
|
|
|
msgstr "Réinitialiser mon mot de passe"
|
|
|
|
|
2024-02-18 21:36:01 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:9
|
|
|
|
#, python-format
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
2024-03-03 14:16:43 +00:00
|
|
|
"You must pay %(amount)s € for your participation in the team %(team)s for "
|
|
|
|
"the tournament %(tournament)s. This includes the housing and the meals."
|
2024-02-21 22:12:01 +00:00
|
|
|
msgstr ""
|
2024-03-23 10:23:02 +00:00
|
|
|
"Vous devez payer %(amount)s € pour votre participation dans l'équipe "
|
|
|
|
"%(team)s pour le tournoi %(tournament)s. Cela comprend l'hébergement et les "
|
|
|
|
"repas."
|
2024-02-18 21:36:01 +00:00
|
|
|
|
2024-02-21 22:12:01 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:18
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid ""
|
|
|
|
"This price includes only your own registration. You are exempt from payment "
|
|
|
|
"if you have a scholarship, but you must then send us a proof of your "
|
|
|
|
"scholarship."
|
|
|
|
msgstr ""
|
|
|
|
"Ce prix inclut seulement votre propre inscription. Vous êtes exempté⋅e de "
|
|
|
|
"paiement si vous avez une bourse, mais vous devez alors nous envoyer un "
|
|
|
|
"justificatif de votre bourse."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:29
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid ""
|
|
|
|
"You want finally that each member pays its own registration? Then click on "
|
|
|
|
"the button:"
|
|
|
|
msgstr ""
|
|
|
|
"Vous voulez finalement que chaque membre paie sa propre inscription ? Alors "
|
|
|
|
"cliquez sur le bouton :"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:34
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid "Back to single payments"
|
|
|
|
msgstr "Retour aux paiements individuels"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:38
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid ""
|
|
|
|
"You want to pay for the registrations of all members of your team, or your "
|
|
|
|
"school will pay for all registrations? Then click on the button:"
|
|
|
|
msgstr ""
|
|
|
|
"Vous voulez payer pour les inscriptions de tous les membres de votre équipe, "
|
|
|
|
"ou votre école paiera pour toutes les inscriptions ? Alors cliquez sur le "
|
|
|
|
"bouton :"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:44
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid "Group the payments of my team"
|
|
|
|
msgstr "Regrouper les paiements de mon équipe"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:55
|
2024-02-21 22:41:31 +00:00
|
|
|
msgid "Concerned students"
|
|
|
|
msgstr "Élèves concerné⋅es"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:83
|
2024-02-18 21:36:01 +00:00
|
|
|
msgid "I have a scholarship"
|
|
|
|
msgstr "J'ai une bourse"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:99
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"The payment by credit card is made via Hello Asso. To do this, you can click "
|
|
|
|
"on the button below, which will redirect you to the secure payment page of "
|
|
|
|
"Hello Asso. The payment validation will then be done automatically, within a "
|
|
|
|
"few minutes."
|
|
|
|
msgstr ""
|
|
|
|
"Le paiement par carte bancaire se fait via Hello Asso. Pour cela, vous "
|
|
|
|
"pouvez cliquer sur le bouton ci-dessous, qui vous redirigera vers la page de "
|
|
|
|
"paiement sécurisée de Hello Asso. La validation du paiement se fera alors "
|
|
|
|
"automatiquement, dans quelques minutes."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:108
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid "Go to the Hello Asso page"
|
|
|
|
msgstr "Aller à la page Hello Asso"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:113
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"If a third party must pay for you (parents, school,…), you can send them the "
|
|
|
|
"link to pay for you:"
|
|
|
|
msgstr ""
|
|
|
|
"Si un tiers doit payer pour vous (parents, école, …), vous pouvez leur "
|
|
|
|
"envoyer le lien pour payer pour vous :"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:123
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid "Copied!"
|
|
|
|
msgstr "Copié !"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:130
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"If this is the case and if an invoice is necessary, please contact the "
|
|
|
|
"tournament organizers by providing the name of the team, the number of "
|
|
|
|
"participants, the name of the paying establishment, the email address of the "
|
|
|
|
"establishment and/or the email address of the establishment manager."
|
|
|
|
msgstr ""
|
|
|
|
"Si c'est le cas et si une facture est nécessaire, merci de contacter les "
|
|
|
|
"organisateur⋅rices du tournoi en fournissant le nom de l'équipe, le nombre "
|
|
|
|
"de participant⋅es, le nom de l'établissement payeur, l'adresse mail de "
|
|
|
|
"l'établissement et/ou l'adresse mail du gestionnaire de l'établissement."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:141
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"You can also pay by bank transfer. To do this, you must put in the reference "
|
|
|
|
"of the transfer \"TFJMpu\" followed by the last name and the first name of "
|
|
|
|
"the student."
|
|
|
|
msgstr ""
|
|
|
|
"Vous pouvez également payer par virement bancaire. Pour cela, vous devez "
|
|
|
|
"mettre en référence du virement « TFJMpu » suivi du nom et du prénom de "
|
|
|
|
"l'élève."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:147
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid "The bank details are as follows:"
|
|
|
|
msgstr "Les coordonnées bancaires sont les suivantes :"
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:158
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"Once your payment done, please send us a proof of your transfer using the "
|
|
|
|
"below form. The validation of your payment will then be done manually, "
|
|
|
|
"within a few days."
|
|
|
|
msgstr ""
|
|
|
|
"Une fois votre paiement effectué, merci de nous envoyer un justificatif de "
|
|
|
|
"votre virement en utilisant le formulaire ci-dessous. La validation de votre "
|
|
|
|
"paiement se fera alors manuellement, sous quelques jours."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:167
|
|
|
|
#: registration/templates/registration/payment_form.html:182
|
|
|
|
#: registration/templates/registration/payment_form.html:197
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid "Submit"
|
2024-02-21 22:41:31 +00:00
|
|
|
msgstr "Envoyer"
|
2024-02-21 22:12:01 +00:00
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:173
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"The tournament is free for you if you have a scholarship. However, you must "
|
|
|
|
"send us a proof of your scholarship. You can do this using the below form."
|
|
|
|
msgstr ""
|
|
|
|
"Le tournoi est gratuit pour vous si vous avez une bourse. Toutefois, vous "
|
|
|
|
"devez nous envoyer un justificatif de votre bourse. Vous pouvez le faire en "
|
|
|
|
"utilisant le formulaire ci-dessous."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:188
|
2024-02-21 22:12:01 +00:00
|
|
|
msgid ""
|
|
|
|
"If you want to use another payment method, please contact the tournament "
|
|
|
|
"organizers first. Then, if you need to send a proof or your payment, you can "
|
|
|
|
"use the below form."
|
|
|
|
msgstr ""
|
|
|
|
"Si vous voulez utiliser un autre moyen de paiement, merci de contacter les "
|
|
|
|
"organisateur⋅rices du tournoi d'abord. Ensuite, si vous devez envoyer un "
|
|
|
|
"justificatif de votre paiement, vous pouvez utiliser le formulaire ci-"
|
|
|
|
"dessous."
|
|
|
|
|
2024-02-24 21:55:34 +00:00
|
|
|
#: registration/templates/registration/payment_form.html:217
|
|
|
|
msgid "Your payment by credit card via Hello Asso is successfully validated."
|
2024-03-02 11:52:47 +00:00
|
|
|
msgstr ""
|
|
|
|
"Votre paiement par carte bancaire via Hello Asso est validé avec succès."
|
2024-02-24 21:55:34 +00:00
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:218
|
|
|
|
msgid "The paid amount is"
|
|
|
|
msgstr "Le montant payé est"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:220
|
|
|
|
#: registration/templates/registration/payment_form.html:241
|
|
|
|
#: registration/templates/registration/payment_form.html:263
|
|
|
|
msgid "It includes the registrations of all members of the team."
|
2024-03-02 11:52:47 +00:00
|
|
|
msgstr "Ce prix inclut les inscriptions de toustes les membres de l'équipe."
|
2024-02-24 21:55:34 +00:00
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:222
|
|
|
|
msgid "The payer was "
|
|
|
|
msgstr "La personne qui a payé est "
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:223
|
|
|
|
msgid "The payment was done on"
|
|
|
|
msgstr "Le paiement a été réalisé le"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:228
|
|
|
|
msgid "The payment by credit card via Hello Asso is pending validation."
|
2024-03-02 11:52:47 +00:00
|
|
|
msgstr ""
|
|
|
|
"Le paiement par carte bancaire via Hello Asso est en attente de validation."
|
2024-02-24 21:55:34 +00:00
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:229
|
|
|
|
msgid ""
|
|
|
|
"It should takes only few minutes. If it takes longer, please contact us."
|
|
|
|
msgstr ""
|
|
|
|
"Cela ne devrait prendre que quelques minutes. Si cela prend plus de temps, "
|
|
|
|
"merci de nous contacter."
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:235
|
|
|
|
msgid "Your payment is successfully validated by the organizers."
|
|
|
|
msgstr "Votre paiement est validé avec succès par les organisateur⋅rices."
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:237
|
|
|
|
#: registration/templates/registration/payment_form.html:259
|
|
|
|
msgid "Type:"
|
|
|
|
msgstr "Type :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:239
|
|
|
|
#: registration/templates/registration/payment_form.html:261
|
|
|
|
msgid "Amount:"
|
|
|
|
msgstr "Montant :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:246
|
|
|
|
#: registration/templates/registration/payment_form.html:268
|
|
|
|
msgid "Receipt:"
|
|
|
|
msgstr "Justificatif :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:251
|
|
|
|
#: registration/templates/registration/payment_form.html:273
|
|
|
|
msgid "Additional information:"
|
|
|
|
msgstr "Informations additionnelles :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/payment_form.html:257
|
|
|
|
msgid "Your payment is pending validation from the organizers."
|
|
|
|
msgstr ""
|
2024-03-02 11:52:47 +00:00
|
|
|
"Votre paiement est en attente de validation par les organisateur⋅rices."
|
2024-02-24 21:55:34 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/signup.html:5
|
|
|
|
#: registration/templates/registration/signup.html:12
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/signup.html:26 registration/views.py:48
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Sign up"
|
|
|
|
msgstr "Inscription"
|
|
|
|
|
2024-03-02 11:52:47 +00:00
|
|
|
#: registration/templates/registration/signup.html:21
|
|
|
|
msgid "By registering, you certify that you have read and accepted our"
|
|
|
|
msgstr "En vous inscrivant, vous certifiez avoir lu et accepté notre"
|
|
|
|
|
|
|
|
#: registration/templates/registration/signup.html:22
|
|
|
|
msgid "privacy policy"
|
|
|
|
msgstr "politique de confidentialité"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_health_sheet.html:6
|
|
|
|
#: registration/templates/registration/upload_parental_authorization.html:6
|
|
|
|
#: registration/templates/registration/upload_photo_authorization.html:6
|
|
|
|
#: registration/templates/registration/upload_vaccine_sheet.html:6
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Back to the user detail"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Retour aux détails de l'utilisateur⋅rice"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_health_sheet.html:11
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Health sheet template:"
|
|
|
|
msgstr "Modèle de fiche sanitaire :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_parental_authorization.html:11
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Authorization template:"
|
|
|
|
msgstr "Modèles d'autorisation :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: 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 :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_photo_authorization.html:12
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Adult"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Majeur⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/upload_photo_authorization.html:13
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Child"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Mineur⋅e"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:14
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Last name:"
|
|
|
|
msgstr "Nom de famille :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:17
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "First name:"
|
|
|
|
msgstr "Prénom :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:22
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Not confirmed"
|
|
|
|
msgstr "Non confirmée"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:22
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "resend the validation link"
|
|
|
|
msgstr "Renvoyer le lien de validation"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:25
|
2021-01-18 15:15:16 +00:00
|
|
|
msgid "Password:"
|
|
|
|
msgstr "Mot de passe :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:28
|
2021-01-18 15:15:16 +00:00
|
|
|
msgid "Change password"
|
|
|
|
msgstr "Changer mon mot de passe"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:43
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Birth date:"
|
|
|
|
msgstr "Date de naissance :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:47
|
2021-01-22 07:45:00 +00:00
|
|
|
msgid "Gender:"
|
|
|
|
msgstr "Genre :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:50
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Address:"
|
|
|
|
msgstr "Adresse :"
|
|
|
|
|
2023-03-22 10:11:35 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:53
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Phone number:"
|
|
|
|
msgstr "Numéro de téléphone :"
|
|
|
|
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:57
|
2021-01-23 20:55:54 +00:00
|
|
|
msgid "Health issues:"
|
|
|
|
msgstr "Problèmes de santé :"
|
|
|
|
|
2024-01-16 21:26:00 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:62
|
|
|
|
msgid "Housing constraints:"
|
|
|
|
msgstr "Contraintes de logement :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/user_detail.html:66
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Photo authorization:"
|
2024-02-11 19:20:28 +00:00
|
|
|
msgstr "Autorisation de droit à l'image :"
|
2021-01-01 16:07:28 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:77
|
|
|
|
msgid "Photo authorization (final):"
|
|
|
|
msgstr "Autorisation de droit à l'image (finale) :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/user_detail.html:89
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Health sheet:"
|
|
|
|
msgstr "Fiche sanitaire :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:99
|
2023-02-19 23:38:57 +00:00
|
|
|
msgid "Vaccine sheet:"
|
|
|
|
msgstr "Carnet de vaccination :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:109
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Parental authorization:"
|
|
|
|
msgstr "Autorisation parentale :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:120
|
|
|
|
msgid "Parental authorization (final):"
|
|
|
|
msgstr "Autorisation parentale (finale) :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/user_detail.html:130
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Student class:"
|
|
|
|
msgstr "Classe :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:133
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "School:"
|
|
|
|
msgstr "École :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:136
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Responsible name:"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "Nom d'un⋅e responsable légal⋅e :"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:139
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Responsible phone number:"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "Numéro de téléphone d'un⋅e responsable légal⋅e :"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:142
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Responsible email address:"
|
2024-01-16 22:06:50 +00:00
|
|
|
msgstr "Adresse e-mail d'un⋅e responsable légal⋅e :"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:147
|
2024-01-20 17:26:52 +00:00
|
|
|
msgid "Most recent degree:"
|
|
|
|
msgstr "Dernier diplôme obtenu :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:150
|
|
|
|
#: registration/templates/registration/user_detail.html:154
|
2024-01-20 17:26:52 +00:00
|
|
|
msgid "Professional activity:"
|
2021-01-18 23:32:34 +00:00
|
|
|
msgstr "Activité professionnelle :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:157
|
2023-02-20 13:52:25 +00:00
|
|
|
msgid "Admin:"
|
|
|
|
msgstr "Administrateur⋅rice :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:161
|
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 :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:171
|
|
|
|
msgid "Payment information (final):"
|
|
|
|
msgstr "Informations de paiement (finale) :"
|
|
|
|
|
|
|
|
#: registration/templates/registration/user_detail.html:173
|
2021-01-18 17:13:58 +00:00
|
|
|
msgid "Payment information:"
|
|
|
|
msgstr "Informations de paiement :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:177
|
2021-01-18 17:13:58 +00:00
|
|
|
msgid "yes,no,pending"
|
|
|
|
msgstr "oui,non,en attente"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:181
|
|
|
|
#: registration/templates/registration/user_detail.html:184
|
2021-01-18 17:13:58 +00:00
|
|
|
msgid "valid:"
|
|
|
|
msgstr "valide :"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:196
|
2021-01-18 22:39:02 +00:00
|
|
|
msgid "Download scholarship attestation"
|
|
|
|
msgstr "Télécharger l'attestation de bourse"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:198
|
2024-02-12 21:30:27 +00:00
|
|
|
msgid "Download bank transfer receipt"
|
|
|
|
msgstr "Télécharger le justificatif de virement bancaire"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:213
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Impersonate"
|
|
|
|
msgstr "Impersonifier"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:220
|
|
|
|
#: registration/views.py:317
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Upload photo authorization"
|
|
|
|
msgstr "Téléverser l'autorisation de droit à l'image"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:226
|
|
|
|
#: registration/views.py:351
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Upload health sheet"
|
|
|
|
msgstr "Téléverser la fiche sanitaire"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:231
|
|
|
|
#: registration/views.py:372
|
2023-02-19 23:38:57 +00:00
|
|
|
msgid "Upload vaccine sheet"
|
|
|
|
msgstr "Téléverser le carnet de vaccination"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:236
|
|
|
|
#: registration/views.py:392
|
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
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/templates/registration/user_detail.html:244
|
|
|
|
msgid "Upload photo authorization (final)"
|
|
|
|
msgstr "Téléverser l'autorisation de droit à l'image (finale)"
|
|
|
|
|
|
|
|
#: registration/templates/registration/user_detail.html:250
|
|
|
|
msgid "Upload parental authorization (final)"
|
|
|
|
msgstr "Téléverser l'autorisation parentale (finale)"
|
|
|
|
|
|
|
|
#: registration/views.py:124
|
2021-01-18 15:15:16 +00:00
|
|
|
msgid "New TFJM² organizer account"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Nouveau compte organisateur⋅rice pour le TFJM²"
|
2021-01-18 15:15:16 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:150
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Email validation"
|
|
|
|
msgstr "Validation de l'adresse mail"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:152
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Validate email"
|
|
|
|
msgstr "Valider l'adresse mail"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:191
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Email validation unsuccessful"
|
|
|
|
msgstr "Échec de la validation de l'adresse mail"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:202
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Email validation email sent"
|
|
|
|
msgstr "Mail de confirmation de l'adresse mail envoyé"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:210
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Resend email validation link"
|
|
|
|
msgstr "Renvoyé le lien de validation de l'adresse mail"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:253
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Detail of user {user}"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Détails de l'utilisateur⋅rice {user}"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:278
|
2020-12-27 10:49:54 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Update user {user}"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Mise à jour de l'utilisateur⋅rice {user}"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:512 registration/views.py:546
|
2024-02-20 21:54:12 +00:00
|
|
|
msgid "This payment is already valid or pending validation."
|
|
|
|
msgstr "Le paiement est déjà validé ou en attente de validation."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:538
|
2024-02-24 21:55:34 +00:00
|
|
|
msgid ""
|
|
|
|
"Since one payment is already validated, or pending validation, grouping is "
|
|
|
|
"not possible."
|
2024-03-02 11:52:47 +00:00
|
|
|
msgstr ""
|
|
|
|
"Puisque un paiement est déjà validé, ou en attente de validation, le "
|
2024-02-24 21:55:34 +00:00
|
|
|
"regroupement n'est pas possible."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:613
|
2024-02-21 21:44:50 +00:00
|
|
|
msgid "The payment is already valid or pending validation."
|
|
|
|
msgstr "Le paiement est déjà validé ou en attente de validation."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:627
|
2024-02-20 21:54:12 +00:00
|
|
|
msgid "The payment is not found or is already validated."
|
|
|
|
msgstr "Le paiement n'est pas trouvé ou déjà validé."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:646
|
2024-02-20 21:54:12 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "An error occurred during the payment: {error}"
|
|
|
|
msgstr "Une erreur est survenue lors du paiement : {error}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:652
|
2024-02-20 21:54:12 +00:00
|
|
|
msgid "The payment has been refused."
|
|
|
|
msgstr "Le paiement a été refusé."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:655
|
2024-02-20 21:54:12 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The return code is unknown: {code}"
|
|
|
|
msgstr "Le code de retour est inconnu : {code}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:658
|
2024-02-20 21:54:12 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "The return type is unknown: {type}"
|
|
|
|
msgstr "Le type de retour est inconnu : {type}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:667
|
2024-02-20 21:54:12 +00:00
|
|
|
msgid ""
|
|
|
|
"The payment has been successfully validated! Your registration is now "
|
|
|
|
"complete."
|
|
|
|
msgstr ""
|
|
|
|
"Le paiement a été validé avec succès ! Votre inscription est désormais "
|
|
|
|
"complète."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:674
|
2024-02-20 21:54:12 +00:00
|
|
|
msgid ""
|
|
|
|
"Your payment is done! The validation of your payment may takes a few "
|
|
|
|
"minutes, and will be automatically done. If it is not the case, please "
|
|
|
|
"contact us."
|
|
|
|
msgstr ""
|
|
|
|
"Votre paiement est effectué ! La validation de votre paiement peut prendre "
|
|
|
|
"quelques minutes, et sera faite automatiquement. Si ce n'est pas le cas, "
|
|
|
|
"merci de nous contacter."
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:706
|
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}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:730
|
2021-01-01 16:07:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Health sheet of {student}.{ext}"
|
|
|
|
msgstr "Fiche sanitaire de {student}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:754
|
2023-02-19 23:38:57 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Vaccine sheet of {student}.{ext}"
|
|
|
|
msgstr "Carnet de vaccination de {student}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:779
|
2021-01-01 16:07:28 +00:00
|
|
|
#, python-brace-format
|
|
|
|
msgid "Parental authorization of {student}.{ext}"
|
|
|
|
msgstr "Autorisation parentale de {student}.{ext}"
|
|
|
|
|
2024-04-07 09:40:58 +00:00
|
|
|
#: registration/views.py:803
|
2021-01-18 22:39:02 +00:00
|
|
|
#, python-brace-format
|
2024-03-03 14:16:43 +00:00
|
|
|
msgid "Payment receipt of {registrations}.{ext}"
|
|
|
|
msgstr "Justificatif de paiement de {registrations}.{ext}"
|
2021-01-18 22:39:02 +00:00
|
|
|
|
2024-02-20 21:54:12 +00:00
|
|
|
#: tfjm/settings.py:167
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "English"
|
|
|
|
msgstr "Anglais"
|
|
|
|
|
2024-02-20 21:54:12 +00:00
|
|
|
#: tfjm/settings.py:168
|
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 "
|
2024-04-03 21:06:11 +00:00
|
|
|
"email a été envoyé aux administrateur⋅rices avec les détails de l'erreur. "
|
|
|
|
"Vous 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 "
|
2024-04-03 21:06:11 +00:00
|
|
|
"idée de ce qui a pu se passer. Un email a été envoyé aux "
|
|
|
|
"administrateur⋅rices avec les détails de l'erreur. Vous pouvez désormais "
|
|
|
|
"retourner chercher d'autres solutions.."
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-02-23 21:58:23 +00:00
|
|
|
#: tfjm/templates/base.html:71
|
2024-02-11 18:21:27 +00:00
|
|
|
msgid "Search results"
|
|
|
|
msgstr "Résultats de la recherche"
|
|
|
|
|
|
|
|
#: tfjm/templates/footer.html:10
|
|
|
|
msgid "Contact us"
|
|
|
|
msgstr "Nous contacter"
|
|
|
|
|
|
|
|
#: tfjm/templates/footer.html:37
|
|
|
|
msgid "About"
|
|
|
|
msgstr "À propos"
|
|
|
|
|
|
|
|
#: tfjm/templates/navbar.html:17
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Home"
|
|
|
|
msgstr "Accueil"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:21
|
2021-01-01 16:07:28 +00:00
|
|
|
msgid "Tournaments"
|
|
|
|
msgstr "Tournois"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:26
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Users"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Utilisateur⋅rices"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:46
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "My team"
|
|
|
|
msgstr "Mon équipe"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:51
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "My participation"
|
|
|
|
msgstr "Ma participation"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:67
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Chat"
|
|
|
|
msgstr "Chat"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:72
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Administration"
|
|
|
|
msgstr "Administration"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:80
|
2023-02-20 13:52:25 +00:00
|
|
|
msgid "Search…"
|
|
|
|
msgstr "Chercher…"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:89
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Return to admin view"
|
2023-01-10 14:32:19 +00:00
|
|
|
msgstr "Retourner à l'interface administrateur⋅rice"
|
2020-12-27 10:49:54 +00:00
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:94
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Register"
|
|
|
|
msgstr "S'inscrire"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:110
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "My account"
|
|
|
|
msgstr "Mon compte"
|
|
|
|
|
2024-02-11 18:21:27 +00:00
|
|
|
#: tfjm/templates/navbar.html:115
|
2020-12-27 10:49:54 +00:00
|
|
|
msgid "Log out"
|
|
|
|
msgstr "Déconnexion"
|
|
|
|
|
|
|
|
#: 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 ""
|
2023-01-10 14:32:19 +00:00
|
|
|
"Vous êtes connecté⋅e en tant que %(user)s, mais n'êtes pas autorisé⋅e à "
|
2020-12-27 10:49:54 +00:00
|
|
|
"accéder à cette page. Voulez-vous vous reconnecter avec un autre compte ?"
|
|
|
|
|
2024-01-18 18:53:12 +00:00
|
|
|
#: tfjm/templates/registration/login.html:25
|
|
|
|
msgid "Your username is your e-mail address."
|
|
|
|
msgstr "Votre identifiant est votre adresse e-mail."
|
|
|
|
|
|
|
|
#: tfjm/templates/registration/login.html:28
|
|
|
|
msgid "Forgotten your password?"
|
2020-12-27 10:49:54 +00:00
|
|
|
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."
|
2024-02-11 18:21:27 +00:00
|
|
|
|
2024-02-11 21:24:22 +00:00
|
|
|
#: tfjm/templates/sidebar.html:10 tfjm/templates/sidebar.html:21
|
2024-02-11 18:21:27 +00:00
|
|
|
msgid "Informations"
|
|
|
|
msgstr "Informations"
|