88msgstr ""
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"
4848msgstr ""
4949
5050#: ../source/contribute.rst:14
51- msgid "Translate the guide"
51+ msgid "Translating the guide"
5252msgstr ""
5353
5454#: ../source/contribute.rst:16
@@ -1873,7 +1873,7 @@ msgstr ""
18731873
18741874#: ../source/discussions/pip-vs-easy-install.rst:14
18751875msgid ""
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."
27192719msgstr ""
27202720
@@ -2790,7 +2790,7 @@ msgstr ""
27902790#: ../source/discussions/versioning.rst:126
27912791msgid ""
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."
27952795msgstr ""
27962796
@@ -2829,7 +2829,7 @@ msgstr ""
28292829#: ../source/discussions/versioning.rst:150
28302830msgid ""
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
44804480msgid ""
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."
44864486msgstr ""
@@ -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:"
45544554msgstr ""
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
46214621msgid ""
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)."
46254625msgstr ""
@@ -6484,7 +6484,7 @@ msgstr ""
64846484
64856485#: ../source/guides/installing-using-pip-and-virtual-environments.rst:203
64866486msgid ""
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)`:"
64896489msgstr ""
64906490
@@ -10260,7 +10260,7 @@ msgstr ""
1026010260
1026110261#: ../source/index.rst:82
1026210262msgid ""
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:"
1026510265msgstr ""
1026610266
@@ -22728,10 +22728,10 @@ msgstr ""
2272822728
2272922729#: ../source/specifications/source-distribution-format.rst:8
2273022730msgid ""
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."
2273522735msgstr ""
2273622736
2273722737#: ../source/specifications/source-distribution-format.rst:13
@@ -22757,7 +22757,7 @@ msgstr ""
2275722757msgid ""
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
2332523325msgid ""
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::"
2332823328msgstr ""
2332923329
0 commit comments