File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 80.64 %" , "updated_at" : " 2025-01-03T14:56:08Z " }
1
+ {"translation" : " 80.65 %" , "updated_at" : " 2025-01-03T15:55:47Z " }
Original file line number Diff line number Diff line change 12
12
# 乐成 王, 2023
13
13
# Alpha Du <alphanow@gmail.com>, 2023
14
14
# Dai Xu <daixu61@hotmail.com>, 2023
15
- # Freesand Leo <yuqinju@163.com>, 2024
15
+ # Freesand Leo <yuqinju@163.com>, 2025
16
16
#
17
17
#, fuzzy
18
18
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
21
21
"Report-Msgid-Bugs-To : \n "
22
22
"POT-Creation-Date : 2025-01-03 14:16+0000\n "
23
23
"PO-Revision-Date : 2021-06-28 00:56+0000\n "
24
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
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 "
26
26
"MIME-Version : 1.0\n "
27
27
"Content-Type : text/plain; charset=UTF-8\n "
@@ -204,6 +204,8 @@ msgid ""
204
204
"If *theday* is ``0``, return a string of spaces of the specified width, "
205
205
"representing an empty day. The *weekday* parameter is unused."
206
206
msgstr ""
207
+ "返回一个代表格式化为指定 *width* 的单独日期的字符串表示形式。 如果 *theday* 为 "
208
+ "``0``,则返回指定宽度的空格字符串,代表一个空日期。 *weekday* 形参未被使用。"
207
209
208
210
#: ../../library/calendar.rst:151
209
211
msgid ""
Original file line number Diff line number Diff line change 12
12
# ppcfish <ppcfish@gmail.com>, 2021
13
13
# Sean Chao <seanchao0804@gmail.com>, 2021
14
14
# WH-2099 <wh2099@outlook.com>, 2022
15
- # Freesand Leo <yuqinju@163.com>, 2024
16
15
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
16
+ # Freesand Leo <yuqinju@163.com>, 2025
17
17
#
18
18
#, fuzzy
19
19
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
22
22
"Report-Msgid-Bugs-To : \n "
23
23
"POT-Creation-Date : 2025-01-03 14:16+0000\n "
24
24
"PO-Revision-Date : 2021-06-29 13:04+0000\n "
25
- "Last-Translator : lian Wu (Wulian) <xiguawulian@gmail .com>, 2025\n "
25
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2025\n "
26
26
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
27
27
"MIME-Version : 1.0\n "
28
28
"Content-Type : text/plain; charset=UTF-8\n "
@@ -761,6 +761,8 @@ msgid ""
761
761
"checker (e.g. `mypy <https://mypy-lang.org>`_) will be used for on-demand "
762
762
"source code analysis."
763
763
msgstr ""
764
+ "虽然这些标注可在运行时通过常用的 :attr:`~object.__annotations__` 属性来访问,但是 *不会在运行时进行自动类型检查*。 "
765
+ "作为替代,应该会为按需执行源代码分析提供一个单独的离线版类型检查器 (例如 `mypy <https://mypy-lang.org>`_)。"
764
766
765
767
#: ../../whatsnew/3.5.rst:431
766
768
msgid ""
Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ msgid ""
304
304
"uncompressed, unencrypted zip files returned by "
305
305
":meth:`zipfile.ZipFile.open`."
306
306
msgstr ""
307
+ ":gh:`127847`: 修复了在由 :meth:`zipfile.ZipFile.open` 返回的未压缩、未加密的 zip "
308
+ "文件上执行交错定位和读取时的位置问题。"
307
309
308
310
#: ../../../build/NEWS:70
309
311
msgid ""
@@ -334,13 +336,18 @@ msgid ""
334
336
"like PyPy and GraalPy, because CPython will usually use the C-implementation"
335
337
" of that function."
336
338
msgstr ""
339
+ ":gh:`83662`: 为 :func:`functools.partial` 的 Python 实现增加了缺失的 "
340
+ "``__class_getitem__`` 方法,以使其与 C 版本相兼容。 这主要影响其他 Python 实现如 PyPy 和 GraalPy,因为 "
341
+ "CPython 通常会使用相应函数的 C 实现。"
337
342
338
343
#: ../../../build/NEWS:85
339
344
msgid ""
340
345
":gh:`127586`: :class:`multiprocessing.pool.Pool` now properly restores "
341
346
"blocked signal handlers of the parent thread when creating processes via "
342
347
"either *spawn* or *forkserver*."
343
348
msgstr ""
349
+ ":gh:`127586`: 现在当通过 *spawn* 或 *forkserver* 创建进程时 "
350
+ ":class:`multiprocessing.pool.Pool` 会正确地恢复父线程被阻塞的信号处理器。"
344
351
415F
345
352
#: ../../../build/NEWS:89
346
353
msgid ""
You can’t perform that action at this time.
0 commit comments