Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dace8d

Browse files
[po] auto sync
1 parent 6262331 commit 7dace8d

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.03%", "updated_at": "2024-04-20T15:56:28Z"}
1+
{"translation": "95.03%", "updated_at": "2024-04-20T23:57:21Z"}

library/importlib.metadata.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Alpha Du <[email protected]>, 2021
88
# Bryan不可思议, 2023
9-
# Freesand Leo <[email protected]>, 2023
109
# Nyuan Zhang, 2023
10+
# Freesand Leo <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -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>`_."
6969
msgstr ""
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
7276
msgid ""
@@ -242,6 +246,10 @@ msgid ""
242246
"returns an ``EntryPoints`` object. See "
243247
":pypi:`backports.entry_points_selectable` for compatibility options."
244248
msgstr ""
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
247255
msgid "Distribution metadata"

0 commit comments

Comments
 (0)