update fa_IR message file

This commit is contained in:
Aryan Baghi 2020-08-02 17:20:21 +04:30
parent 559088463b
commit 181ea382d3

View File

@ -1,56 +1,57 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django REST framework\n" "Project-Id-Version: Django REST framework\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-12 16:13+0100\n" "POT-Creation-Date: 2020-08-02 17:20+0430\n"
"PO-Revision-Date: 2016-07-12 15:14+0000\n" "PO-Revision-Date: 2016-07-12 15:14+0000\n"
"Last-Translator: Thomas Christie <tom@tomchristie.com>\n" "Last-Translator: Thomas Christie <tom@tomchristie.com>\n"
"Language-Team: Persian (Iran) (http://www.transifex.com/django-rest-framework-1/django-rest-framework/language/fa_IR/)\n" "Language-Team: Persian (Iran) (http://www.transifex.com/django-rest-"
"framework-1/django-rest-framework/language/fa_IR/)\n"
"Language: fa_IR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fa_IR\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: authentication.py:73 #: authentication.py:70
msgid "Invalid basic header. No credentials provided." msgid "Invalid basic header. No credentials provided."
msgstr "" msgstr ""
#: authentication.py:76 #: authentication.py:73
msgid "Invalid basic header. Credentials string should not contain spaces." msgid "Invalid basic header. Credentials string should not contain spaces."
msgstr "" msgstr ""
#: authentication.py:82 #: authentication.py:83
msgid "Invalid basic header. Credentials not correctly base64 encoded." msgid "Invalid basic header. Credentials not correctly base64 encoded."
msgstr "" msgstr ""
#: authentication.py:99 #: authentication.py:101
msgid "Invalid username/password." msgid "Invalid username/password."
msgstr "" msgstr ""
#: authentication.py:102 authentication.py:198 #: authentication.py:104 authentication.py:203
msgid "User inactive or deleted." msgid "User inactive or deleted."
msgstr "" msgstr ""
#: authentication.py:176 #: authentication.py:181
msgid "Invalid token header. No credentials provided." msgid "Invalid token header. No credentials provided."
msgstr "" msgstr ""
#: authentication.py:179 #: authentication.py:184
msgid "Invalid token header. Token string should not contain spaces." msgid "Invalid token header. Token string should not contain spaces."
msgstr "" msgstr ""
#: authentication.py:185 #: authentication.py:190
msgid "" msgid ""
"Invalid token header. Token string should not contain invalid characters." "Invalid token header. Token string should not contain invalid characters."
msgstr "" msgstr ""
#: authentication.py:195 #: authentication.py:200
msgid "Invalid token." msgid "Invalid token."
msgstr "" msgstr ""
@ -58,382 +59,513 @@ msgstr ""
msgid "Auth Token" msgid "Auth Token"
msgstr "" msgstr ""
#: authtoken/models.py:15 #: authtoken/models.py:13
msgid "Key" msgid "Key"
msgstr "" msgstr ""
#: authtoken/models.py:18 #: authtoken/models.py:16
msgid "User" msgid "User"
msgstr "" msgstr ""
#: authtoken/models.py:20 #: authtoken/models.py:18
msgid "Created" msgid "Created"
msgstr "" msgstr ""
#: authtoken/models.py:29 #: authtoken/models.py:27 authtoken/serializers.py:19
msgid "Token" msgid "Token"
msgstr "" msgstr ""
#: authtoken/models.py:30 #: authtoken/models.py:28
msgid "Tokens" msgid "Tokens"
msgstr "" msgstr ""
#: authtoken/serializers.py:8 #: authtoken/serializers.py:9
msgid "Username" msgid "Username"
msgstr "" msgstr ""
#: authtoken/serializers.py:9 #: authtoken/serializers.py:13
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: authtoken/serializers.py:20 #: authtoken/serializers.py:35
msgid "User account is disabled."
msgstr ""
#: authtoken/serializers.py:23
msgid "Unable to log in with provided credentials." msgid "Unable to log in with provided credentials."
msgstr "" msgstr ""
#: authtoken/serializers.py:26 #: authtoken/serializers.py:38
msgid "Must include \"username\" and \"password\"." msgid "Must include \"username\" and \"password\"."
msgstr "" msgstr ""
#: exceptions.py:49 #: exceptions.py:100
msgid "A server error occurred." msgid "A server error occurred."
msgstr "" msgstr ""
#: exceptions.py:84 #: exceptions.py:140
msgid "Invalid input."
msgstr ""
#: exceptions.py:159
msgid "Malformed request." msgid "Malformed request."
msgstr "" msgstr ""
#: exceptions.py:89 #: exceptions.py:165
msgid "Incorrect authentication credentials." msgid "Incorrect authentication credentials."
msgstr "" msgstr ""
#: exceptions.py:94 #: exceptions.py:171
msgid "Authentication credentials were not provided." msgid "Authentication credentials were not provided."
msgstr "" msgstr ""
#: exceptions.py:99 #: exceptions.py:177
msgid "You do not have permission to perform this action." msgid "You do not have permission to perform this action."
msgstr "" msgstr ""
#: exceptions.py:104 views.py:81 #: exceptions.py:183
msgid "Not found." msgid "Not found."
msgstr "" msgstr ""
#: exceptions.py:109 #: exceptions.py:189
#, python-brace-format
msgid "Method \"{method}\" not allowed." msgid "Method \"{method}\" not allowed."
msgstr "" msgstr ""
#: exceptions.py:120 #: exceptions.py:200
msgid "Could not satisfy the request Accept header." msgid "Could not satisfy the request Accept header."
msgstr "" msgstr ""
#: exceptions.py:132 #: exceptions.py:210
#, python-brace-format
msgid "Unsupported media type \"{media_type}\" in request." msgid "Unsupported media type \"{media_type}\" in request."
msgstr "" msgstr ""
#: exceptions.py:145 #: exceptions.py:221
msgid "Request was throttled." msgid "Request was throttled."
msgstr "" msgstr ""
#: fields.py:269 relations.py:206 relations.py:239 validators.py:98 #: exceptions.py:222
#: validators.py:181 #, python-brace-format
msgid "Expected available in {wait} second."
msgstr ""
#: exceptions.py:223
#, python-brace-format
msgid "Expected available in {wait} seconds."
msgstr ""
#: fields.py:316 relations.py:240 relations.py:273 validators.py:90
#: validators.py:183
msgid "This field is required." msgid "This field is required."
msgstr "" msgstr ""
#: fields.py:270 #: fields.py:317
msgid "This field may not be null." msgid "This field may not be null."
msgstr "" msgstr ""
#: fields.py:608 fields.py:639 #: fields.py:701
msgid "\"{input}\" is not a valid boolean." msgid "Must be a valid boolean."
msgstr "" msgstr ""
#: fields.py:674 #: fields.py:766
msgid "Not a valid string."
msgstr ""
#: fields.py:767
msgid "This field may not be blank." msgid "This field may not be blank."
msgstr "" msgstr ""
#: fields.py:675 fields.py:1675 #: fields.py:768 fields.py:1880
#, python-brace-format
msgid "Ensure this field has no more than {max_length} characters." msgid "Ensure this field has no more than {max_length} characters."
msgstr "" msgstr ""
#: fields.py:676 #: fields.py:769
#, python-brace-format
msgid "Ensure this field has at least {min_length} characters." msgid "Ensure this field has at least {min_length} characters."
msgstr "" msgstr ""
#: fields.py:713 #: fields.py:816
msgid "Enter a valid email address." msgid "Enter a valid email address."
msgstr "" msgstr ""
#: fields.py:724 #: fields.py:827
msgid "This value does not match the required pattern." msgid "This value does not match the required pattern."
msgstr "" msgstr ""
#: fields.py:735 #: fields.py:838
msgid "" msgid ""
"Enter a valid \"slug\" consisting of letters, numbers, underscores or " "Enter a valid \"slug\" consisting of letters, numbers, underscores or "
"hyphens." "hyphens."
msgstr "" msgstr ""
#: fields.py:747 #: fields.py:839
msgid ""
"Enter a valid \"slug\" consisting of Unicode letters, numbers, underscores, "
"or hyphens."
msgstr ""
#: fields.py:854
msgid "Enter a valid URL." msgid "Enter a valid URL."
msgstr "" msgstr ""
#: fields.py:760 #: fields.py:867
msgid "\"{value}\" is not a valid UUID." msgid "Must be a valid UUID."
msgstr "" msgstr ""
#: fields.py:796 #: fields.py:903
msgid "Enter a valid IPv4 or IPv6 address." msgid "Enter a valid IPv4 or IPv6 address."
msgstr "" msgstr ""
#: fields.py:821 #: fields.py:931
msgid "A valid integer is required." msgid "A valid integer is required."
msgstr "" msgstr ""
#: fields.py:822 fields.py:857 fields.py:891 #: fields.py:932 fields.py:969 fields.py:1005 fields.py:1366
#, python-brace-format
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 ""
#: fields.py:823 fields.py:858 fields.py:892 #: fields.py:933 fields.py:970 fields.py:1006 fields.py:1367
#, python-brace-format
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 ""
#: fields.py:824 fields.py:859 fields.py:896 #: fields.py:934 fields.py:971 fields.py:1010
msgid "String value too large." msgid "String value too large."
msgstr "" msgstr ""
#: fields.py:856 fields.py:890 #: fields.py:968 fields.py:1004
msgid "A valid number is required." msgid "A valid number is required."
msgstr "" msgstr ""
#: fields.py:893 #: fields.py:1007
#, python-brace-format
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 ""
#: fields.py:894 #: fields.py:1008
msgid "" #, python-brace-format
"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 ""
#: fields.py:895 #: fields.py:1009
#, python-brace-format
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 ""
#: fields.py:1025 #: fields.py:1148
#, python-brace-format
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 ""
#: fields.py:1026 #: fields.py:1149
msgid "Expected a datetime but got a date." msgid "Expected a datetime but got a date."
msgstr "" msgstr ""
#: fields.py:1103 #: fields.py:1150
#, python-brace-format
msgid "Invalid datetime for the timezone \"{timezone}\"."
msgstr ""
#: fields.py:1151
msgid "Datetime value out of range."
msgstr ""
#: fields.py:1236
#, python-brace-format
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 ""
#: fields.py:1104 #: fields.py:1237
msgid "Expected a date but got a datetime." msgid "Expected a date but got a datetime."
msgstr "" msgstr ""
#: fields.py:1170 #: fields.py:1303
#, python-brace-format
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 ""
#: fields.py:1232 #: fields.py:1365
#, python-brace-format
msgid "Duration has wrong format. Use one of these formats instead: {format}." msgid "Duration has wrong format. Use one of these formats instead: {format}."
msgstr "" msgstr ""
#: fields.py:1251 fields.py:1300 #: fields.py:1399 fields.py:1456
#, python-brace-format
msgid "\"{input}\" is not a valid choice." msgid "\"{input}\" is not a valid choice."
msgstr "" msgstr ""
#: fields.py:1254 relations.py:71 relations.py:441 #: fields.py:1402
#, python-brace-format
msgid "More than {count} items..." msgid "More than {count} items..."
msgstr "" msgstr ""
#: fields.py:1301 fields.py:1448 relations.py:437 serializers.py:524 #: fields.py:1457 fields.py:1603 relations.py:478 serializers.py:573
#, python-brace-format
msgid "Expected a list of items but got type \"{input_type}\"." msgid "Expected a list of items but got type \"{input_type}\"."
msgstr "" msgstr ""
#: fields.py:1302 #: fields.py:1458
msgid "This selection may not be empty." msgid "This selection may not be empty."
msgstr "" msgstr ""
#: fields.py:1339 #: fields.py:1495
#, python-brace-format
msgid "\"{input}\" is not a valid path choice." msgid "\"{input}\" is not a valid path choice."
msgstr "" msgstr ""
#: fields.py:1358 #: fields.py:1514
msgid "No file was submitted." msgid "No file was submitted."
msgstr "" msgstr ""
#: fields.py:1359 #: fields.py:1515
msgid "" msgid "The submitted data was not a file. Check the encoding type on the form."
"The submitted data was not a file. Check the encoding type on the form."
msgstr "" msgstr ""
#: fields.py:1360 #: fields.py:1516
msgid "No filename could be determined." msgid "No filename could be determined."
msgstr "" msgstr ""
#: fields.py:1361 #: fields.py:1517
msgid "The submitted file is empty." msgid "The submitted file is empty."
msgstr "" msgstr ""
#: fields.py:1362 #: fields.py:1518
#, python-brace-format
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 ""
#: fields.py:1410 #: fields.py:1566
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."
msgstr "" msgstr ""
#: fields.py:1449 relations.py:438 serializers.py:525 #: fields.py:1604 relations.py:479 serializers.py:574
msgid "This list may not be empty." msgid "This list may not be empty."
msgstr "" msgstr ""
#: fields.py:1502 #: fields.py:1605
#, python-brace-format
msgid "Ensure this field has at least {min_length} elements."
msgstr ""
#: fields.py:1606
#, python-brace-format
msgid "Ensure this field has no more than {max_length} elements."
msgstr ""
#: fields.py:1682
#, python-brace-format
msgid "Expected a dictionary of items but got type \"{input_type}\"." msgid "Expected a dictionary of items but got type \"{input_type}\"."
msgstr "" msgstr ""
#: fields.py:1549 #: fields.py:1683
msgid "This dictionary may not be empty."
msgstr ""
#: fields.py:1755
msgid "Value must be valid JSON." msgid "Value must be valid JSON."
msgstr "" msgstr ""
#: filters.py:36 templates/rest_framework/filters/django_filter.html:5 #: filters.py:49 templates/rest_framework/filters/search.html:2
msgid "Submit" msgid "Search"
msgstr "" msgstr ""
#: filters.py:336 #: filters.py:50
msgid "A search term."
msgstr ""
#: filters.py:180 templates/rest_framework/filters/ordering.html:3
msgid "Ordering"
msgstr ""
#: filters.py:181
msgid "Which field to use when ordering the results."
msgstr ""
#: filters.py:287
msgid "ascending" msgid "ascending"
msgstr "" msgstr ""
#: filters.py:337 #: filters.py:288
msgid "descending" msgid "descending"
msgstr "" msgstr ""
#: pagination.py:193 #: pagination.py:174
msgid "A page number within the paginated result set."
msgstr ""
#: pagination.py:179 pagination.py:372 pagination.py:590
msgid "Number of results to return per page."
msgstr ""
#: pagination.py:189
msgid "Invalid page." msgid "Invalid page."
msgstr "" msgstr ""
#: pagination.py:427 #: pagination.py:374
msgid "The initial index from which to return the results."
msgstr ""
#: pagination.py:581
msgid "The pagination cursor value."
msgstr ""
#: pagination.py:583
msgid "Invalid cursor" msgid "Invalid cursor"
msgstr "" msgstr ""
#: relations.py:207 #: relations.py:241
#, python-brace-format
msgid "Invalid pk \"{pk_value}\" - object does not exist." msgid "Invalid pk \"{pk_value}\" - object does not exist."
msgstr "" msgstr ""
#: relations.py:208 #: relations.py:242
#, python-brace-format
msgid "Incorrect type. Expected pk value, received {data_type}." msgid "Incorrect type. Expected pk value, received {data_type}."
msgstr "" msgstr ""
#: relations.py:240 #: relations.py:274
msgid "Invalid hyperlink - No URL match." msgid "Invalid hyperlink - No URL match."
msgstr "" msgstr ""
#: relations.py:241 #: relations.py:275
msgid "Invalid hyperlink - Incorrect URL match." msgid "Invalid hyperlink - Incorrect URL match."
msgstr "" msgstr ""
#: relations.py:242 #: relations.py:276
msgid "Invalid hyperlink - Object does not exist." msgid "Invalid hyperlink - Object does not exist."
msgstr "" msgstr ""
#: relations.py:243 #: relations.py:277
#, python-brace-format
msgid "Incorrect type. Expected URL string, received {data_type}." msgid "Incorrect type. Expected URL string, received {data_type}."
msgstr "" msgstr ""
#: relations.py:401 #: relations.py:442
#, python-brace-format
msgid "Object with {slug_name}={value} does not exist." msgid "Object with {slug_name}={value} does not exist."
msgstr "" msgstr ""
#: relations.py:402 #: relations.py:443
msgid "Invalid value." msgid "Invalid value."
msgstr "" msgstr ""
#: serializers.py:326 #: schemas/utils.py:32
msgid "unique integer value"
msgstr ""
#: schemas/utils.py:34
msgid "UUID string"
msgstr ""
#: schemas/utils.py:36
msgid "unique value"
msgstr ""
#: schemas/utils.py:38
#, python-brace-format
msgid "A {value_type} identifying this {name}."
msgstr ""
#: serializers.py:340
#, python-brace-format
msgid "Invalid data. Expected a dictionary, but got {datatype}." msgid "Invalid data. Expected a dictionary, but got {datatype}."
msgstr "" msgstr ""
#: templates/rest_framework/admin.html:116 #: templates/rest_framework/admin.html:116
#: templates/rest_framework/base.html:128 #: templates/rest_framework/base.html:136
msgid "Extra Actions"
msgstr ""
#: templates/rest_framework/admin.html:130
#: templates/rest_framework/base.html:150
msgid "Filters" msgid "Filters"
msgstr "" msgstr ""
#: templates/rest_framework/filters/django_filter.html:2 #: templates/rest_framework/base.html:37
#: templates/rest_framework/filters/django_filter_crispyforms.html:4 msgid "navbar"
msgid "Field filters"
msgstr "" msgstr ""
#: templates/rest_framework/filters/ordering.html:3 #: templates/rest_framework/base.html:75
msgid "Ordering" msgid "content"
msgstr "" msgstr ""
#: templates/rest_framework/filters/search.html:2 #: templates/rest_framework/base.html:78
msgid "Search" msgid "request form"
msgstr "" msgstr ""
#: templates/rest_framework/horizontal/radio.html:2 #: templates/rest_framework/base.html:157
#: templates/rest_framework/inline/radio.html:2 msgid "main content"
#: templates/rest_framework/vertical/radio.html:2 msgstr ""
#: templates/rest_framework/base.html:173
msgid "request info"
msgstr ""
#: templates/rest_framework/base.html:177
msgid "response info"
msgstr ""
#: templates/rest_framework/horizontal/radio.html:4
#: templates/rest_framework/inline/radio.html:3
#: templates/rest_framework/vertical/radio.html:3
msgid "None" msgid "None"
msgstr "" msgstr ""
#: templates/rest_framework/horizontal/select_multiple.html:2 #: templates/rest_framework/horizontal/select_multiple.html:4
#: templates/rest_framework/inline/select_multiple.html:2 #: templates/rest_framework/inline/select_multiple.html:3
#: templates/rest_framework/vertical/select_multiple.html:2 #: templates/rest_framework/vertical/select_multiple.html:3
msgid "No items to select." msgid "No items to select."
msgstr "" msgstr ""
#: validators.py:43 #: validators.py:39
msgid "This field must be unique." msgid "This field must be unique."
msgstr "" msgstr ""
#: validators.py:97 #: validators.py:89
#, python-brace-format
msgid "The fields {field_names} must make a unique set." msgid "The fields {field_names} must make a unique set."
msgstr "" msgstr ""
#: validators.py:245 #: validators.py:171
#, python-brace-format
msgid "Surrogate characters are not allowed: U+{code_point:X}."
msgstr ""
#: validators.py:243
#, python-brace-format
msgid "This field must be unique for the \"{date_field}\" date." msgid "This field must be unique for the \"{date_field}\" date."
msgstr "" msgstr ""
#: validators.py:260 #: validators.py:258
#, python-brace-format
msgid "This field must be unique for the \"{date_field}\" month." msgid "This field must be unique for the \"{date_field}\" month."
msgstr "" msgstr ""
#: validators.py:273 #: validators.py:271
#, python-brace-format
msgid "This field must be unique for the \"{date_field}\" year." msgid "This field must be unique for the \"{date_field}\" year."
msgstr "" msgstr ""
#: versioning.py:42 #: versioning.py:40
msgid "Invalid version in \"Accept\" header." msgid "Invalid version in \"Accept\" header."
msgstr "" msgstr ""
#: versioning.py:73 #: versioning.py:71
msgid "Invalid version in URL path." msgid "Invalid version in URL path."
msgstr "" msgstr ""
#: versioning.py:115 #: versioning.py:116
msgid "Invalid version in URL path. Does not match any version namespace." msgid "Invalid version in URL path. Does not match any version namespace."
msgstr "" msgstr ""
#: versioning.py:147 #: versioning.py:148
msgid "Invalid version in hostname." msgid "Invalid version in hostname."
msgstr "" msgstr ""
#: versioning.py:169 #: versioning.py:170
msgid "Invalid version in query parameter." msgid "Invalid version in query parameter."
msgstr "" msgstr ""
#: views.py:88
msgid "Permission denied."
msgstr ""