Skip to content

Commit 3bee645

Browse files
[po] auto sync
1 parent dbec1b3 commit 3bee645

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.36%", "updated_at": "2024-05-07T02:56:17Z"}
1+
{"translation": "95.37%", "updated_at": "2024-05-08T01:13:49Z"}

whatsnew/3.4.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,6 +2962,9 @@ msgid ""
29622962
"installed in the virtual environment. (Contributed by Nick Coghlan in "
29632963
":issue:`19552` as part of the :pep:`453` implementation.)"
29642964
msgstr ""
2965+
":class:`~venv.EnvBuilder` 和 :func:`~venv.create` 便捷函数接受新的关键字参数 "
2966+
"*with_pip*,默认值为 ``False``,它控制 :class:`~venv.EnvBuilder` 是否确保 ``pip`` "
2967+
"在虚拟环境中安装。 (作为 :pep:`453` 实现的组成部分由 Nick Coghlan 在 :issue:`19552` 中贡献。)"
29652968

29662969
#: ../../whatsnew/3.4.rst:1731
29672970
msgid "wave"
@@ -2972,26 +2975,34 @@ msgid ""
29722975
"The :meth:`~wave.getparams` method now returns a namedtuple rather than a "
29732976
"plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.)"
29742977
msgstr ""
2978+
"现在 :meth:`~wave.getparams` 方法将返回一个具名元组而不是普通元组。 (由 Claudiu Popa 在 "
2979+
":issue:`17487` 中贡献。)"
29752980

29762981
#: ../../whatsnew/3.4.rst:1736
29772982
msgid ""
29782983
":meth:`wave.open` now supports the context management protocol. "
29792984
"(Contributed by Claudiu Popa in :issue:`17616`.)"
29802985
msgstr ""
2986+
"现在 :meth:`wave.open` 已支持上下文管理器协议。 (由 Claudiu Popa 在 :issue:`17616` 中贡献。)"
29812987

29822988
#: ../../whatsnew/3.4.rst:1739
29832989
msgid ""
29842990
":mod:`wave` can now :ref:`write output to unseekable files <wave-write-"
29852991
"objects>`. (Contributed by David Jones, Guilherme Polo, and Serhiy "
29862992
"Storchaka in :issue:`5202`.)"
29872993
msgstr ""
2994+
"现在 :mod:`wave` 可以 :ref:`将输出写入到不可定位的文件 <wave-write-objects>`。 (由 David Jones,"
2995+
" Guilherme Polo 和 Serhiy Storchaka 在 :issue:`5202` 中贡献。)"
29882996

29892997
#: ../../whatsnew/3.4.rst:1743
29902998
msgid ""
29912999
"The :meth:`~wave.Wave_write.writeframesraw` and "
29923000
":meth:`~wave.Wave_write.writeframes` methods now accept any :term:`bytes-"
29933001
"like object`. (Contributed by Serhiy Storchaka in :issue:`8311`.)"
29943002
msgstr ""
3003+
"现在 :meth:`~wave.Wave_write.writeframesraw` 和 "
3004+
":meth:`~wave.Wave_write.writeframes` 方法将接受任意 :term:`bytes-like object`。 (由 "
3005+
"Serhiy Storchaka 在 :issue:`8311` 中贡献。)"
29953006

29963007
#: ../../whatsnew/3.4.rst:1749
29973008
msgid "weakref"

0 commit comments

Comments
 (0)