Skip to content

Commit a540729

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by: Hosted Weblate <[email protected]> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/ Translation: pypa/packaging.python.org
1 parent de0d9db commit a540729

File tree

4 files changed

+9164
-2216
lines changed

4 files changed

+9164
-2216
lines changed

locales/es/LC_MESSAGES/messages.po

Lines changed: 13 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python Packaging User Guide\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-07-29 09:02+0000\n"
18+
"POT-Creation-Date: 2024-07-30 13:47+0000\n"
1919
"PO-Revision-Date: 2024-07-29 09:35+0000\n"
2020
"Last-Translator: gallegonovato <[email protected]>\n"
21-
"Language-Team: Spanish <https://hosted.weblate.org/projects/pypa/"
22-
"packaging-python-org/es/>\n"
21+
"Language-Team: Spanish <https://hosted.weblate.org/projects/pypa/packaging-"
22+
"python-org/es/>\n"
2323
"Language: es\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -14043,8 +14043,8 @@ msgstr ""
1404314043
#: ../source/specifications/direct-url-data-structure.rst:45
1404414044
msgid ""
1404514045
"Additionally, the user:password section of the URL MAY be a well-known, non "
14046-
"security sensitive string. A typical example is ``git`` in the case of an "
14047-
"URL such as ``ssh://[email protected]/user/repo``."
14046+
"security sensitive string. A typical example is ``git`` in the case of a URL "
14047+
"such as ``ssh://[email protected]/user/repo``."
1404814048
msgstr ""
1404914049

1405014050
#: ../source/specifications/direct-url-data-structure.rst:50
@@ -14855,7 +14855,7 @@ msgstr ""
1485514855
msgid ""
1485614856
"Software distributors who have a non-Python-specific package manager that "
1485714857
"manages libraries in the ``sys.path`` of their Python package should, in "
14858-
"general, ship a ``EXTERNALLY-MANAGED`` file in their standard library "
14858+
"general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
1485914859
"directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
1486014860
"EXTERNALLY-MANAGED`` consisting of something like"
1486114861
msgstr ""
@@ -17658,10 +17658,10 @@ msgstr ""
1765817658

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

1766717667
#: ../source/specifications/simple-repository-api.rst:368
@@ -18030,7 +18030,7 @@ msgstr ""
1803018030
msgid ""
1803118031
"This spec **does** require that if the meta version ``latest`` is being "
1803218032
"used, the server **MUST** respond with the content type for the actual "
18033-
"version that is contained in the response (i.e. A ``Accept: application/vnd."
18033+
"version that is contained in the response (i.e. an ``Accept: application/vnd."
1803418034
"pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
1803518035
"have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
1803618036
msgstr ""
@@ -18130,7 +18130,7 @@ msgstr ""
1813018130

1813118131
#: ../source/specifications/simple-repository-api.rst:728
1813218132
msgid ""
18133-
"Servers that implement the Simple API may choose to support an URL parameter "
18133+
"Servers that implement the Simple API may choose to support a URL parameter "
1813418134
"named ``format`` to allow the clients to request a specific version of the "
1813518135
"URL."
1813618136
msgstr ""
@@ -20366,7 +20366,7 @@ msgstr ""
2036620366

2036720367
#: ../source/specifications/version-specifiers.rst:1181
2036820368
msgid ""
20369-
"Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at "
20369+
"Note: this comparison is to ``pkg_resources.parse_version`` as it existed at "
2037020370
"the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
2037120371
"and later versions adopted the behaviour described here."
2037220372
msgstr ""
@@ -21765,53 +21765,6 @@ msgid ""
2176521765
"the file is empty)."
2176621766
msgstr ""
2176721767

21768-
#: ../source/specifications/direct-url-data-structure.rst:45
21769-
msgid ""
21770-
"Additionally, the user:password section of the URL MAY be a well-known, non "
21771-
"security sensitive string. A typical example is ``git`` in the case of a URL "
21772-
"such as ``ssh://[email protected]/user/repo``."
21773-
msgstr ""
21774-
21775-
#: ../source/specifications/externally-managed-environments.rst:206
21776-
msgid ""
21777-
"Software distributors who have a non-Python-specific package manager that "
21778-
"manages libraries in the ``sys.path`` of their Python package should, in "
21779-
"general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
21780-
"directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
21781-
"EXTERNALLY-MANAGED`` consisting of something like"
21782-
msgstr ""
21783-
21784-
#: ../source/specifications/simple-repository-api.rst:363
21785-
msgid ""
21786-
"While JSON doesn't natively support a URL type, any value that represents an "
21787-
"URL in this API may be either absolute or relative as long as they point to "
21788-
"the correct location. If relative, they are relative to the current URL as "
21789-
"if it were HTML."
21790-
msgstr ""
21791-
21792-
#: ../source/specifications/simple-repository-api.rst:616
21793-
msgid ""
21794-
"This spec **does** require that if the meta version ``latest`` is being "
21795-
"used, the server **MUST** respond with the content type for the actual "
21796-
"version that is contained in the response (i.e. an ``Accept: application/vnd."
21797-
"pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
21798-
"have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
21799-
msgstr ""
21800-
21801-
#: ../source/specifications/simple-repository-api.rst:728
21802-
msgid ""
21803-
"Servers that implement the Simple API may choose to support a URL parameter "
21804-
"named ``format`` to allow the clients to request a specific version of the "
21805-
"URL."
21806-
msgstr ""
21807-
21808-
#: ../source/specifications/version-specifiers.rst:1181
21809-
msgid ""
21810-
"Note: this comparison is to ``pkg_resources.parse_version`` as it existed at "
21811-
"the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
21812-
"and later versions adopted the behaviour described here."
21813-
msgstr ""
21814-
2181521768
#, fuzzy
2181621769
#~ msgid "Examples:"
2181721770
#~ msgstr "Ejemplos"

locales/pt_BR/LC_MESSAGES/messages.po

Lines changed: 20 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python Packaging User Guide\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-07-29 09:02+0000\n"
14+
"POT-Creation-Date: 2024-07-30 13:47+0000\n"
1515
"PO-Revision-Date: 2024-07-30 13:48+0000\n"
1616
"Last-Translator: Alefsander Ribeiro Nascimento <[email protected]>\n"
1717
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/pypa/"
@@ -18235,10 +18235,11 @@ msgstr ""
1823518235
"ambiente, correspondendo à seguinte expressão regular::"
1823618236

1823718237
#: ../source/specifications/direct-url-data-structure.rst:45
18238+
#, fuzzy
1823818239
msgid ""
1823918240
"Additionally, the user:password section of the URL MAY be a well-known, non "
18240-
"security sensitive string. A typical example is ``git`` in the case of an "
18241-
"URL such as ``ssh://[email protected]/user/repo``."
18241+
"security sensitive string. A typical example is ``git`` in the case of a URL "
18242+
"such as ``ssh://[email protected]/user/repo``."
1824218243
msgstr ""
1824318244
"Além disso, a seção usuário:senha da URL PODE ser uma string bem conhecida e "
1824418245
"não sensível à segurança. Um exemplo típico é ``git`` no caso de uma URL "
@@ -19261,7 +19262,7 @@ msgstr ""
1926119262
msgid ""
1926219263
"Software distributors who have a non-Python-specific package manager that "
1926319264
"manages libraries in the ``sys.path`` of their Python package should, in "
19264-
"general, ship a ``EXTERNALLY-MANAGED`` file in their standard library "
19265+
"general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
1926519266
"directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
1926619267
"EXTERNALLY-MANAGED`` consisting of something like"
1926719268
msgstr ""
@@ -22441,10 +22442,10 @@ msgstr ""
2244122442

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

2245022451
#: ../source/specifications/simple-repository-api.rst:368
@@ -22824,7 +22825,7 @@ msgstr ""
2282422825
msgid ""
2282522826
"This spec **does** require that if the meta version ``latest`` is being "
2282622827
"used, the server **MUST** respond with the content type for the actual "
22827-
"version that is contained in the response (i.e. A ``Accept: application/vnd."
22828+
"version that is contained in the response (i.e. an ``Accept: application/vnd."
2282822829
"pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
2282922830
"have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
2283022831
msgstr ""
@@ -22924,7 +22925,7 @@ msgstr ""
2292422925

2292522926
#: ../source/specifications/simple-repository-api.rst:728
2292622927
msgid ""
22927-
"Servers that implement the Simple API may choose to support an URL parameter "
22928+
"Servers that implement the Simple API may choose to support a URL parameter "
2292822929
"named ``format`` to allow the clients to request a specific version of the "
2292922930
"URL."
2293022931
msgstr ""
@@ -25234,7 +25235,7 @@ msgstr "Resumo das diferenças em relação a pkg_resources.parse_version"
2523425235

2523525236
#: ../source/specifications/version-specifiers.rst:1181
2523625237
msgid ""
25237-
"Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at "
25238+
"Note: this comparison is to ``pkg_resources.parse_version`` as it existed at "
2523825239
"the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
2523925240
"and later versions adopted the behaviour described here."
2524025241
msgstr ""
@@ -27117,56 +27118,14 @@ msgid ""
2711727118
"the file is empty)."
2711827119
msgstr ""
2711927120

27120-
#: ../source/specifications/direct-url-data-structure.rst:45
27121-
#, fuzzy
27122-
msgid ""
27123-
"Additionally, the user:password section of the URL MAY be a well-known, non "
27124-
"security sensitive string. A typical example is ``git`` in the case of a URL "
27125-
"such as ``ssh://[email protected]/user/repo``."
27126-
msgstr ""
27127-
"Além disso, a seção usuário:senha da URL PODE ser uma string bem conhecida e "
27128-
"não sensível à segurança. Um exemplo típico é ``git`` no caso de uma URL "
27129-
"como ``ssh://[email protected]/user/repo``."
27130-
27131-
#: ../source/specifications/externally-managed-environments.rst:206
27132-
msgid ""
27133-
"Software distributors who have a non-Python-specific package manager that "
27134-
"manages libraries in the ``sys.path`` of their Python package should, in "
27135-
"general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
27136-
"directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
27137-
"EXTERNALLY-MANAGED`` consisting of something like"
27138-
msgstr ""
27139-
27140-
#: ../source/specifications/simple-repository-api.rst:363
27141-
msgid ""
27142-
"While JSON doesn't natively support a URL type, any value that represents an "
27143-
"URL in this API may be either absolute or relative as long as they point to "
27144-
"the correct location. If relative, they are relative to the current URL as "
27145-
"if it were HTML."
27146-
msgstr ""
27147-
27148-
#: ../source/specifications/simple-repository-api.rst:616
27149-
msgid ""
27150-
"This spec **does** require that if the meta version ``latest`` is being "
27151-
"used, the server **MUST** respond with the content type for the actual "
27152-
"version that is contained in the response (i.e. an ``Accept: application/vnd."
27153-
"pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
27154-
"have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
27155-
msgstr ""
27156-
27157-
#: ../source/specifications/simple-repository-api.rst:728
27158-
msgid ""
27159-
"Servers that implement the Simple API may choose to support a URL parameter "
27160-
"named ``format`` to allow the clients to request a specific version of the "
27161-
"URL."
27162-
msgstr ""
27163-
27164-
#: ../source/specifications/version-specifiers.rst:1181
27165-
msgid ""
27166-
"Note: this comparison is to ``pkg_resources.parse_version`` as it existed at "
27167-
"the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
27168-
"and later versions adopted the behaviour described here."
27169-
msgstr ""
27121+
#~ msgid ""
27122+
#~ "Additionally, the user:password section of the URL MAY be a well-known, "
27123+
#~ "non security sensitive string. A typical example is ``git`` in the case "
27124+
#~ "of an URL such as ``ssh://[email protected]/user/repo``."
27125+
#~ msgstr ""
27126+
#~ "Além disso, a seção usuário:senha da URL PODE ser uma string bem "
27127+
#~ "conhecida e não sensível à segurança. Um exemplo típico é ``git`` no caso "
27128+
#~ "de uma URL como ``ssh://[email protected]/user/repo``."
2717027129

2717127130
#~ msgid ""
2717227131
#~ "This guide is specifically for users of :ref:`setuptools`, other "

0 commit comments

Comments
 (0)