Skip to content

Commit 723462c

Browse files
authored
Improve French translations (#811)
* update fr messagefile * improve french translation
1 parent d288869 commit 723462c

File tree

3 files changed

+38
-37
lines changed

3 files changed

+38
-37
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Authors
9292
- Rajesh Pappula
9393
- Ray Logel
9494
- Raynald de Lahondes
95+
- Renaud Perrin (`leminaw <https://github.com/leminaw>`_)
9596
- Roberto Aguilar
9697
- Rod Xavier Bondoc
9798
- Ross Lote
12 Bytes
Binary file not shown.

simple_history/locale/fr/LC_MESSAGES/django.po

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,132 +7,132 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-04-25 22:00+0200\n"
10+
"POT-Creation-Date: 2021-04-04 01:50+0300\n"
1111
"PO-Revision-Date: 2020-04-25 22:50+0200\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
1214
"Language: fr\n"
1315
"MIME-Version: 1.0\n"
1416
"Content-Type: text/plain; charset=UTF-8\n"
1517
"Content-Transfer-Encoding: 8bit\n"
1618
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17-
"Last-Translator: \n"
18-
"Language-Team: \n"
1919
"X-Generator: Poedit 2.3\n"
2020

21-
#: simple_history/admin.py:111
21+
#: .\simple_history\admin.py:102
2222
#, python-format
2323
msgid "View history: %s"
2424
msgstr "Historique de vue: %s"
2525

26-
#: simple_history/admin.py:113
26+
#: .\simple_history\admin.py:104
2727
#, python-format
2828
msgid "Change history: %s"
2929
msgstr "Historique de changement: %s"
3030

31-
#: simple_history/admin.py:119
31+
#: .\simple_history\admin.py:110
3232
#, python-format
3333
msgid "The %(name)s \"%(obj)s\" was changed successfully."
3434
msgstr "L'objet \"%(obj)s\" %(name)s a été changé avec succès."
3535

36-
#: simple_history/admin.py:125
36+
#: .\simple_history\admin.py:116
3737
msgid "You may edit it again below"
3838
msgstr "Vous pouvez le modifier à nouveau ci-dessous"
3939

40-
#: simple_history/admin.py:225
40+
#: .\simple_history\admin.py:216
4141
#, python-format
4242
msgid "View %s"
4343
msgstr "Voir %s"
4444

45-
#: simple_history/admin.py:227
45+
#: .\simple_history\admin.py:218
4646
#, python-format
4747
msgid "Revert %s"
48-
msgstr "Annuler %s"
48+
msgstr "Rétablir %s"
4949

50-
#: simple_history/models.py:427
50+
#: .\simple_history\models.py:433
5151
msgid "Created"
5252
msgstr "Créé"
5353

54-
#: simple_history/models.py:427
54+
#: .\simple_history\models.py:433
5555
msgid "Changed"
5656
msgstr "Modifié"
5757

58-
#: simple_history/models.py:427
58+
#: .\simple_history\models.py:433
5959
msgid "Deleted"
6060
msgstr "Effacé"
6161

62-
#: simple_history/templates/simple_history/_object_history_list.html:9
62+
#: .\simple_history\templates\simple_history\_object_history_list.html:9
6363
msgid "Object"
6464
msgstr "Objet"
6565

66-
#: simple_history/templates/simple_history/_object_history_list.html:13
66+
#: .\simple_history\templates\simple_history\_object_history_list.html:13
6767
msgid "Date/time"
6868
msgstr "Date/heure"
6969

70-
#: simple_history/templates/simple_history/_object_history_list.html:14
70+
#: .\simple_history\templates\simple_history\_object_history_list.html:14
7171
msgid "Comment"
7272
msgstr "Commentaire"
7373

74-
#: simple_history/templates/simple_history/_object_history_list.html:15
74+
#: .\simple_history\templates\simple_history\_object_history_list.html:15
7575
msgid "Changed by"
7676
msgstr "Modifié par"
7777

78-
#: simple_history/templates/simple_history/_object_history_list.html:16
78+
#: .\simple_history\templates\simple_history\_object_history_list.html:16
7979
msgid "Change reason"
8080
msgstr "Raison de la modification"
8181

82-
#: simple_history/templates/simple_history/_object_history_list.html:37
82+
#: .\simple_history\templates\simple_history\_object_history_list.html:37
8383
msgid "None"
8484
msgstr "Aucun"
8585

86-
#: simple_history/templates/simple_history/object_history.html:11
86+
#: .\simple_history\templates\simple_history\object_history.html:11
8787
msgid ""
8888
"Choose a date from the list below to revert to a previous version of this "
8989
"object."
9090
msgstr ""
91-
"Choisissez une date dans le liste ci-dessous pour revenir à une version "
92-
"précédante de cet objet."
91+
"Choisissez une date dans la liste ci-dessous pour revenir à une version "
92+
"précédente de cet objet."
9393

94-
#: simple_history/templates/simple_history/object_history.html:16
94+
#: .\simple_history\templates\simple_history\object_history.html:16
9595
msgid "This object doesn't have a change history."
9696
msgstr "Cet objet n'a pas d'historique."
9797

98-
#: simple_history/templates/simple_history/object_history_form.html:7
98+
#: .\simple_history\templates\simple_history\object_history_form.html:7
9999
msgid "Home"
100100
msgstr "Accueil"
101101

102-
#: simple_history/templates/simple_history/object_history_form.html:11
102+
#: .\simple_history\templates\simple_history\object_history_form.html:11
103103
msgid "History"
104104
msgstr "Historique"
105105

106-
#: simple_history/templates/simple_history/object_history_form.html:12
106+
#: .\simple_history\templates\simple_history\object_history_form.html:12
107107
#, python-format
108108
msgid "View %(verbose_name)s"
109109
msgstr "Voir %(verbose_name)s"
110110

111-
#: simple_history/templates/simple_history/object_history_form.html:12
111+
#: .\simple_history\templates\simple_history\object_history_form.html:12
112112
#, python-format
113113
msgid "Revert %(verbose_name)s"
114-
msgstr "Annuler %(verbose_name)s"
114+
msgstr "Rétablir %(verbose_name)s"
115115

116-
#: simple_history/templates/simple_history/object_history_form.html:21
116+
#: .\simple_history\templates\simple_history\object_history_form.html:25
117117
msgid ""
118118
"Press the 'Revert' button below to revert to this version of the object. "
119119
msgstr ""
120-
"Cliquez sur le bouton 'Annuler' ci-dessous pour revenir à la version de "
121-
"cet objet. "
120+
"Cliquez sur le bouton 'Rétablir' ci-dessous pour revenir à cette version de "
121+
"l' objet. "
122122

123-
#: simple_history/templates/simple_history/object_history_form.html:21
123+
#: .\simple_history\templates\simple_history\object_history_form.html:25
124124
msgid "Press the 'Change History' button below to edit the history."
125125
msgstr ""
126126
"Cliquez sur le bouton 'Historique' ci-dessous pour modifier l'historique."
127127

128-
#: simple_history/templates/simple_history/submit_line.html:4
128+
#: .\simple_history\templates\simple_history\submit_line.html:4
129129
msgid "Revert"
130-
msgstr "Annuler"
130+
msgstr "Rétablir"
131131

132-
#: simple_history/templates/simple_history/submit_line.html:6
132+
#: .\simple_history\templates\simple_history\submit_line.html:6
133133
msgid "Change History"
134-
msgstr "Historique de changement"
134+
msgstr "Historique des changements"
135135

136-
#: simple_history/templates/simple_history/submit_line.html:7
136+
#: .\simple_history\templates\simple_history\submit_line.html:7
137137
msgid "Close"
138138
msgstr "Fermer"

0 commit comments

Comments
 (0)