mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
commit
53b23c84c5
3 changed files with 47 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
| Eugene Kuznetsov <atorich@gmail.com>
|
||||
| Felipe Prenholato <felipe.rafael@pdg.com.br>
|
||||
| Filipe Ximenes <filipeximenes@gmail.com>
|
||||
| Florian Alu <fla@grapps.fr>
|
||||
| Germano Massullo <github.com/Germano0>
|
||||
| Gregor Müllegger <gregor@muellegger.de>
|
||||
| Guilherme Devincenzi <github.com/gdevincenzi>
|
||||
|
|
|
|||
BIN
model_utils/locale/fr/LC_MESSAGES/django.mo
Normal file
BIN
model_utils/locale/fr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
46
model_utils/locale/fr/LC_MESSAGES/django.po
Normal file
46
model_utils/locale/fr/LC_MESSAGES/django.po
Normal file
|
|
@ -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 <fla@grapps.fr>, 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 <fla@grapps.fr>\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é"
|
||||
Loading…
Reference in a new issue