11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Pandaaaa906 <[email protected] >, 20198+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 17:34+0000\n "
16+ "
Last-Translator :
Pandaaaa906 <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,7 +23,7 @@ msgstr ""
1923
2024#: ../../c-api/complex.rst:6
2125msgid "Complex Number Objects"
22- msgstr ""
26+ msgstr "复数对象 "
2327
2428#: ../../c-api/complex.rst:10
2529msgid ""
@@ -28,37 +32,39 @@ msgid ""
2832" and the other is a C structure which represents the actual complex number "
2933"value. The API provides functions for working with both."
3034msgstr ""
35+ "从C "
36+ "API看,Python的复数对象由两个不同的部分实现:一个是在Python程序使用的Python对象,另外的是一个代表真正复数值的C结构体。API提供了函数共同操作两者。"
3137
3238#: ../../c-api/complex.rst:17
3339msgid "Complex Numbers as C Structures"
34- msgstr ""
40+ msgstr "表示复数的C结构体 "
3541
3642#: ../../c-api/complex.rst:19
3743msgid ""
3844"Note that the functions which accept these structures as parameters and "
3945"return them as results do so *by value* rather than dereferencing them "
4046"through pointers. This is consistent throughout the API."
41- msgstr ""
47+ msgstr "需要注意的是接受这些结构体的作为参数并当做结果返回的函数,都是传递“值”而不是引用指针。此规则适用于整个API。 "
4248
4349#: ../../c-api/complex.rst:26
4450msgid ""
4551"The C structure which corresponds to the value portion of a Python complex "
4652"number object. Most of the functions for dealing with complex number "
4753"objects use structures of this type as input or output values, as "
4854"appropriate. It is defined as::"
49- msgstr ""
55+ msgstr "这是一个对应Python复数对象的值部分的C结构体。绝大部分处理复数对象的函数都用这类型的结构体作为输入或者输出值,它可近似地定义为: "
5056
5157#: ../../c-api/complex.rst:39
5258msgid ""
5359"Return the sum of two complex numbers, using the C :c:type:`Py_complex` "
5460"representation."
55- msgstr ""
61+ msgstr "返回两个复数的和,用C结构体`Py_complex`类型表示。 "
5662
5763#: ../../c-api/complex.rst:45
5864msgid ""
5965"Return the difference between two complex numbers, using the C "
6066":c:type:`Py_complex` representation."
61- msgstr ""
67+ msgstr "返回两个复数的差异,用C结构体`Py_complex`类型表示。 "
6268
6369#: ../../c-api/complex.rst:51
6470msgid ""
0 commit comments