Skip to content

Commit e0a77b4

Browse files
Update messages.pot as of version caa2007
1 parent 92595d9 commit e0a77b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

locales/messages.pot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python Packaging User Guide \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-07-29 09:02+0000\n"
11+
"POT-Creation-Date: 2024-07-30 13:47+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -9478,7 +9478,7 @@ msgid "The user:password section of the URL MAY however be composed of environme
94789478
msgstr ""
94799479

94809480
#: ../source/specifications/direct-url-data-structure.rst:45
9481-
msgid "Additionally, the user:password section of the URL MAY be a well-known, non security sensitive string. A typical example is ``git`` in the case of an URL such as ``ssh://[email protected]/user/repo``."
9481+
msgid "Additionally, the user:password section of the URL MAY be a well-known, non security sensitive string. A typical example is ``git`` in the case of a URL such as ``ssh://[email protected]/user/repo``."
94829482
msgstr ""
94839483

94849484
#: ../source/specifications/direct-url-data-structure.rst:50
@@ -9977,7 +9977,7 @@ msgid "If the installer cannot find an error message in the file (either because
99779977
msgstr ""
99789978

99799979
#: ../source/specifications/externally-managed-environments.rst:206
9980-
msgid "Software distributors who have a non-Python-specific package manager that manages libraries in the ``sys.path`` of their Python package should, in general, ship a ``EXTERNALLY-MANAGED`` file in their standard library directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/EXTERNALLY-MANAGED`` consisting of something like"
9980+
msgid "Software distributors who have a non-Python-specific package manager that manages libraries in the ``sys.path`` of their Python package should, in general, ship an ``EXTERNALLY-MANAGED`` file in their standard library directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/EXTERNALLY-MANAGED`` consisting of something like"
99819981
msgstr ""
99829982

99839983
#: ../source/specifications/externally-managed-environments.rst:230
@@ -11768,7 +11768,7 @@ msgid "All JSON responses will *always* be a JSON object rather than an array or
1176811768
msgstr ""
1176911769

1177011770
#: ../source/specifications/simple-repository-api.rst:363
11771-
msgid "While JSON doesn't natively support an URL type, any value that represents an URL in this API may be either absolute or relative as long as they point to the correct location. If relative, they are relative to the current URL as if it were HTML."
11771+
msgid "While JSON doesn't natively support a URL type, any value that represents an URL in this API may be either absolute or relative as long as they point to the correct location. If relative, they are relative to the current URL as if it were HTML."
1177211772
msgstr ""
1177311773

1177411774
#: ../source/specifications/simple-repository-api.rst:368
@@ -11986,7 +11986,7 @@ msgid "However, as there is no standard format for how a ``300 Multiple Choices`
1198611986
msgstr ""
1198711987

1198811988
#: ../source/specifications/simple-repository-api.rst:616
11989-
msgid "This spec **does** require that if the meta version ``latest`` is being used, the server **MUST** respond with the content type for the actual version that is contained in the response (i.e. A ``Accept: application/vnd.pypi.simple.latest+json`` request that returns a ``v1.x`` response should have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
11989+
msgid "This spec **does** require that if the meta version ``latest`` is being used, the server **MUST** respond with the content type for the actual version that is contained in the response (i.e. an ``Accept: application/vnd.pypi.simple.latest+json`` request that returns a ``v1.x`` response should have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
1199011990
msgstr ""
1199111991

1199211992
#: ../source/specifications/simple-repository-api.rst:623
@@ -12046,7 +12046,7 @@ msgid "URL Parameter"
1204612046
msgstr ""
1204712047

1204812048
#: ../source/specifications/simple-repository-api.rst:728
12049-
msgid "Servers that implement the Simple API may choose to support an URL parameter named ``format`` to allow the clients to request a specific version of the URL."
12049+
msgid "Servers that implement the Simple API may choose to support a URL parameter named ``format`` to allow the clients to request a specific version of the URL."
1205012050
msgstr ""
1205112051

1205212052
#: ../source/specifications/simple-repository-api.rst:731
@@ -13442,7 +13442,7 @@ msgid "Summary of differences from pkg_resources.parse_version"
1344213442
msgstr ""
1344313443

1344413444
#: ../source/specifications/version-specifiers.rst:1181
13445-
msgid "Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 and later versions adopted the behaviour described here."
13445+
msgid "Note: this comparison is to ``pkg_resources.parse_version`` as it existed at the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 and later versions adopted the behaviour described here."
1344613446
msgstr ""
1344713447

1344813448
#: ../source/specifications/version-specifiers.rst:1185

0 commit comments

Comments
 (0)