Skip to content

Commit e4dbe67

Browse files
[po] auto sync
1 parent 2fff544 commit e4dbe67

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.30%", "updated_at": "2024-07-12T05:20:01Z"}
1+
{"translation": "93.30%", "updated_at": "2024-07-12T19:18:28Z"}

library/importlib.metadata.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
17+
"POT-Creation-Date: 2024-07-12 16:21+0000\n"
1818
"PO-Revision-Date: 2019-09-01 14:41+0000\n"
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -102,7 +102,7 @@ msgid ""
102102
":ref:`constituent files <files>`, and get a list of the distribution's "
103103
":ref:`requirements`."
104104
msgstr ""
105-
"你也可以获得 :ref:`分发的版本号 <version>`,列出它的 :ref:`构成文件 <files>`,并且得到分发的 "
105+
"你也可以获得 :ref:`分发包的版本号 <version>`,列出它的 :ref:`构成文件 <files>`,并且得到分发包的 "
106106
":ref:`requirements` 列表。"
107107

108108
#: ../../library/importlib.metadata.rst:74
@@ -111,7 +111,7 @@ msgstr "函数式 API"
111111

112112
#: ../../library/importlib.metadata.rst:76
113113
msgid "This package provides the following functionality via its public API."
114-
msgstr "这个包通过其公共 API 提供了以下功能。"
114+
msgstr "这个包的公开 API 提供了以下功能。"
115115

116116
#: ../../library/importlib.metadata.rst:82
117117
msgid "Entry points"
@@ -158,7 +158,7 @@ msgstr ""
158158

159159
#: ../../library/importlib.metadata.rst:135
160160
msgid "Distribution versions"
161-
msgstr "分发的版本"
161+
msgstr "分发包的版本"
162162

163163
#: ../../library/importlib.metadata.rst:137
164164
msgid ""
@@ -168,7 +168,7 @@ msgstr "``version()`` 函数是以字符串形式获取分发的版本号的最
168168

169169
#: ../../library/importlib.metadata.rst:147
170170
msgid "Distribution files"
171-
msgstr "分发的文件"
171+
msgstr "分发包的文件"
172172

173173
#: ../../library/importlib.metadata.rst:149
174174
msgid ""
@@ -209,7 +209,7 @@ msgstr ""
209209

210210
#: ../../library/importlib.metadata.rst:193
211211
msgid "Distribution requirements"
212-
msgstr "分发的依赖"
212+
msgstr "分发包的依赖"
213213

214214
#: ../../library/importlib.metadata.rst:195
215215
msgid ""
@@ -219,7 +219,7 @@ msgstr "使用 ``requires()`` 函数来获得一个 分发 的所有依赖:"
219219

220220
#: ../../library/importlib.metadata.rst:205
221221
msgid "Distributions"
222-
msgstr "分发"
222+
msgstr "分发包对象"
223223

224224
#: ../../library/importlib.metadata.rst:207
225225
msgid ""

library/typing.po

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
22+
"POT-Creation-Date: 2024-07-12 16:21+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
2424
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1685,8 +1685,7 @@ msgid ""
16851685
"of :class:`Generator` behaves contravariantly, not covariantly or "
16861686
"invariantly."
16871687
msgstr ""
1688-
"注意,与 typing 模块里的其他泛型不同, :class:`Generator` 的 ``SendType`` "
1689-
"属于逆变行为,不是协变行为,也是不变行为。"
1688+
"注意,与 typing 模块里的其他泛型不同, :class:`Generator` 的 ``SendType`` 属于逆变行为,不是协变或不变行为。"
16901689

16911690
#: ../../library/typing.rst:1571
16921691
msgid ""

0 commit comments

Comments
 (0)