mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Name of syntheses
This commit is contained in:
parent
8ceecd85c8
commit
6c907e0168
@ -524,7 +524,8 @@ class PoolDetailView(LoginRequiredMixin, DetailView):
|
|||||||
|
|
||||||
resp = HttpResponse(out.getvalue(), content_type="application/x-zip-compressed")
|
resp = HttpResponse(out.getvalue(), content_type="application/x-zip-compressed")
|
||||||
resp['Content-Disposition'] = 'attachment; filename={}' \
|
resp['Content-Disposition'] = 'attachment; filename={}' \
|
||||||
.format(_("Syntheses of a pool.zip").replace(" ", "%20"))
|
.format(_("Syntheses of a pool for the round {round} of the tournament {tournament}.zip")
|
||||||
|
.format(round=pool.round, tournament=str(pool.tournament)).replace(" ", "%20"))
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
return self.get(request, *args, **kwargs)
|
return self.get(request, *args, **kwargs)
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: TFJM2\n"
|
"Project-Id-Version: TFJM2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-05-08 16:29+0200\n"
|
"POT-Creation-Date: 2020-05-08 19:05+0200\n"
|
||||||
"PO-Revision-Date: 2020-04-29 02:30+0000\n"
|
"PO-Revision-Date: 2020-04-29 02:30+0000\n"
|
||||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||||
"Language-Team: fr <LL@li.org>\n"
|
"Language-Team: fr <LL@li.org>\n"
|
||||||
@ -271,23 +271,25 @@ msgstr "synthèses"
|
|||||||
#: apps/member/models.py:300
|
#: apps/member/models.py:300
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Synthesis of team {trigram} that is {source} for the tournament {tournament}"
|
"Synthesis of team {trigram} that is {source} for the round {round} of "
|
||||||
|
"tournament {tournament}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Synthèse de l'équipe {trigram} qui est {source} pour le tournoi {tournament}"
|
"Synthèse de l'équipe {trigram} qui est {source} pour le tour {round} du "
|
||||||
|
"tournoi {tournament}"
|
||||||
|
|
||||||
#: apps/member/models.py:308
|
#: apps/member/models.py:309
|
||||||
msgid "key"
|
msgid "key"
|
||||||
msgstr "clé"
|
msgstr "clé"
|
||||||
|
|
||||||
#: apps/member/models.py:313
|
#: apps/member/models.py:314
|
||||||
msgid "value"
|
msgid "value"
|
||||||
msgstr "valeur"
|
msgstr "valeur"
|
||||||
|
|
||||||
#: apps/member/models.py:317
|
#: apps/member/models.py:318
|
||||||
msgid "configuration"
|
msgid "configuration"
|
||||||
msgstr "configuration"
|
msgstr "configuration"
|
||||||
|
|
||||||
#: apps/member/models.py:318
|
#: apps/member/models.py:319
|
||||||
msgid "configurations"
|
msgid "configurations"
|
||||||
msgstr "configurations"
|
msgstr "configurations"
|
||||||
|
|
||||||
@ -680,8 +682,10 @@ msgid "Solutions of a pool.zip"
|
|||||||
msgstr "Solutions d'une poule.zip"
|
msgstr "Solutions d'une poule.zip"
|
||||||
|
|
||||||
#: apps/tournament/views.py:527
|
#: apps/tournament/views.py:527
|
||||||
msgid "Syntheses of a pool.zip"
|
#, python-brace-format
|
||||||
msgstr "Notes de synthèse d'une poule.zip"
|
msgid ""
|
||||||
|
"Syntheses of a pool for the round {round} of the tournament {tournament}.zip"
|
||||||
|
msgstr "Synthèse d'une poule du tour {round} du tournoi {tournament}.zip"
|
||||||
|
|
||||||
#: templates/400.html:6
|
#: templates/400.html:6
|
||||||
msgid "Bad request"
|
msgid "Bad request"
|
||||||
@ -1039,9 +1043,9 @@ msgid ""
|
|||||||
"However, you have an extra time of 30 minutes to send your papers, no "
|
"However, you have an extra time of 30 minutes to send your papers, no "
|
||||||
"panic :)"
|
"panic :)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La date limite pour envoyer vos notes de synthèses pour le tour %(round)s est "
|
"La date limite pour envoyer vos notes de synthèses pour le tour %(round)s "
|
||||||
"dépassée. Toutefois, vous avez droit à un délai supplémentaire de 30 minutes "
|
"est dépassée. Toutefois, vous avez droit à un délai supplémentaire de 30 "
|
||||||
"pour envoyer vos papiers, pas de panique :)"
|
"minutes pour envoyer vos papiers, pas de panique :)"
|
||||||
|
|
||||||
#: templates/tournament/syntheses_list.html:22
|
#: templates/tournament/syntheses_list.html:22
|
||||||
#: templates/tournament/syntheses_list.html:34
|
#: templates/tournament/syntheses_list.html:34
|
||||||
|
Loading…
Reference in New Issue
Block a user