Skip to content

Commit d79956d

Browse files
committed
Translation update.
1 parent a0f66ff commit d79956d

File tree

50 files changed

+2949
-1846
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2949
-1846
lines changed
0 Bytes
Binary file not shown.

rest_framework/locale/ar/LC_MESSAGES/django.po

Lines changed: 113 additions & 69 deletions
Large diffs are not rendered by default.
279 Bytes
Binary file not shown.

rest_framework/locale/cs/LC_MESSAGES/django.po

Lines changed: 128 additions & 83 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

rest_framework/locale/da/LC_MESSAGES/django.po

Lines changed: 113 additions & 69 deletions
Large diffs are not rendered by default.
1 Byte
Binary file not shown.

rest_framework/locale/de/LC_MESSAGES/django.po

Lines changed: 115 additions & 70 deletions
Large diffs are not rendered by default.
160 Bytes
Binary file not shown.

rest_framework/locale/en/LC_MESSAGES/django.po

Lines changed: 113 additions & 69 deletions
Large diffs are not rendered by default.
Binary file not shown.

rest_framework/locale/en_US/LC_MESSAGES/django.po

Lines changed: 107 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,36 +17,48 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: authentication.py:69
20+
#: authentication.py:70
2121
msgid "Invalid basic header. No credentials provided."
2222
msgstr ""
2323

24-
#: authentication.py:72
24+
#: authentication.py:73
2525
msgid "Invalid basic header. Credentials string should not contain spaces."
2626
msgstr ""
2727

28-
#: authentication.py:78
28+
#: authentication.py:79
2929
msgid "Invalid basic header. Credentials not correctly base64 encoded."
3030
msgstr ""
3131

32-
#: authentication.py:90
32+
#: authentication.py:97
3333
msgid "Invalid username/password."
3434
msgstr ""
3535

36-
#: authentication.py:156
36+
#: authentication.py:100 authentication.py:182
37+
msgid "User inactive or deleted."
38+
msgstr ""
39+
40+
#: authentication.py:167
3741
msgid "Invalid token header. No credentials provided."
3842
msgstr ""
3943

40-
#: authentication.py:159
44+
#: authentication.py:170
4145
msgid "Invalid token header. Token string should not contain spaces."
4246
msgstr ""
4347

44-
#: authentication.py:168
48+
#: authentication.py:179
4549
msgid "Invalid token."
4650
msgstr ""
4751

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\"."
5062
msgstr ""
5163

5264
#: exceptions.py:38
@@ -74,6 +86,7 @@ msgid "Not found."
7486
msgstr ""
7587

7688
#: exceptions.py:98
89+
#, python-brace-format
7790
msgid "Method \"{method}\" not allowed."
7891
msgstr ""
7992

@@ -82,166 +95,186 @@ msgid "Could not satisfy the request Accept header."
8295
msgstr ""
8396

8497
#: exceptions.py:121
98+
#, python-brace-format
8599
msgid "Unsupported media type \"{media_type}\" in request."
86100
msgstr ""
87101

88102
#: exceptions.py:134
89103
msgid "Request was throttled."
90104
msgstr ""
91105

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
94108
msgid "This field is required."
95109
msgstr ""
96110

97-
#: fields.py:154
111+
#: fields.py:163
98112
msgid "This field may not be null."
99113
msgstr ""
100114

101-
#: fields.py:487 fields.py:515
115+
#: fields.py:496 fields.py:524
116+
#, python-brace-format
102117
msgid "\"{input}\" is not a valid boolean."
103118
msgstr ""
104119

105-
#: fields.py:550
120+
#: fields.py:559
106121
msgid "This field may not be blank."
107122
msgstr ""
108123

109-
#: fields.py:551 fields.py:1324
124+
#: fields.py:560 fields.py:1342
125+
#, python-brace-format
110126
msgid "Ensure this field has no more than {max_length} characters."
111127
msgstr ""
112128

113-
#: fields.py:552
129+
#: fields.py:561
130+
#, python-brace-format
114131
msgid "Ensure this field has at least {min_length} characters."
115132
msgstr ""
116133

117-
#: fields.py:587
134+
#: fields.py:598
118135
msgid "Enter a valid email address."
119136
msgstr ""
120137

121-
#: fields.py:604
138+
#: fields.py:609
122139
msgid "This value does not match the required pattern."
123140
msgstr ""
124141

125-
#: fields.py:615
142+
#: fields.py:620
126143
msgid ""
127144
"Enter a valid \"slug\" consisting of letters, numbers, underscores or "
128145
"hyphens."
129146
msgstr ""
130147

131-
#: fields.py:627
148+
#: fields.py:632
132149
msgid "Enter a valid URL."
133150
msgstr ""
134151

135-
#: fields.py:638
152+
#: fields.py:643
153+
#, python-brace-format
136154
msgid "\"{value}\" is not a valid UUID."
137155
msgstr ""
138156

139-
#: fields.py:657
157+
#: fields.py:662
140158
msgid "A valid integer is required."
141159
msgstr ""
142160

143-
#: fields.py:658 fields.py:692 fields.py:725
161+
#: fields.py:663 fields.py:698 fields.py:731
162+
#, python-brace-format
144163
msgid "Ensure this value is less than or equal to {max_value}."
145164
msgstr ""
146165

147-
#: fields.py:659 fields.py:693 fields.py:726
166+
#: fields.py:664 fields.py:699 fields.py:732
167+
#, python-brace-format
148168
msgid "Ensure this value is greater than or equal to {min_value}."
149169
msgstr ""
150170

151-
#: fields.py:660 fields.py:694 fields.py:730
171+
#: fields.py:665 fields.py:700 fields.py:736
152172
msgid "String value too large."
153173
msgstr ""
154174

155-
#: fields.py:691 fields.py:724
175+
#: fields.py:697 fields.py:730
156176
msgid "A valid number is required."
157177
msgstr ""
158178

159-
#: fields.py:727
179+
#: fields.py:733
180+
#, python-brace-format
160181
msgid "Ensure that there are no more than {max_digits} digits in total."
161182
msgstr ""
162183

163-
#: fields.py:728
184+
#: fields.py:734
185+
#, python-brace-format
164186
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
165187
msgstr ""
166188

167-
#: fields.py:729
189+
#: fields.py:735
190+
#, python-brace-format
168191
msgid ""
169192
"Ensure that there are no more than {max_whole_digits} digits before the "
170193
"decimal point."
171194
msgstr ""
172195

173-
#: fields.py:813
196+
#: fields.py:825
197+
#, python-brace-format
174198
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
175199
msgstr ""
176200

177-
#: fields.py:814
201+
#: fields.py:826
178202
msgid "Expected a datetime but got a date."
179203
msgstr ""
180204

181-
#: fields.py:878
205+
#: fields.py:890
206+
#, python-brace-format
182207
msgid "Date has wrong format. Use one of these formats instead: {format}."
183208
msgstr ""
184209

185-
#: fields.py:879
210+
#: fields.py:891
186211
msgid "Expected a date but got a datetime."
187212
msgstr ""
188213

189-
#: fields.py:936
214+
#: fields.py:954
215+
#, python-brace-format
190216
msgid "Time has wrong format. Use one of these formats instead: {format}."
191217
msgstr ""
192218

193-
#: fields.py:992 fields.py:1036
219+
#: fields.py:1010 fields.py:1054
220+
#, python-brace-format
194221
msgid "\"{input}\" is not a valid choice."
195222
msgstr ""
196223

197-
#: fields.py:1037 fields.py:1151 serializers.py:482
224+
#: fields.py:1055 fields.py:1169 serializers.py:483
225+
#, python-brace-format
198226
msgid "Expected a list of items but got type \"{input_type}\"."
199227
msgstr ""
200228

201-
#: fields.py:1067
229+
#: fields.py:1085
202230
msgid "No file was submitted."
203231
msgstr ""
204232

205-
#: fields.py:1068
233+
#: fields.py:1086
206234
msgid "The submitted data was not a file. Check the encoding type on the form."
207235
msgstr ""
208236

209-
#: fields.py:1069
237+
#: fields.py:1087
210238
msgid "No filename could be determined."
211239
msgstr ""
212240

213-
#: fields.py:1070
241+
#: fields.py:1088
214242
msgid "The submitted file is empty."
215243
msgstr ""
216244

217-
#: fields.py:1071
245+
#: fields.py:1089
246+
#, python-brace-format
218247
msgid ""
219248
"Ensure this filename has at most {max_length} characters (it has {length})."
220249
msgstr ""
221250

222-
#: fields.py:1113
251+
#: fields.py:1131
223252
msgid ""
224253
"Upload a valid image. The file you uploaded was either not an image or a "
225254
"corrupted image."
226255
msgstr ""
227256

228-
#: fields.py:1188
257+
#: fields.py:1206
258+
#, python-brace-format
229259
msgid "Expected a dictionary of items but got type \"{input_type}\"."
230260
msgstr ""
231261

232-
#: pagination.py:221
262+
#: pagination.py:231
263+
#, python-brace-format
233264
msgid "Invalid page \"{page_number}\": {message}."
234265
msgstr ""
235266

236-
#: pagination.py:442
267+
#: pagination.py:492
237268
msgid "Invalid cursor"
238269
msgstr ""
239270

240271
#: relations.py:133
272+
#, python-brace-format
241273
msgid "Invalid pk \"{pk_value}\" - object does not exist."
242274
msgstr ""
243275

244276
#: relations.py:134
277+
#, python-brace-format
245278
msgid "Incorrect type. Expected pk value, received {data_type}."
246279
msgstr ""
247280

@@ -258,38 +291,57 @@ msgid "Invalid hyperlink - Object does not exist."
258291
msgstr ""
259292

260293
#: relations.py:160
294+
#, python-brace-format
261295
msgid "Incorrect type. Expected URL string, received {data_type}."
262296
msgstr ""
263297

264-
#: relations.py:295
298+
#: relations.py:302
299+
#, python-brace-format
265300
msgid "Object with {slug_name}={value} does not exist."
266301
msgstr ""
267302

268-
#: relations.py:296
303+
#: relations.py:303
269304
msgid "Invalid value."
270305
msgstr ""
271306

272-
#: serializers.py:299
307+
#: serializers.py:300
308+
#, python-brace-format
273309
msgid "Invalid data. Expected a dictionary, but got {datatype}."
274310
msgstr ""
275311

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+
276324
#: validators.py:22
277325
msgid "This field must be unique."
278326
msgstr ""
279327

280328
#: validators.py:76
329+
#, python-brace-format
281330
msgid "The fields {field_names} must make a unique set."
282331
msgstr ""
283332

284-
#: validators.py:219
333+
#: validators.py:224
334+
#, python-brace-format
285335
msgid "This field must be unique for the \"{date_field}\" date."
286336
msgstr ""
287337

288-
#: validators.py:234
338+
#: validators.py:239
339+
#, python-brace-format
289340
msgid "This field must be unique for the \"{date_field}\" month."
290341
msgstr ""
291342

292-
#: validators.py:247
343+
#: validators.py:252
344+
#, python-brace-format
293345
msgid "This field must be unique for the \"{date_field}\" year."
294346
msgstr ""
295347

@@ -301,26 +353,14 @@ msgstr ""
301353
msgid "Invalid version in URL path."
302354
msgstr ""
303355

304-
#: versioning.py:138
356+
#: versioning.py:141
305357
msgid "Invalid version in hostname."
306358
msgstr ""
307359

308-
#: versioning.py:160
360+
#: versioning.py:163
309361
msgid "Invalid version in query parameter."
310362
msgstr ""
311363

312-
#: views.py:81
364+
#: views.py:82
313365
msgid "Permission denied."
314366
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 ""
-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)