Skip to content

Commit ded7bfe

Browse files
[po] auto sync
1 parent 613b05a commit ded7bfe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.35%", "updated_at": "2024-03-25T01:37:45Z"}
1+
{"translation": "92.36%", "updated_at": "2024-03-25T02:25:38Z"}

whatsnew/3.4.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ msgid ""
777777
"bootstrap ``pip`` if the automated bootstrapping into an installation or "
778778
"virtual environment was declined."
779779
msgstr ""
780+
"新增的 :mod:`ensurepip` 模块是用于 :pep:`453` 实现的主要基础设施。 "
781+
"在正常情况下最终用户不需要与此模块进行交互,但如果对安装版或虚拟环境的自动初始设置遭到拒绝则可使用它来手动初始设置 ``pip``。"
780782

781783
#: ../../whatsnew/3.4.rst:490
782784
msgid ""
@@ -1328,6 +1330,8 @@ msgid ""
13281330
" is available for other implementations to use. (Contributed by Brian "
13291331
"Thorne in :issue:`12428`.)"
13301332
msgstr ""
1333+
"现在标准库中增加了 :func:`~functools.partial` 函数的纯 Python 版本;在 CPython 中它会被 C "
1334+
"加速版本覆盖,但它以供其他实现来使用。 (由 Brian Thorne 在 :issue:`12428` 中贡献。)"
13311335

13321336
#: ../../whatsnew/3.4.rst:885
13331337
msgid "gc"
@@ -1339,6 +1343,8 @@ msgid ""
13391343
"dictionaries containing the collections statistics since interpreter "
13401344
"startup. (Contributed by Antoine Pitrou in :issue:`16351`.)"
13411345
msgstr ""
1346+
"新增的函数 :func:`~gc.get_stats` 可返回由三个单独生成字典组成的列表,每个字典均包含自解释器启动以来收集的统计信息。 (由 "
1347+
"Antoine Pitrou 在 :issue:`16351` 中贡献。)"
13421348

13431349
#: ../../whatsnew/3.4.rst:893
13441350
msgid "glob"
@@ -1351,6 +1357,8 @@ msgid ""
13511357
"expansion but are instead matched literally. (Contributed by Serhiy "
13521358
"Storchaka in :issue:`8402`.)"
13531359
msgstr ""
1360+
"新增函数 :func:`~glob.escape` 提供了为文件名中的特殊字符进行转义的方式以使它们不会成为 glob "
1361+
"扩展的组成部分而是按字面值来匹配。 (由 Serhiy Storchaka 在 :issue:`8402` 中贡献。)"
13541362

13551363
#: ../../whatsnew/3.4.rst:901
13561364
msgid "hashlib"

0 commit comments

Comments
 (0)