diff --git a/AUTHORS.rst b/AUTHORS.rst index f50fc91..cb0af2c 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -29,6 +29,7 @@ | Eugene Kuznetsov | Felipe Prenholato | Filipe Ximenes +| Florian Alu | Germano Massullo | Gregor Müllegger | Guilherme Devincenzi diff --git a/model_utils/locale/fr/LC_MESSAGES/django.mo b/model_utils/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000..e91c79b Binary files /dev/null and b/model_utils/locale/fr/LC_MESSAGES/django.mo differ diff --git a/model_utils/locale/fr/LC_MESSAGES/django.po b/model_utils/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..e542066 --- /dev/null +++ b/model_utils/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# French translations of django-model-utils +# +# This file is distributed under the same license as the django-model-utils package. +# +# Translators: +# ------------ +# Florian Alu , 2021. +# +msgid "" +msgstr "" +"Project-Id-Version: django-model-utils\n" +"Report-Msgid-Bugs-To: https://github.com/jazzband/django-model-utils/issues\n" +"POT-Creation-Date: 2021-01-11 11:39+0100\n" +"PO-Revision-Date: 2021-01-11 11:45+0100\n" +"Last-Translator: Florian Alu \n" +"Language-Team: \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" +"X-Generator: Poedit 2.4.2\n" + +#: .\models.py:25 +msgid "created" +msgstr "créé" + +#: .\models.py:26 +msgid "modified" +msgstr "modifié" + +#: .\models.py:50 +msgid "start" +msgstr "début" + +#: .\models.py:51 +msgid "end" +msgstr "fin" + +#: .\models.py:66 +msgid "status" +msgstr "statut" + +#: .\models.py:67 +msgid "status changed" +msgstr "statut modifié"