Skip to content

Commit df90832

Browse files
[po] auto sync
1 parent 80a5057 commit df90832

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.13%", "updated_at": "2024-06-03T03:47:10Z"}
1+
{"translation": "95.13%", "updated_at": "2024-06-03T06:47:07Z"}

whatsnew/2.1.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,8 @@ msgid ""
11251125
"for January 1--15, 2001 at https://mail.python.org/pipermail/python-"
11261126
"dev/2001-January/."
11271127
msgstr ""
1128-
"有关行 I/O 更改的更详细讨论,请参阅 2001 年 1 月 1 日至 15 日的 python-dev "
1129-
"摘要:https://mail.python.org/pipermail/python-dev/2001-January/ 。"
1128+
"有关行 I/O 更改的更详细讨论,请参阅 2001 年 1 月 1 日至 15 日的 python-dev 摘要 "
1129+
"https://mail.python.org/pipermail/python-dev/2001-January/ 。"
11301130

11311131
#: ../../whatsnew/2.1.rst:740
11321132
msgid ""
@@ -1139,9 +1139,9 @@ msgid ""
11391139
"suggestion and preliminary patch by Moshe Zadka."
11401140
msgstr ""
11411141
"给字典添加了一个新方法 "
1142-
":meth:`~dict.popitem`,用于破坏性地迭代字典的内容;这对于大字典来说可能更快,因为不需要构建包含所有键或值的列表。``D.popitem()``"
1143-
" 从字典``D``中移除一个随机的``(key, value)``键值对,并将其作为一个 2 元组返回。此功能主要由 Tim Peters 和 "
1144-
"Guido van Rossum 实现,基于 Moshe Zadka 的建议和初步补丁。"
1142+
":meth:`~dict.popitem`,用于破坏性地迭代字典的内容;这对于大字典来说可能更快,因为不需要构建包含所有键或值的列表。 "
1143+
"``D.popitem()`` 从字典``D``中移除一个随机的``(key, value)``键值对,并将其作为一个 2 元组返回。 此功能主要由 "
1144+
"Tim Peters 和 Guido van Rossum 实现,基于 Moshe Zadka 的建议和初步补丁。"
11451145

11461146
#: ../../whatsnew/2.1.rst:748
11471147
msgid ""
@@ -1152,9 +1152,9 @@ msgid ""
11521152
"will add them to the importing module's namespace. To fix this, simply list"
11531153
" the public names in ``__all__``::"
11541154
msgstr ""
1155-
"模块现在可以通过定义一个``__all__`` 属性来控制使用 ``from module import *`` "
1156-
"时导入的名称。一个常见的抱怨是,如果模块导入了其他模块,例如 :mod:`sys` 或 :mod:`string`,使用 ``from module "
1157-
"import *`` 会将它们添加到导入模块的命名空间中。为了解决这个问题,只需在 ``__all__`` 模块中列出公共名称即可"
1155+
"模块现在可以通过定义一个 ``__all__`` 属性来控制使用 ``from module import *`` 时导入的名称。 "
1156+
"一个常见的抱怨是,如果模块导入了其他模块,例如 :mod:`sys` 或 :mod:`string`,使用 ``from module import "
1157+
"*`` 会将它们添加到导入模块的命名空间中。 为了解决这个问题,只需在 ``__all__`` 模块中列出公共名称即可::"
11581158

11591159
#: ../../whatsnew/2.1.rst:758
11601160
msgid ""

0 commit comments

Comments
 (0)