File tree Expand file tree Collapse file tree 10 files changed +117
-107
lines changed Expand file tree Collapse file tree 10 files changed +117
-107
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 78.31 %" , "updated_at" : " 2025-05-22T01:40:07Z " }
1
+ {"translation" : " 78.44 %" , "updated_at" : " 2025-05-22T02:41:35Z " }
Original file line number Diff line number Diff line change 13
13
# Nyuan Zhang, 2022
14
14
# ProgramRipper, 2023
15
15
# 乐成 王, 2023
16
- # Freesand Leo <yuqinju@163.com>, 2025
17
16
# Alpha Du <alphanow@gmail.com>, 2025
17
+ # Freesand Leo <yuqinju@163.com>, 2025
18
18
#
19
19
#, fuzzy
20
20
msgid ""
21
21
msgstr ""
22
22
"Project-Id-Version : Python 3.14\n "
23
23
"Report-Msgid-Bugs-To : \n "
24
- "POT-Creation-Date : 2025-05-08 02:53-0300 \n "
24
+ "POT-Creation-Date : 2025-05-16 14:19+0000 \n "
25
25
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
26
- "Last-Translator : Alpha Du <alphanow@gmail .com>, 2025\n "
26
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2025\n "
27
27
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
28
28
"MIME-Version : 1.0\n "
29
29
"Content-Type : text/plain; charset=UTF-8\n "
@@ -33,7 +33,7 @@ msgstr ""
33
33
34
34
#: ../../library/ast.rst:2
35
35
msgid ":mod:`!ast` --- Abstract syntax trees"
36
- msgstr ""
36
+ msgstr ":mod:`!ast` --- 抽象语法树 "
37
37
38
38
#: ../../library/ast.rst:14
39
39
msgid "**Source code:** :source:`Lib/ast.py`"
Original file line number Diff line number Diff line change @@ -448,6 +448,8 @@ msgid ""
448
448
":keyword:`with` statement, produces IMAP untagged responses via the "
449
449
":term:`iterator` protocol, and sends ``DONE`` upon context exit."
450
450
msgstr ""
451
+ "返回的对象将在被 :keyword:`with` 语句激活时发送 ``IDLE`` 命令,通过 :term:`iterator` 协议产生 IMAP "
452
+ "不带标签的响应,并在上下文退出时发送 ``DONE``。"
451
453
452
454
#: ../../library/imaplib.rst:320
453
455
msgid ""
@@ -457,6 +459,9 @@ msgid ""
457
459
"the :keyword:`with` context) can be retrieved in the usual way after "
458
460
"``IDLE`` ends, using :meth:`IMAP4.response`."
459
461
msgstr ""
462
+ "所有在发送 ``IDLE`` 命令之后到达的无标签响应(包括任何在服务器接受该命令之前已到达的)都可通过迭代来获取。 任何剩余的响应(未在 "
463
+ ":keyword:`with` 上下文中被迭代的)可在 ``IDLE`` 结束之后,使用 :meth:`IMAP4.response` "
464
+ "以通常的方式来获取。"
460
465
461
466
#: ../../library/imaplib.rst:326
462
467
msgid ""
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ msgid ""
522
522
"Returns :const:`None` if the distribution is found but the installation "
523
523
"database records reporting the files associated with the distribution "
524
524
"package are missing."
525
- msgstr ""
525
+ msgstr "如果找到了分发包但未找到报告与分发包相关联的文件的安装数据库记录则返回 :const:`None`。 "
526
526
527
527
#: ../../library/importlib.metadata.rst:305
528
528
msgid ""
@@ -858,7 +858,7 @@ msgstr ""
858
858
msgid ""
859
859
"The implementation has hooks integrated into the ``PathFinder``, serving "
860
860
"metadata for distribution packages found on the file system."
861
- msgstr ""
861
+ msgstr "该实现具有集成到 ``PathFinder`` 中的钩子,为在文件系统中找到的分发包提供元数据。 "
862
862
863
863
#: ../../library/importlib.metadata.rst:491
864
864
msgid ""
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.14\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2025-05-08 02:53-0300 \n "
22
+ "POT-Creation-Date : 2025-05-16 14:19+0000 \n "
23
23
"PO-Revision-Date : 2021-06-28 01:08+0000\n "
24
24
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
25
25
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1856,7 +1856,7 @@ msgstr ""
1856
1856
1857
1857
#: ../../library/io.rst:1152
1858
1858
msgid "Static Typing"
1859
- msgstr ""
1859
+ msgstr "静态类型 "
1860
1860
1861
1861
#: ../../library/io.rst:1154
1862
1862
msgid ""
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ msgstr "如果任一参数不为整数则会引发 :exc:`TypeError`。 如果任
638
638
639
639
#: ../../library/math.rst:147
640
640
msgid "Return factorial of the nonnegative integer *n*."
641
- msgstr ""
641
+ msgstr "返回非负整数 *n* 的阶乘。 "
642
642
643
643
#: ../../library/math.rst:149
644
644
msgid "Floats with integral values (like ``5.0``) are no longer accepted."
You can’t perform that action at this time.
0 commit comments