Skip to content

Commit e7364b7

Browse files
committed
feat: translate c-api/descriptor.po
1 parent a0ee19b commit e7364b7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

c-api/descriptor.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,46 @@
44
#
55
# Translators:
66
# Leon H., 2017
7+
# Matt Wang <mattwang44@gmail.com>, 2021
8+
#
79
msgid ""
810
msgstr ""
911
"Project-Id-Version: Python 3.10\n"
1012
"Report-Msgid-Bugs-To: \n"
1113
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
12-
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
13-
"Last-Translator: Leon H.\n"
14+
"PO-Revision-Date: 2021-12-09 20:56+0800\n"
15+
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1416
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1517
"tw)\n"
1618
"Language: zh_TW\n"
1719
"MIME-Version: 1.0\n"
1820
"Content-Type: text/plain; charset=UTF-8\n"
1921
"Content-Transfer-Encoding: 8bit\n"
2022
"Plural-Forms: nplurals=1; plural=0;\n"
23+
"X-Generator: Poedit 3.0\n"
2124

2225
#: ../../c-api/descriptor.rst:6
2326
msgid "Descriptor Objects"
24-
msgstr "修飾器物件"
27+
msgstr "Descriptor(描述器)物件"
2528

2629
#: ../../c-api/descriptor.rst:8
2730
msgid ""
2831
"\"Descriptors\" are objects that describe some attribute of an object. They "
2932
"are found in the dictionary of type objects."
3033
msgstr ""
34+
"\"Descriptor\" 是描述物件某些屬性的物件,它們存在於型別物件的 dictionary(字"
35+
"典)中。"
3136

3237
#: ../../c-api/descriptor.rst:15
3338
msgid "The type object for the built-in descriptor types."
34-
msgstr ""
39+
msgstr "內建 descriptor 型別的型別物件。"
3540

3641
#: ../../c-api/descriptor.rst:35
3742
msgid ""
3843
"Return non-zero if the descriptor objects *descr* describes a data "
3944
"attribute, or ``0`` if it describes a method. *descr* must be a descriptor "
4045
"object; there is no error checking."
4146
msgstr ""
47+
"如果 descriptor 物件 *descr* 描述的是一個資料屬性則返回非零值,或者如果它描述"
48+
"的是一個方法則返回 ``0``\\\\ *descr* 必須為一個 descriptor 物件;沒有錯誤"
49+
"檢測。"

0 commit comments

Comments
 (0)