8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2015-01-30 16:40+0000 \n "
11
+ "POT-Creation-Date : 2015-06-01 23:48+0100 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -17,36 +17,48 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
20
- #: authentication.py:69
20
+ #: authentication.py:70
21
21
msgid "Invalid basic header. No credentials provided."
22
22
msgstr ""
23
23
24
- #: authentication.py:72
24
+ #: authentication.py:73
25
25
msgid "Invalid basic header. Credentials string should not contain spaces."
26
26
msgstr ""
27
27
28
- #: authentication.py:78
28
+ #: authentication.py:79
29
29
msgid "Invalid basic header. Credentials not correctly base64 encoded."
30
30
msgstr ""
31
31
32
- #: authentication.py:90
32
+ #: authentication.py:97
33
33
msgid "Invalid username/password."
34
34
msgstr ""
35
35
36
- #: authentication.py:156
36
+ #: authentication.py:100 authentication.py:182
37
+ msgid "User inactive or deleted."
38
+ msgstr ""
39
+
40
+ #: authentication.py:167
37
41
msgid "Invalid token header. No credentials provided."
38
42
msgstr ""
39
43
40
- #: authentication.py:159
44
+ #: authentication.py:170
41
45
msgid "Invalid token header. Token string should not contain spaces."
42
46
msgstr ""
43
47
44
- #: authentication.py:168
48
+ #: authentication.py:179
45
49
msgid "Invalid token."
46
50
msgstr ""
47
51
48
- #: authentication.py:171
49
- msgid "User inactive or deleted."
52
+ #: authtoken/serializers.py:20
53
+ msgid "User account is disabled."
54
+ msgstr ""
55
+
56
+ #: authtoken/serializers.py:23
57
+ msgid "Unable to log in with provided credentials."
58
+ msgstr ""
59
+
60
+ #: authtoken/serializers.py:26
61
+ msgid "Must include \" username\" and \" password\" ."
50
62
msgstr ""
51
63
52
64
#: exceptions.py:38
@@ -74,6 +86,7 @@ msgid "Not found."
74
86
msgstr ""
75
87
76
88
#: exceptions.py:98
89
+ #, python-brace-format
77
90
msgid "Method \" {method}\" not allowed."
78
91
msgstr ""
79
92
@@ -82,166 +95,186 @@ msgid "Could not satisfy the request Accept header."
82
95
msgstr ""
83
96
84
97
#: exceptions.py:121
98
+ #, python-brace-format
85
99
msgid "Unsupported media type \" {media_type}\" in request."
86
100
msgstr ""
87
101
88
102
#: exceptions.py:134
89
103
msgid "Request was throttled."
90
104
msgstr ""
91
105
92
- #: fields.py:153 relations.py:132 relations.py:156 validators.py:77
93
- #: validators.py:155
106
+ #: fields.py:162 relations.py:132 relations.py:156 validators.py:77
107
+ #: validators.py:160
94
108
msgid "This field is required."
95
109
msgstr ""
96
110
97
- #: fields.py:154
111
+ #: fields.py:163
98
112
msgid "This field may not be null."
99
113
msgstr ""
100
114
101
- #: fields.py:487 fields.py:515
115
+ #: fields.py:496 fields.py:524
116
+ #, python-brace-format
102
117
msgid "\" {input}\" is not a valid boolean."
103
118
msgstr ""
104
119
105
- #: fields.py:550
120
+ #: fields.py:559
106
121
msgid "This field may not be blank."
107
122
msgstr ""
108
123
109
- #: fields.py:551 fields.py:1324
124
+ #: fields.py:560 fields.py:1342
125
+ #, python-brace-format
110
126
msgid "Ensure this field has no more than {max_length} characters."
111
127
msgstr ""
112
128
113
- #: fields.py:552
129
+ #: fields.py:561
130
+ #, python-brace-format
114
131
msgid "Ensure this field has at least {min_length} characters."
115
132
msgstr ""
116
133
117
- #: fields.py:587
134
+ #: fields.py:598
118
135
msgid "Enter a valid email address."
119
136
msgstr ""
120
137
121
- #: fields.py:604
138
+ #: fields.py:609
122
139
msgid "This value does not match the required pattern."
123
140
msgstr ""
124
141
125
- #: fields.py:615
142
+ #: fields.py:620
126
143
msgid ""
127
144
"Enter a valid \" slug\" consisting of letters, numbers, underscores or "
128
145
"hyphens."
129
146
msgstr ""
130
147
131
- #: fields.py:627
148
+ #: fields.py:632
132
149
msgid "Enter a valid URL."
133
150
msgstr ""
134
151
135
- #: fields.py:638
152
+ #: fields.py:643
153
+ #, python-brace-format
136
154
msgid "\" {value}\" is not a valid UUID."
137
155
msgstr ""
138
156
139
- #: fields.py:657
157
+ #: fields.py:662
140
158
msgid "A valid integer is required."
141
159
msgstr ""
142
160
143
- #: fields.py:658 fields.py:692 fields.py:725
161
+ #: fields.py:663 fields.py:698 fields.py:731
162
+ #, python-brace-format
144
163
msgid "Ensure this value is less than or equal to {max_value}."
145
164
msgstr ""
146
165
147
- #: fields.py:659 fields.py:693 fields.py:726
166
+ #: fields.py:664 fields.py:699 fields.py:732
167
+ #, python-brace-format
148
168
msgid "Ensure this value is greater than or equal to {min_value}."
149
169
msgstr ""
150
170
151
- #: fields.py:660 fields.py:694 fields.py:730
171
+ #: fields.py:665 fields.py:700 fields.py:736
152
172
msgid "String value too large."
153
173
msgstr ""
154
174
155
- #: fields.py:691 fields.py:724
175
+ #: fields.py:697 fields.py:730
156
176
msgid "A valid number is required."
157
177
msgstr ""
158
178
159
- #: fields.py:727
179
+ #: fields.py:733
180
+ #, python-brace-format
160
181
msgid "Ensure that there are no more than {max_digits} digits in total."
161
182
msgstr ""
162
183
163
- #: fields.py:728
184
+ #: fields.py:734
185
+ #, python-brace-format
164
186
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
165
187
msgstr ""
166
188
167
- #: fields.py:729
189
+ #: fields.py:735
190
+ #, python-brace-format
168
191
msgid ""
169
192
"Ensure that there are no more than {max_whole_digits} digits before the "
170
193
"decimal point."
171
194
msgstr ""
172
195
173
- #: fields.py:813
196
+ #: fields.py:825
197
+ #, python-brace-format
174
198
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
175
199
msgstr ""
176
200
177
- #: fields.py:814
201
+ #: fields.py:826
178
202
msgid "Expected a datetime but got a date."
179
203
msgstr ""
180
204
181
- #: fields.py:878
205
+ #: fields.py:890
206
+ #, python-brace-format
182
207
msgid "Date has wrong format. Use one of these formats instead: {format}."
183
208
msgstr ""
184
209
185
- #: fields.py:879
210
+ #: fields.py:891
186
211
msgid "Expected a date but got a datetime."
187
212
msgstr ""
188
213
189
- #: fields.py:936
214
+ #: fields.py:954
215
+ #, python-brace-format
190
216
msgid "Time has wrong format. Use one of these formats instead: {format}."
191
217
msgstr ""
192
218
193
- #: fields.py:992 fields.py:1036
219
+ #: fields.py:1010 fields.py:1054
220
+ #, python-brace-format
194
221
msgid "\" {input}\" is not a valid choice."
195
222
msgstr ""
196
223
197
- #: fields.py:1037 fields.py:1151 serializers.py:482
224
+ #: fields.py:1055 fields.py:1169 serializers.py:483
225
+ #, python-brace-format
198
226
msgid "Expected a list of items but got type \" {input_type}\" ."
199
227
msgstr ""
200
228
201
- #: fields.py:1067
229
+ #: fields.py:1085
202
230
msgid "No file was submitted."
203
231
msgstr ""
204
232
205
- #: fields.py:1068
233
+ #: fields.py:1086
206
234
msgid "The submitted data was not a file. Check the encoding type on the form."
207
235
msgstr ""
208
236
209
- #: fields.py:1069
237
+ #: fields.py:1087
210
238
msgid "No filename could be determined."
211
239
msgstr ""
212
240
213
- #: fields.py:1070
241
+ #: fields.py:1088
214
242
msgid "The submitted file is empty."
215
243
msgstr ""
216
244
217
- #: fields.py:1071
245
+ #: fields.py:1089
246
+ #, python-brace-format
218
247
msgid ""
219
248
"Ensure this filename has at most {max_length} characters (it has {length})."
220
249
msgstr ""
221
250
222
- #: fields.py:1113
251
+ #: fields.py:1131
223
252
msgid ""
224
253
"Upload a valid image. The file you uploaded was either not an image or a "
225
254
"corrupted image."
226
255
msgstr ""
227
256
228
- #: fields.py:1188
257
+ #: fields.py:1206
258
+ #, python-brace-format
229
259
msgid "Expected a dictionary of items but got type \" {input_type}\" ."
230
260
msgstr ""
231
261
232
- #: pagination.py:221
262
+ #: pagination.py:231
263
+ #, python-brace-format
233
264
msgid "Invalid page \" {page_number}\" : {message}."
234
265
msgstr ""
235
266
236
- #: pagination.py:442
267
+ #: pagination.py:492
237
268
msgid "Invalid cursor"
238
269
msgstr ""
239
270
240
271
#: relations.py:133
272
+ #, python-brace-format
241
273
msgid "Invalid pk \" {pk_value}\" - object does not exist."
242
274
msgstr ""
243
275
244
276
#: relations.py:134
277
+ #, python-brace-format
245
278
msgid "Incorrect type. Expected pk value, received {data_type}."
246
279
msgstr ""
247
280
@@ -258,38 +291,57 @@ msgid "Invalid hyperlink - Object does not exist."
258
291
msgstr ""
259
292
260
293
#: relations.py:160
294
+ #, python-brace-format
261
295
msgid "Incorrect type. Expected URL string, received {data_type}."
262
296
msgstr ""
263
297
264
- #: relations.py:295
298
+ #: relations.py:302
299
+ #, python-brace-format
265
300
msgid "Object with {slug_name}={value} does not exist."
266
301
msgstr ""
267
302
268
- #: relations.py:296
303
+ #: relations.py:303
269
304
msgid "Invalid value."
270
305
msgstr ""
271
306
272
- #: serializers.py:299
307
+ #: serializers.py:300
308
+ #, python-brace-format
273
309
msgid "Invalid data. Expected a dictionary, but got {datatype}."
274
310
msgstr ""
275
311
312
+ #: templates/rest_framework/horizontal/radio.html:2
313
+ #: templates/rest_framework/inline/radio.html:2
314
+ #: templates/rest_framework/vertical/radio.html:2
315
+ msgid "None"
316
+ msgstr ""
317
+
318
+ #: templates/rest_framework/horizontal/select_multiple.html:2
319
+ #: templates/rest_framework/inline/select_multiple.html:2
320
+ #: templates/rest_framework/vertical/select_multiple.html:2
321
+ msgid "No items to select."
322
+ msgstr ""
323
+
276
324
#: validators.py:22
277
325
msgid "This field must be unique."
278
326
msgstr ""
279
327
280
328
#: validators.py:76
329
+ #, python-brace-format
281
330
msgid "The fields {field_names} must make a unique set."
282
331
msgstr ""
283
332
284
- #: validators.py:219
333
+ #: validators.py:224
334
+ #, python-brace-format
285
335
msgid "This field must be unique for the \" {date_field}\" date."
286
336
msgstr ""
287
337
288
- #: validators.py:234
338
+ #: validators.py:239
339
+ #, python-brace-format
289
340
msgid "This field must be unique for the \" {date_field}\" month."
290
341
msgstr ""
291
342
292
- #: validators.py:247
343
+ #: validators.py:252
344
+ #, python-brace-format
293
345
msgid "This field must be unique for the \" {date_field}\" year."
294
346
msgstr ""
295
347
@@ -301,26 +353,14 @@ msgstr ""
301
353
msgid "Invalid version in URL path."
302
354
msgstr ""
303
355
304
- #: versioning.py:138
356
+ #: versioning.py:141
305
357
msgid "Invalid version in hostname."
306
358
msgstr ""
307
359
308
- #: versioning.py:160
360
+ #: versioning.py:163
309
361
msgid "Invalid version in query parameter."
310
362
msgstr ""
311
363
312
- #: views.py:81
364
+ #: views.py:82
313
365
msgid "Permission denied."
314
366
msgstr ""
315
-
316
- #: authtoken/serializers.py:20
317
- msgid "User account is disabled."
318
- msgstr ""
319
-
320
- #: authtoken/serializers.py:23
321
- msgid "Unable to log in with provided credentials."
322
- msgstr ""
323
-
324
- #: authtoken/serializers.py:26
325
- msgid "Must include \" username\" and \" password\" ."
326
- msgstr ""
0 commit comments