Skip to content

Commit 355552d

Browse files
Update messages.pot as of version 06344a2
1 parent c8a81c4 commit 355552d

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

locales/messages.pot

Lines changed: 40 additions & 40 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-12-12 07:05+0000\n"
11+
"POT-Creation-Date: 2025-12-22 18:44+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2376,160 +2376,160 @@ msgid "Python Packaging Authority (PyPA)"
23762376
msgstr ""
23772377

23782378
#: ../source/glossary.rst:287
2379-
msgid "PyPA is a working group that maintains many of the relevant projects in Python packaging. They maintain a site at :doc:`pypa.io <pypa:index>`, host projects on `GitHub <https://github.com/pypa>`_ and `Bitbucket <https://bitbucket.org/pypa>`_, and discuss issues on the `distutils-sig mailing list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`_ and `the Python Discourse forum <https://discuss.python.org/c/packaging>`__."
2379+
msgid "PyPA is a working group that maintains many of the relevant projects in Python packaging. They maintain a site at :doc:`pypa.io <pypa:index>`, host projects on `GitHub <https://github.com/pypa>`_, and discuss issues on the `distutils-sig mailing list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`_ and `the Python Discourse forum <https://discuss.python.org/c/packaging>`__."
23802380
msgstr ""
23812381

2382-
#: ../source/glossary.rst:296
2382+
#: ../source/glossary.rst:295
23832383
msgid "Python Package Index (PyPI)"
23842384
msgstr ""
23852385

2386-
#: ../source/glossary.rst:299
2386+
#: ../source/glossary.rst:298
23872387
msgid "`PyPI <https://pypi.org>`_ is the default :term:`Package Index` for the Python community. It is open to all Python developers to consume and distribute their distributions."
23882388
msgstr ""
23892389

2390-
#: ../source/glossary.rst:302
2390+
#: ../source/glossary.rst:301
23912391
msgid "pypi.org"
23922392
msgstr ""
23932393

2394-
#: ../source/glossary.rst:305
2394+
#: ../source/glossary.rst:304
23952395
msgid "`pypi.org <https://pypi.org>`_ is the domain name for the :term:`Python Package Index (PyPI)`. It replaced the legacy index domain name, ``pypi.python.org``, in 2017. It is powered by :ref:`warehouse`."
23962396
msgstr ""
23972397

2398-
#: ../source/glossary.rst:309
2398+
#: ../source/glossary.rst:308
23992399
msgid "pyproject.toml"
24002400
msgstr ""
24012401

2402-
#: ../source/glossary.rst:312
2402+
#: ../source/glossary.rst:311
24032403
msgid "The tool-agnostic :term:`Project` specification file. Defined in :pep:`518`."
24042404
msgstr ""
24052405

2406-
#: ../source/glossary.rst:314
2406+
#: ../source/glossary.rst:313
24072407
msgid "Release"
24082408
msgstr ""
24092409

2410-
#: ../source/glossary.rst:317
2410+
#: ../source/glossary.rst:316
24112411
msgid "A snapshot of a :term:`Project` at a particular point in time, denoted by a version identifier."
24122412
msgstr ""
24132413

2414-
#: ../source/glossary.rst:320
2414+
#: ../source/glossary.rst:319
24152415
msgid "Making a release may entail the publishing of multiple :term:`Distributions <Distribution Package>`. For example, if version 1.0 of a project was released, it could be available in both a source distribution format and a Windows installer distribution format."
24162416
msgstr ""
24172417

2418-
#: ../source/glossary.rst:325
2418+
#: ../source/glossary.rst:324
24192419
msgid "Requirement"
24202420
msgstr ""
24212421

2422-
#: ../source/glossary.rst:328
2422+
#: ../source/glossary.rst:327
24232423
msgid "A specification for a :term:`package <Distribution Package>` to be installed. :ref:`pip`, the :term:`PYPA <Python Packaging Authority (PyPA)>` recommended installer, allows various forms of specification that can all be considered a \"requirement\". For more information, see the :ref:`pip:pip install` reference."
24242424
msgstr ""
24252425

2426-
#: ../source/glossary.rst:334
2426+
#: ../source/glossary.rst:333
24272427
msgid "Requirement Specifier"
24282428
msgstr ""
24292429

2430-
#: ../source/glossary.rst:337
2430+
#: ../source/glossary.rst:336
24312431
msgid "A format used by :ref:`pip` to install packages from a :term:`Package Index`. For an EBNF diagram of the format, see :ref:`dependency-specifiers`. For example, \"foo>=1.3\" is a requirement specifier, where \"foo\" is the project name, and the \">=1.3\" portion is the :term:`Version Specifier`"
24322432
msgstr ""
24332433

2434-
#: ../source/glossary.rst:342
2434+
#: ../source/glossary.rst:341
24352435
msgid "Requirements File"
24362436
msgstr ""
24372437

2438-
#: ../source/glossary.rst:345
2438+
#: ../source/glossary.rst:344
24392439
msgid "A file containing a list of :term:`Requirements <Requirement>` that can be installed using :ref:`pip`. For more information, see the :ref:`pip` docs on :ref:`pip:Requirements Files`."
24402440
msgstr ""
24412441

2442-
#: ../source/glossary.rst:349
2442+
#: ../source/glossary.rst:348
24432443
msgid "Root License Directory"
24442444
msgstr ""
24452445

2446-
#: ../source/glossary.rst:350
2446+
#: ../source/glossary.rst:349
24472447
msgid "License Directory"
24482448
msgstr ""
24492449

2450-
#: ../source/glossary.rst:353
2450+
#: ../source/glossary.rst:352
24512451
msgid "The directory under which license files are stored in a :term:`Project Source Tree`, :term:`Distribution Archive` or :term:`Installed Project`. For a :term:`Project Source Tree` or :term:`Source Distribution (or \"sdist\")`, this is the :term:`Project Root Directory`. For a :term:`Built Distribution` or :term:`Installed Project`, this is the :file:`.dist-info/licenses/` directory of the wheel archive or project folder respectively. Also, the root directory that paths recorded in the ``License-File`` :term:`Core Metadata Field` are relative to."
24522452
msgstr ""
24532453

2454-
#: ../source/glossary.rst:366
2454+
#: ../source/glossary.rst:365
24552455
#: ../source/guides/distributing-packages-using-setuptools.rst:59
24562456
msgid "setup.py"
24572457
msgstr ""
24582458

2459-
#: ../source/glossary.rst:367
2459+
#: ../source/glossary.rst:366
24602460
#: ../source/guides/distributing-packages-using-setuptools.rst:80
24612461
msgid "setup.cfg"
24622462
msgstr ""
24632463

2464-
#: ../source/glossary.rst:370
2464+
#: ../source/glossary.rst:369
24652465
msgid "The project specification files for :ref:`distutils` and :ref:`setuptools`. See also :term:`pyproject.toml`."
24662466
msgstr ""
24672467

2468-
#: ../source/glossary.rst:373
2468+
#: ../source/glossary.rst:372
24692469
msgid "Source Archive"
24702470
msgstr ""
24712471

2472-
#: ../source/glossary.rst:376
2472+
#: ../source/glossary.rst:375
24732473
msgid "An archive containing the raw source code for a :term:`Release`, prior to creation of a :term:`Source Distribution <Source Distribution (or \"sdist\")>` or :term:`Built Distribution`."
24742474
msgstr ""
24752475

2476-
#: ../source/glossary.rst:380
2476+
#: ../source/glossary.rst:379
24772477
msgid "Source Distribution (or \"sdist\")"
24782478
msgstr ""
24792479

2480-
#: ../source/glossary.rst:383
2480+
#: ../source/glossary.rst:382
24812481
msgid "A :term:`distribution <Distribution Archive>` format (usually generated using ``python -m build --sdist``) that provides metadata and the essential source files needed for installing by a tool like :ref:`pip`, or for generating a :term:`Built Distribution`. See :ref:`package-formats` for more information."
24822482
msgstr ""
24832483

2484-
#: ../source/glossary.rst:389
2484+
#: ../source/glossary.rst:388
24852485
msgid "System Package"
24862486
msgstr ""
24872487

2488-
#: ../source/glossary.rst:392
2488+
#: ../source/glossary.rst:391
24892489
msgid "A package provided in a format native to the operating system, e.g. an rpm or dpkg file."
24902490
msgstr ""
24912491

2492-
#: ../source/glossary.rst:395
2492+
#: ../source/glossary.rst:394
24932493
msgid "Version Specifier"
24942494
msgstr ""
24952495

2496-
#: ../source/glossary.rst:398
2496+
#: ../source/glossary.rst:397
24972497
msgid "The version component of a :term:`Requirement Specifier`. For example, the \">=1.3\" portion of \"foo>=1.3\". Read the :ref:`Version specifier specification <version-specifiers>` for a full description of the specifiers that Python packaging currently supports. Support for this specification was implemented in :ref:`setuptools` v8.0 and :ref:`pip` v6.0."
24982498
msgstr ""
24992499

2500-
#: ../source/glossary.rst:403
2500+
#: ../source/glossary.rst:402
25012501
msgid "Virtual Environment"
25022502
msgstr ""
25032503

2504-
#: ../source/glossary.rst:406
2504+
#: ../source/glossary.rst:405
25052505
msgid "An isolated Python environment that allows packages to be installed for use by a particular application, rather than being installed system wide. For more information, see the section on :ref:`Creating and using Virtual Environments`."
25062506
msgstr ""
25072507

2508-
#: ../source/glossary.rst:411
2508+
#: ../source/glossary.rst:410
25092509
msgid "Wheel Format"
25102510
msgstr ""
25112511

2512-
#: ../source/glossary.rst:412
2512+
#: ../source/glossary.rst:411
25132513
msgid "Wheel"
25142514
msgstr ""
25152515

2516-
#: ../source/glossary.rst:415
2516+
#: ../source/glossary.rst:414
25172517
msgid "The standard :term:`Built Distribution` format originally introduced in :pep:`427` and defined by the :ref:`binary-distribution-format` specification. See :ref:`package-formats` for more information. Not to be confused with its reference implementation, the :term:`Wheel Project`."
25182518
msgstr ""
25192519

2520-
#: ../source/glossary.rst:422
2520+
#: ../source/glossary.rst:421
25212521
msgid "Wheel Project"
25222522
msgstr ""
25232523

2524-
#: ../source/glossary.rst:425
2524+
#: ../source/glossary.rst:424
25252525
msgid "The PyPA reference implementation of the :term:`Wheel Format`; see :ref:`wheel`."
25262526
msgstr ""
25272527

2528-
#: ../source/glossary.rst:427
2528+
#: ../source/glossary.rst:426
25292529
msgid "Working Set"
25302530
msgstr ""
25312531

2532-
#: ../source/glossary.rst:430
2532+
#: ../source/glossary.rst:429
25332533
msgid "A collection of :term:`distributions <Distribution Package>` available for importing. These are the distributions that are on the `sys.path` variable. At most, one :term:`Distribution <Distribution Package>` for a project is possible in a working set."
25342534
msgstr ""
25352535

0 commit comments

Comments
 (0)