Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
f3949e99
Commit
f3949e99
authored
Dec 07, 2015
by
Xavier Ordoquy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update base translation file.
parent
c227b818
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
56 deletions
+82
-56
rest_framework/locale/en_US/LC_MESSAGES/django.po
+82
-56
No files found.
rest_framework/locale/en_US/LC_MESSAGES/django.po
View file @
f3949e99
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-
09-21 10:55+02
00\n"
"POT-Creation-Date: 2015-
12-07 18:53+01
00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
@@ -33,24 +33,24 @@ msgstr ""
msgid "Invalid username/password."
msgstr ""
#: authentication.py:101 authentication.py:18
9
#: authentication.py:101 authentication.py:18
8
msgid "User inactive or deleted."
msgstr ""
#: authentication.py:16
8
#: authentication.py:16
7
msgid "Invalid token header. No credentials provided."
msgstr ""
#: authentication.py:17
1
#: authentication.py:17
0
msgid "Invalid token header. Token string should not contain spaces."
msgstr ""
#: authentication.py:17
7
#: authentication.py:17
6
msgid ""
"Invalid token header. Token string should not contain invalid characters."
msgstr ""
#: authentication.py:18
6
#: authentication.py:18
5
msgid "Invalid token."
msgstr ""
...
...
@@ -108,239 +108,265 @@ msgstr ""
msgid "Request was throttled."
msgstr ""
#: fields.py:26
2 relations.py:191 relations.py:224
validators.py:79
#: fields.py:26
6 relations.py:195 relations.py:228
validators.py:79
#: validators.py:162
msgid "This field is required."
msgstr ""
#: fields.py:26
3
#: fields.py:26
7
msgid "This field may not be null."
msgstr ""
#: fields.py:
599 fields.py:627
#: fields.py:
603 fields.py:634
#, python-brace-format
msgid "\"{input}\" is not a valid boolean."
msgstr ""
#: fields.py:66
2
#: fields.py:66
9
msgid "This field may not be blank."
msgstr ""
#: fields.py:6
63 fields.py:1594
#: fields.py:6
70 fields.py:1656
#, python-brace-format
msgid "Ensure this field has no more than {max_length} characters."
msgstr ""
#: fields.py:6
64
#: fields.py:6
71
#, python-brace-format
msgid "Ensure this field has at least {min_length} characters."
msgstr ""
#: fields.py:70
1
#: fields.py:70
8
msgid "Enter a valid email address."
msgstr ""
#: fields.py:71
2
#: fields.py:71
9
msgid "This value does not match the required pattern."
msgstr ""
#: fields.py:7
23
#: fields.py:7
30
msgid ""
"Enter a valid \"slug\" consisting of letters, numbers, underscores or "
"hyphens."
msgstr ""
#: fields.py:7
35
#: fields.py:7
42
msgid "Enter a valid URL."
msgstr ""
#: fields.py:7
48
#: fields.py:7
55
#, python-brace-format
msgid "\"{value}\" is not a valid UUID."
msgstr ""
#: fields.py:7
82
#: fields.py:7
91
msgid "Enter a valid IPv4 or IPv6 address."
msgstr ""
#: fields.py:8
07
#: fields.py:8
16
msgid "A valid integer is required."
msgstr ""
#: fields.py:8
08 fields.py:843 fields.py:876
#: fields.py:8
17 fields.py:852 fields.py:885
#, python-brace-format
msgid "Ensure this value is less than or equal to {max_value}."
msgstr ""
#: fields.py:8
09 fields.py:844 fields.py:877
#: fields.py:8
18 fields.py:853 fields.py:886
#, python-brace-format
msgid "Ensure this value is greater than or equal to {min_value}."
msgstr ""
#: fields.py:81
0 fields.py:845 fields.py:881
#: fields.py:81
9 fields.py:854 fields.py:890
msgid "String value too large."
msgstr ""
#: fields.py:8
42 fields.py:875
#: fields.py:8
51 fields.py:884
msgid "A valid number is required."
msgstr ""
#: fields.py:8
78
#: fields.py:8
87
#, python-brace-format
msgid "Ensure that there are no more than {max_digits} digits in total."
msgstr ""
#: fields.py:8
79
#: fields.py:8
88
#, python-brace-format
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
msgstr ""
#: fields.py:88
0
#: fields.py:88
9
#, python-brace-format
msgid ""
"Ensure that there are no more than {max_whole_digits} digits before the "
"decimal point."
msgstr ""
#: fields.py:
99
4
#: fields.py:
100
4
#, python-brace-format
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
msgstr ""
#: fields.py:
99
5
#: fields.py:
100
5
msgid "Expected a datetime but got a date."
msgstr ""
#: fields.py:10
60
#: fields.py:10
79
#, python-brace-format
msgid "Date has wrong format. Use one of these formats instead: {format}."
msgstr ""
#: fields.py:10
61
#: fields.py:10
80
msgid "Expected a date but got a datetime."
msgstr ""
#: fields.py:11
25
#: fields.py:11
48
#, python-brace-format
msgid "Time has wrong format. Use one of these formats instead: {format}."
msgstr ""
#: fields.py:1
180
#: fields.py:1
207
#, python-brace-format
msgid "Duration has wrong format. Use one of these formats instead: {format}."
msgstr ""
#: fields.py:12
05 fields.py:1254
#: fields.py:12
32 fields.py:1281
#, python-brace-format
msgid "\"{input}\" is not a valid choice."
msgstr ""
#: fields.py:12
08 relations.py:58 relations.py:427
#: fields.py:12
35 relations.py:62 relations.py:431
#, python-brace-format
msgid "More than {count} items..."
msgstr ""
#: fields.py:12
55 fields.py:1401 relations.py:423 serializers.py:504
#: fields.py:12
82 fields.py:1429 relations.py:427 serializers.py:520
#, python-brace-format
msgid "Expected a list of items but got type \"{input_type}\"."
msgstr ""
#: fields.py:12
56
#: fields.py:12
83
msgid "This selection may not be empty."
msgstr ""
#: fields.py:1
294
#: fields.py:1
320
#, python-brace-format
msgid "\"{input}\" is not a valid path choice."
msgstr ""
#: fields.py:13
13
#: fields.py:13
39
msgid "No file was submitted."
msgstr ""
#: fields.py:13
14
#: fields.py:13
40
msgid "The submitted data was not a file. Check the encoding type on the form."
msgstr ""
#: fields.py:13
15
#: fields.py:13
41
msgid "No filename could be determined."
msgstr ""
#: fields.py:13
16
#: fields.py:13
42
msgid "The submitted file is empty."
msgstr ""
#: fields.py:13
17
#: fields.py:13
43
#, python-brace-format
msgid ""
"Ensure this filename has at most {max_length} characters (it has {length})."
msgstr ""
#: fields.py:13
63
#: fields.py:13
91
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
#: fields.py:14
02 relations.py:424 serializers.py:505
#: fields.py:14
30 relations.py:428 serializers.py:521
msgid "This list may not be empty."
msgstr ""
#: fields.py:14
52
#: fields.py:14
83
#, python-brace-format
msgid "Expected a dictionary of items but got type \"{input_type}\"."
msgstr ""
#: pagination.py:192
#: fields.py:1530
msgid "Value must be valid JSON."
msgstr ""
#: filters.py:35 templates/rest_framework/filters/django_filter.html:5
msgid "Submit"
msgstr ""
#: pagination.py:189
#, python-brace-format
msgid "Invalid page \"{page_number}\": {message}."
msgstr ""
#: pagination.py:4
62
#: pagination.py:4
07
msgid "Invalid cursor"
msgstr ""
#: relations.py:19
2
#: relations.py:19
6
#, python-brace-format
msgid "Invalid pk \"{pk_value}\" - object does not exist."
msgstr ""
#: relations.py:19
3
#: relations.py:19
7
#, python-brace-format
msgid "Incorrect type. Expected pk value, received {data_type}."
msgstr ""
#: relations.py:22
5
#: relations.py:22
9
msgid "Invalid hyperlink - No URL match."
msgstr ""
#: relations.py:2
26
#: relations.py:2
30
msgid "Invalid hyperlink - Incorrect URL match."
msgstr ""
#: relations.py:2
27
#: relations.py:2
31
msgid "Invalid hyperlink - Object does not exist."
msgstr ""
#: relations.py:2
28
#: relations.py:2
32
#, python-brace-format
msgid "Incorrect type. Expected URL string, received {data_type}."
msgstr ""
#: relations.py:3
87
#: relations.py:3
91
#, python-brace-format
msgid "Object with {slug_name}={value} does not exist."
msgstr ""
#: relations.py:3
88
#: relations.py:3
92
msgid "Invalid value."
msgstr ""
#: serializers.py:3
10
#: serializers.py:3
26
#, python-brace-format
msgid "Invalid data. Expected a dictionary, but got {datatype}."
msgstr ""
#: templates/rest_framework/admin.html:118
#: templates/rest_framework/base.html:128
msgid "Filters"
msgstr ""
#: templates/rest_framework/filters/django_filter.html:2
#: templates/rest_framework/filters/django_filter_crispyforms.html:4
msgid "Field filters"
msgstr ""
#: templates/rest_framework/filters/ordering.html:3
msgid "Ordering"
msgstr ""
#: templates/rest_framework/filters/search.html:2
msgid "Search"
msgstr ""
#: templates/rest_framework/horizontal/radio.html:2
#: templates/rest_framework/inline/radio.html:2
#: templates/rest_framework/vertical/radio.html:2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment