2121# Pandaaaa906 <[email protected] >, 20202222# ppcfish <[email protected] >, 20202323# belingud <[email protected] >, 202024+ # Sean Chao <[email protected] >, 20202425#
2526#, fuzzy
2627msgid ""
@@ -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]_"
411412msgstr ""
413+ "Python "
414+ "完全支持混合运算:当一个二元算术运算符的操作数有不同数值类型时,\" 较窄\" 类型的操作数会拓宽到另一个操作数的类型,其中整数比浮点数窄,浮点数比复数窄。不同类型的数字之间的比较,同比较这些数字的精确值一样。[2]_"
415+ " "
412416
413417#: ../../library/stdtypes.rst:267
414418msgid ""
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
420424msgid ""
@@ -793,12 +797,12 @@ msgstr "负的移位数是非法的,会导致引发 :exc:`ValueError`。"
793797#: ../../library/stdtypes.rst:437
794798msgid ""
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
799803msgid ""
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
804808msgid ""
0 commit comments