Skip to content

Commit f7cd7a1

Browse files
committed
Latest translation strings
1 parent dbb6943 commit f7cd7a1

File tree

6 files changed

+672
-22
lines changed

6 files changed

+672
-22
lines changed
2.17 KB
Binary file not shown.

rest_framework/locale/fr/LC_MESSAGES/django.po

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
# Translators:
66
# Etienne Desgagné <[email protected]>, 2015
77
# Martin Maillard <[email protected]>, 2015
8+
# Martin Maillard <[email protected]>, 2015
9+
# Xavier Ordoquy <[email protected]>, 2015
810
msgid ""
911
msgstr ""
1012
"Project-Id-Version: Django REST framework\n"
1113
"Report-Msgid-Bugs-To: \n"
1214
"POT-Creation-Date: 2015-01-30 16:23+0000\n"
13-
"PO-Revision-Date: 2015-01-30 16:27+0000\n"
14-
"Last-Translator: Thomas Christie <tom@tomchristie.com>\n"
15+
"PO-Revision-Date: 2015-03-19 22:23+0000\n"
16+
"Last-Translator: Xavier Ordoquy <xordoquy@linovia.com>\n"
1517
"Language-Team: French (http://www.transifex.com/projects/p/django-rest-framework/language/fr/)\n"
1618
"MIME-Version: 1.0\n"
1719
"Content-Type: text/plain; charset=UTF-8\n"
@@ -73,23 +75,23 @@ msgstr "Vous n'avez pas la permission d'effectuer cette action."
7375

7476
#: exceptions.py:93
7577
msgid "Not found."
76-
msgstr ""
78+
msgstr "Pas trouvé."
7779

7880
#: exceptions.py:98
7981
msgid "Method \"{method}\" not allowed."
8082
msgstr "Méthode \"{method}\" non autorisée."
8183

8284
#: exceptions.py:109
8385
msgid "Could not satisfy the request Accept header."
84-
msgstr ""
86+
msgstr "L'en-tête « Accept » n'a pas pu être satisfaite."
8587

8688
#: exceptions.py:121
8789
msgid "Unsupported media type \"{media_type}\" in request."
88-
msgstr ""
90+
msgstr "Type de média \"{media_type}\" non supporté."
8991

9092
#: exceptions.py:134
9193
msgid "Request was throttled."
92-
msgstr ""
94+
msgstr "Requête ralentie."
9395

9496
#: fields.py:153 relations.py:132 relations.py:156 validators.py:77
9597
#: validators.py:155
@@ -136,11 +138,11 @@ msgstr "Saisissez une URL valide."
136138

137139
#: fields.py:638
138140
msgid "\"{value}\" is not a valid UUID."
139-
msgstr ""
141+
msgstr "\"{value}\" n'est pas un UUID valide."
140142

141143
#: fields.py:657
142144
msgid "A valid integer is required."
143-
msgstr "Saisissez un nombre entier valide."
145+
msgstr "Un nombre entier valide est requis."
144146

145147
#: fields.py:658 fields.py:692 fields.py:725
146148
msgid "Ensure this value is less than or equal to {max_value}."
@@ -175,31 +177,31 @@ msgstr "Assurez-vous qu'il n'y a pas plus de {max_whole_digits} chiffres avant l
175177

176178
#: fields.py:813
177179
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
178-
msgstr ""
180+
msgstr "La date + heure n'a pas le bon format. Utilisez un des formats suivants : {format}."
179181

180182
#: fields.py:814
181183
msgid "Expected a datetime but got a date."
182-
msgstr ""
184+
msgstr "Attendait une date + heure mais a reçu une date."
183185

184186
#: fields.py:878
185187
msgid "Date has wrong format. Use one of these formats instead: {format}."
186-
msgstr ""
188+
msgstr "La date n'a pas le bon format. Utilisez un des formats suivants : {format}."
187189

188190
#: fields.py:879
189191
msgid "Expected a date but got a datetime."
190-
msgstr ""
192+
msgstr "Attendait une date mais a reçu une date + heure."
191193

192194
#: fields.py:936
193195
msgid "Time has wrong format. Use one of these formats instead: {format}."
194-
msgstr ""
196+
msgstr "L'heure n'a pas le bon format. Utilisez un des formats suivants : {format}."
195197

196198
#: fields.py:992 fields.py:1036
197199
msgid "\"{input}\" is not a valid choice."
198200
msgstr "\"{input}\" n'est pas un choix valide."
199201

200202
#: fields.py:1037 fields.py:1151 serializers.py:482
201203
msgid "Expected a list of items but got type \"{input_type}\"."
202-
msgstr ""
204+
msgstr "Attendait une liste d'éléments mais a reçu \"{input_type}\"."
203205

204206
#: fields.py:1067
205207
msgid "No file was submitted."
@@ -231,39 +233,39 @@ msgstr "Transférez une image valide. Le fichier que vous avez transféré n'est
231233

232234
#: fields.py:1188
233235
msgid "Expected a dictionary of items but got type \"{input_type}\"."
234-
msgstr ""
236+
msgstr "Attendait un dictionnaire d'éléments mais a reçu \"{input_type}\"."
235237

236238
#: pagination.py:221
237239
msgid "Invalid page \"{page_number}\": {message}."
238240
msgstr "Page \"{page_number}\" non valide : {message}."
239241

240242
#: pagination.py:442
241243
msgid "Invalid cursor"
242-
msgstr ""
244+
msgstr "Curseur non valide"
243245

244246
#: relations.py:133
245247
msgid "Invalid pk \"{pk_value}\" - object does not exist."
246248
msgstr "Clé primaire \"{pk_value}\" non valide - l'objet n'existe pas."
247249

248250
#: relations.py:134
249251
msgid "Incorrect type. Expected pk value, received {data_type}."
250-
msgstr ""
252+
msgstr "Type incorrect. Attendait une clé primaire, a reçu {data_type}."
251253

252254
#: relations.py:157
253255
msgid "Invalid hyperlink - No URL match."
254-
msgstr ""
256+
msgstr "Lien non valide : pas d'URL correspondante."
255257

256258
#: relations.py:158
257259
msgid "Invalid hyperlink - Incorrect URL match."
258-
msgstr ""
260+
msgstr "Lien non valide : URL correspondante incorrecte."
259261

260262
#: relations.py:159
261263
msgid "Invalid hyperlink - Object does not exist."
262-
msgstr ""
264+
msgstr "Lien non valide : l'objet n'existe pas."
263265

264266
#: relations.py:160
265267
msgid "Incorrect type. Expected URL string, received {data_type}."
266-
msgstr ""
268+
msgstr "Type incorrect. Attendait une URL, a reçu {data_type}."
267269

268270
#: relations.py:295
269271
msgid "Object with {slug_name}={value} does not exist."
@@ -275,7 +277,7 @@ msgstr "Valeur non valide."
275277

276278
#: serializers.py:299
277279
msgid "Invalid data. Expected a dictionary, but got {datatype}."
278-
msgstr ""
280+
msgstr "Donnée non valide. Attendait un dictionnaire, a reçu {datatype}."
279281

280282
#: validators.py:22
281283
msgid "This field must be unique."
509 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)