Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f732bce

Browse files
[po] auto sync
1 parent 0637b9d commit f732bce

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "83.23%", "updated_at": "2025-04-30T03:28:30Z"}
1+
{"translation": "83.25%", "updated_at": "2025-05-01T16:19:07Z"}

whatsnew/3.3.po

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,8 @@ msgid ""
981981
" once implicit are now fully exposed as part of the :mod:`importlib` "
982982
"package."
983983
msgstr ""
984+
"此项工作的一个好处是对外公开了实现 import 语句所涉及的机制。 这意味着过去保持隐式的各种导入器现在都作为 :mod:`importlib` "
985+
"包的组成部分被完整暴露出来。"
984986

985987
#: ../../whatsnew/3.3.rst:711
986988
msgid ""
@@ -2310,6 +2312,11 @@ msgid ""
23102312
":meth:`~multiprocessing.pool.Pool.map_async` functions. (Contributed by "
23112313
"Hynek Schlawack in :issue:`12708`.)"
23122314
msgstr ""
2315+
"新增的方法 :meth:`multiprocessing.pool.Pool.starmap` 和 "
2316+
":meth:`~multiprocessing.pool.Pool.starmap_async` 提供了针对现有 "
2317+
":meth:`multiprocessing.pool.Pool.map` 和 "
2318+
":meth:`~multiprocessing.pool.Pool.map_async` 函数的 :func:`itertools.starmap` "
2319+
"对应物。 (由 Hynek Schlawack 在 :issue:`12708` 中贡献。)"
23132320

23142321
#: ../../whatsnew/3.3.rst:1558
23152322
msgid "nntplib"
@@ -2922,20 +2929,23 @@ msgid ""
29222929
"trace of all sql commands processed by sqlite. (Contributed by Torsten "
29232930
"Landschoff in :issue:`11688`.)"
29242931
msgstr ""
2932+
"新增的 :class:`sqlite3.Connection` 方法 "
2933+
":meth:`~sqlite3.Connection.set_trace_callback` 可被用于捕获由 sqlite 处理的所有 sql "
2934+
"命令的追踪信息。 (由 Torsten Landschoff 在 :issue:`11688` 中贡献。)"
29252935

29262936
#: ../../whatsnew/3.3.rst:1925
29272937
msgid "ssl"
29282938
msgstr "ssl"
29292939

29302940
#: ../../whatsnew/3.3.rst:1927
29312941
msgid "The :mod:`ssl` module has two new random generation functions:"
2932-
msgstr ""
2942+
msgstr ":mod:`ssl` 新增了两个随机生成函数:"
29332943

29342944
#: ../../whatsnew/3.3.rst:1929
29352945
msgid ""
29362946
":func:`~ssl.RAND_bytes`: generate cryptographically strong pseudo-random "
29372947
"bytes."
2938-
msgstr ""
2948+
msgstr ":func:`~ssl.RAND_bytes`: 生成高加密强度的伪随机字节数据。"
29392949

29402950
#: ../../whatsnew/3.3.rst:1931
29412951
msgid ":func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes."
@@ -3504,15 +3514,15 @@ msgstr ""
35043514

35053515
#: ../../whatsnew/3.3.rst:2242
35063516
msgid "The :func:`os.stat_float_times` function is deprecated."
3507-
msgstr ""
3517+
msgstr ":func:`os.stat_float_times` 函数已被弃用。"
35083518

35093519
#: ../../whatsnew/3.3.rst:2243
35103520
msgid ":mod:`abc` module:"
3511-
msgstr ""
3521+
msgstr ":mod:`abc` 模块:"
35123522

35133523
#: ../../whatsnew/3.3.rst:2252
35143524
msgid ":mod:`importlib` package:"
3515-
msgstr ""
3525+
msgstr ":mod:`importlib` 包:"
35163526

35173527
#: ../../whatsnew/3.3.rst:2254
35183528
msgid ""
@@ -3521,6 +3531,9 @@ msgid ""
35213531
"both the modification time and size of the source file the bytecode file was"
35223532
" compiled from."
35233533
msgstr ""
3534+
"现在 :meth:`importlib.abc.SourceLoader.path_mtime` 已被弃用而应改用 "
3535+
":meth:`importlib.abc.SourceLoader.path_stats` "
3536+
"因为字节码文件现在会同时储存修改时间和编译出该字节码文件的源文件的大小。"
35243537

35253538
#: ../../whatsnew/3.3.rst:2264
35263539
msgid "Deprecated functions and types of the C API"

0 commit comments

Comments
 (0)