Skip to content

Commit 0d96cf2

Browse files
committed
Latest translation source messages.
1 parent 4ee4b4f commit 0d96cf2

File tree

2 files changed

+71
-57
lines changed

2 files changed

+71
-57
lines changed

docs/topics/3.1-announcement.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Versioning
1+
# Django REST framework 3.1
22

3-
# Pagination
3+
## Pagination
44

5-
# Internationalization
5+
#### Pagination controls in the browsable API.
66

7-
# ModelSerializer API
7+
#### New pagination schemes.
8+
9+
#### Support for header-based pagination.
10+
11+
## Versioning
12+
13+
## Internationalization
14+
15+
## ModelSerializer API

rest_framework/locale/en_US/LC_MESSAGES/django.po

Lines changed: 59 additions & 53 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-07 18:21+0000\n"
11+
"POT-Creation-Date: 2015-01-30 16:23+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -49,18 +49,6 @@ msgstr ""
4949
msgid "User inactive or deleted."
5050
msgstr ""
5151

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-
6452
#: exceptions.py:38
6553
msgid "A server error occurred."
6654
msgstr ""
@@ -101,28 +89,28 @@ msgstr ""
10189
msgid "Request was throttled."
10290
msgstr ""
10391

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
10593
#: validators.py:155
10694
msgid "This field is required."
10795
msgstr ""
10896

109-
#: fields.py:153
97+
#: fields.py:154
11098
msgid "This field may not be null."
11199
msgstr ""
112100

113-
#: fields.py:480 fields.py:508
101+
#: fields.py:487 fields.py:515
114102
msgid "\"{input}\" is not a valid boolean."
115103
msgstr ""
116104

117-
#: fields.py:543
105+
#: fields.py:550
118106
msgid "This field may not be blank."
119107
msgstr ""
120108

121-
#: fields.py:544 fields.py:1252
109+
#: fields.py:551 fields.py:1324
122110
msgid "Ensure this field has no more than {max_length} characters."
123111
msgstr ""
124112

125-
#: fields.py:545
113+
#: fields.py:552
126114
msgid "Ensure this field has at least {min_length} characters."
127115
msgstr ""
128116

@@ -144,134 +132,140 @@ msgstr ""
144132
msgid "Enter a valid URL."
145133
msgstr ""
146134

147-
#: fields.py:640
135+
#: fields.py:638
136+
msgid "\"{value}\" is not a valid UUID."
137+
msgstr ""
138+
139+
#: fields.py:657
148140
msgid "A valid integer is required."
149141
msgstr ""
150142

151-
#: fields.py:641 fields.py:675 fields.py:708
143+
#: fields.py:658 fields.py:692 fields.py:725
152144
msgid "Ensure this value is less than or equal to {max_value}."
153145
msgstr ""
154146

155-
#: fields.py:642 fields.py:676 fields.py:709
147+
#: fields.py:659 fields.py:693 fields.py:726
156148
msgid "Ensure this value is greater than or equal to {min_value}."
157149
msgstr ""
158150

159-
#: fields.py:643 fields.py:677 fields.py:713
151+
#: fields.py:660 fields.py:694 fields.py:730
160152
msgid "String value too large."
161153
msgstr ""
162154

163-
#: fields.py:674 fields.py:707
155+
#: fields.py:691 fields.py:724
164156
msgid "A valid number is required."
165157
msgstr ""
166158

167-
#: fields.py:710
159+
#: fields.py:727
168160
msgid "Ensure that there are no more than {max_digits} digits in total."
169161
msgstr ""
170162

171-
#: fields.py:711
163+
#: fields.py:728
172164
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
173165
msgstr ""
174166

175-
#: fields.py:712
167+
#: fields.py:729
176168
msgid ""
177169
"Ensure that there are no more than {max_whole_digits} digits before the "
178170
"decimal point."
179171
msgstr ""
180172

181-
#: fields.py:796
173+
#: fields.py:813
182174
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
183175
msgstr ""
184176

185-
#: fields.py:797
177+
#: fields.py:814
186178
msgid "Expected a datetime but got a date."
187179
msgstr ""
188180

189-
#: fields.py:861
181+
#: fields.py:878
190182
msgid "Date has wrong format. Use one of these formats instead: {format}."
191183
msgstr ""
192184

193-
#: fields.py:862
185+
#: fields.py:879
194186
msgid "Expected a date but got a datetime."
195187
msgstr ""
196188

197-
#: fields.py:919
189+
#: fields.py:936
198190
msgid "Time has wrong format. Use one of these formats instead: {format}."
199191
msgstr ""
200192

201-
#: fields.py:975 fields.py:1019
193+
#: fields.py:992 fields.py:1036
202194
msgid "\"{input}\" is not a valid choice."
203195
msgstr ""
204196

205-
#: fields.py:1020 fields.py:1121 serializers.py:476
197+
#: fields.py:1037 fields.py:1151 serializers.py:482
206198
msgid "Expected a list of items but got type \"{input_type}\"."
207199
msgstr ""
208200

209-
#: fields.py:1050
201+
#: fields.py:1067
210202
msgid "No file was submitted."
211203
msgstr ""
212204

213-
#: fields.py:1051
205+
#: fields.py:1068
214206
msgid "The submitted data was not a file. Check the encoding type on the form."
215207
msgstr ""
216208

217-
#: fields.py:1052
209+
#: fields.py:1069
218210
msgid "No filename could be determined."
219211
msgstr ""
220212

221-
#: fields.py:1053
213+
#: fields.py:1070
222214
msgid "The submitted file is empty."
223215
msgstr ""
224216

225-
#: fields.py:1054
217+
#: fields.py:1071
226218
msgid ""
227219
"Ensure this filename has at most {max_length} characters (it has {length})."
228220
msgstr ""
229221

230-
#: fields.py:1096
222+
#: fields.py:1113
231223
msgid ""
232224
"Upload a valid image. The file you uploaded was either not an image or a "
233225
"corrupted image."
234226
msgstr ""
235227

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}\"."
240230
msgstr ""
241231

242-
#: generics.py:128
232+
#: pagination.py:221
243233
msgid "Invalid page \"{page_number}\": {message}."
244234
msgstr ""
245235

246-
#: relations.py:132
247-
msgid "Invalid pk \"{pk_value}\" - object does not exist."
236+
#: pagination.py:442
237+
msgid "Invalid cursor"
248238
msgstr ""
249239

250240
#: relations.py:133
241+
msgid "Invalid pk \"{pk_value}\" - object does not exist."
242+
msgstr ""
243+
244+
#: relations.py:134
251245
msgid "Incorrect type. Expected pk value, received {data_type}."
252246
msgstr ""
253247

254-
#: relations.py:156
248+
#: relations.py:157
255249
msgid "Invalid hyperlink - No URL match."
256250
msgstr ""
257251

258-
#: relations.py:157
252+
#: relations.py:158
259253
msgid "Invalid hyperlink - Incorrect URL match."
260254
msgstr ""
261255

262-
#: relations.py:158
256+
#: relations.py:159
263257
msgid "Invalid hyperlink - Object does not exist."
264258
msgstr ""
265259

266-
#: relations.py:159
260+
#: relations.py:160
267261
msgid "Incorrect type. Expected URL string, received {data_type}."
268262
msgstr ""
269263

270-
#: relations.py:294
264+
#: relations.py:295
271265
msgid "Object with {slug_name}={value} does not exist."
272266
msgstr ""
273267

274-
#: relations.py:295
268+
#: relations.py:296
275269
msgid "Invalid value."
276270
msgstr ""
277271

@@ -314,3 +308,15 @@ msgstr ""
314308
#: versioning.py:160
315309
msgid "Invalid version in query parameter."
316310
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

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy