-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathabstract.po
More file actions
42 lines (39 loc) · 1.81 KB
/
abstract.po
File metadata and controls
42 lines (39 loc) · 1.81 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
42
# 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/abstract.rst:7
msgid "Abstract Objects Layer"
msgstr "추상 객체 계층"
#: ../Doc/c-api/abstract.rst:9
msgid ""
"The functions in this chapter interact with Python objects regardless of "
"their type, or with wide classes of object types (e.g. all numerical "
"types, or all sequence types). When used on object types for which they "
"do not apply, they will raise a Python exception."
msgstr ""
"이 장의 함수는 객체의 형과 무관하게, 혹은 광범위한 종류의 객체 형의 (예를 들어, 모든 숫자 형 또는 모든 시퀀스 형) 파이썬 객체와"
" 상호 작용합니다. 적용되지 않는 객체 형에 사용되면, 파이썬 예외가 발생합니다."
#: ../Doc/c-api/abstract.rst:14
msgid ""
"It is not possible to use these functions on objects that are not "
"properly initialized, such as a list object that has been created by "
":c:func:`PyList_New`, but whose items have not been set to some non-\\ "
"``NULL`` value yet."
msgstr ""
":c:func:`PyList_New`\\로 만들었지만, 항목이 아직 ``NULL``\\이 아닌 값으로 설정되지 않은 리스트 객체와 같이,"
" 제대로 초기화되지 않은 객체에 대해서는 이 함수를 사용할 수 없습니다."