Skip to content

Commit f456249

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 3294d94 commit f456249

File tree

33 files changed

+1024
-611
lines changed

33 files changed

+1024
-611
lines changed

locales/ar/LC_MESSAGES/messages.po

Lines changed: 18 additions & 18 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: 2025-05-17 20:46+0000\n"
11+
"POT-Creation-Date: 2025-05-18 19:05+0000\n"
1212
"PO-Revision-Date: 2025-01-19 01:44+0000\n"
1313
"Last-Translator: Mohamed Brahimi <[email protected]>\n"
1414
"Language-Team: Arabic <https://hosted.weblate.org/projects/pypa/packaging-"
@@ -48,7 +48,7 @@ msgid "Writing new content"
4848
msgstr ""
4949

5050
#: ../source/contribute.rst:14
51-
msgid "Translate the guide"
51+
msgid "Translating the guide"
5252
msgstr ""
5353

5454
#: ../source/contribute.rst:16
@@ -1873,7 +1873,7 @@ msgstr ""
18731873

18741874
#: ../source/discussions/pip-vs-easy-install.rst:14
18751875
msgid ""
1876-
":ref:`pip` came later in 2008, as alternative to :ref:`easy_install "
1876+
":ref:`pip` came later in 2008, as an alternative to :ref:`easy_install "
18771877
"<easy_install>`, although still largely built on top of :ref:`setuptools` "
18781878
"components. It was notable at the time for *not* installing packages as :"
18791879
"term:`Eggs <Egg>` or from :term:`Eggs <Egg>` (but rather simply as 'flat' "
@@ -2714,7 +2714,7 @@ msgid ""
27142714
"There are known exceptions for selecting the next version number. The "
27152715
"maintainers may consciously choose to break the assumption that the last "
27162716
"version segment only contains backwards-compatible changes. One such case is "
2717-
"when security vulnerability needs to be addressed. Security releases often "
2717+
"when a security vulnerability needs to be addressed. Security releases often "
27182718
"come in patch versions but contain breaking changes inevitably."
27192719
msgstr ""
27202720

@@ -2790,7 +2790,7 @@ msgstr ""
27902790
#: ../source/discussions/versioning.rst:126
27912791
msgid ""
27922792
"Semantic versioning is not a suitable choice for all projects, such as those "
2793-
"with a regular time based release cadence and a deprecation process that "
2793+
"with a regular time-based release cadence and a deprecation process that "
27942794
"provides warnings for a number of releases prior to removal of a feature."
27952795
msgstr ""
27962796

@@ -2829,7 +2829,7 @@ msgstr ""
28292829
#: ../source/discussions/versioning.rst:150
28302830
msgid ""
28312831
"Combinations of the above schemes are possible. For example, a project may "
2832-
"combine date based versioning with serial versioning to create a *year."
2832+
"combine date-based versioning with serial versioning to create a *year."
28332833
"serial* numbering scheme that readily conveys the approximate age of a "
28342834
"release, but doesn't otherwise commit to a particular release cadence within "
28352835
"the year."
@@ -4479,8 +4479,8 @@ msgstr ""
44794479
#: ../source/guides/creating-command-line-tools.rst:7
44804480
msgid ""
44814481
"This guide will walk you through creating and packaging a standalone command-"
4482-
"line application that can be installed with :ref:`pipx`, a tool creating and "
4483-
"managing :term:`Python Virtual Environments <Virtual Environment>` and "
4482+
"line application that can be installed with :ref:`pipx`, a tool for creating "
4483+
"and managing :term:`Python Virtual Environments <Virtual Environment>` and "
44844484
"exposing the executable scripts of packages (and available manual pages) for "
44854485
"use on the command-line."
44864486
msgstr ""
@@ -4550,7 +4550,7 @@ msgid ""
45504550
"The file :file:`__main__.py` marks the main entry point for the application "
45514551
"when running it via :mod:`runpy` (i.e. ``python -m greetings``, which works "
45524552
"immediately with flat layout, but requires installation of the package with "
4553-
"src layout), so initizalize the command-line interface here:"
4553+
"src layout), so initialize the command-line interface here:"
45544554
msgstr ""
45554555

45564556
#: ../source/guides/creating-command-line-tools.rst:111
@@ -4619,7 +4619,7 @@ msgstr ""
46194619

46204620
#: ../source/guides/creating-command-line-tools.rst:165
46214621
msgid ""
4622-
"This syntax is a bit unpractical, however; as the name of the entry point we "
4622+
"This syntax is a bit impractical, however; as the name of the entry point we "
46234623
"defined above does not match the package name, we need to state explicitly "
46244624
"which executable script to run (even though there is only on in existence)."
46254625
msgstr ""
@@ -6484,7 +6484,7 @@ msgstr ""
64846484

64856485
#: ../source/guides/installing-using-pip-and-virtual-environments.rst:203
64866486
msgid ""
6487-
"For example,let's install the `Requests`_ library from the :term:`Python "
6487+
"For example, let's install the `Requests`_ library from the :term:`Python "
64886488
"Package Index (PyPI)`:"
64896489
msgstr ""
64906490

@@ -10260,7 +10260,7 @@ msgstr ""
1026010260

1026110261
#: ../source/index.rst:82
1026210262
msgid ""
10263-
"The :doc:`discussions/index` section for in-depth explanations and "
10263+
"The :doc:`discussions/index` section provides in-depth explanations and "
1026410264
"discussion about topics, such as:"
1026510265
msgstr ""
1026610266

@@ -22728,10 +22728,10 @@ msgstr ""
2272822728

2272922729
#: ../source/specifications/source-distribution-format.rst:8
2273022730
msgid ""
22731-
"The current standard format of source distribution format is identified by "
22732-
"the presence of a :file:`pyproject.toml` file in the distribution archive. "
22733-
"The layout of such a distribution was originally specified in :pep:`517` and "
22734-
"is formally documented here."
22731+
"The current standard source distribution format is identified by the "
22732+
"presence of a :file:`pyproject.toml` file in the distribution archive. The "
22733+
"layout of such a distribution was originally specified in :pep:`517` and is "
22734+
"formally documented here."
2273522735
msgstr ""
2273622736

2273722737
#: ../source/specifications/source-distribution-format.rst:13
@@ -22757,7 +22757,7 @@ msgstr ""
2275722757
msgid ""
2275822758
"A *source tree* is a collection of files and directories -- like a version "
2275922759
"control system checkout -- which contains a :file:`pyproject.toml` file that "
22760-
"can be use to build a source distribution from the contained files and "
22760+
"can be used to build a source distribution from the contained files and "
2276122761
"directories. :pep:`517` and :pep:`518` specify what is required to meet the "
2276222762
"definition of what :file:`pyproject.toml` must contain for something to be "
2276322763
"deemed a source tree."
@@ -23323,7 +23323,7 @@ msgstr ""
2332323323

2332423324
#: ../source/specifications/version-specifiers.rst:229
2332523325
msgid ""
23326-
"Date based release segments are also permitted. An example of a date based "
23326+
"Date-based release segments are also permitted. An example of a date-based "
2332723327
"release scheme using the year and month of the release::"
2332823328
msgstr ""
2332923329

locales/ars/LC_MESSAGES/messages.po

Lines changed: 18 additions & 18 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: 2025-05-17 20:46+0000\n"
9+
"POT-Creation-Date: 2025-05-18 19:05+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -42,7 +42,7 @@ msgid "Writing new content"
4242
msgstr ""
4343

4444
#: ../source/contribute.rst:14
45-
msgid "Translate the guide"
45+
msgid "Translating the guide"
4646
msgstr ""
4747

4848
#: ../source/contribute.rst:16
@@ -1867,7 +1867,7 @@ msgstr ""
18671867

18681868
#: ../source/discussions/pip-vs-easy-install.rst:14
18691869
msgid ""
1870-
":ref:`pip` came later in 2008, as alternative to :ref:`easy_install "
1870+
":ref:`pip` came later in 2008, as an alternative to :ref:`easy_install "
18711871
"<easy_install>`, although still largely built on top of :ref:`setuptools` "
18721872
"components. It was notable at the time for *not* installing packages as :"
18731873
"term:`Eggs <Egg>` or from :term:`Eggs <Egg>` (but rather simply as 'flat' "
@@ -2708,7 +2708,7 @@ msgid ""
27082708
"There are known exceptions for selecting the next version number. The "
27092709
"maintainers may consciously choose to break the assumption that the last "
27102710
"version segment only contains backwards-compatible changes. One such case is "
2711-
"when security vulnerability needs to be addressed. Security releases often "
2711+
"when a security vulnerability needs to be addressed. Security releases often "
27122712
"come in patch versions but contain breaking changes inevitably."
27132713
msgstr ""
27142714

@@ -2784,7 +2784,7 @@ msgstr ""
27842784
#: ../source/discussions/versioning.rst:126
27852785
msgid ""
27862786
"Semantic versioning is not a suitable choice for all projects, such as those "
2787-
"with a regular time based release cadence and a deprecation process that "
2787+
"with a regular time-based release cadence and a deprecation process that "
27882788
"provides warnings for a number of releases prior to removal of a feature."
27892789
msgstr ""
27902790

@@ -2823,7 +2823,7 @@ msgstr ""
28232823
#: ../source/discussions/versioning.rst:150
28242824
msgid ""
28252825
"Combinations of the above schemes are possible. For example, a project may "
2826-
"combine date based versioning with serial versioning to create a *year."
2826+
"combine date-based versioning with serial versioning to create a *year."
28272827
"serial* numbering scheme that readily conveys the approximate age of a "
28282828
"release, but doesn't otherwise commit to a particular release cadence within "
28292829
"the year."
@@ -4473,8 +4473,8 @@ msgstr ""
44734473
#: ../source/guides/creating-command-line-tools.rst:7
44744474
msgid ""
44754475
"This guide will walk you through creating and packaging a standalone command-"
4476-
"line application that can be installed with :ref:`pipx`, a tool creating and "
4477-
"managing :term:`Python Virtual Environments <Virtual Environment>` and "
4476+
"line application that can be installed with :ref:`pipx`, a tool for creating "
4477+
"and managing :term:`Python Virtual Environments <Virtual Environment>` and "
44784478
"exposing the executable scripts of packages (and available manual pages) for "
44794479
"use on the command-line."
44804480
msgstr ""
@@ -4544,7 +4544,7 @@ msgid ""
45444544
"The file :file:`__main__.py` marks the main entry point for the application "
45454545
"when running it via :mod:`runpy` (i.e. ``python -m greetings``, which works "
45464546
"immediately with flat layout, but requires installation of the package with "
4547-
"src layout), so initizalize the command-line interface here:"
4547+
"src layout), so initialize the command-line interface here:"
45484548
msgstr ""
45494549

45504550
#: ../source/guides/creating-command-line-tools.rst:111
@@ -4613,7 +4613,7 @@ msgstr ""
46134613

46144614
#: ../source/guides/creating-command-line-tools.rst:165
46154615
msgid ""
4616-
"This syntax is a bit unpractical, however; as the name of the entry point we "
4616+
"This syntax is a bit impractical, however; as the name of the entry point we "
46174617
"defined above does not match the package name, we need to state explicitly "
46184618
"which executable script to run (even though there is only on in existence)."
46194619
msgstr ""
@@ -6478,7 +6478,7 @@ msgstr ""
64786478

64796479
#: ../source/guides/installing-using-pip-and-virtual-environments.rst:203
64806480
msgid ""
6481-
"For example,let's install the `Requests`_ library from the :term:`Python "
6481+
"For example, let's install the `Requests`_ library from the :term:`Python "
64826482
"Package Index (PyPI)`:"
64836483
msgstr ""
64846484

@@ -10254,7 +10254,7 @@ msgstr ""
1025410254

1025510255
#: ../source/index.rst:82
1025610256
msgid ""
10257-
"The :doc:`discussions/index` section for in-depth explanations and "
10257+
"The :doc:`discussions/index` section provides in-depth explanations and "
1025810258
"discussion about topics, such as:"
1025910259
msgstr ""
1026010260

@@ -22722,10 +22722,10 @@ msgstr ""
2272222722

2272322723
#: ../source/specifications/source-distribution-format.rst:8
2272422724
msgid ""
22725-
"The current standard format of source distribution format is identified by "
22726-
"the presence of a :file:`pyproject.toml` file in the distribution archive. "
22727-
"The layout of such a distribution was originally specified in :pep:`517` and "
22728-
"is formally documented here."
22725+
"The current standard source distribution format is identified by the "
22726+
"presence of a :file:`pyproject.toml` file in the distribution archive. The "
22727+
"layout of such a distribution was originally specified in :pep:`517` and is "
22728+
"formally documented here."
2272922729
msgstr ""
2273022730

2273122731
#: ../source/specifications/source-distribution-format.rst:13
@@ -22751,7 +22751,7 @@ msgstr ""
2275122751
msgid ""
2275222752
"A *source tree* is a collection of files and directories -- like a version "
2275322753
"control system checkout -- which contains a :file:`pyproject.toml` file that "
22754-
"can be use to build a source distribution from the contained files and "
22754+
"can be used to build a source distribution from the contained files and "
2275522755
"directories. :pep:`517` and :pep:`518` specify what is required to meet the "
2275622756
"definition of what :file:`pyproject.toml` must contain for something to be "
2275722757
"deemed a source tree."
@@ -23317,7 +23317,7 @@ msgstr ""
2331723317

2331823318
#: ../source/specifications/version-specifiers.rst:229
2331923319
msgid ""
23320-
"Date based release segments are also permitted. An example of a date based "
23320+
"Date-based release segments are also permitted. An example of a date-based "
2332123321
"release scheme using the year and month of the release::"
2332223322
msgstr ""
2332323323

0 commit comments

Comments
 (0)