remove unwanted translation

Django ne traduit pas ses permissions. Si on traduit les nôtres, ça devient inconsistant
This commit is contained in:
imperosol 2025-01-10 14:52:53 +01:00
parent c3fc8538cc
commit 8d73ec797b
2 changed files with 7 additions and 8 deletions

View File

@ -344,7 +344,7 @@ class Poster(models.Model):
) )
class Meta: class Meta:
permissions = [("moderate_poster", _("Can moderate poster"))] permissions = [("moderate_poster", "Can moderate poster")]
def __str__(self): def __str__(self):
return self.name return self.name

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-10 00:25+0100\n" "POT-Creation-Date: 2025-01-10 14:52+0100\n"
"PO-Revision-Date: 2016-07-18\n" "PO-Revision-Date: 2016-07-18\n"
"Last-Translator: Maréchal <thomas.girod@utbm.fr\n" "Last-Translator: Maréchal <thomas.girod@utbm.fr\n"
"Language-Team: AE info <ae.info@utbm.fr>\n" "Language-Team: AE info <ae.info@utbm.fr>\n"
@ -1273,7 +1273,9 @@ msgstr "Événement Hebdomadaire"
#: com/forms.py #: com/forms.py
msgid "Weekly events will occur each week for a specified timespan." msgid "Weekly events will occur each week for a specified timespan."
msgstr "Les événements hebdomadaires se répéteront chaque semaine pendant une durée déterminée" msgstr ""
"Les événements hebdomadaires se répéteront chaque semaine pendant une durée "
"déterminée"
#: com/forms.py #: com/forms.py
#, python-format #, python-format
@ -1290,7 +1292,8 @@ msgstr "Occurences"
#: com/forms.py #: com/forms.py
msgid "How much times should the event occur (including the first one)" msgid "How much times should the event occur (including the first one)"
msgstr "Combien de fois l'événement doit-il se répéter (en incluant la première fois)" msgstr ""
"Combien de fois l'événement doit-il se répéter (en incluant la première fois)"
#: com/forms.py #: com/forms.py
msgid "Automoderation" msgid "Automoderation"
@ -1401,10 +1404,6 @@ msgstr "fichier"
msgid "display time" msgid "display time"
msgstr "temps d'affichage" msgstr "temps d'affichage"
#: com/models.py
msgid "Can moderate poster"
msgstr "Peut modérer les posters"
#: com/models.py #: com/models.py
msgid "Begin date should be before end date" msgid "Begin date should be before end date"
msgstr "La date de début doit être avant celle de fin" msgstr "La date de début doit être avant celle de fin"