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

Skip to content

Commit 3263af4

Browse files
committed
[po] auto sync bot
1 parent da5f6d0 commit 3263af4

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

c-api/complex.po

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Pandaaaa906 <[email protected]>, 2019
87
# Freesand Leo <[email protected]>, 2019
8+
# Pandaaaa906 <[email protected]>, 2019
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
17+
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -105,53 +105,56 @@ msgstr "如果 *num* 为空且 *exp* 不是正实数,这个方法返回零并
105105

106106
#: ../../c-api/complex.rst:80
107107
msgid "Complex Numbers as Python Objects"
108-
msgstr ""
108+
msgstr "表示复数的Python对象"
109109

110110
#: ../../c-api/complex.rst:85
111111
msgid ""
112112
"This subtype of :c:type:`PyObject` represents a Python complex number "
113113
"object."
114-
msgstr ""
114+
msgstr "这个C类型:c:type:`PyObject`的子类型代表一个Python复数对象。"
115115

116116
#: ../../c-api/complex.rst:90
117117
msgid ""
118118
"This instance of :c:type:`PyTypeObject` represents the Python complex number"
119119
" type. It is the same object as :class:`complex` in the Python layer."
120120
msgstr ""
121+
"这是个属于C类型:c:type:`PyTypeObject`的代表Python复数类型的实例。和Python层面的类:class:`complex`是同一个对象。"
121122

122123
#: ../../c-api/complex.rst:96
123124
msgid ""
124125
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of "
125126
":c:type:`PyComplexObject`."
126127
msgstr ""
128+
"如果它的参数是一个C类型:c:type:`PyComplexObject`或者是C类型:c:type:`PyComplexObject`的子类型,返回真。"
127129

128130
#: ../../c-api/complex.rst:102
129131
msgid ""
130132
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
131133
"subtype of :c:type:`PyComplexObject`."
132134
msgstr ""
135+
"如果它的参数是一个C类型:c:type:`PyComplexObject`但不是C类型:c:type:`PyComplexObject`的子类型,返回真。"
133136

134137
#: ../../c-api/complex.rst:108
135138
msgid ""
136139
"Create a new Python complex number object from a C :c:type:`Py_complex` "
137140
"value."
138-
msgstr ""
141+
msgstr "根据C类型:c:type:`Py_complex` 的值生成一个新的Python复数对象。"
139142

140143
#: ../../c-api/complex.rst:113
141144
msgid "Return a new :c:type:`PyComplexObject` object from *real* and *imag*."
142-
msgstr ""
145+
msgstr "根据*real*和*imag*返回一个新的C类型:c:type:`PyComplexObject`对象。"
143146

144147
#: ../../c-api/complex.rst:118
145148
msgid "Return the real part of *op* as a C :c:type:`double`."
146-
msgstr ""
149+
msgstr "以C类型:c:type:`double`返回*op*的实部。"
147150

148151
#: ../../c-api/complex.rst:123
149152
msgid "Return the imaginary part of *op* as a C :c:type:`double`."
150-
msgstr ""
153+
msgstr "以C类型:c:type:`double`返回*op*的虚部。"
151154

152155
#: ../../c-api/complex.rst:128
153156
msgid "Return the :c:type:`Py_complex` value of the complex number *op*."
154-
msgstr ""
157+
msgstr "返回复数*op*的C类型:c:type:`Py_complex`值。"
155158

156159
#: ../../c-api/complex.rst:130
157160
msgid ""

0 commit comments

Comments
 (0)