1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <[email protected] >, 2023
7
+ # Rafael Fontenelle <[email protected] >, 2024
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-12-08 18:45 +0000\n "
14
+ "POT-Creation-Date : 2024-07-05 15:56 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:22+0000\n "
16
- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023 \n "
16
+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024 \n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -97,7 +97,7 @@ msgid ""
97
97
":ref:`constituent files <files>`, and get a list of the distribution's "
98
98
":ref:`requirements`."
99
99
msgstr ""
100
- "你也可以获得 :ref:`分发的版本号 <version>`,列出它的 :ref:`构成文件 <files>`,并且得到分发的 "
100
+ "你也可以获得 :ref:`分发包的版本号 <version>`,列出它的 :ref:`构成文件 <files>`,并且得到分发包的 "
101
101
":ref:`requirements` 列表。"
102
102
103
103
#: ../../library/importlib.metadata.rst:72
@@ -106,7 +106,7 @@ msgstr "函数式 API"
106
106
107
107
#: ../../library/importlib.metadata.rst:74
108
108
msgid "This package provides the following functionality via its public API."
109
- msgstr "这个包通过其公共 API 提供了以下功能。"
109
+ msgstr "这个包的公开 API 提供了以下功能。"
110
110
111
111
#: ../../library/importlib.metadata.rst:80
112
112
msgid "Entry points"
@@ -122,8 +122,8 @@ msgid ""
122
122
"attribute."
123
123
msgstr ""
124
124
"``entry_points()`` 函数返回入口点的字典。入口点表现为 ``EntryPoint`` 的实例;每个 ``EntryPoint`` "
125
- "对象都有 ``.name`` ,``.group`` 与 ``.value`` 属性,用于解析值的 ``.load()`` 方法, "
126
- "``.module `` , ``.attr`` 与 ``.extras `` 属性是 ``.value `` 属性的对应部分 。"
125
+ "对象都有 ``.name`` ,``.group`` 与 ``.value`` 属性,用于解析值的 ``.load()`` 方法, 来自 "
126
+ "``.value `` 属性的对应部分的 ``.module``, ``.attr `` 与 ``.extras `` 属性 。"
127
127
128
128
#: ../../library/importlib.metadata.rst:89
129
129
msgid "Query all entry points::"
@@ -211,7 +211,7 @@ msgid ""
211
211
"The keys of the returned data structure, a ``PackageMetadata``, name the "
212
212
"metadata keywords, and the values are returned unparsed from the "
213
213
"distribution metadata::"
214
- msgstr "返回的数据架构 ``PackageMetadata`` 的键代表元数据的关键字,而值从分发的元数据中不被解析地返回:"
214
+ msgstr "返回的数据结构 ``PackageMetadata`` 的键代表元数据的关键字,而值从分发的元数据中不被解析地返回:"
215
215
216
216
#: ../../library/importlib.metadata.rst:171
217
217
msgid ""
@@ -232,7 +232,7 @@ msgstr "添加了 ``json`` 属性。"
232
232
233
233
#: ../../library/importlib.metadata.rst:188
234
234
msgid "Distribution versions"
235
- msgstr "分发的版本 "
235
+ msgstr "分发包的版本 "
236
236
237
237
#: ../../library/importlib.metadata.rst:190
238
238
msgid ""
@@ -242,7 +242,7 @@ msgstr "``version()`` 函数是以字符串形式获取分发的版本号的最
242
242
243
243
#: ../../library/importlib.metadata.rst:200
244
244
msgid "Distribution files"
245
- msgstr "分发的文件 "
245
+ msgstr "分发包的文件 "
246
246
247
247
#: ../../library/importlib.metadata.rst:202
248
248
msgid ""
@@ -283,7 +283,7 @@ msgstr ""
283
283
284
284
#: ../../library/importlib.metadata.rst:246
285
285
msgid "Distribution requirements"
286
- msgstr "分发的依赖 "
286
+ msgstr "分发包的依赖 "
287
287
288
288
#: ../../library/importlib.metadata.rst:248
289
289
msgid ""
@@ -303,7 +303,7 @@ msgstr "一个用来解析顶级 Python 包或者模块对应的分发的便捷
303
303
304
304
#: ../../library/importlib.metadata.rst:270
305
305
msgid "Distributions"
306
- msgstr "分发 "
306
+ msgstr "分发包对象 "
307
307
308
308
#: ../../library/importlib.metadata.rst:272
309
309
msgid ""
0 commit comments