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

Skip to content

Commit dd326c1

Browse files
[po] auto sync
1 parent 5df0b62 commit dd326c1

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

c-api/long.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ msgstr "如果可用将使用 :meth:`__index__`。"
192192
#: ../../c-api/long.rst:142 ../../c-api/long.rst:163 ../../c-api/long.rst:185
193193
#: ../../c-api/long.rst:208 ../../c-api/long.rst:293 ../../c-api/long.rst:313
194194
msgid "Using :meth:`__int__` is deprecated."
195-
msgstr ""
195+
msgstr ":meth:`__int__` 已被弃用。"
196196

197197
#: ../../c-api/long.rst:153
198198
msgid ""

library/stdtypes.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Pandaaaa906 <[email protected]>, 2020
2222
# ppcfish <[email protected]>, 2020
2323
# belingud <[email protected]>, 2020
24+
# Sean Chao <[email protected]>, 2020
2425
#
2526
#, fuzzy
2627
msgid ""
@@ -29,7 +30,7 @@ msgstr ""
2930
"Report-Msgid-Bugs-To: \n"
3031
"POT-Creation-Date: 2020-05-26 14:03+0000\n"
3132
"PO-Revision-Date: 2020-05-30 12:10+0000\n"
32-
"Last-Translator: belingud <1170202353@qq.com>, 2020\n"
33+
"Last-Translator: Sean Chao <seanchao0804@gmail.com>, 2020\n"
3334
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3435
"MIME-Version: 1.0\n"
3536
"Content-Type: text/plain; charset=UTF-8\n"
@@ -409,12 +410,15 @@ msgid ""
409410
" of different types behaves as though the exact values of those numbers were"
410411
" being compared. [2]_"
411412
msgstr ""
413+
"Python "
414+
"完全支持混合运算:当一个二元算术运算符的操作数有不同数值类型时,\"较窄\"类型的操作数会拓宽到另一个操作数的类型,其中整数比浮点数窄,浮点数比复数窄。不同类型的数字之间的比较,同比较这些数字的精确值一样。[2]_"
415+
" "
412416

413417
#: ../../library/stdtypes.rst:267
414418
msgid ""
415419
"The constructors :func:`int`, :func:`float`, and :func:`complex` can be used"
416420
" to produce numbers of a specific type."
417-
msgstr ""
421+
msgstr "构造函数 :func:`int`、 :func:`float` 和 :func:`complex` 可以用来构造特定类型的数字。"
418422

419423
#: ../../library/stdtypes.rst:270
420424
msgid ""
@@ -793,12 +797,12 @@ msgstr "负的移位数是非法的,会导致引发 :exc:`ValueError`。"
793797
#: ../../library/stdtypes.rst:437
794798
msgid ""
795799
"A left shift by *n* bits is equivalent to multiplication by ``pow(2, n)``."
796-
msgstr ""
800+
msgstr "左移 *n* 位等价于不带溢出检测地乘以 ``pow(2, n)`` 。"
797801

798802
#: ../../library/stdtypes.rst:440
799803
msgid ""
800804
"A right shift by *n* bits is equivalent to floor division by ``pow(2, n)``."
801-
msgstr ""
805+
msgstr "右移 *n* 位等价于除以 ``pow(2, n)`` ,作向下取整除法。"
802806

803807
#: ../../library/stdtypes.rst:443
804808
msgid ""

0 commit comments

Comments
 (0)