File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "
Last-Translator :
Junkai Shao <[email protected] >, 2018\n "
1314"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1415"MIME-Version : 1.0\n "
1516"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,21 +20,22 @@ msgstr ""
1920
2021#: ../../c-api/descriptor.rst:6
2122msgid "Descriptor Objects"
22- msgstr ""
23+ msgstr "描述符对象 "
2324
2425#: ../../c-api/descriptor.rst:8
2526msgid ""
2627"\" Descriptors\" are objects that describe some attribute of an object. They "
2728"are found in the dictionary of type objects."
28- msgstr ""
29+ msgstr "“描述符”是描述对象的某些属性的对象。它们存在于类型对象的字典中。 "
2930
3031#: ../../c-api/descriptor.rst:15
3132msgid "The type object for the built-in descriptor types."
32- msgstr ""
33+ msgstr "内建描述符类型的类型对象。 "
3334
3435#: ../../c-api/descriptor.rst:35
3536msgid ""
3637"Return true if the descriptor objects *descr* describes a data attribute, or"
3738" false if it describes a method. *descr* must be a descriptor object; there"
3839" is no error checking."
3940msgstr ""
41+ "如果描述符对象 *descr* 描述数据属性,则返回true;如果描述方法,则返回false。 *descr* 必须是描述符对象;没有错误检查。"
You can’t perform that action at this time.
0 commit comments