5
5
# Translators:
6
6
# Etienne Desgagné <[email protected] >, 2015
7
7
# Martin Maillard <[email protected] >, 2015
8
+ # Martin Maillard <[email protected] >, 2015
9
+ # Xavier Ordoquy <[email protected] >, 2015
8
10
msgid ""
9
11
msgstr ""
10
12
"Project-Id-Version : Django REST framework\n "
11
13
"Report-Msgid-Bugs-To : \n "
12
14
"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 "
15
17
"Language-Team : French (http://www.transifex.com/projects/p/django-rest-framework/language/fr/)\n "
16
18
"MIME-Version : 1.0\n "
17
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -73,23 +75,23 @@ msgstr "Vous n'avez pas la permission d'effectuer cette action."
73
75
74
76
#: exceptions.py:93
75
77
msgid "Not found."
76
- msgstr ""
78
+ msgstr "Pas trouvé. "
77
79
78
80
#: exceptions.py:98
79
81
msgid "Method \" {method}\" not allowed."
80
82
msgstr "Méthode \" {method}\" non autorisée."
81
83
82
84
#: exceptions.py:109
83
85
msgid "Could not satisfy the request Accept header."
84
- msgstr ""
86
+ msgstr "L'en-tête « Accept » n'a pas pu être satisfaite. "
85
87
86
88
#: exceptions.py:121
87
89
msgid "Unsupported media type \" {media_type}\" in request."
88
- msgstr ""
90
+ msgstr "Type de média \" {media_type} \" non supporté. "
89
91
90
92
#: exceptions.py:134
91
93
msgid "Request was throttled."
92
- msgstr ""
94
+ msgstr "Requête ralentie. "
93
95
94
96
#: fields.py:153 relations.py:132 relations.py:156 validators.py:77
95
97
#: validators.py:155
@@ -136,11 +138,11 @@ msgstr "Saisissez une URL valide."
136
138
137
139
#: fields.py:638
138
140
msgid "\" {value}\" is not a valid UUID."
139
- msgstr ""
141
+ msgstr "\" {value} \" n'est pas un UUID valide. "
140
142
141
143
#: fields.py:657
142
144
msgid "A valid integer is required."
143
- msgstr "Saisissez un nombre entier valide."
145
+ msgstr "Un nombre entier valide est requis ."
144
146
145
147
#: fields.py:658 fields.py:692 fields.py:725
146
148
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
175
177
176
178
#: fields.py:813
177
179
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}. "
179
181
180
182
#: fields.py:814
181
183
msgid "Expected a datetime but got a date."
182
- msgstr ""
184
+ msgstr "Attendait une date + heure mais a reçu une date. "
183
185
184
186
#: fields.py:878
185
187
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}. "
187
189
188
190
#: fields.py:879
189
191
msgid "Expected a date but got a datetime."
190
- msgstr ""
192
+ msgstr "Attendait une date mais a reçu une date + heure. "
191
193
192
194
#: fields.py:936
193
195
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}. "
195
197
196
198
#: fields.py:992 fields.py:1036
197
199
msgid "\" {input}\" is not a valid choice."
198
200
msgstr "\" {input}\" n'est pas un choix valide."
199
201
200
202
#: fields.py:1037 fields.py:1151 serializers.py:482
201
203
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} \" . "
203
205
204
206
#: fields.py:1067
205
207
msgid "No file was submitted."
@@ -231,39 +233,39 @@ msgstr "Transférez une image valide. Le fichier que vous avez transféré n'est
231
233
232
234
#: fields.py:1188
233
235
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} \" . "
235
237
236
238
#: pagination.py:221
237
239
msgid "Invalid page \" {page_number}\" : {message}."
238
240
msgstr "Page \" {page_number}\" non valide : {message}."
239
241
240
242
#: pagination.py:442
241
243
msgid "Invalid cursor"
242
- msgstr ""
244
+ msgstr "Curseur non valide "
243
245
244
246
#: relations.py:133
245
247
msgid "Invalid pk \" {pk_value}\" - object does not exist."
246
248
msgstr "Clé primaire \" {pk_value}\" non valide - l'objet n'existe pas."
247
249
248
250
#: relations.py:134
249
251
msgid "Incorrect type. Expected pk value, received {data_type}."
250
- msgstr ""
252
+ msgstr "Type incorrect. Attendait une clé primaire, a reçu {data_type}. "
251
253
252
254
#: relations.py:157
253
255
msgid "Invalid hyperlink - No URL match."
254
- msgstr ""
256
+ msgstr "Lien non valide : pas d'URL correspondante. "
255
257
256
258
#: relations.py:158
257
259
msgid "Invalid hyperlink - Incorrect URL match."
258
- msgstr ""
260
+ msgstr "Lien non valide : URL correspondante incorrecte. "
259
261
260
262
#: relations.py:159
261
263
msgid "Invalid hyperlink - Object does not exist."
262
- msgstr ""
264
+ msgstr "Lien non valide : l'objet n'existe pas. "
263
265
264
266
#: relations.py:160
265
267
msgid "Incorrect type. Expected URL string, received {data_type}."
266
- msgstr ""
268
+ msgstr "Type incorrect. Attendait une URL, a reçu {data_type}. "
267
269
268
270
#: relations.py:295
269
271
msgid "Object with {slug_name}={value} does not exist."
@@ -275,7 +277,7 @@ msgstr "Valeur non valide."
275
277
276
278
#: serializers.py:299
277
279
msgid "Invalid data. Expected a dictionary, but got {datatype}."
278
- msgstr ""
280
+ msgstr "Donnée non valide. Attendait un dictionnaire, a reçu {datatype}. "
279
281
280
282
#: validators.py:22
281
283
msgid "This field must be unique."
0 commit comments