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

Skip to content

Commit adc93b4

Browse files
committed
[po] auto sync bot
1 parent 4900a52 commit adc93b4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

c-api/descriptor.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2122
msgid "Descriptor Objects"
22-
msgstr ""
23+
msgstr "描述符对象"
2324

2425
#: ../../c-api/descriptor.rst:8
2526
msgid ""
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
3132
msgid "The type object for the built-in descriptor types."
32-
msgstr ""
33+
msgstr "内建描述符类型的类型对象。"
3334

3435
#: ../../c-api/descriptor.rst:35
3536
msgid ""
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."
3940
msgstr ""
41+
"如果描述符对象 *descr* 描述数据属性,则返回true;如果描述方法,则返回false。 *descr* 必须是描述符对象;没有错误检查。"

0 commit comments

Comments
 (0)