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

Skip to content

Commit 8f863ce

Browse files
[po] auto sync
1 parent 2d1f45f commit 8f863ce

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

library/stdtypes.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# belingud <[email protected]>, 2020
2323
# Sean Chao <[email protected]>, 2020
2424
# Freesand Leo <[email protected]>, 2021
25+
# Dai Xu <[email protected]>, 2021
2526
#
2627
#, fuzzy
2728
msgid ""
@@ -30,7 +31,7 @@ msgstr ""
3031
"Report-Msgid-Bugs-To: \n"
3132
"POT-Creation-Date: 2021-07-28 18:06+0000\n"
3233
"PO-Revision-Date: 2020-05-30 12:10+0000\n"
33-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
34+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
3435
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3536
"MIME-Version: 1.0\n"
3637
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1657,7 +1658,7 @@ msgstr "在由 *i* 给出的索引位置将 *x* 插入 *s* (等同于 ``s[i:i] =
16571658

16581659
#: ../../library/stdtypes.rst:1095
16591660
msgid "``s.pop()`` or ``s.pop(i)``"
1660-
msgstr ""
1661+
msgstr "``s.pop()`` 或 ``s.pop(i)``"
16611662

16621663
#: ../../library/stdtypes.rst:1095
16631664
msgid "retrieves the item at *i* and also removes it from *s*"
@@ -5739,6 +5740,8 @@ msgid ""
57395740
"Accessing ``__code__`` raises an :ref:`auditing event <auditing>` "
57405741
"``object.__getattr__`` with arguments ``obj`` and ``\"__code__\"``."
57415742
msgstr ""
5743+
"访问 ``__code__`` 会触发 :ref:`审计事件 <auditing>` ``object.__getattr__``,参数为 "
5744+
"``obj`` 和 ``\"__code__\"``。"
57425745

57435746
#: ../../library/stdtypes.rst:4718
57445747
msgid ""

0 commit comments

Comments
 (0)