55#
66# Translators:
77# Meng Du <[email protected] >, 20198- 98# Josh Ouyang <[email protected] >, 2019109# allenjuly7 <[email protected] >, 201910+ # Kade For, 2019
1111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1818"PO-Revision-Date : 2017-02-16 17:35+0000\n "
19- "
Last-Translator :
allenjuly7 <[email protected] > , 2019\n"
19+ "Last-Translator : Kade For , 2019\n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -86,7 +86,7 @@ msgstr "返回与函数对象 *op* 关联的代码对象。"
8686#: ../../c-api/function.rst:59
8787msgid ""
8888"Return the globals dictionary associated with the function object *op*."
89- msgstr "返回与函数对象*op*相关联的主目录 "
89+ msgstr "返回与函数对象*op*相关联的全局字典。 "
9090
9191#: ../../c-api/function.rst:64
9292msgid ""
@@ -117,22 +117,22 @@ msgstr "失败时引发 :exc:`SystemError` 异常并返回 ``-1`` 。"
117117msgid ""
118118"Return the closure associated with the function object *op*. This can be "
119119"*NULL* or a tuple of cell objects."
120- msgstr ""
120+ msgstr "返回与函数对象 *op* 相关联的闭包。它可以是 *NULL* 或者是一个由 cell 对象组成的元组。 "
121121
122122#: ../../c-api/function.rst:91
123123msgid ""
124124"Set the closure associated with the function object *op*. *closure* must be "
125125"*Py_None* or a tuple of cell objects."
126- msgstr ""
126+ msgstr "设置与函数对象 *op* 相关联的闭包。这个*闭包*必须是 *Py_None* 或者是一个由 cell 对象组成的元组。 "
127127
128128#: ../../c-api/function.rst:99
129129msgid ""
130130"Return the annotations of the function object *op*. This can be a mutable "
131131"dictionary or *NULL*."
132- msgstr ""
132+ msgstr "返回函数对象 *op* 的注解。它可以是一个可变字典或 *NULL*。 "
133133
134134#: ../../c-api/function.rst:105
135135msgid ""
136136"Set the annotations for the function object *op*. *annotations* must be a "
137137"dictionary or *Py_None*."
138- msgstr ""
138+ msgstr "设置函数对象 *op* 的注解。这个*注解*必须是一个字典或者 *Py_None*。 "
0 commit comments