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

Skip to content

Commit 3d303b8

Browse files
[po] auto sync
1 parent 0a82b1f commit 3d303b8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

library/stdtypes.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# Konge <[email protected]>, 2019
2121
# Sean Chao <[email protected]>, 2020
2222
# Jiuh-star <[email protected]>, 2021
23-
# Dai Xu <[email protected]>, 2021
2423
# Freesand Leo <[email protected]>, 2021
24+
# Dai Xu <[email protected]>, 2021
2525
#
2626
#, fuzzy
2727
msgid ""
@@ -30,7 +30,7 @@ msgstr ""
3030
"Report-Msgid-Bugs-To: \n"
3131
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
3232
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
33-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
33+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
3434
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3535
"MIME-Version: 1.0\n"
3636
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1657,7 +1657,7 @@ msgstr "在由 *i* 给出的索引位置将 *x* 插入 *s* (等同于 ``s[i:i] =
16571657

16581658
#: ../../library/stdtypes.rst:1095
16591659
msgid "``s.pop()`` or ``s.pop(i)``"
1660-
msgstr ""
1660+
msgstr "``s.pop()`` 或 ``s.pop(i)``"
16611661

16621662
#: ../../library/stdtypes.rst:1095
16631663
msgid "retrieves the item at *i* and also removes it from *s*"
@@ -6161,6 +6161,8 @@ msgid ""
61616161
"Accessing ``__code__`` raises an :ref:`auditing event <auditing>` "
61626162
"``object.__getattr__`` with arguments ``obj`` and ``\"__code__\"``."
61636163
msgstr ""
6164+
"访问 ``__code__`` 会触发 :ref:`审计事件 <auditing>` ``object.__getattr__``,参数为 "
6165+
"``obj`` 和 ``\"__code__\"``。"
61646166

61656167
#: ../../library/stdtypes.rst:5053
61666168
msgid ""
@@ -6326,7 +6328,7 @@ msgid ""
63266328
"Each class keeps a list of weak references to its immediate subclasses. "
63276329
"This method returns a list of all those references still alive. The list is"
63286330
" in definition order. Example::"
6329-
msgstr ""
6331+
msgstr "每个类都存有对直接子类的弱引用列表。本方法返回所有存活引用的列表。列表的顺序按照子类定义的排列。例如:"
63306332

63316333
#: ../../library/stdtypes.rst:5209
63326334
msgid "Footnotes"

0 commit comments

Comments
 (0)