From 00fb8a719ff517928074555898119baf27a9ebfb Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 4 Jun 2026 18:04:35 +0200 Subject: [PATCH] add translations --- locale/fr/LC_MESSAGES/django.po | 49 +++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 23604208..6c6430f9 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-02 10:53+0200\n" +"POT-Creation-Date: 2026-06-04 17:30+0200\n" "PO-Revision-Date: 2016-07-18\n" "Last-Translator: Maréchal \n" @@ -4626,6 +4626,14 @@ msgstr "Votes fermés" msgid "Polls will open " msgstr "Les votes ouvriront " +#: election/templates/election/election_detail.jinja +msgid " at" +msgstr " à" + +#: election/templates/election/election_detail.jinja +msgid "and will close " +msgstr "et fermeront" + #: election/templates/election/election_detail.jinja #: election/templates/election/election_list.jinja #: forum/templates/forum/macros.jinja @@ -4633,8 +4641,8 @@ msgid " at " msgstr " à " #: election/templates/election/election_detail.jinja -msgid "and will close " -msgstr "et fermeront" +msgid "Apply election result" +msgstr "Appliquer les résultats de l'élection" #: election/templates/election/election_detail.jinja msgid "You already have submitted your vote." @@ -4693,6 +4701,41 @@ msgstr "au" msgid "Polls open from" msgstr "Votes ouverts du" +#: election/templates/election/fragments/apply_result.jinja +msgid "No result to apply" +msgstr "Pas de résultats à appliquer" + +#: election/templates/election/fragments/apply_result.jinja +msgid "This may be because no role of this election was linked to a club role." +msgstr "" +"Ceci s'explique peut-être parce qu'aucun poste de cette élection n'était lié " +"à un rôle de club." + +#: election/templates/election/fragments/apply_result.jinja +msgid "The results of this election have been applied" +msgstr "Les résultats de cette élection ont été appliqués" + +#: election/templates/election/fragments/apply_result.jinja +#, python-format +msgid "%(club)s members" +msgstr "Membres %(club)s" + +#: election/templates/election/fragments/apply_result.jinja +msgid "Warning" +msgstr "Attention" + +#: election/templates/election/fragments/apply_result.jinja +msgid "" +"Only election roles linked to a club role will be automatically applied." +msgstr "" +"Seuls les postes de cette élection qui sont liés à un rôle de club seront " +"automatiquement appliqués." + +#: election/templates/election/fragments/apply_result.jinja +msgid "Don't forget to manually apply the eventual remaining roles afterward." +msgstr "" +"N'oubliez pas après d'attribuer manuellement les éventuels postes restants." + #: election/templates/election/role_form.jinja msgid "Election role" msgstr "Rôle d'élection"