mirror of
https://github.com/django/django.git
synced 2025-09-24 23:49:12 +00:00
[6.0.x] Updated source translation catalogs.
This commit is contained in:
parent
6d6381c46c
commit
22eed03844
@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Django\n"
|
"Project-Id-Version: Django\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-03-19 11:30-0500\n"
|
"POT-Creation-Date: 2025-09-17 18:23-0300\n"
|
||||||
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
||||||
"Last-Translator: Django team\n"
|
"Last-Translator: Django team\n"
|
||||||
"Language-Team: English <en@li.org>\n"
|
"Language-Team: English <en@li.org>\n"
|
||||||
@ -428,104 +428,104 @@ msgstr ""
|
|||||||
|
|
||||||
#. Translators: String used to replace omitted page numbers in elided page
|
#. Translators: String used to replace omitted page numbers in elided page
|
||||||
#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10].
|
#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10].
|
||||||
#: core/paginator.py:30
|
#: core/paginator.py:33
|
||||||
msgid "…"
|
msgid "…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/paginator.py:32
|
#: core/paginator.py:35
|
||||||
msgid "That page number is not an integer"
|
msgid "That page number is not an integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/paginator.py:33
|
#: core/paginator.py:36
|
||||||
msgid "That page number is less than 1"
|
msgid "That page number is less than 1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/paginator.py:34
|
#: core/paginator.py:37
|
||||||
msgid "That page contains no results"
|
msgid "That page contains no results"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:21
|
#: core/validators.py:22
|
||||||
msgid "Enter a valid value."
|
msgid "Enter a valid value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:69
|
#: core/validators.py:70
|
||||||
msgid "Enter a valid domain name."
|
msgid "Enter a valid domain name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:152 forms/fields.py:775
|
#: core/validators.py:153 forms/fields.py:774
|
||||||
msgid "Enter a valid URL."
|
msgid "Enter a valid URL."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:199
|
#: core/validators.py:200
|
||||||
msgid "Enter a valid integer."
|
msgid "Enter a valid integer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:210
|
#: core/validators.py:211
|
||||||
msgid "Enter a valid email address."
|
msgid "Enter a valid email address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: "letters" means latin letters: a-z and A-Z.
|
#. Translators: "letters" means latin letters: a-z and A-Z.
|
||||||
#: core/validators.py:288
|
#: core/validators.py:289
|
||||||
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 ""
|
||||||
|
|
||||||
#: core/validators.py:296
|
#: core/validators.py:297
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or "
|
"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or "
|
||||||
"hyphens."
|
"hyphens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:308 core/validators.py:317 core/validators.py:331
|
#: core/validators.py:309 core/validators.py:318 core/validators.py:332
|
||||||
#: db/models/fields/__init__.py:2220
|
#: db/models/fields/__init__.py:2220
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Enter a valid %(protocol)s address."
|
msgid "Enter a valid %(protocol)s address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:310
|
#: core/validators.py:311
|
||||||
msgid "IPv4"
|
msgid "IPv4"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:319 utils/ipv6.py:43
|
#: core/validators.py:320 utils/ipv6.py:43
|
||||||
msgid "IPv6"
|
msgid "IPv6"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:333
|
#: core/validators.py:334
|
||||||
msgid "IPv4 or IPv6"
|
msgid "IPv4 or IPv6"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:374
|
#: core/validators.py:375
|
||||||
msgid "Enter only digits separated by commas."
|
msgid "Enter only digits separated by commas."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:380
|
#: core/validators.py:381
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
|
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:415
|
#: core/validators.py:416
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is less than or equal to %(limit_value)s."
|
msgid "Ensure this value is less than or equal to %(limit_value)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:424
|
#: core/validators.py:425
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is greater than or equal to %(limit_value)s."
|
msgid "Ensure this value is greater than or equal to %(limit_value)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:433
|
#: core/validators.py:434
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is a multiple of step size %(limit_value)s."
|
msgid "Ensure this value is a multiple of step size %(limit_value)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:440
|
#: core/validators.py:441
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Ensure this value is a multiple of step size %(limit_value)s, starting from "
|
"Ensure this value is a multiple of step size %(limit_value)s, starting from "
|
||||||
"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on."
|
"%(offset)s, e.g. %(offset)s, %(valid_value1)s, %(valid_value2)s, and so on."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:472
|
#: core/validators.py:473
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Ensure this value has at least %(limit_value)d character (it has "
|
"Ensure this value has at least %(limit_value)d character (it has "
|
||||||
@ -536,7 +536,7 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: core/validators.py:490
|
#: core/validators.py:491
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Ensure this value has at most %(limit_value)d character (it has "
|
"Ensure this value has at most %(limit_value)d character (it has "
|
||||||
@ -547,25 +547,25 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: core/validators.py:513 forms/fields.py:366 forms/fields.py:405
|
#: core/validators.py:514 forms/fields.py:365 forms/fields.py:404
|
||||||
msgid "Enter a number."
|
msgid "Enter a number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:515
|
#: core/validators.py:516
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure that there are no more than %(max)s digit in total."
|
msgid "Ensure that there are no more than %(max)s digit in total."
|
||||||
msgid_plural "Ensure that there are no more than %(max)s digits in total."
|
msgid_plural "Ensure that there are no more than %(max)s digits in total."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: core/validators.py:520
|
#: core/validators.py:521
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure that there are no more than %(max)s decimal place."
|
msgid "Ensure that there are no more than %(max)s decimal place."
|
||||||
msgid_plural "Ensure that there are no more than %(max)s decimal places."
|
msgid_plural "Ensure that there are no more than %(max)s decimal places."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: core/validators.py:525
|
#: core/validators.py:526
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Ensure that there are no more than %(max)s digit before the decimal point."
|
"Ensure that there are no more than %(max)s digit before the decimal point."
|
||||||
@ -574,27 +574,27 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: core/validators.py:596
|
#: core/validators.py:597
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"File extension “%(extension)s” is not allowed. Allowed extensions are: "
|
"File extension “%(extension)s” is not allowed. Allowed extensions are: "
|
||||||
"%(allowed_extensions)s."
|
"%(allowed_extensions)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:658
|
#: core/validators.py:659
|
||||||
msgid "Null characters are not allowed."
|
msgid "Null characters are not allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/base.py:1600 forms/models.py:908
|
#: db/models/base.py:1631 forms/models.py:932
|
||||||
msgid "and"
|
msgid "and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/base.py:1602
|
#: db/models/base.py:1633
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(model_name)s with this %(field_labels)s already exists."
|
msgid "%(model_name)s with this %(field_labels)s already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/constraints.py:22
|
#: db/models/constraints.py:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Constraint “%(name)s” is violated."
|
msgid "Constraint “%(name)s” is violated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -630,75 +630,75 @@ msgstr ""
|
|||||||
msgid "Field of type: %(field_type)s"
|
msgid "Field of type: %(field_type)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1162
|
#: db/models/fields/__init__.py:1161
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "“%(value)s” value must be either True or False."
|
msgid "“%(value)s” value must be either True or False."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1163
|
#: db/models/fields/__init__.py:1162
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "“%(value)s” value must be either True, False, or None."
|
msgid "“%(value)s” value must be either True, False, or None."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1165
|
#: db/models/fields/__init__.py:1164
|
||||||
msgid "Boolean (Either True or False)"
|
msgid "Boolean (Either True or False)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1215
|
#: db/models/fields/__init__.py:1214
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "String (up to %(max_length)s)"
|
msgid "String (up to %(max_length)s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1217
|
#: db/models/fields/__init__.py:1216
|
||||||
msgid "String (unlimited)"
|
msgid "String (unlimited)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1326
|
#: db/models/fields/__init__.py:1325
|
||||||
msgid "Comma-separated integers"
|
msgid "Comma-separated integers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1427
|
#: db/models/fields/__init__.py:1426
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD "
|
"“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD "
|
||||||
"format."
|
"format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1431 db/models/fields/__init__.py:1566
|
#: db/models/fields/__init__.py:1430 db/models/fields/__init__.py:1565
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid "
|
"“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid "
|
||||||
"date."
|
"date."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1435
|
#: db/models/fields/__init__.py:1434
|
||||||
msgid "Date (without time)"
|
msgid "Date (without time)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1562
|
#: db/models/fields/__init__.py:1561
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
|
"“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
|
||||||
"uuuuuu]][TZ] format."
|
"uuuuuu]][TZ] format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1570
|
#: db/models/fields/__init__.py:1569
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
|
"“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
|
||||||
"[TZ]) but it is an invalid date/time."
|
"[TZ]) but it is an invalid date/time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1575
|
#: db/models/fields/__init__.py:1574
|
||||||
msgid "Date (with time)"
|
msgid "Date (with time)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1702
|
#: db/models/fields/__init__.py:1701
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "“%(value)s” value must be a decimal number."
|
msgid "“%(value)s” value must be a decimal number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: db/models/fields/__init__.py:1704
|
#: db/models/fields/__init__.py:1703
|
||||||
msgid "Decimal number"
|
msgid "Decimal number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -864,53 +864,54 @@ msgid "Many-to-many relationship"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: If found as last label character, these punctuation
|
#. Translators: If found as last label character, these punctuation
|
||||||
#. characters will prevent the default label_suffix to be appended to the label
|
#. characters will prevent the default label_suffix to be appended to
|
||||||
#: forms/boundfield.py:185
|
#. the label
|
||||||
|
#: forms/boundfield.py:188
|
||||||
msgid ":?.!"
|
msgid ":?.!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:95
|
#: forms/fields.py:92
|
||||||
msgid "This field is required."
|
msgid "This field is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:315
|
#: forms/fields.py:314
|
||||||
msgid "Enter a whole number."
|
msgid "Enter a whole number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:486 forms/fields.py:1267
|
#: forms/fields.py:485 forms/fields.py:1251
|
||||||
msgid "Enter a valid date."
|
msgid "Enter a valid date."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:509 forms/fields.py:1268
|
#: forms/fields.py:508 forms/fields.py:1252
|
||||||
msgid "Enter a valid time."
|
msgid "Enter a valid time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:536
|
#: forms/fields.py:535
|
||||||
msgid "Enter a valid date/time."
|
msgid "Enter a valid date/time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:570
|
#: forms/fields.py:569
|
||||||
msgid "Enter a valid duration."
|
msgid "Enter a valid duration."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:571
|
#: forms/fields.py:570
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "The number of days must be between {min_days} and {max_days}."
|
msgid "The number of days must be between {min_days} and {max_days}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:640
|
#: forms/fields.py:639
|
||||||
msgid "No file was submitted. Check the encoding type on the form."
|
msgid "No file was submitted. Check the encoding type on the form."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:641
|
#: forms/fields.py:640
|
||||||
msgid "No file was submitted."
|
msgid "No file was submitted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:642
|
#: forms/fields.py:641
|
||||||
msgid "The submitted file is empty."
|
msgid "The submitted file is empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:644
|
#: forms/fields.py:643
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
|
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
|
||||||
msgid_plural ""
|
msgid_plural ""
|
||||||
@ -918,34 +919,34 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: forms/fields.py:649
|
#: forms/fields.py:648
|
||||||
msgid "Please either submit a file or check the clear checkbox, not both."
|
msgid "Please either submit a file or check the clear checkbox, not both."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:717
|
#: forms/fields.py:716
|
||||||
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 ""
|
||||||
|
|
||||||
#: forms/fields.py:889 forms/fields.py:975 forms/models.py:1592
|
#: forms/fields.py:872 forms/fields.py:959 forms/models.py:1621
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Select a valid choice. %(value)s is not one of the available choices."
|
msgid "Select a valid choice. %(value)s is not one of the available choices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:977 forms/fields.py:1096 forms/models.py:1590
|
#: forms/fields.py:961 forms/fields.py:1080 forms/models.py:1619
|
||||||
msgid "Enter a list of values."
|
msgid "Enter a list of values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:1097
|
#: forms/fields.py:1081
|
||||||
msgid "Enter a complete value."
|
msgid "Enter a complete value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:1339
|
#: forms/fields.py:1323
|
||||||
msgid "Enter a valid UUID."
|
msgid "Enter a valid UUID."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/fields.py:1369
|
#: forms/fields.py:1353
|
||||||
msgid "Enter a valid JSON."
|
msgid "Enter a valid JSON."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -988,36 +989,36 @@ msgstr ""
|
|||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:901
|
#: forms/models.py:925
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Please correct the duplicate data for %(field)s."
|
msgid "Please correct the duplicate data for %(field)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:906
|
#: forms/models.py:930
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Please correct the duplicate data for %(field)s, which must be unique."
|
msgid "Please correct the duplicate data for %(field)s, which must be unique."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:913
|
#: forms/models.py:937
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please correct the duplicate data for %(field_name)s which must be unique "
|
"Please correct the duplicate data for %(field_name)s which must be unique "
|
||||||
"for the %(lookup)s in %(date_field)s."
|
"for the %(lookup)s in %(date_field)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:922
|
#: forms/models.py:946
|
||||||
msgid "Please correct the duplicate values below."
|
msgid "Please correct the duplicate values below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:1359
|
#: forms/models.py:1383
|
||||||
msgid "The inline value did not match the parent instance."
|
msgid "The inline value did not match the parent instance."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:1450
|
#: forms/models.py:1474
|
||||||
msgid "Select a valid choice. That choice is not one of the available choices."
|
msgid "Select a valid choice. That choice is not one of the available choices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/models.py:1594
|
#: forms/models.py:1623
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "“%(pk)s” is not a valid value."
|
msgid "“%(pk)s” is not a valid value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1029,63 +1030,83 @@ msgid ""
|
|||||||
"may be ambiguous or it may not exist."
|
"may be ambiguous or it may not exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:527
|
#: forms/widgets.py:528
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:528
|
#: forms/widgets.py:529
|
||||||
msgid "Currently"
|
msgid "Currently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:529
|
#: forms/widgets.py:530
|
||||||
msgid "Change"
|
msgid "Change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:866
|
#: forms/widgets.py:869
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:867
|
#: forms/widgets.py:870
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: forms/widgets.py:868
|
#: forms/widgets.py:871
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: tasks/base.py:34
|
||||||
|
msgctxt "Task"
|
||||||
|
msgid "Ready"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tasks/base.py:36
|
||||||
|
msgctxt "Task"
|
||||||
|
msgid "Running"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tasks/base.py:38
|
||||||
|
msgctxt "Task"
|
||||||
|
msgid "Failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tasks/base.py:40
|
||||||
|
msgctxt "Task"
|
||||||
|
msgid "Successful"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: Please do not add spaces around commas.
|
#. Translators: Please do not add spaces around commas.
|
||||||
#: template/defaultfilters.py:873
|
#: template/defaultfilters.py:878
|
||||||
msgid "yes,no,maybe"
|
msgid "yes,no,maybe"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:903 template/defaultfilters.py:920
|
#: template/defaultfilters.py:908 template/defaultfilters.py:925
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(size)d byte"
|
msgid "%(size)d byte"
|
||||||
msgid_plural "%(size)d bytes"
|
msgid_plural "%(size)d bytes"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:922
|
#: template/defaultfilters.py:927
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s KB"
|
msgid "%s KB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:924
|
#: template/defaultfilters.py:929
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s MB"
|
msgid "%s MB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:926
|
#: template/defaultfilters.py:931
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s GB"
|
msgid "%s GB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:928
|
#: template/defaultfilters.py:933
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s TB"
|
msgid "%s TB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: template/defaultfilters.py:930
|
#: template/defaultfilters.py:935
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s PB"
|
msgid "%s PB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1390,18 +1411,18 @@ msgstr ""
|
|||||||
msgid "This is not a valid IPv6 address."
|
msgid "This is not a valid IPv6 address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: utils/text.py:67
|
#: utils/text.py:76
|
||||||
#, python-format
|
#, python-format
|
||||||
msgctxt "String to return when truncating text"
|
msgctxt "String to return when truncating text"
|
||||||
msgid "%(truncated_text)s…"
|
msgid "%(truncated_text)s…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: utils/text.py:278
|
#: utils/text.py:287
|
||||||
msgid "or"
|
msgid "or"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: This string is used as a separator between list elements
|
#. Translators: This string is used as a separator between list elements
|
||||||
#: utils/text.py:297 utils/timesince.py:135
|
#: utils/text.py:306 utils/timesince.py:135
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Django\n"
|
"Project-Id-Version: Django\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-03-19 11:30-0500\n"
|
"POT-Creation-Date: 2025-09-17 18:23-0300\n"
|
||||||
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
||||||
"Last-Translator: Django team\n"
|
"Last-Translator: Django team\n"
|
||||||
"Language-Team: English <en@li.org>\n"
|
"Language-Team: English <en@li.org>\n"
|
||||||
@ -19,17 +19,17 @@ msgstr ""
|
|||||||
msgid "Delete selected %(verbose_name_plural)s"
|
msgid "Delete selected %(verbose_name_plural)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/actions.py:52
|
#: contrib/admin/actions.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Successfully deleted %(count)d %(items)s."
|
msgid "Successfully deleted %(count)d %(items)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/actions.py:62 contrib/admin/options.py:2250
|
#: contrib/admin/actions.py:63 contrib/admin/options.py:2208
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Cannot delete %(name)s"
|
msgid "Cannot delete %(name)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/actions.py:64
|
#: contrib/admin/actions.py:65
|
||||||
#: contrib/admin/templates/admin/delete_selected_confirmation.html:17
|
#: contrib/admin/templates/admin/delete_selected_confirmation.html:17
|
||||||
msgid "Delete multiple objects"
|
msgid "Delete multiple objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -103,228 +103,228 @@ msgstr ""
|
|||||||
msgid "Action:"
|
msgid "Action:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/helpers.py:433
|
#: contrib/admin/helpers.py:430
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Add another %(verbose_name)s"
|
msgid "Add another %(verbose_name)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/helpers.py:437
|
#: contrib/admin/helpers.py:434
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:20
|
#: contrib/admin/models.py:18
|
||||||
msgid "Addition"
|
msgid "Addition"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:21 contrib/admin/templates/admin/app_list.html:38
|
#: contrib/admin/models.py:19 contrib/admin/templates/admin/app_list.html:38
|
||||||
#: contrib/admin/templates/admin/edit_inline/stacked.html:20
|
#: contrib/admin/templates/admin/edit_inline/stacked.html:20
|
||||||
#: contrib/admin/templates/admin/edit_inline/tabular.html:40
|
#: contrib/admin/templates/admin/edit_inline/tabular.html:41
|
||||||
msgid "Change"
|
msgid "Change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:22
|
#: contrib/admin/models.py:20
|
||||||
msgid "Deletion"
|
msgid "Deletion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:108
|
#: contrib/admin/models.py:59
|
||||||
msgid "action time"
|
msgid "action time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:115
|
#: contrib/admin/models.py:66
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:120
|
#: contrib/admin/models.py:71
|
||||||
msgid "content type"
|
msgid "content type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:124
|
#: contrib/admin/models.py:75
|
||||||
msgid "object id"
|
msgid "object id"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: 'repr' means representation
|
#. Translators: 'repr' means representation
|
||||||
#. (https://docs.python.org/library/functions.html#repr)
|
#. (https://docs.python.org/library/functions.html#repr)
|
||||||
#: contrib/admin/models.py:127
|
#: contrib/admin/models.py:78
|
||||||
msgid "object repr"
|
msgid "object repr"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:129
|
#: contrib/admin/models.py:80
|
||||||
msgid "action flag"
|
msgid "action flag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:132
|
#: contrib/admin/models.py:83
|
||||||
msgid "change message"
|
msgid "change message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:137
|
#: contrib/admin/models.py:88
|
||||||
msgid "log entry"
|
msgid "log entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:138
|
#: contrib/admin/models.py:89
|
||||||
msgid "log entries"
|
msgid "log entries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:147
|
#: contrib/admin/models.py:98
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Added “%(object)s”."
|
msgid "Added “%(object)s”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:149
|
#: contrib/admin/models.py:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Changed “%(object)s” — %(changes)s"
|
msgid "Changed “%(object)s” — %(changes)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:154
|
#: contrib/admin/models.py:105
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Deleted “%(object)s.”"
|
msgid "Deleted “%(object)s.”"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:156
|
#: contrib/admin/models.py:107
|
||||||
msgid "LogEntry Object"
|
msgid "LogEntry Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:185
|
#: contrib/admin/models.py:136
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Added {name} “{object}”."
|
msgid "Added {name} “{object}”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:190
|
#: contrib/admin/models.py:141
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:198 contrib/admin/options.py:2504
|
#: contrib/admin/models.py:149 contrib/admin/options.py:2462
|
||||||
msgid "and"
|
msgid "and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:205
|
#: contrib/admin/models.py:156
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Changed {fields} for {name} “{object}”."
|
msgid "Changed {fields} for {name} “{object}”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:211
|
#: contrib/admin/models.py:162
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Changed {fields}."
|
msgid "Changed {fields}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:221
|
#: contrib/admin/models.py:172
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Deleted {name} “{object}”."
|
msgid "Deleted {name} “{object}”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/models.py:227
|
#: contrib/admin/models.py:178
|
||||||
msgid "No fields changed."
|
msgid "No fields changed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:248 contrib/admin/options.py:292
|
#: contrib/admin/options.py:246 contrib/admin/options.py:290
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:344
|
#: contrib/admin/options.py:342
|
||||||
msgid "Hold down “Control”, or “Command” on a Mac, to select more than one."
|
msgid "Hold down “Control”, or “Command” on a Mac, to select more than one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1031
|
#: contrib/admin/options.py:989
|
||||||
msgid "Select this object for an action - {}"
|
msgid "Select this object for an action - {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1469 contrib/admin/options.py:1507
|
#: contrib/admin/options.py:1427 contrib/admin/options.py:1465
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "The {name} “{obj}” was added successfully."
|
msgid "The {name} “{obj}” was added successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1471
|
#: contrib/admin/options.py:1429
|
||||||
msgid "You may edit it again below."
|
msgid "You may edit it again below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1488
|
#: contrib/admin/options.py:1446
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The {name} “{obj}” was added successfully. You may add another {name} below."
|
"The {name} “{obj}” was added successfully. You may add another {name} below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1556
|
#: contrib/admin/options.py:1514
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The {name} “{obj}” was changed successfully. You may edit it again below."
|
"The {name} “{obj}” was changed successfully. You may edit it again below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1576
|
#: contrib/admin/options.py:1534
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The {name} “{obj}” was changed successfully. You may add another {name} "
|
"The {name} “{obj}” was changed successfully. You may add another {name} "
|
||||||
"below."
|
"below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1598
|
#: contrib/admin/options.py:1556
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "The {name} “{obj}” was changed successfully."
|
msgid "The {name} “{obj}” was changed successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1676 contrib/admin/options.py:2066
|
#: contrib/admin/options.py:1634 contrib/admin/options.py:2024
|
||||||
msgid ""
|
msgid ""
|
||||||
"Items must be selected in order to perform actions on them. No items have "
|
"Items must be selected in order to perform actions on them. No items have "
|
||||||
"been changed."
|
"been changed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1696
|
#: contrib/admin/options.py:1654
|
||||||
msgid "No action selected."
|
msgid "No action selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1727
|
#: contrib/admin/options.py:1685
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The %(name)s “%(obj)s” was deleted successfully."
|
msgid "The %(name)s “%(obj)s” was deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1829
|
#: contrib/admin/options.py:1787
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?"
|
msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1945
|
#: contrib/admin/options.py:1903
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Add %s"
|
msgid "Add %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1947
|
#: contrib/admin/options.py:1905
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change %s"
|
msgid "Change %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:1949
|
#: contrib/admin/options.py:1907
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "View %s"
|
msgid "View %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2036
|
#: contrib/admin/options.py:1994
|
||||||
msgid "Database error"
|
msgid "Database error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2126
|
#: contrib/admin/options.py:2084
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(count)s %(name)s was changed successfully."
|
msgid "%(count)s %(name)s was changed successfully."
|
||||||
msgid_plural "%(count)s %(name)s were changed successfully."
|
msgid_plural "%(count)s %(name)s were changed successfully."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2157
|
#: contrib/admin/options.py:2115
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(total_count)s selected"
|
msgid "%(total_count)s selected"
|
||||||
msgid_plural "All %(total_count)s selected"
|
msgid_plural "All %(total_count)s selected"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2163
|
#: contrib/admin/options.py:2121
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "0 of %(cnt)s selected"
|
msgid "0 of %(cnt)s selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2252
|
#: contrib/admin/options.py:2210
|
||||||
#: contrib/admin/templates/admin/delete_confirmation.html:18
|
#: contrib/admin/templates/admin/delete_confirmation.html:18
|
||||||
#: contrib/admin/templates/admin/submit_line.html:14
|
#: contrib/admin/templates/admin/submit_line.html:14
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2308
|
#: contrib/admin/options.py:2266
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change history: %s"
|
msgid "Change history: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -332,12 +332,12 @@ msgstr ""
|
|||||||
#. Translators: Model verbose name and instance
|
#. Translators: Model verbose name and instance
|
||||||
#. representation, suitable to be an item in a
|
#. representation, suitable to be an item in a
|
||||||
#. list.
|
#. list.
|
||||||
#: contrib/admin/options.py:2498
|
#: contrib/admin/options.py:2456
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(class_name)s %(instance)s"
|
msgid "%(class_name)s %(instance)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/options.py:2507
|
#: contrib/admin/options.py:2465
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deleting %(class_name)s %(instance)s would require deleting the following "
|
"Deleting %(class_name)s %(instance)s would require deleting the following "
|
||||||
@ -356,13 +356,13 @@ msgstr ""
|
|||||||
msgid "Site administration"
|
msgid "Site administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/sites.py:431 contrib/admin/templates/admin/login.html:64
|
#: contrib/admin/sites.py:432 contrib/admin/templates/admin/login.html:64
|
||||||
#: contrib/admin/templates/registration/password_reset_complete.html:15
|
#: contrib/admin/templates/registration/password_reset_complete.html:15
|
||||||
#: contrib/admin/tests.py:146
|
#: contrib/admin/tests.py:170
|
||||||
msgid "Log in"
|
msgid "Log in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/sites.py:586
|
#: contrib/admin/sites.py:587
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(app)s administration"
|
msgid "%(app)s administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -379,7 +379,7 @@ msgstr ""
|
|||||||
#: contrib/admin/templates/admin/500.html:6
|
#: contrib/admin/templates/admin/500.html:6
|
||||||
#: contrib/admin/templates/admin/app_index.html:10
|
#: contrib/admin/templates/admin/app_index.html:10
|
||||||
#: contrib/admin/templates/admin/auth/user/change_password.html:15
|
#: contrib/admin/templates/admin/auth/user/change_password.html:15
|
||||||
#: contrib/admin/templates/admin/base.html:75
|
#: contrib/admin/templates/admin/base.html:76
|
||||||
#: contrib/admin/templates/admin/change_form.html:19
|
#: contrib/admin/templates/admin/change_form.html:19
|
||||||
#: contrib/admin/templates/admin/change_list.html:33
|
#: contrib/admin/templates/admin/change_list.html:33
|
||||||
#: contrib/admin/templates/admin/delete_confirmation.html:14
|
#: contrib/admin/templates/admin/delete_confirmation.html:14
|
||||||
@ -415,11 +415,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/actions.html:8
|
#: contrib/admin/templates/admin/actions.html:8
|
||||||
msgid "Run the selected action"
|
msgid "Run"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/actions.html:8
|
|
||||||
msgid "Go"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/actions.html:16
|
#: contrib/admin/templates/admin/actions.html:16
|
||||||
@ -436,7 +432,7 @@ msgid "Clear selection"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/app_index.html:8
|
#: contrib/admin/templates/admin/app_index.html:8
|
||||||
#: contrib/admin/templates/admin/base.html:72
|
#: contrib/admin/templates/admin/base.html:73
|
||||||
msgid "Breadcrumbs"
|
msgid "Breadcrumbs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -463,7 +459,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: contrib/admin/templates/admin/app_list.html:36
|
#: contrib/admin/templates/admin/app_list.html:36
|
||||||
#: contrib/admin/templates/admin/edit_inline/stacked.html:20
|
#: contrib/admin/templates/admin/edit_inline/stacked.html:20
|
||||||
#: contrib/admin/templates/admin/edit_inline/tabular.html:40
|
#: contrib/admin/templates/admin/edit_inline/tabular.html:41
|
||||||
msgid "View"
|
msgid "View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -487,7 +483,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: contrib/admin/templates/admin/auth/user/change_password.html:19
|
#: contrib/admin/templates/admin/auth/user/change_password.html:19
|
||||||
#: contrib/admin/templates/admin/auth/user/change_password.html:71
|
#: contrib/admin/templates/admin/auth/user/change_password.html:71
|
||||||
#: contrib/admin/templates/admin/base.html:56
|
#: contrib/admin/templates/admin/base.html:57
|
||||||
#: contrib/admin/templates/registration/password_change_done.html:4
|
#: contrib/admin/templates/registration/password_change_done.html:4
|
||||||
#: contrib/admin/templates/registration/password_change_form.html:7
|
#: contrib/admin/templates/registration/password_change_form.html:7
|
||||||
msgid "Change password"
|
msgid "Change password"
|
||||||
@ -498,8 +494,8 @@ msgid "Set password"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/auth/user/change_password.html:30
|
#: contrib/admin/templates/admin/auth/user/change_password.html:30
|
||||||
#: contrib/admin/templates/admin/change_form.html:45
|
#: contrib/admin/templates/admin/change_form.html:44
|
||||||
#: contrib/admin/templates/admin/change_list.html:54
|
#: contrib/admin/templates/admin/change_list.html:53
|
||||||
#: contrib/admin/templates/admin/login.html:24
|
#: contrib/admin/templates/admin/login.html:24
|
||||||
#: contrib/admin/templates/registration/password_change_form.html:27
|
#: contrib/admin/templates/registration/password_change_form.html:27
|
||||||
msgid "Please correct the error below."
|
msgid "Please correct the error below."
|
||||||
@ -526,25 +522,25 @@ msgstr ""
|
|||||||
msgid "Enable password-based authentication"
|
msgid "Enable password-based authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/base.html:27
|
#: contrib/admin/templates/admin/base.html:28
|
||||||
msgid "Skip to main content"
|
msgid "Skip to main content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/base.html:42
|
#: contrib/admin/templates/admin/base.html:43
|
||||||
msgid "Welcome,"
|
msgid "Welcome,"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/base.html:47
|
#: contrib/admin/templates/admin/base.html:48
|
||||||
msgid "View site"
|
msgid "View site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/base.html:52
|
#: contrib/admin/templates/admin/base.html:53
|
||||||
#: contrib/admin/templates/registration/password_change_done.html:4
|
#: contrib/admin/templates/registration/password_change_done.html:4
|
||||||
#: contrib/admin/templates/registration/password_change_form.html:7
|
#: contrib/admin/templates/registration/password_change_form.html:7
|
||||||
msgid "Documentation"
|
msgid "Documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/base.html:60
|
#: contrib/admin/templates/admin/base.html:61
|
||||||
#: contrib/admin/templates/registration/password_change_done.html:7
|
#: contrib/admin/templates/registration/password_change_done.html:7
|
||||||
#: contrib/admin/templates/registration/password_change_form.html:10
|
#: contrib/admin/templates/registration/password_change_form.html:10
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
@ -563,26 +559,31 @@ msgstr ""
|
|||||||
|
|
||||||
#: contrib/admin/templates/admin/change_form_object_tools.html:7
|
#: contrib/admin/templates/admin/change_form_object_tools.html:7
|
||||||
#: contrib/admin/templates/admin/edit_inline/stacked.html:22
|
#: contrib/admin/templates/admin/edit_inline/stacked.html:22
|
||||||
#: contrib/admin/templates/admin/edit_inline/tabular.html:42
|
#: contrib/admin/templates/admin/edit_inline/tabular.html:43
|
||||||
msgid "View on site"
|
msgid "View on site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/change_list.html:79
|
#: contrib/admin/templates/admin/change_list.html:62
|
||||||
msgid "Filter"
|
msgid "Filter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/change_list.html:82
|
#: contrib/admin/templates/admin/change_list.html:65
|
||||||
msgid "Hide counts"
|
msgid "Hide counts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/change_list.html:83
|
#: contrib/admin/templates/admin/change_list.html:66
|
||||||
msgid "Show counts"
|
msgid "Show counts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/change_list.html:86
|
#: contrib/admin/templates/admin/change_list.html:69
|
||||||
msgid "Clear all filters"
|
msgid "Clear all filters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: contrib/admin/templates/admin/change_list.html:93
|
||||||
|
#: contrib/admin/templates/admin/submit_line.html:4
|
||||||
|
msgid "Save"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/change_list_results.html:16
|
#: contrib/admin/templates/admin/change_list_results.html:16
|
||||||
msgid "Remove from sorting"
|
msgid "Remove from sorting"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -611,7 +612,7 @@ msgstr ""
|
|||||||
#: contrib/admin/templates/admin/delete_confirmation.html:25
|
#: contrib/admin/templates/admin/delete_confirmation.html:25
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
|
"Deleting the %(object_name)s “%(escaped_object)s” would result in deleting "
|
||||||
"related objects, but your account doesn't have permission to delete the "
|
"related objects, but your account doesn't have permission to delete the "
|
||||||
"following types of objects:"
|
"following types of objects:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -619,14 +620,14 @@ msgstr ""
|
|||||||
#: contrib/admin/templates/admin/delete_confirmation.html:30
|
#: contrib/admin/templates/admin/delete_confirmation.html:30
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
|
"Deleting the %(object_name)s “%(escaped_object)s” would require deleting the "
|
||||||
"following protected related objects:"
|
"following protected related objects:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/delete_confirmation.html:35
|
#: contrib/admin/templates/admin/delete_confirmation.html:35
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
|
"Are you sure you want to delete the %(object_name)s “%(escaped_object)s”? "
|
||||||
"All of the following related items will be deleted:"
|
"All of the following related items will be deleted:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -667,7 +668,7 @@ msgid ""
|
|||||||
"following objects and their related items will be deleted:"
|
"following objects and their related items will be deleted:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/edit_inline/tabular.html:26
|
#: contrib/admin/templates/admin/edit_inline/tabular.html:27
|
||||||
msgid "Delete?"
|
msgid "Delete?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -754,44 +755,54 @@ msgstr ""
|
|||||||
msgid "Action"
|
msgid "Action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/object_history.html:49
|
#: contrib/admin/templates/admin/object_history.html:38
|
||||||
|
#, python-format
|
||||||
|
msgid "Pagination %(name)s entries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: contrib/admin/templates/admin/object_history.html:52
|
||||||
msgid "entry"
|
msgid "entry"
|
||||||
msgid_plural "entries"
|
msgid_plural "entries"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/object_history.html:52
|
#: contrib/admin/templates/admin/object_history.html:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"This object doesn’t have a change history. It probably wasn’t added via this "
|
"This object doesn’t have a change history. It probably wasn’t added via this "
|
||||||
"admin site."
|
"admin site."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/pagination.html:10
|
#: contrib/admin/templates/admin/pagination.html:4
|
||||||
#: contrib/admin/templates/admin/search_form.html:9
|
#, python-format
|
||||||
msgid "Show all"
|
msgid "Pagination %(name)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/pagination.html:11
|
#: contrib/admin/templates/admin/pagination.html:13
|
||||||
#: contrib/admin/templates/admin/submit_line.html:4
|
#: contrib/admin/templates/admin/search_form.html:11
|
||||||
msgid "Save"
|
msgid "Show all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/popup_response.html:3
|
#: contrib/admin/templates/admin/popup_response.html:3
|
||||||
msgid "Popup closing…"
|
msgid "Popup closing…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/search_form.html:7
|
#: contrib/admin/templates/admin/search_form.html:4
|
||||||
msgid "Search"
|
#, python-format
|
||||||
|
msgid "Search %(name)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/search_form.html:9
|
#: contrib/admin/templates/admin/search_form.html:9
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: contrib/admin/templates/admin/search_form.html:11
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(counter)s result"
|
msgid "%(counter)s result"
|
||||||
msgid_plural "%(counter)s results"
|
msgid_plural "%(counter)s results"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/search_form.html:9
|
#: contrib/admin/templates/admin/search_form.html:11
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(full_result_count)s total"
|
msgid "%(full_result_count)s total"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -948,45 +959,45 @@ msgstr ""
|
|||||||
msgid "Reset my password"
|
msgid "Reset my password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templatetags/admin_list.py:101
|
#: contrib/admin/templatetags/admin_list.py:103
|
||||||
msgid "Select all objects on this page for an action"
|
msgid "Select all objects on this page for an action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templatetags/admin_list.py:445
|
#: contrib/admin/templatetags/admin_list.py:448
|
||||||
msgid "All dates"
|
msgid "All dates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/views/main.py:148
|
#: contrib/admin/views/main.py:145
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Select %s"
|
msgid "Select %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/views/main.py:150
|
#: contrib/admin/views/main.py:147
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Select %s to change"
|
msgid "Select %s to change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/views/main.py:152
|
#: contrib/admin/views/main.py:149
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Select %s to view"
|
msgid "Select %s to view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/widgets.py:99
|
#: contrib/admin/widgets.py:109
|
||||||
msgid "Date:"
|
msgid "Date:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/widgets.py:100
|
#: contrib/admin/widgets.py:110
|
||||||
msgid "Time:"
|
msgid "Time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/widgets.py:164
|
#: contrib/admin/widgets.py:179
|
||||||
msgid "Lookup"
|
msgid "Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/widgets.py:393
|
#: contrib/admin/widgets.py:412
|
||||||
msgid "Currently:"
|
msgid "Currently:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/widgets.py:394
|
#: contrib/admin/widgets.py:413
|
||||||
msgid "Change:"
|
msgid "Change:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user