Skip to content

Commit f60fbab

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

File tree

35 files changed

+571
-571
lines changed

35 files changed

+571
-571
lines changed

locales/ar/LC_MESSAGES/messages.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python Packaging User Guide\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2026-03-02 12:55+0000\n"
12+
"POT-Creation-Date: 2026-03-04 23:59+0000\n"
1313
"PO-Revision-Date: 2025-12-15 04:00+0000\n"
1414
"Last-Translator: HAMDI KHALID <hamdikhalid43@gmail.com>\n"
1515
"Language-Team: Arabic <https://hosted.weblate.org/projects/pypa/packaging-"
@@ -10114,7 +10114,7 @@ msgid ""
1011410114
"of possibilities <classifier-list_>`_."
1011510115
msgstr ""
1011610116

10117-
#: ../source/guides/writing-pyproject-toml.rst:435
10117+
#: ../source/guides/writing-pyproject-toml.rst:436
1011810118
msgid ""
1011910119
"Although the list of classifiers is often used to declare what Python "
1012010120
"versions a project supports, this information is only used for searching and "
@@ -10123,89 +10123,89 @@ msgid ""
1012310123
"python` argument."
1012410124
msgstr ""
1012510125

10126-
#: ../source/guides/writing-pyproject-toml.rst:440
10126+
#: ../source/guides/writing-pyproject-toml.rst:441
1012710127
msgid ""
1012810128
"To prevent a package from being uploaded to PyPI, use the special "
1012910129
"``Private :: Do Not Upload`` classifier. PyPI will always reject packages "
1013010130
"with classifiers beginning with ``Private ::``."
1013110131
msgstr ""
1013210132

10133-
#: ../source/guides/writing-pyproject-toml.rst:447
10133+
#: ../source/guides/writing-pyproject-toml.rst:448
1013410134
#: ../source/specifications/pyproject-toml.rst:154
1013510135
#: ../source/specifications/pyproject-toml.rst:406
1013610136
msgid "``urls``"
1013710137
msgstr ""
1013810138

10139-
#: ../source/guides/writing-pyproject-toml.rst:449
10139+
#: ../source/guides/writing-pyproject-toml.rst:450
1014010140
msgid ""
1014110141
"A list of URLs associated with your project, displayed on the left sidebar "
1014210142
"of your PyPI project page."
1014310143
msgstr ""
1014410144

10145-
#: ../source/guides/writing-pyproject-toml.rst:454
10145+
#: ../source/guides/writing-pyproject-toml.rst:455
1014610146
msgid ""
1014710147
"See :ref:`well-known-labels` for a listing of labels that PyPI and other "
1014810148
"packaging tools are specifically aware of, and `PyPI's project metadata docs "
1014910149
"<https://docs.pypi.org/project_metadata/#project-urls>`_ for PyPI-specific "
1015010150
"URL processing."
1015110151
msgstr ""
1015210152

10153-
#: ../source/guides/writing-pyproject-toml.rst:468
10153+
#: ../source/guides/writing-pyproject-toml.rst:469
1015410154
msgid ""
1015510155
"Note that if the label contains spaces, it needs to be quoted, e.g., "
1015610156
"``Website = \"https://example.com\"`` but ``\"Official Website\" = \"https://"
1015710157
"example.com\"``."
1015810158
msgstr ""
1015910159

10160-
#: ../source/guides/writing-pyproject-toml.rst:472
10160+
#: ../source/guides/writing-pyproject-toml.rst:473
1016110161
msgid ""
1016210162
"Users are advised to use :ref:`well-known-labels` for their project URLs "
1016310163
"where appropriate, since consumers of metadata (like package indices) can "
1016410164
"specialize their presentation."
1016510165
msgstr ""
1016610166

10167-
#: ../source/guides/writing-pyproject-toml.rst:476
10167+
#: ../source/guides/writing-pyproject-toml.rst:477
1016810168
msgid ""
1016910169
"For example in the following metadata, neither ``MyHomepage`` nor "
1017010170
"``\"Download Link\"`` is a well-known label, so they will be rendered "
1017110171
"verbatim:"
1017210172
msgstr ""
1017310173

10174-
#: ../source/guides/writing-pyproject-toml.rst:486
10174+
#: ../source/guides/writing-pyproject-toml.rst:487
1017510175
msgid ""
1017610176
"Whereas in this metadata ``HomePage`` and ``DOWNLOAD`` both have well-known "
1017710177
"equivalents (``homepage`` and ``download``), and can be presented with those "
1017810178
"semantics in mind (the project's home page and its external download "
1017910179
"location, respectively)."
1018010180
msgstr ""
1018110181

10182-
#: ../source/guides/writing-pyproject-toml.rst:498
10182+
#: ../source/guides/writing-pyproject-toml.rst:499
1018310183
msgid "Advanced plugins"
1018410184
msgstr ""
1018510185

10186-
#: ../source/guides/writing-pyproject-toml.rst:500
10186+
#: ../source/guides/writing-pyproject-toml.rst:501
1018710187
msgid ""
1018810188
"Some packages can be extended through plugins. Examples include Pytest_ and "
1018910189
"Pygments_. To create such a plugin, you need to declare it in a subtable of "
1019010190
"``[project.entry-points]`` like this:"
1019110191
msgstr ""
1019210192

10193-
#: ../source/guides/writing-pyproject-toml.rst:509
10193+
#: ../source/guides/writing-pyproject-toml.rst:510
1019410194
msgid "See the :ref:`Plugin guide <plugin-entry-points>` for more information."
1019510195
msgstr ""
1019610196

10197-
#: ../source/guides/writing-pyproject-toml.rst:514
10197+
#: ../source/guides/writing-pyproject-toml.rst:515
1019810198
msgid "A full example"
1019910199
msgstr ""
1020010200

10201-
#: ../source/guides/writing-pyproject-toml.rst:577
10201+
#: ../source/guides/writing-pyproject-toml.rst:578
1020210202
msgid ""
1020310203
"Think twice before applying an upper bound like ``requires-python = \"<= "
1020410204
"3.10\"`` here. `This blog post <requires-python-blog-post_>`_ contains some "
1020510205
"information regarding possible problems."
1020610206
msgstr ""
1020710207

10208-
#: ../source/guides/writing-pyproject-toml.rst:581
10208+
#: ../source/guides/writing-pyproject-toml.rst:582
1020910209
msgid ""
1021010210
"flit-core `does not yet <flit-issue-735_>`_ support WITH in SPDX license "
1021110211
"expressions."

locales/ars/LC_MESSAGES/messages.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python Packaging User Guide\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-03-02 12:55+0000\n"
9+
"POT-Creation-Date: 2026-03-04 23:59+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -10107,7 +10107,7 @@ msgid ""
1010710107
"of possibilities <classifier-list_>`_."
1010810108
msgstr ""
1010910109

10110-
#: ../source/guides/writing-pyproject-toml.rst:435
10110+
#: ../source/guides/writing-pyproject-toml.rst:436
1011110111
msgid ""
1011210112
"Although the list of classifiers is often used to declare what Python "
1011310113
"versions a project supports, this information is only used for searching and "
@@ -10116,89 +10116,89 @@ msgid ""
1011610116
"python` argument."
1011710117
msgstr ""
1011810118

10119-
#: ../source/guides/writing-pyproject-toml.rst:440
10119+
#: ../source/guides/writing-pyproject-toml.rst:441
1012010120
msgid ""
1012110121
"To prevent a package from being uploaded to PyPI, use the special "
1012210122
"``Private :: Do Not Upload`` classifier. PyPI will always reject packages "
1012310123
"with classifiers beginning with ``Private ::``."
1012410124
msgstr ""
1012510125

10126-
#: ../source/guides/writing-pyproject-toml.rst:447
10126+
#: ../source/guides/writing-pyproject-toml.rst:448
1012710127
#: ../source/specifications/pyproject-toml.rst:154
1012810128
#: ../source/specifications/pyproject-toml.rst:406
1012910129
msgid "``urls``"
1013010130
msgstr ""
1013110131

10132-
#: ../source/guides/writing-pyproject-toml.rst:449
10132+
#: ../source/guides/writing-pyproject-toml.rst:450
1013310133
msgid ""
1013410134
"A list of URLs associated with your project, displayed on the left sidebar "
1013510135
"of your PyPI project page."
1013610136
msgstr ""
1013710137

10138-
#: ../source/guides/writing-pyproject-toml.rst:454
10138+
#: ../source/guides/writing-pyproject-toml.rst:455
1013910139
msgid ""
1014010140
"See :ref:`well-known-labels` for a listing of labels that PyPI and other "
1014110141
"packaging tools are specifically aware of, and `PyPI's project metadata docs "
1014210142
"<https://docs.pypi.org/project_metadata/#project-urls>`_ for PyPI-specific "
1014310143
"URL processing."
1014410144
msgstr ""
1014510145

10146-
#: ../source/guides/writing-pyproject-toml.rst:468
10146+
#: ../source/guides/writing-pyproject-toml.rst:469
1014710147
msgid ""
1014810148
"Note that if the label contains spaces, it needs to be quoted, e.g., "
1014910149
"``Website = \"https://example.com\"`` but ``\"Official Website\" = \"https://"
1015010150
"example.com\"``."
1015110151
msgstr ""
1015210152

10153-
#: ../source/guides/writing-pyproject-toml.rst:472
10153+
#: ../source/guides/writing-pyproject-toml.rst:473
1015410154
msgid ""
1015510155
"Users are advised to use :ref:`well-known-labels` for their project URLs "
1015610156
"where appropriate, since consumers of metadata (like package indices) can "
1015710157
"specialize their presentation."
1015810158
msgstr ""
1015910159

10160-
#: ../source/guides/writing-pyproject-toml.rst:476
10160+
#: ../source/guides/writing-pyproject-toml.rst:477
1016110161
msgid ""
1016210162
"For example in the following metadata, neither ``MyHomepage`` nor "
1016310163
"``\"Download Link\"`` is a well-known label, so they will be rendered "
1016410164
"verbatim:"
1016510165
msgstr ""
1016610166

10167-
#: ../source/guides/writing-pyproject-toml.rst:486
10167+
#: ../source/guides/writing-pyproject-toml.rst:487
1016810168
msgid ""
1016910169
"Whereas in this metadata ``HomePage`` and ``DOWNLOAD`` both have well-known "
1017010170
"equivalents (``homepage`` and ``download``), and can be presented with those "
1017110171
"semantics in mind (the project's home page and its external download "
1017210172
"location, respectively)."
1017310173
msgstr ""
1017410174

10175-
#: ../source/guides/writing-pyproject-toml.rst:498
10175+
#: ../source/guides/writing-pyproject-toml.rst:499
1017610176
msgid "Advanced plugins"
1017710177
msgstr ""
1017810178

10179-
#: ../source/guides/writing-pyproject-toml.rst:500
10179+
#: ../source/guides/writing-pyproject-toml.rst:501
1018010180
msgid ""
1018110181
"Some packages can be extended through plugins. Examples include Pytest_ and "
1018210182
"Pygments_. To create such a plugin, you need to declare it in a subtable of "
1018310183
"``[project.entry-points]`` like this:"
1018410184
msgstr ""
1018510185

10186-
#: ../source/guides/writing-pyproject-toml.rst:509
10186+
#: ../source/guides/writing-pyproject-toml.rst:510
1018710187
msgid "See the :ref:`Plugin guide <plugin-entry-points>` for more information."
1018810188
msgstr ""
1018910189

10190-
#: ../source/guides/writing-pyproject-toml.rst:514
10190+
#: ../source/guides/writing-pyproject-toml.rst:515
1019110191
msgid "A full example"
1019210192
msgstr ""
1019310193

10194-
#: ../source/guides/writing-pyproject-toml.rst:577
10194+
#: ../source/guides/writing-pyproject-toml.rst:578
1019510195
msgid ""
1019610196
"Think twice before applying an upper bound like ``requires-python = \"<= "
1019710197
"3.10\"`` here. `This blog post <requires-python-blog-post_>`_ contains some "
1019810198
"information regarding possible problems."
1019910199
msgstr ""
1020010200

10201-
#: ../source/guides/writing-pyproject-toml.rst:581
10201+
#: ../source/guides/writing-pyproject-toml.rst:582
1020210202
msgid ""
1020310203
"flit-core `does not yet <flit-issue-735_>`_ support WITH in SPDX license "
1020410204
"expressions."

locales/cs/LC_MESSAGES/messages.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python Packaging User Guide\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-03-02 12:55+0000\n"
10+
"POT-Creation-Date: 2026-03-04 23:59+0000\n"
1111
"PO-Revision-Date: 2025-10-16 23:52+0000\n"
1212
"Last-Translator: Karolína Wallenfelsová <wallenka@icloud.com>\n"
1313
"Language-Team: Czech <https://hosted.weblate.org/projects/pypa/packaging-"
@@ -10118,7 +10118,7 @@ msgid ""
1011810118
"of possibilities <classifier-list_>`_."
1011910119
msgstr ""
1012010120

10121-
#: ../source/guides/writing-pyproject-toml.rst:435
10121+
#: ../source/guides/writing-pyproject-toml.rst:436
1012210122
msgid ""
1012310123
"Although the list of classifiers is often used to declare what Python "
1012410124
"versions a project supports, this information is only used for searching and "
@@ -10127,89 +10127,89 @@ msgid ""
1012710127
"python` argument."
1012810128
msgstr ""
1012910129

10130-
#: ../source/guides/writing-pyproject-toml.rst:440
10130+
#: ../source/guides/writing-pyproject-toml.rst:441
1013110131
msgid ""
1013210132
"To prevent a package from being uploaded to PyPI, use the special "
1013310133
"``Private :: Do Not Upload`` classifier. PyPI will always reject packages "
1013410134
"with classifiers beginning with ``Private ::``."
1013510135
msgstr ""
1013610136

10137-
#: ../source/guides/writing-pyproject-toml.rst:447
10137+
#: ../source/guides/writing-pyproject-toml.rst:448
1013810138
#: ../source/specifications/pyproject-toml.rst:154
1013910139
#: ../source/specifications/pyproject-toml.rst:406
1014010140
msgid "``urls``"
1014110141
msgstr ""
1014210142

10143-
#: ../source/guides/writing-pyproject-toml.rst:449
10143+
#: ../source/guides/writing-pyproject-toml.rst:450
1014410144
msgid ""
1014510145
"A list of URLs associated with your project, displayed on the left sidebar "
1014610146
"of your PyPI project page."
1014710147
msgstr ""
1014810148

10149-
#: ../source/guides/writing-pyproject-toml.rst:454
10149+
#: ../source/guides/writing-pyproject-toml.rst:455
1015010150
msgid ""
1015110151
"See :ref:`well-known-labels` for a listing of labels that PyPI and other "
1015210152
"packaging tools are specifically aware of, and `PyPI's project metadata docs "
1015310153
"<https://docs.pypi.org/project_metadata/#project-urls>`_ for PyPI-specific "
1015410154
"URL processing."
1015510155
msgstr ""
1015610156

10157-
#: ../source/guides/writing-pyproject-toml.rst:468
10157+
#: ../source/guides/writing-pyproject-toml.rst:469
1015810158
msgid ""
1015910159
"Note that if the label contains spaces, it needs to be quoted, e.g., "
1016010160
"``Website = \"https://example.com\"`` but ``\"Official Website\" = \"https://"
1016110161
"example.com\"``."
1016210162
msgstr ""
1016310163

10164-
#: ../source/guides/writing-pyproject-toml.rst:472
10164+
#: ../source/guides/writing-pyproject-toml.rst:473
1016510165
msgid ""
1016610166
"Users are advised to use :ref:`well-known-labels` for their project URLs "
1016710167
"where appropriate, since consumers of metadata (like package indices) can "
1016810168
"specialize their presentation."
1016910169
msgstr ""
1017010170

10171-
#: ../source/guides/writing-pyproject-toml.rst:476
10171+
#: ../source/guides/writing-pyproject-toml.rst:477
1017210172
msgid ""
1017310173
"For example in the following metadata, neither ``MyHomepage`` nor "
1017410174
"``\"Download Link\"`` is a well-known label, so they will be rendered "
1017510175
"verbatim:"
1017610176
msgstr ""
1017710177

10178-
#: ../source/guides/writing-pyproject-toml.rst:486
10178+
#: ../source/guides/writing-pyproject-toml.rst:487
1017910179
msgid ""
1018010180
"Whereas in this metadata ``HomePage`` and ``DOWNLOAD`` both have well-known "
1018110181
"equivalents (``homepage`` and ``download``), and can be presented with those "
1018210182
"semantics in mind (the project's home page and its external download "
1018310183
"location, respectively)."
1018410184
msgstr ""
1018510185

10186-
#: ../source/guides/writing-pyproject-toml.rst:498
10186+
#: ../source/guides/writing-pyproject-toml.rst:499
1018710187
msgid "Advanced plugins"
1018810188
msgstr ""
1018910189

10190-
#: ../source/guides/writing-pyproject-toml.rst:500
10190+
#: ../source/guides/writing-pyproject-toml.rst:501
1019110191
msgid ""
1019210192
"Some packages can be extended through plugins. Examples include Pytest_ and "
1019310193
"Pygments_. To create such a plugin, you need to declare it in a subtable of "
1019410194
"``[project.entry-points]`` like this:"
1019510195
msgstr ""
1019610196

10197-
#: ../source/guides/writing-pyproject-toml.rst:509
10197+
#: ../source/guides/writing-pyproject-toml.rst:510
1019810198
msgid "See the :ref:`Plugin guide <plugin-entry-points>` for more information."
1019910199
msgstr ""
1020010200

10201-
#: ../source/guides/writing-pyproject-toml.rst:514
10201+
#: ../source/guides/writing-pyproject-toml.rst:515
1020210202
msgid "A full example"
1020310203
msgstr ""
1020410204

10205-
#: ../source/guides/writing-pyproject-toml.rst:577
10205+
#: ../source/guides/writing-pyproject-toml.rst:578
1020610206
msgid ""
1020710207
"Think twice before applying an upper bound like ``requires-python = \"<= "
1020810208
"3.10\"`` here. `This blog post <requires-python-blog-post_>`_ contains some "
1020910209
"information regarding possible problems."
1021010210
msgstr ""
1021110211

10212-
#: ../source/guides/writing-pyproject-toml.rst:581
10212+
#: ../source/guides/writing-pyproject-toml.rst:582
1021310213
msgid ""
1021410214
"flit-core `does not yet <flit-issue-735_>`_ support WITH in SPDX license "
1021510215
"expressions."

0 commit comments

Comments
 (0)