add missing period; update generated translations

This commit is contained in:
Craig Blaszczyk 2015-01-02 11:11:13 +00:00
parent 9f169acb62
commit 6fb37207d1
2 changed files with 59 additions and 39 deletions

View File

@ -91,7 +91,7 @@ class PermissionDenied(APIException):
class NotFound(APIException): class NotFound(APIException):
status_code = status.HTTP_404_NOT_FOUND status_code = status.HTTP_404_NOT_FOUND
default_detail = _('Not found') default_detail = _('Not found.')
class MethodNotAllowed(APIException): class MethodNotAllowed(APIException):

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-12-31 13:02+0000\n" "POT-Creation-Date: 2015-01-02 11:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -50,24 +50,28 @@ msgid "You do not have permission to perform this action."
msgstr "" msgstr ""
#: rest_framework/exceptions.py:94 #: rest_framework/exceptions.py:94
msgid "Not found."
msgstr ""
#: rest_framework/exceptions.py:99
#, python-format #, python-format
msgid "Method '%s' not allowed." msgid "Method '%s' not allowed."
msgstr "" msgstr ""
#: rest_framework/exceptions.py:105 #: rest_framework/exceptions.py:110
msgid "Could not satisfy the request Accept header." msgid "Could not satisfy the request Accept header."
msgstr "" msgstr ""
#: rest_framework/exceptions.py:117 #: rest_framework/exceptions.py:122
#, python-format #, python-format
msgid "Unsupported media type '%s' in request." msgid "Unsupported media type '%s' in request."
msgstr "" msgstr ""
#: rest_framework/exceptions.py:128 #: rest_framework/exceptions.py:133
msgid "Request was throttled." msgid "Request was throttled."
msgstr "" msgstr ""
#: rest_framework/exceptions.py:130 #: rest_framework/exceptions.py:135
#, python-format #, python-format
msgid "Expected available in %(wait)d second." msgid "Expected available in %(wait)d second."
msgid_plural "Expected available in %(wait)d seconds." msgid_plural "Expected available in %(wait)d seconds."
@ -84,127 +88,127 @@ msgstr ""
msgid "This field may not be null." msgid "This field may not be null."
msgstr "" msgstr ""
#: rest_framework/fields.py:484 rest_framework/fields.py:512 #: rest_framework/fields.py:480 rest_framework/fields.py:508
msgid "`{input}` is not a valid boolean." msgid "`{input}` is not a valid boolean."
msgstr "" msgstr ""
#: rest_framework/fields.py:547 #: rest_framework/fields.py:543
msgid "This field may not be blank." msgid "This field may not be blank."
msgstr "" msgstr ""
#: rest_framework/fields.py:548 rest_framework/fields.py:1249 #: rest_framework/fields.py:544 rest_framework/fields.py:1252
msgid "Ensure this field has no more than {max_length} characters." msgid "Ensure this field has no more than {max_length} characters."
msgstr "" msgstr ""
#: rest_framework/fields.py:549 #: rest_framework/fields.py:545
msgid "Ensure this field has at least {min_length} characters." msgid "Ensure this field has at least {min_length} characters."
msgstr "" msgstr ""
#: rest_framework/fields.py:584 #: rest_framework/fields.py:587
msgid "Enter a valid email address." msgid "Enter a valid email address."
msgstr "" msgstr ""
#: rest_framework/fields.py:601 #: rest_framework/fields.py:604
msgid "This value does not match the required pattern." msgid "This value does not match the required pattern."
msgstr "" msgstr ""
#: rest_framework/fields.py:612 #: rest_framework/fields.py:615
msgid "" msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "" msgstr ""
#: rest_framework/fields.py:624 #: rest_framework/fields.py:627
msgid "Enter a valid URL." msgid "Enter a valid URL."
msgstr "" msgstr ""
#: rest_framework/fields.py:637 #: rest_framework/fields.py:640
msgid "A valid integer is required." msgid "A valid integer is required."
msgstr "" msgstr ""
#: rest_framework/fields.py:638 rest_framework/fields.py:672 #: rest_framework/fields.py:641 rest_framework/fields.py:675
#: rest_framework/fields.py:705 #: rest_framework/fields.py:708
msgid "Ensure this value is less than or equal to {max_value}." msgid "Ensure this value is less than or equal to {max_value}."
msgstr "" msgstr ""
#: rest_framework/fields.py:639 rest_framework/fields.py:673 #: rest_framework/fields.py:642 rest_framework/fields.py:676
#: rest_framework/fields.py:706 #: rest_framework/fields.py:709
msgid "Ensure this value is greater than or equal to {min_value}." msgid "Ensure this value is greater than or equal to {min_value}."
msgstr "" msgstr ""
#: rest_framework/fields.py:640 rest_framework/fields.py:674 #: rest_framework/fields.py:643 rest_framework/fields.py:677
#: rest_framework/fields.py:710 #: rest_framework/fields.py:713
msgid "String value too large." msgid "String value too large."
msgstr "" msgstr ""
#: rest_framework/fields.py:671 rest_framework/fields.py:704 #: rest_framework/fields.py:674 rest_framework/fields.py:707
msgid "A valid number is required." msgid "A valid number is required."
msgstr "" msgstr ""
#: rest_framework/fields.py:707 #: rest_framework/fields.py:710
msgid "Ensure that there are no more than {max_digits} digits in total." msgid "Ensure that there are no more than {max_digits} digits in total."
msgstr "" msgstr ""
#: rest_framework/fields.py:708 #: rest_framework/fields.py:711
msgid "Ensure that there are no more than {max_decimal_places} decimal places." msgid "Ensure that there are no more than {max_decimal_places} decimal places."
msgstr "" msgstr ""
#: rest_framework/fields.py:709 #: rest_framework/fields.py:712
msgid "" msgid ""
"Ensure that there are no more than {max_whole_digits} digits before the " "Ensure that there are no more than {max_whole_digits} digits before the "
"decimal point." "decimal point."
msgstr "" msgstr ""
#: rest_framework/fields.py:793 #: rest_framework/fields.py:796
msgid "Datetime has wrong format. Use one of these formats instead: {format}." msgid "Datetime has wrong format. Use one of these formats instead: {format}."
msgstr "" msgstr ""
#: rest_framework/fields.py:794 #: rest_framework/fields.py:797
msgid "Expected a datetime but got a date." msgid "Expected a datetime but got a date."
msgstr "" msgstr ""
#: rest_framework/fields.py:858 #: rest_framework/fields.py:861
msgid "Date has wrong format. Use one of these formats instead: {format}." msgid "Date has wrong format. Use one of these formats instead: {format}."
msgstr "" msgstr ""
#: rest_framework/fields.py:859 #: rest_framework/fields.py:862
msgid "Expected a date but got a datetime." msgid "Expected a date but got a datetime."
msgstr "" msgstr ""
#: rest_framework/fields.py:916 #: rest_framework/fields.py:919
msgid "Time has wrong format. Use one of these formats instead: {format}." msgid "Time has wrong format. Use one of these formats instead: {format}."
msgstr "" msgstr ""
#: rest_framework/fields.py:972 rest_framework/fields.py:1016 #: rest_framework/fields.py:975 rest_framework/fields.py:1019
msgid "`{input}` is not a valid choice." msgid "`{input}` is not a valid choice."
msgstr "" msgstr ""
#: rest_framework/fields.py:1017 rest_framework/fields.py:1118 #: rest_framework/fields.py:1020 rest_framework/fields.py:1121
#: rest_framework/serializers.py:474 #: rest_framework/serializers.py:476
msgid "Expected a list of items but got type `{input_type}`." msgid "Expected a list of items but got type `{input_type}`."
msgstr "" msgstr ""
#: rest_framework/fields.py:1047 #: rest_framework/fields.py:1050
msgid "No file was submitted." msgid "No file was submitted."
msgstr "" msgstr ""
#: rest_framework/fields.py:1048 #: rest_framework/fields.py:1051
msgid "The submitted data was not a file. Check the encoding type on the form." msgid "The submitted data was not a file. Check the encoding type on the form."
msgstr "" msgstr ""
#: rest_framework/fields.py:1049 #: rest_framework/fields.py:1052
msgid "No filename could be determined." msgid "No filename could be determined."
msgstr "" msgstr ""
#: rest_framework/fields.py:1050 #: rest_framework/fields.py:1053
msgid "The submitted file is empty." msgid "The submitted file is empty."
msgstr "" msgstr ""
#: rest_framework/fields.py:1051 #: rest_framework/fields.py:1054
msgid "" msgid ""
"Ensure this filename has at most {max_length} characters (it has {length})." "Ensure this filename has at most {max_length} characters (it has {length})."
msgstr "" msgstr ""
#: rest_framework/fields.py:1093 #: rest_framework/fields.py:1096
msgid "" msgid ""
"Upload a valid image. The file you uploaded was either not an image or a " "Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image." "corrupted image."
@ -276,3 +280,19 @@ msgstr ""
#: rest_framework/validators.py:247 #: rest_framework/validators.py:247
msgid "This field must be unique for the \"{date_field}\" year." msgid "This field must be unique for the \"{date_field}\" year."
msgstr "" msgstr ""
#: rest_framework/versioning.py:39
msgid "Invalid version in 'Accept' header."
msgstr ""
#: rest_framework/versioning.py:70 rest_framework/versioning.py:112
msgid "Invalid version in URL path."
msgstr ""
#: rest_framework/versioning.py:138
msgid "Invalid version in hostname."
msgstr ""
#: rest_framework/versioning.py:160
msgid "Invalid version in query parameter."
msgstr ""