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

Skip to content

Commit 1bda636

Browse files
[po] auto sync
1 parent e47f130 commit 1bda636

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

library/decimal.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,8 @@ msgid ""
15181518
"``Decimal(0) ** Decimal(0)`` results in ``InvalidOperation``, and if "
15191519
"``InvalidOperation`` is not trapped, then results in ``Decimal('NaN')``."
15201520
msgstr ""
1521+
"``Decimal(0) ** Decimal(0)`` 结果为 ``InvalidOperation``,而如果 "
1522+
"``InvalidOperation`` 未被捕获,则结果为 ``Decimal('NaN')``。"
15211523

15221524
#: ../../library/decimal.rst:1363
15231525
msgid ""

library/dis.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# SKY H. <[email protected]>, 2020
8-
# Freesand Leo <[email protected]>, 2020
98
# Meng Du <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-04-13 03:04+0000\n"
1717
"PO-Revision-Date: 2020-05-30 12:00+0000\n"
18-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2020\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1114,7 +1114,7 @@ msgstr "如果 TOS 为真值,则将字节码计数器的值设为 *target* 并
11141114
msgid ""
11151115
"If TOS is false, sets the bytecode counter to *target* and leaves TOS on the"
11161116
" stack. Otherwise (TOS is true), TOS is popped."
1117-
msgstr "如果 TOS 为假值,则将字节码计数器的值设为 *target* 并将 TOS 留在栈顶。 否则(如 TOS 为假值),TOS 会被弹出。"
1117+
msgstr "如果 TOS 为假值,则将字节码计数器的值设为 *target* 并将 TOS 留在栈顶。 否则(如 TOS 为真值),TOS 会被弹出。"
11181118

11191119
#: ../../library/dis.rst:1033
11201120
msgid "Set bytecode counter to *target*."

0 commit comments

Comments
 (0)