8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2015-01-07 18:21 +0000\n "
11
+ "POT-Creation-Date : 2015-01-30 16:23 +0000\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 <LL@li.org>\n "
@@ -49,18 +49,6 @@ msgstr ""
49
49
msgid "User inactive or deleted."
50
50
msgstr ""
51
51
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\" ."
62
- msgstr ""
63
-
64
52
#: exceptions.py:38
65
53
msgid "A server error occurred."
66
54
msgstr ""
@@ -101,28 +89,28 @@ msgstr ""
101
89
msgid "Request was throttled."
102
90
msgstr ""
103
91
104
- #: fields.py:152 relations.py:131 relations.py:155 validators.py:77
92
+ #: fields.py:153 relations.py:132 relations.py:156 validators.py:77
105
93
#: validators.py:155
106
94
msgid "This field is required."
107
95
msgstr ""
108
96
109
- #: fields.py:153
97
+ #: fields.py:154
110
98
msgid "This field may not be null."
111
99
msgstr ""
112
100
113
- #: fields.py:480 fields.py:508
101
+ #: fields.py:487 fields.py:515
114
102
msgid "\" {input}\" is not a valid boolean."
115
103
msgstr ""
116
104
117
- #: fields.py:543
105
+ #: fields.py:550
118
106
msgid "This field may not be blank."
119
107
msgstr ""
120
108
121
- #: fields.py:544 fields.py:1252
109
+ #: fields.py:551 fields.py:1324
122
110
msgid "Ensure this field has no more than {max_length} characters."
123
111
msgstr ""
124
112
125
- #: fields.py:545
113
+ #: fields.py:552
126
114
msgid "Ensure this field has at least {min_length} characters."
127
115
msgstr ""
128
116
@@ -144,134 +132,140 @@ msgstr ""
144
132
msgid "Enter a valid URL."
145
133
msgstr ""
146
134
147
- #: fields.py:640
135
+ #: fields.py:638
136
+ msgid "\" {value}\" is not a valid UUID."
137
+ msgstr ""
138
+
139
+ #: fields.py:657
148
140
msgid "A valid integer is required."
149
141
msgstr ""
150
142
151
- #: fields.py:641 fields.py:675 fields.py:708
143
+ #: fields.py:658 fields.py:692 fields.py:725
152
144
msgid "Ensure this value is less than or equal to {max_value}."
153
145
msgstr ""
154
146
155
- #: fields.py:642 fields.py:676 fields.py:709
147
+ #: fields.py:659 fields.py:693 fields.py:726
156
148
msgid "Ensure this value is greater than or equal to {min_value}."
157
149
msgstr ""
158
150
159
- #: fields.py:643 fields.py:677 fields.py:713
151
+ #: fields.py:660 fields.py:694 fields.py:730
160
152
msgid "String value too large."
161
153
msgstr ""
162
154
163
- #: fields.py:674 fields.py:707
155
+ #: fields.py:691 fields.py:724
164
156
msgid "A valid number is required."
165
157
msgstr ""
166
158
167
- #: fields.py:710
159
+ #: fields.py:727
168
160
msgid "Ensure that there are no more than {max_digits} digits in total."
169
161
msgstr ""
170
162
171
- #: fields.py:711
163
+ #: fields.py:728
172
164
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
173
165
msgstr ""
174
166
175
- #: fields.py:712
167
+ #: fields.py:729
176
168
msgid ""
177
169
"Ensure that there are no more than {max_whole_digits} digits before the "
178
170
"decimal point."
179
171
msgstr ""
180
172
181
- #: fields.py:796
173
+ #: fields.py:813
182
174
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
183
175
msgstr ""
184
176
185
- #: fields.py:797
177
+ #: fields.py:814
186
178
msgid "Expected a datetime but got a date."
187
179
msgstr ""
188
180
189
- #: fields.py:861
181
+ #: fields.py:878
190
182
msgid "Date has wrong format. Use one of these formats instead: {format}."
191
183
msgstr ""
192
184
193
- #: fields.py:862
185
+ #: fields.py:879
194
186
msgid "Expected a date but got a datetime."
195
187
msgstr ""
196
188
197
- #: fields.py:919
189
+ #: fields.py:936
198
190
msgid "Time has wrong format. Use one of these formats instead: {format}."
199
191
msgstr ""
200
192
201
- #: fields.py:975 fields.py:1019
193
+ #: fields.py:992 fields.py:1036
202
194
msgid "\" {input}\" is not a valid choice."
203
195
msgstr ""
204
196
205
- #: fields.py:1020 fields.py:1121 serializers.py:476
197
+ #: fields.py:1037 fields.py:1151 serializers.py:482
206
198
msgid "Expected a list of items but got type \" {input_type}\" ."
207
199
msgstr ""
208
200
209
- #: fields.py:1050
201
+ #: fields.py:1067
210
202
msgid "No file was submitted."
211
203
msgstr ""
212
204
213
- #: fields.py:1051
205
+ #: fields.py:1068
214
206
msgid "The submitted data was not a file. Check the encoding type on the form."
215
207
msgstr ""
216
208
217
- #: fields.py:1052
209
+ #: fields.py:1069
218
210
msgid "No filename could be determined."
219
211
msgstr ""
220
212
221
- #: fields.py:1053
213
+ #: fields.py:1070
222
214
msgid "The submitted file is empty."
223
215
msgstr ""
224
216
225
- #: fields.py:1054
217
+ #: fields.py:1071
226
218
msgid ""
227
219
"Ensure this filename has at most {max_length} characters (it has {length})."
228
220
msgstr ""
229
221
230
- #: fields.py:1096
222
+ #: fields.py:1113
231
223
msgid ""
232
224
"Upload a valid image. The file you uploaded was either not an image or a "
233
225
"corrupted image."
234
226
msgstr ""
235
227
236
- #: generics.py:123
237
- msgid ""
238
- "Choose a valid page number. Page numbers must be a whole number, or must be "
239
- "the string \" last\" ."
228
+ #: fields.py:1188
229
+ msgid "Expected a dictionary of items but got type \" {input_type}\" ."
240
230
msgstr ""
241
231
242
- #: generics .py:128
232
+ #: pagination .py:221
243
233
msgid "Invalid page \" {page_number}\" : {message}."
244
234
msgstr ""
245
235
246
- #: relations .py:132
247
- msgid "Invalid pk \" {pk_value} \" - object does not exist. "
236
+ #: pagination .py:442
237
+ msgid "Invalid cursor "
248
238
msgstr ""
249
239
250
240
#: relations.py:133
241
+ msgid "Invalid pk \" {pk_value}\" - object does not exist."
242
+ msgstr ""
243
+
244
+ #: relations.py:134
251
245
msgid "Incorrect type. Expected pk value, received {data_type}."
252
246
msgstr ""
253
247
254
- #: relations.py:156
248
+ #: relations.py:157
255
249
msgid "Invalid hyperlink - No URL match."
256
250
msgstr ""
257
251
258
- #: relations.py:157
252
+ #: relations.py:158
259
253
msgid "Invalid hyperlink - Incorrect URL match."
260
254
msgstr ""
261
255
262
- #: relations.py:158
256
+ #: relations.py:159
263
257
msgid "Invalid hyperlink - Object does not exist."
264
258
msgstr ""
265
259
266
- #: relations.py:159
260
+ #: relations.py:160
267
261
msgid "Incorrect type. Expected URL string, received {data_type}."
268
262
msgstr ""
269
263
270
- #: relations.py:294
264
+ #: relations.py:295
271
265
msgid "Object with {slug_name}={value} does not exist."
272
266
msgstr ""
273
267
274
- #: relations.py:295
268
+ #: relations.py:296
275
269
msgid "Invalid value."
276
270
msgstr ""
277
271
@@ -314,3 +308,15 @@ msgstr ""
314
308
#: versioning.py:160
315
309
msgid "Invalid version in query parameter."
316
310
msgstr ""
311
+
312
+ #: authtoken/serializers.py:20
313
+ msgid "User account is disabled."
314
+ msgstr ""
315
+
316
+ #: authtoken/serializers.py:23
317
+ msgid "Unable to log in with provided credentials."
318
+ msgstr ""
319
+
320
+ #: authtoken/serializers.py:26
321
+ msgid "Must include \" username\" and \" password\" ."
322
+ msgstr ""
0 commit comments