1919# Arisaka97 <[email protected] >, 20192020# Freesand Leo <[email protected] >, 20192121# zkonge <[email protected] >, 201922+ # Sean Chao <[email protected] >, 20202223#
2324#, fuzzy
2425msgid ""
@@ -27,7 +28,7 @@ msgstr ""
2728"Report-Msgid-Bugs-To : \n "
2829"POT-Creation-Date : 2020-05-31 09:25+0000\n "
2930"PO-Revision-Date : 2017-02-16 23:27+0000\n "
30- "Last-Translator : zkonge <zkonge@outlook .com>, 2019 \n "
31+ "Last-Translator : Sean Chao <seanchao0804@gmail .com>, 2020 \n "
3132"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3233"MIME-Version : 1.0\n "
3334"Content-Type : text/plain; charset=UTF-8\n "
@@ -407,12 +408,15 @@ msgid ""
407408" of different types behaves as though the exact values of those numbers were"
408409" being compared. [2]_"
409410msgstr ""
411+ "Python "
412+ "完全支持混合运算:当一个二元算术运算符的操作数有不同数值类型时,\" 较窄\" 类型的操作数会拓宽到另一个操作数的类型,其中整数比浮点数窄,浮点数比复数窄。不同类型的数字之间的比较,同比较这些数字的精确值一样。[2]_"
413+ " "
410414
411415#: ../../library/stdtypes.rst:267
412416msgid ""
413417"The constructors :func:`int`, :func:`float`, and :func:`complex` can be used"
414418" to produce numbers of a specific type."
415- msgstr ""
419+ msgstr "构造函数 :func:`int`、 :func:`float` 和 :func:`complex` 可以用来构造特定类型的数字。 "
416420
417421#: ../../library/stdtypes.rst:270
418422msgid ""
@@ -644,6 +648,9 @@ msgid ""
644648"https://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txt "
645649"for a complete list of code points with the ``Nd`` property."
646650msgstr ""
651+ "请参阅 "
652+ "https://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txt "
653+ "查看具有 ``Nd`` 特征属性的代码点的完整列表。"
647654
648655#: ../../library/stdtypes.rst:359
649656msgid ""
@@ -788,12 +795,12 @@ msgstr "负的移位数是非法的,会导致引发 :exc:`ValueError`。"
788795#: ../../library/stdtypes.rst:437
789796msgid ""
790797"A left shift by *n* bits is equivalent to multiplication by ``pow(2, n)``."
791- msgstr ""
798+ msgstr "左移 *n* 位等价于乘以 ``pow(2, n)`` 。 "
792799
793800#: ../../library/stdtypes.rst:440
794801msgid ""
795802"A right shift by *n* bits is equivalent to floor division by ``pow(2, n)``."
796- msgstr ""
803+ msgstr "右移 *n* 位等价于除以 ``pow(2, n)`` ,作向下取整除法。 "
797804
798805#: ../../library/stdtypes.rst:443
799806msgid ""
@@ -2320,14 +2327,15 @@ msgstr ""
23202327msgid ""
23212328"If the string starts with the *prefix* string, return "
23222329"``string[len(prefix):]``. Otherwise, return a copy of the original string::"
2323- msgstr ""
2330+ msgstr "如果字符串以 *前缀* 字符串开头,返回 ``string[len(prefix):]`` 。否则,返回原始字符串的副本: "
23242331
23252332#: ../../library/stdtypes.rst:1565
23262333msgid ""
23272334"If the string ends with the *suffix* string and that *suffix* is not empty, "
23282335"return ``string[:-len(suffix)]``. Otherwise, return a copy of the original "
23292336"string::"
23302337msgstr ""
2338+ "如果字符串以 *后缀* 字符串结尾,并且 *后缀* 非空,返回 ``string[:-len(suffix)]`` 。否则,返回原始字符串的副本:"
23312339
23322340#: ../../library/stdtypes.rst:1579
23332341msgid ""
@@ -2352,14 +2360,16 @@ msgid ""
23522360"only used at the first encoding error. Enable the :ref:`Python Development "
23532361"Mode <devmode>`, or use a debug build to check *errors*."
23542362msgstr ""
2363+ "*errors* 参数默认不会被检查,以获得最佳性能,而只在第一次编码错误时使用。启用 :ref:`Python 开发模式 <devmode>` "
2364+ ",或者使用调试构建来检查 *errors* 。"
23552365
23562366#: ../../library/stdtypes.rst:1592
23572367msgid "Support for keyword arguments added."
23582368msgstr "加入了对关键字参数的支持。"
23592369
23602370#: ../../library/stdtypes.rst:1595 ../../library/stdtypes.rst:2702
23612371msgid "The *errors* is now checked in development mode and in debug mode."
2362- msgstr ""
2372+ msgstr "*errors* 现在在开发模式和调试模式下都会被检查。 "
23632373
23642374#: ../../library/stdtypes.rst:1601
23652375msgid ""
0 commit comments