[5.1.x] Updated source translation catalogs.

This commit is contained in:
Natalia 2024-05-22 11:57:28 -03:00 committed by nessita
parent 50a57d9e62
commit 3af9c11b3b
4 changed files with 85 additions and 31 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 11:41-0300\n"
"POT-Creation-Date: 2024-05-22 11:46-0300\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -448,6 +448,10 @@ msgstr ""
msgid "Enter a valid value."
msgstr ""
#: core/validators.py:70
msgid "Enter a valid domain name."
msgstr ""
#: core/validators.py:104 forms/fields.py:759
msgid "Enter a valid URL."
msgstr ""
@ -472,16 +476,22 @@ msgid ""
"hyphens."
msgstr ""
#: core/validators.py:279 core/validators.py:306
msgid "Enter a valid IPv4 address."
#: core/validators.py:327 core/validators.py:336 core/validators.py:350
#: db/models/fields/__init__.py:2219
#, python-format
msgid "Enter a valid %(protocol)s address."
msgstr ""
#: core/validators.py:286 core/validators.py:307
msgid "Enter a valid IPv6 address."
#: core/validators.py:329
msgid "IPv4"
msgstr ""
#: core/validators.py:298 core/validators.py:305
msgid "Enter a valid IPv4 or IPv6 address."
#: core/validators.py:338 utils/ipv6.py:30
msgid "IPv6"
msgstr ""
#: core/validators.py:352
msgid "IPv4 or IPv6"
msgstr ""
#: core/validators.py:341

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 11:41-0300\n"
"POT-Creation-Date: 2024-05-22 11:46-0300\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -247,11 +247,6 @@ msgid ""
"The {name} “{obj}” was changed successfully. You may edit it again below."
msgstr ""
#: contrib/admin/options.py:1497
#, python-brace-format
msgid "The {name} “{obj}” was added successfully. You may edit it again below."
msgstr ""
#: contrib/admin/options.py:1516
#, python-brace-format
msgid ""
@ -475,6 +470,10 @@ msgstr ""
msgid "Change password"
msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:18
msgid "Set password"
msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:25
#: contrib/admin/templates/admin/change_form.html:43
#: contrib/admin/templates/admin/change_list.html:52
@ -490,6 +489,20 @@ msgstr[1] ""
msgid "Enter a new password for the user <strong>%(username)s</strong>."
msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:35
msgid ""
"This action will <strong>enable</strong> password-based authentication for "
"this user."
msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:71
msgid "Disable password-based authentication"
msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:73
msgid "Enable password-based authentication"
msgstr ""
#: contrib/admin/templates/admin/base.html:28
msgid "Skip to main content"
msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 15:04-0300\n"
"POT-Creation-Date: 2024-05-22 11:46-0300\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -381,12 +381,3 @@ msgstr ""
msgctxt "one letter Saturday"
msgid "S"
msgstr ""
#: contrib/admin/static/admin/js/collapse.js:16
#: contrib/admin/static/admin/js/collapse.js:34
msgid "Show"
msgstr ""
#: contrib/admin/static/admin/js/collapse.js:30
msgid "Hide"
msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-17 03:19-0500\n"
"POT-Creation-Date: 2024-05-22 11:46-0300\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -31,15 +31,28 @@ msgstr ""
msgid "%(name)s object with primary key %(key)r does not exist."
msgstr ""
#: contrib/auth/admin.py:177
msgid "Conflicting form data submitted. Please try again."
msgstr ""
#: contrib/auth/admin.py:168
msgid "Password changed successfully."
msgstr ""
#: contrib/auth/admin.py:187
msgid "Password-based authentication was disabled."
msgstr ""
#: contrib/auth/admin.py:189
#, python-format
msgid "Change password: %s"
msgstr ""
#: contrib/auth/admin.py:210
#, python-format
msgid "Set password: %s"
msgstr ""
#: contrib/auth/apps.py:16
msgid "Authentication and Authorization"
msgstr ""
@ -60,10 +73,25 @@ msgstr ""
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""
#: contrib/auth/forms.py:59
msgid "Reset password"
msgstr ""
#: contrib/auth/forms.py:59
msgid "Set password"
msgstr ""
#: contrib/auth/forms.py:91 contrib/auth/forms.py:379 contrib/auth/forms.py:457
msgid "The two password fields didnt match."
msgstr ""
#: contrib/auth/forms.py:107
msgid ""
"Whether the user will be able to authenticate using a password or not. If "
"disabled, they may still be able to authenticate using other backends, such "
"as Single Sign-On or LDAP."
msgstr ""
#: contrib/auth/forms.py:94 contrib/auth/forms.py:166 contrib/auth/forms.py:201
#: contrib/auth/forms.py:461
msgid "Password"
@ -77,10 +105,26 @@ msgstr ""
msgid "Enter the same password as before, for verification."
msgstr ""
#: contrib/auth/forms.py:168
#: contrib/auth/forms.py:133
msgid "Password-based authentication"
msgstr ""
#: contrib/auth/forms.py:136
msgid "Enabled"
msgstr ""
#: contrib/auth/forms.py:136
msgid "Disabled"
msgstr ""
#: contrib/auth/forms.py:260
msgid ""
"Raw passwords are not stored, so there is no way to see this users "
"password, but you can change the password using <a href=\"{}\">this form</a>."
"Raw passwords are not stored, so there is no way to see the users password."
msgstr ""
#: contrib/auth/forms.py:276
msgid ""
"Enable password-based authentication for this user by setting a password."
msgstr ""
#: contrib/auth/forms.py:208
@ -114,10 +158,6 @@ msgstr ""
msgid "Old password"
msgstr ""
#: contrib/auth/forms.py:469
msgid "Password (again)"
msgstr ""
#: contrib/auth/hashers.py:327 contrib/auth/hashers.py:420
#: contrib/auth/hashers.py:510 contrib/auth/hashers.py:605
#: contrib/auth/hashers.py:665 contrib/auth/hashers.py:707