Skip to content

Commit 0752ae0

Browse files
[po] auto sync
1 parent ded7bfe commit 0752ae0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.36%", "updated_at": "2024-03-25T02:25:38Z"}
1+
{"translation": "92.37%", "updated_at": "2024-03-26T07:20:47Z"}

whatsnew/3.4.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ msgid ""
799799
"cause it to install the bundled copy of ``pip`` if the existing installed "
800800
"version of ``pip`` is older than the bundled copy."
801801
msgstr ""
802+
"该模块被命名为 *ensure*\\ pip 是因为如果在已安装 ``pip`` 的情况下被调用,它将不做任何操作。 它还有一个 "
803+
"``--upgrade`` 选项可以在当前已安装的 ``pip`` 版本比所捆绑的副本更旧的情况下安装所捆绑的 ``pip`` 副本。"
802804

803805
#: ../../whatsnew/3.4.rst:508
804806
msgid "enum"
@@ -812,6 +814,8 @@ msgid ""
812814
"debugging support by replacing opaque integer constants with backwards "
813815
"compatible enumeration values."
814816
msgstr ""
817+
"新增的 :mod:`enum` 模块(在 :pep:`435` 中定义)提供了枚举类型的标准实现,允许其他模块(如 :mod:`socket` "
818+
"等)通过将含义不清晰的整数常量替换为可向下兼容的枚举值来提供更具信息量的错误消息和更好的调试支持。"
815819

816820
#: ../../whatsnew/3.4.rst:519
817821
msgid ":pep:`435` -- Adding an Enum type to the Python standard library"
@@ -1018,6 +1022,8 @@ msgid ""
10181022
"Strings are not accepted: they didn't work before, now they raise an error "
10191023
"right away. (Contributed by Serhiy Storchaka in :issue:`16685`.)"
10201024
msgstr ""
1025+
"所有 :mod:`audioop` 函数现在均接受任意 :term:`bytes-like object`。 "
1026+
"字符串将不被接受:它们在之前也不可用,现在它们将立即引发错误。 (由 Serhiy Storchaka 在 :issue:`16685` 中贡献。)"
10211027

10221028
#: ../../whatsnew/3.4.rst:645
10231029
msgid "base64"
@@ -1030,6 +1036,9 @@ msgid ""
10301036
":class:`bytes` or :class:`bytearray` instance. (Contributed by Nick Coghlan"
10311037
" in :issue:`17839`.)"
10321038
msgstr ""
1039+
"现在 :mod:`base64` 中的编码和解码函数在之前需要 :class:`bytes` 或 :class:`bytearray` "
1040+
"实例的场合下均接受任意 :term:`bytes-like object`。 (由 Nick Coghlan 在 :issue:`17839` "
1041+
"中贡献。)"
10331042

10341043
#: ../../whatsnew/3.4.rst:652
10351044
msgid ""

0 commit comments

Comments
 (0)