66# Translators:
77# Alpha Du <[email protected] >, 202188# Bryan不可思议, 2023
9- # Freesand Leo <[email protected] >, 2023109# Nyuan Zhang, 2023
10+ # Freesand Leo <[email protected] >, 20241111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2024-04-19 14:13+0000\n "
1818"PO-Revision-Date : 2021-06-28 01:08+0000\n "
19- "Last-Translator : Nyuan Zhang, 2023 \n "
19+ "
Last-Translator :
Freesand Leo <[email protected] >, 2024 \n"
2020"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -67,6 +67,10 @@ msgid ""
6767"<https://packaging.python.org/en/latest/specifications/core-metadata/#core-"
6868"metadata>`_."
6969msgstr ""
70+ "``importlib.metadata`` 对通过 :pypi:`pip` 之类的工具安装到 Python 的 ``site-packages`` "
71+ "目录的第三方 *分发包* 进行操作。 具体来说,它适用于带有可发现的 ``dist-info`` 或 ``egg-info`` 目录,以及由 "
72+ "`核心元数据规范说明 <https://packaging.python.org/en/latest/specifications/core-"
73+ "metadata/#core-metadata>`_ 所定义的元数据的分发包。"
7074
7175#: ../../library/importlib.metadata.rst:36
7276msgid ""
@@ -242,6 +246,10 @@ msgid ""
242246"returns an ``EntryPoints`` object. See "
243247":pypi:`backports.entry_points_selectable` for compatibility options."
244248msgstr ""
249+ "\" selectable\" 入口点是在 ``importlib_metadata`` 3.6 和 Python 3.10 中引入的。 "
250+ "在这项改变之前,``entry_points`` 不接受任何形参并且总是返回一个由入口点组成的字典,字典的键为分组名。 在 "
251+ "``importlib_metadata`` 5.0 和 Python 3.12 中,``entry_points`` 总是返回一个 "
252+ "``EntryPoints`` 对象。 请参阅 :pypi:`backports.entry_points_selectable` 了解相关兼容性选项。"
245253
246254#: ../../library/importlib.metadata.rst:188
247255msgid "Distribution metadata"
0 commit comments