55#
66# Translators:
77# Pandaaaa906 <[email protected] >, 20198+ # Freesand Leo <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1516"PO-Revision-Date : 2017-02-16 17:34+0000\n "
16- "Last-Translator : Pandaaaa906 <ye.pandaaaa906@gmail .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -58,49 +59,49 @@ msgstr "这是一个对应Python复数对象的值部分的C结构体。绝大
5859msgid ""
5960"Return the sum of two complex numbers, using the C :c:type:`Py_complex` "
6061"representation."
61- msgstr "返回两个复数的和,用C结构体 `Py_complex`类型表示 。"
62+ msgstr "返回两个复数的和,用 C 类型 :c:type: `Py_complex` 表示 。"
6263
6364#: ../../c-api/complex.rst:45
6465msgid ""
6566"Return the difference between two complex numbers, using the C "
6667":c:type:`Py_complex` representation."
67- msgstr "返回两个复数的差异,用C结构体 `Py_complex`类型表示 。"
68+ msgstr "返回两个复数的差,用 C 类型 :c:type: `Py_complex` 表示 。"
6869
6970#: ../../c-api/complex.rst:51
7071msgid ""
7172"Return the negation of the complex number *complex*, using the C "
7273":c:type:`Py_complex` representation."
73- msgstr ""
74+ msgstr "返回复数 *complex* 的负值,用 C 类型 :c:type:`Py_complex` 表示。 "
7475
7576#: ../../c-api/complex.rst:57
7677msgid ""
7778"Return the product of two complex numbers, using the C :c:type:`Py_complex` "
7879"representation."
79- msgstr ""
80+ msgstr "返回两个复数的乘积,用 C 类型 :c:type:`Py_complex` 表示。 "
8081
8182#: ../../c-api/complex.rst:63
8283msgid ""
8384"Return the quotient of two complex numbers, using the C :c:type:`Py_complex`"
8485" representation."
85- msgstr ""
86+ msgstr "返回两个复数的商,用 C 类型 :c:type:`Py_complex` 表示。 "
8687
8788#: ../../c-api/complex.rst:66
8889msgid ""
8990"If *divisor* is null, this method returns zero and sets :c:data:`errno` to "
9091":c:data:`EDOM`."
91- msgstr ""
92+ msgstr "如果 *divisor* 为空,这个方法返回零并设置 :c:data:`errno` 为 :c:data:`EDOM`。 "
9293
9394#: ../../c-api/complex.rst:72
9495msgid ""
9596"Return the exponentiation of *num* by *exp*, using the C "
9697":c:type:`Py_complex` representation."
97- msgstr ""
98+ msgstr "返回 *num* 的 *exp* 次幂,用 C 类型 :c:type:`Py_complex` 表示。 "
9899
99100#: ../../c-api/complex.rst:75
100101msgid ""
101102"If *num* is null and *exp* is not a positive real number, this method "
102103"returns zero and sets :c:data:`errno` to :c:data:`EDOM`."
103- msgstr ""
104+ msgstr "如果 *num* 为空且 *exp* 不是正实数,这个方法返回零并设置 :c:data:`errno` 为 :c:data:`EDOM`。 "
104105
105106#: ../../c-api/complex.rst:80
106107msgid "Complex Numbers as Python Objects"
0 commit comments