Skip to content

Commit 98ed4c4

Browse files
committed
Closes #23 - translate c-api/descriptor.po
1 parent 9be8532 commit 98ed4c4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

c-api/descriptor.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,32 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
13+
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
14+
"Language-Team: Korean (https://python.flowdas.com)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.5.1\n"
1919

2020
#: ../Doc/c-api/descriptor.rst:6
2121
msgid "Descriptor Objects"
22-
msgstr ""
22+
msgstr "디스크립터 객체"
2323

2424
#: ../Doc/c-api/descriptor.rst:8
2525
msgid ""
2626
"\"Descriptors\" are objects that describe some attribute of an object. "
2727
"They are found in the dictionary of type objects."
28-
msgstr ""
28+
msgstr "\"디스크립터\"는 객체의 일부 어트리뷰트를 기술하는 객체입니다. 그것들은 형 객체의 딕셔너리에 있습니다."
2929

3030
#: ../Doc/c-api/descriptor.rst:15
3131
msgid "The type object for the built-in descriptor types."
32-
msgstr ""
32+
msgstr "내장 디스크립터 형들을 위한 형 객체."
3333

3434
#: ../Doc/c-api/descriptor.rst:35
3535
msgid ""
3636
"Return true if the descriptor objects *descr* describes a data attribute,"
3737
" or false if it describes a method. *descr* must be a descriptor object;"
3838
" there is no error checking."
3939
msgstr ""
40-
40+
"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 참을 반환하고, 메서드를 기술하면 거짓을 돌려줍니다. "
41+
"*descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."

0 commit comments

Comments
 (0)