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

Skip to content

Commit 74ab53c

Browse files
committed
[po] auto sync bot
1 parent 5b595b7 commit 74ab53c

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

c-api/complex.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Pandaaaa906 <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -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结构体。绝大
5859
msgid ""
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
6465
msgid ""
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
7071
msgid ""
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
7677
msgid ""
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
8283
msgid ""
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
8889
msgid ""
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
9495
msgid ""
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
100101
msgid ""
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
106107
msgid "Complex Numbers as Python Objects"

0 commit comments

Comments
 (0)