66# Translators:
77# Freesand Leo <[email protected] >, 2020889+ # Azuk 443 <[email protected] >, 2020910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1617"PO-Revision-Date : 2020-05-30 11:50+0000\n "
17- "
Last-Translator :
心韵 方 <[email protected] >, 2020\n"
18+ "
Last-Translator :
Azuk 443 <[email protected] >, 2020\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 "
@@ -40,31 +41,31 @@ msgstr "如果 *o* 是一个索引整数则返回 ``1``。"
4041msgid ""
4142"Returns the result of adding *o1* and *o2*, or ``NULL`` on failure. This is"
4243" the equivalent of the Python expression ``o1 + o2``."
43- msgstr ""
44+ msgstr "返回 *o1* 、*o2* 相加的结果,如果失败,返回 *NULL* 。等价于 Python 中的表达式 ``o1 + o2`` 。 "
4445
4546#: ../../c-api/number.rst:26
4647msgid ""
4748"Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. "
4849"This is the equivalent of the Python expression ``o1 - o2``."
49- msgstr ""
50+ msgstr "返回 *o1* 减去 *o2* 的结果,如果失败,返回 ``NULL`` 。等价于Python中的表达式 ``o1 - o2`` 。 "
5051
5152#: ../../c-api/number.rst:32
5253msgid ""
5354"Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. "
5455"This is the equivalent of the Python expression ``o1 * o2``."
55- msgstr ""
56+ msgstr "返回 *o1* 、 *o2* 相乘的结果,如果失败,返回 ``NULL``。等价于Python中的表达式 ``o1 * o2``。 "
5657
5758#: ../../c-api/number.rst:38
5859msgid ""
5960"Returns the result of matrix multiplication on *o1* and *o2*, or ``NULL`` on"
6061" failure. This is the equivalent of the Python expression ``o1 @ o2``."
61- msgstr ""
62+ msgstr "返回 *o1* 、*o2* 做矩阵乘法的结果,如果失败,返回 ``NULL``。等价于Python中的表达式 ``o1 @ o2``。 "
6263
6364#: ../../c-api/number.rst:46
6465msgid ""
6566"Return the floor of *o1* divided by *o2*, or ``NULL`` on failure. This is "
6667"equivalent to the \" classic\" division of integers."
67- msgstr ""
68+ msgstr "返回 *o1* 除以 *o2* 的向下取整后的结果,如果失败,返回 ``NULL``。等价于“传统”的整数除法。 "
6869
6970#: ../../c-api/number.rst:52
7071msgid ""
@@ -74,18 +75,21 @@ msgid ""
7475" represent all real numbers in base two. This function can return a "
7576"floating point value when passed two integers."
7677msgstr ""
78+ "返回 *o1* 除以 *o2* 的一个合理的近似值,如果失败,返回 "
79+ "``NULL``。这个值是近似的,因为二进制浮点数是一个近似值,它不可能表示出以2为基数的所有实数。这个函数返回两个整数相除得到的浮点数。"
7780
7881#: ../../c-api/number.rst:61
7982msgid ""
8083"Returns the remainder of dividing *o1* by *o2*, or ``NULL`` on failure. "
8184"This is the equivalent of the Python expression ``o1 % o2``."
82- msgstr ""
85+ msgstr "返回 *o1* 除以 *o2* 得到的余数,如果失败,返回 ``NULL``。等价于Python中的表达式 ``o1 % o2``。 "
8386
8487#: ../../c-api/number.rst:69
8588msgid ""
8689"See the built-in function :func:`divmod`. Returns ``NULL`` on failure. This"
8790" is the equivalent of the Python expression ``divmod(o1, o2)``."
8891msgstr ""
92+ "参考内置函数 :func:`divmod`。如果失败,返回 ``NULL``。等价于Python表达式 ``divmod(o1, o2)``。"
8993
9094#: ../../c-api/number.rst:77
9195msgid ""
0 commit comments