-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathdescriptor.po
More file actions
41 lines (37 loc) · 1.63 KB
/
descriptor.po
File metadata and controls
41 lines (37 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: ../Doc/c-api/descriptor.rst:6
msgid "Descriptor Objects"
msgstr "디스크립터 객체"
#: ../Doc/c-api/descriptor.rst:8
msgid ""
"\"Descriptors\" are objects that describe some attribute of an object. "
"They are found in the dictionary of type objects."
msgstr "\"디스크립터\"는 객체의 일부 어트리뷰트를 기술하는 객체입니다. 그것들은 형 객체의 딕셔너리에 있습니다."
#: ../Doc/c-api/descriptor.rst:15
msgid "The type object for the built-in descriptor types."
msgstr "내장 디스크립터 형들을 위한 형 객체."
#: ../Doc/c-api/descriptor.rst:35
msgid ""
"Return true if the descriptor objects *descr* describes a data attribute,"
" or false if it describes a method. *descr* must be a descriptor object;"
" there is no error checking."
msgstr ""
"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 참을 반환하고, 메서드를 기술하면 거짓을 돌려줍니다. "
"*descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."