Skip to content

Commit dc77ef2

Browse files
committed
Closes #51 - translate c-api/reflection.po
1 parent 68fd349 commit dc77ef2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

c-api/reflection.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,58 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
1211
"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"
12+
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
13+
"Language-Team: Korean (https://python.flowdas.com)\n"
1514
"MIME-Version: 1.0\n"
1615
"Content-Type: text/plain; charset=utf-8\n"
1716
"Content-Transfer-Encoding: 8bit\n"
1817
"Generated-By: Babel 2.5.1\n"
1918

2019
#: ../Doc/c-api/reflection.rst:6
2120
msgid "Reflection"
22-
msgstr ""
21+
msgstr "리플렉션"
2322

2423
#: ../Doc/c-api/reflection.rst:10
2524
msgid ""
2625
"Return a dictionary of the builtins in the current execution frame, or "
2726
"the interpreter of the thread state if no frame is currently executing."
28-
msgstr ""
27+
msgstr "현재 실행 프레임이나 현재 실행 중인 프레임이 없으면 스레드 상태의 인터프리터의 builtins의 딕셔너리를 반환합니다."
2928

3029
#: ../Doc/c-api/reflection.rst:16
3130
msgid ""
3231
"Return a dictionary of the local variables in the current execution "
3332
"frame, or *NULL* if no frame is currently executing."
34-
msgstr ""
33+
msgstr "현재 실행 프레임의 지역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 *NULL*\\을 반환합니다."
3534

3635
#: ../Doc/c-api/reflection.rst:22
3736
msgid ""
3837
"Return a dictionary of the global variables in the current execution "
3938
"frame, or *NULL* if no frame is currently executing."
40-
msgstr ""
39+
msgstr "현재 실행 프레임의 전역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 *NULL*\\을 반환합니다."
4140

4241
#: ../Doc/c-api/reflection.rst:28
4342
msgid ""
4443
"Return the current thread state's frame, which is *NULL* if no frame is "
4544
"currently executing."
46-
msgstr ""
45+
msgstr "현재의 스레드 상태의 프레임을 반환합니다. 현재 실행 중의 프레임이 없으면 *NULL*\\입니다."
4746

4847
#: ../Doc/c-api/reflection.rst:34
4948
msgid "Return the line number that *frame* is currently executing."
50-
msgstr ""
49+
msgstr "*frame*\\이 현재 실행 중인 줄 번호를 반환합니다."
5150

5251
#: ../Doc/c-api/reflection.rst:39
5352
msgid ""
5453
"Return the name of *func* if it is a function, class or instance object, "
5554
"else the name of *func*\\s type."
5655
msgstr ""
56+
"*func*\\가 함수, 클래스 또는 인스턴스 객체면 *func*\\의 이름을 반환하고, 그렇지 않으면 *func*\\의 형의 이름을 "
57+
"반환합니다."
5758

5859
#: ../Doc/c-api/reflection.rst:45
5960
msgid ""
@@ -62,4 +63,6 @@ msgid ""
6263
"instance\", and \" object\". Concatenated with the result of "
6364
":c:func:`PyEval_GetFuncName`, the result will be a description of *func*."
6465
msgstr ""
65-
66+
"*func*\\의 형에 따라 설명 문자열을 반환합니다. 반환 값에는 함수 및 메서드의 \"()\", \" constructor\", \""
67+
" instance\"\" object\" 가 포함됩니다. :c:func:`PyEval_GetFuncName`\\의 결과와 이어붙이면"
68+
" *func*\\의 설명이 됩니다."

0 commit comments

Comments
 (0)