Skip to content

Commit 26f96a0

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. 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 a8353ca commit 26f96a0

File tree

29 files changed

+5628
-5554
lines changed

29 files changed

+5628
-5554
lines changed

locales/ar/LC_MESSAGES/messages.po

Lines changed: 16 additions & 5 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: 2024-11-25 21:53+0000\n"
10+
"POT-Creation-Date: 2024-12-08 04:42+0000\n"
1111
"PO-Revision-Date: 2024-01-18 07:31+0000\n"
1212
"Last-Translator: Youcef Guenaoua <[email protected]>\n"
1313
"Language-Team: Arabic <https://hosted.weblate.org/projects/pypa/packaging-"
@@ -1668,7 +1668,9 @@ msgid "Where to read more about this?"
16681668
msgstr ""
16691669

16701670
#: ../source/discussions/setup-py-deprecated.rst:213
1671-
msgid "https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html"
1671+
msgid ""
1672+
"`Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/"
1673+
"articles/2021/10/setup-py-deprecated.html>`__ by Paul Ganssle"
16721674
msgstr ""
16731675

16741676
#: ../source/discussions/setup-py-deprecated.rst:215
@@ -11901,7 +11903,8 @@ msgstr ""
1190111903
msgid ""
1190211904
"Python scripts must appear in ``scripts`` and begin with exactly ``b'#!"
1190311905
"python'`` in order to enjoy script wrapper generation and ``#!python`` "
11904-
"rewriting at install time. They may have any or no extension."
11906+
"rewriting at install time. They may have any or no extension. The "
11907+
"``scripts`` directory may only contain regular files."
1190511908
msgstr ""
1190611909

1190711910
#: ../source/specifications/binary-distribution-format.rst:193
@@ -12277,11 +12280,19 @@ msgid ""
1227712280
"bring them into line with what popular tools actually do."
1227812281
msgstr ""
1227912282

12280-
#: ../source/specifications/binary-distribution-format.rst:429
12283+
#: ../source/specifications/binary-distribution-format.rst:426
12284+
msgid ""
12285+
"December 2024: Clarified that the ``scripts`` folder should only contain "
12286+
"regular files (the expected behaviour of consuming tools when encountering "
12287+
"symlinks or subdirectories in this folder is not formally defined, and hence "
12288+
"may vary between tools)."
12289+
msgstr ""
12290+
12291+
#: ../source/specifications/binary-distribution-format.rst:433
1228112292
msgid "Appendix"
1228212293
msgstr ""
1228312294

12284-
#: ../source/specifications/binary-distribution-format.rst:431
12295+
#: ../source/specifications/binary-distribution-format.rst:435
1228512296
msgid "Example urlsafe-base64-nopad implementation::"
1228612297
msgstr ""
1228712298

locales/ars/LC_MESSAGES/messages.po

Lines changed: 16 additions & 5 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: 2024-11-25 21:53+0000\n"
9+
"POT-Creation-Date: 2024-12-08 04:42+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -1663,7 +1663,9 @@ msgid "Where to read more about this?"
16631663
msgstr ""
16641664

16651665
#: ../source/discussions/setup-py-deprecated.rst:213
1666-
msgid "https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html"
1666+
msgid ""
1667+
"`Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/"
1668+
"articles/2021/10/setup-py-deprecated.html>`__ by Paul Ganssle"
16671669
msgstr ""
16681670

16691671
#: ../source/discussions/setup-py-deprecated.rst:215
@@ -11896,7 +11898,8 @@ msgstr ""
1189611898
msgid ""
1189711899
"Python scripts must appear in ``scripts`` and begin with exactly ``b'#!"
1189811900
"python'`` in order to enjoy script wrapper generation and ``#!python`` "
11899-
"rewriting at install time. They may have any or no extension."
11901+
"rewriting at install time. They may have any or no extension. The "
11902+
"``scripts`` directory may only contain regular files."
1190011903
msgstr ""
1190111904

1190211905
#: ../source/specifications/binary-distribution-format.rst:193
@@ -12272,11 +12275,19 @@ msgid ""
1227212275
"bring them into line with what popular tools actually do."
1227312276
msgstr ""
1227412277

12275-
#: ../source/specifications/binary-distribution-format.rst:429
12278+
#: ../source/specifications/binary-distribution-format.rst:426
12279+
msgid ""
12280+
"December 2024: Clarified that the ``scripts`` folder should only contain "
12281+
"regular files (the expected behaviour of consuming tools when encountering "
12282+
"symlinks or subdirectories in this folder is not formally defined, and hence "
12283+
"may vary between tools)."
12284+
msgstr ""
12285+
12286+
#: ../source/specifications/binary-distribution-format.rst:433
1227612287
msgid "Appendix"
1227712288
msgstr ""
1227812289

12279-
#: ../source/specifications/binary-distribution-format.rst:431
12290+
#: ../source/specifications/binary-distribution-format.rst:435
1228012291
msgid "Example urlsafe-base64-nopad implementation::"
1228112292
msgstr ""
1228212293

locales/de/LC_MESSAGES/messages.po

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python Packaging User Guide\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-11-25 21:53+0000\n"
16+
"POT-Creation-Date: 2024-12-08 04:42+0000\n"
1717
"PO-Revision-Date: 2024-10-17 21:16+0000\n"
1818
"Last-Translator: Emr <[email protected]>\n"
1919
"Language-Team: German <https://hosted.weblate.org/projects/pypa/packaging-"
@@ -1727,7 +1727,9 @@ msgid "Where to read more about this?"
17271727
msgstr ""
17281728

17291729
#: ../source/discussions/setup-py-deprecated.rst:213
1730-
msgid "https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html"
1730+
msgid ""
1731+
"`Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/"
1732+
"articles/2021/10/setup-py-deprecated.html>`__ by Paul Ganssle"
17311733
msgstr ""
17321734

17331735
#: ../source/discussions/setup-py-deprecated.rst:215
@@ -11980,7 +11982,8 @@ msgstr ""
1198011982
msgid ""
1198111983
"Python scripts must appear in ``scripts`` and begin with exactly ``b'#!"
1198211984
"python'`` in order to enjoy script wrapper generation and ``#!python`` "
11983-
"rewriting at install time. They may have any or no extension."
11985+
"rewriting at install time. They may have any or no extension. The "
11986+
"``scripts`` directory may only contain regular files."
1198411987
msgstr ""
1198511988

1198611989
#: ../source/specifications/binary-distribution-format.rst:193
@@ -12356,11 +12359,19 @@ msgid ""
1235612359
"bring them into line with what popular tools actually do."
1235712360
msgstr ""
1235812361

12359-
#: ../source/specifications/binary-distribution-format.rst:429
12362+
#: ../source/specifications/binary-distribution-format.rst:426
12363+
msgid ""
12364+
"December 2024: Clarified that the ``scripts`` folder should only contain "
12365+
"regular files (the expected behaviour of consuming tools when encountering "
12366+
"symlinks or subdirectories in this folder is not formally defined, and hence "
12367+
"may vary between tools)."
12368+
msgstr ""
12369+
12370+
#: ../source/specifications/binary-distribution-format.rst:433
1236012371
msgid "Appendix"
1236112372
msgstr ""
1236212373

12363-
#: ../source/specifications/binary-distribution-format.rst:431
12374+
#: ../source/specifications/binary-distribution-format.rst:435
1236412375
msgid "Example urlsafe-base64-nopad implementation::"
1236512376
msgstr ""
1236612377

0 commit comments

Comments
 (0)