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

Skip to content

Commit b2c69d2

Browse files
[po] auto sync
1 parent 8e57671 commit b2c69d2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

library/constants.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Alpha Du <[email protected]>, 2019
88
# Freesand Leo <[email protected]>, 2020
9+
# woclass, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: woclass, 2021\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,9 +75,9 @@ msgid ""
7475
"Incorrectly returning ``NotImplemented`` will result in a misleading error "
7576
"message or the ``NotImplemented`` value being returned to Python code."
7677
msgstr ""
77-
"当二进制(或就地)方法返回``NotImplemented``时,解释器将尝试对另一种类型(或其他一些回滚操作,取决于运算符)的反射操作。 "
78-
"如果所有尝试都返回``NotImplemented``,则解释器将引发适当的异常。 "
79-
"错误返回的``NotImplemented``将导致误导性错误消息或返回到Python代码中的``NotImplemented``值。"
78+
"当二进制(或就地)方法返回 ``NotImplemented`` 时,解释器将尝试对另一种类型(或其他一些回滚操作,取决于运算符)的反射操作。 "
79+
"如果所有尝试都返回 ``NotImplemented``,则解释器将引发适当的异常。 错误返回的 ``NotImplemented`` "
80+
"将导致误导性错误消息或返回到 Python 代码中的 ``NotImplemented`` 值。"
8081

8182
#: ../../library/constants.rst:45
8283
msgid "See :ref:`implementing-the-arithmetic-operations` for examples."
@@ -119,7 +120,7 @@ msgid ""
119120
"cannot be reassigned (assignments to them, even as an attribute name, raise "
120121
":exc:`SyntaxError`), so they can be considered \"true\" constants."
121122
msgstr ""
122-
"变量名 :data:`None`,:data:`False`,:data:`True` 和 :data:`__ debug__` "
123+
"变量名 :data:`None`,:data:`False`,:data:`True` 和 :data:`__debug__` "
123124
"无法重新赋值(赋值给它们,即使是属性名,将引发 :exc:`SyntaxError` ),所以它们可以被认为是“真正的”常数。"
124125

125126
#: ../../library/constants.rst:80

0 commit comments

Comments
 (0)