File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 81.01 %" , "updated_at" : " 2025-03-07T14:55:44Z " }
1
+ {"translation" : " 81.02 %" , "updated_at" : " 2025-03-07T16:56:23Z " }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ msgid ""
43
43
"These functions are useful when creating your own extension functions and "
44
44
"methods. Additional information and examples are available in "
45
45
":ref:`extending-index`."
46
- msgstr ""
46
+ msgstr "这些函数在创建你自己的扩展函数和方法时很有用处。 更多信息和示例可在 :ref:`extending-index` 查看。 "
47
47
48
48
#: ../../c-api/arg.rst:12
49
49
msgid ""
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Alpha Du <alphanow@gmail.com>, 2021
8
8
# sunsol s <sunsolzn@gmail.com>, 2023
9
- # Freesand Leo <yuqinju@163.com>, 2024
9
+ # Freesand Leo <yuqinju@163.com>, 2025
10
10
#
11
11
#, fuzzy
12
12
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
15
15
"Report-Msgid-Bugs-To : \n "
16
16
"POT-Creation-Date : 2025-03-07 14:18+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:57+0000\n "
18
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
18
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2025 \n "
19
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -95,6 +95,8 @@ msgid ""
95
95
"interchangeable. This constant should only be used as described above; see "
96
96
":exc:`NotImplementedError` for details on correct usage of the exception."
97
97
msgstr ""
98
+ ":data:`!NotImplemented` 和 :exc:`!NotImplementedError` 不能互相替代。 "
99
+ "此常量应当仅以上文所描述的方式使用;请参阅 :exc:`NotImplementedError` 了解正确使用该异常的相关细节。"
98
100
99
101
#: ../../library/constants.rst:56
100
102
msgid ""
Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ msgstr "所有缺陷类都是 :class:`email.errors.MessageDefect` 的子类。"
129
129
msgid ""
130
130
"A message claimed to be a multipart, but had no :mimetype:`boundary` "
131
131
"parameter."
132
- msgstr ""
132
+ msgstr "一条消息宣称有多个部分,但却没有 :mimetype:`boundary` 形参。 "
133
133
134
134
#: ../../library/email.errors.rst:87
135
135
msgid ""
136
136
"The start boundary claimed in the :mailheader:`Content-Type` header was "
137
137
"never found."
138
- msgstr ""
138
+ msgstr "在 :mailheader:`Content-Type` 标头中宣称的开始边界无法找到。 "
139
139
140
140
#: ../../library/email.errors.rst:92
141
141
msgid ""
Original file line number Diff line number Diff line change @@ -475,6 +475,8 @@ msgid ""
475
475
":data:`NotImplemented` for details on correct usage of the built-in "
476
476
"constant."
477
477
msgstr ""
478
+ ":exc:`!NotImplementedError` 和 :data:`!NotImplemented` 不能互相替代。 "
479
+ "此异常应当仅以上文所描述的方式使用;请参阅 :data:`NotImplemented` 了解正确使用该内置常量的相关细节。"
478
480
479
481
#: ../../library/exceptions.rst:349
480
482
msgid ""
Original file line number Diff line number Diff line change @@ -503,6 +503,9 @@ msgid ""
503
503
"<https://packaging.python.org/en/latest/specifications/core-"
504
504
"metadata/#version>`__ for the named distribution package."
505
505
msgstr ""
506
+ "返回对应指定发布包的已安装发布包 `版本 "
507
+ "<https://packaging.python.org/en/latest/specifications/core-"
508
+ "metadata/#version>`__。"
506
509
507
510
#: ../../library/importlib.metadata.rst:278
508
511
msgid ""
You can’t perform that action at this time.
0 commit comments