Skip to content

Commit 0ffc210

Browse files
[po] auto sync
1 parent 96ebead commit 0ffc210

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "83.28%", "updated_at": "2025-05-05T00:40:31Z"}
1+
{"translation": "83.29%", "updated_at": "2025-05-05T16:19:28Z"}

whatsnew/3.3.po

+7-2
Original file line numberDiff line numberDiff line change
@@ -2277,11 +2277,11 @@ msgstr "math"
22772277
msgid ""
22782278
"The :mod:`math` module has a new function, :func:`~math.log2`, which "
22792279
"returns the base-2 logarithm of *x*."
2280-
msgstr ""
2280+
msgstr ":mod:`math` 模块新增了一个函数 :func:`~math.log2`,它返回 *x* 的以 2 为底的对数。"
22812281

22822282
#: ../../whatsnew/3.3.rst:1517
22832283
msgid "(Written by Mark Dickinson in :issue:`11888`.)"
2284-
msgstr ""
2284+
msgstr "(由 Mark Dickinson 在 :issue:`11888` 中编写。)"
22852285

22862286
#: ../../whatsnew/3.3.rst:1521
22872287
msgid "mmap"
@@ -2294,6 +2294,8 @@ msgid ""
22942294
"returns the bytes from the current file position to the end of the mapping."
22952295
" (Contributed by Petri Lehtinen in :issue:`12021`.)"
22962296
msgstr ""
2297+
"现在 :meth:`~mmap.mmap.read` 方法能更好地兼容其他文件型对象:如果参数被省略或指定为 "
2298+
"``None``,它将返回从当前文件位置到映射对象末尾的字节数据。 (由 Petri Lehtinen 在 :issue:`12021` 中贡献。)"
22972299

22982300
#: ../../whatsnew/3.3.rst:1530
22992301
msgid "multiprocessing"
@@ -2305,6 +2307,8 @@ msgid ""
23052307
"multiple objects (such as connections, sockets and pipes) with a timeout. "
23062308
"(Contributed by Richard Oudkerk in :issue:`12328`.)"
23072309
msgstr ""
2310+
"新增的 :func:`multiprocessing.connection.wait` 函数允许附带超时限制轮询多个对象(如连接、套接字和管道)。 (由"
2311+
" Richard Oudkerk 在 :issue:`12328` 中贡献。)"
23082312

23092313
#: ../../whatsnew/3.3.rst:1536
23102314
msgid ""
@@ -3535,6 +3539,7 @@ msgid ""
35353539
":issue:`13988`: The :mod:`xml.etree.cElementTree` module is deprecated. The"
35363540
" accelerator is used automatically whenever available."
35373541
msgstr ""
3542+
":issue:`13988`: :mod:`xml.etree.cElementTree` 模块已被弃用。 只要有可能就会自动使用加速版本。"
35383543

35393544
#: ../../whatsnew/3.3.rst:2239
35403545
msgid ""

0 commit comments

Comments
 (0)