@@ -21,9 +21,8 @@ msgid "Reflection"
21
21
msgstr "리플렉션"
22
22
23
23
#: ../../c-api/reflection.rst:12
24
- #, fuzzy
25
24
msgid "Use :c:func:`PyEval_GetFrameBuiltins` instead."
26
- msgstr ":c:func:`PyThreadState_GetFrame `\\ 도 참조하십시오 ."
25
+ msgstr "대신 :c:func:`PyEval_GetFrameBuiltins `\\ 를 사용하십시오 ."
27
26
28
27
#: ../../c-api/reflection.rst:14 ../../c-api/reflection.rst:66
29
28
msgid ""
@@ -41,11 +40,12 @@ msgid ""
41
40
msgstr ""
42
41
43
42
#: ../../c-api/reflection.rst:27
44
- #, fuzzy
45
43
msgid ""
46
44
"Return a mapping providing access to the local variables in the current "
47
45
"execution frame, or ``NULL`` if no frame is currently executing."
48
- msgstr "현재 실행 프레임의 지역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 반환합니다."
46
+ msgstr ""
47
+ "현재 실행 프레임의 지역 변수로의 접근을 제공하는 매핑을 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 "
48
+ "반환합니다."
49
49
50
50
#: ../../c-api/reflection.rst:30
51
51
msgid ""
@@ -73,9 +73,8 @@ msgid ""
73
73
msgstr ""
74
74
75
75
#: ../../c-api/reflection.rst:50
76
- #, fuzzy
77
76
msgid "Use :c:func:`PyEval_GetFrameGlobals` instead."
78
- msgstr ":c:func:`PyThreadState_GetFrame `\\ 도 참조하십시오 ."
77
+ msgstr "대신 :c:func:`PyEval_GetFrameGlobals `\\ 를 사용하십시오 ."
79
78
80
79
#: ../../c-api/reflection.rst:52
81
80
msgid ""
@@ -94,12 +93,13 @@ msgid "See also :c:func:`PyThreadState_GetFrame`."
94
93
msgstr ":c:func:`PyThreadState_GetFrame`\\ 도 참조하십시오."
95
94
96
95
#: ../../c-api/reflection.rst:74
97
- #, fuzzy
98
96
msgid ""
99
97
"Return a dictionary of the local variables in the current execution "
100
98
"frame, or ``NULL`` if no frame is currently executing. Equivalent to "
101
99
"calling :func:`locals` in Python code."
102
- msgstr "현재 실행 프레임의 지역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 반환합니다."
100
+ msgstr ""
101
+ "현재 실행 프레임의 지역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 반환합니다. 파이썬 "
102
+ "코드에서 :func:`locals`\\ 를 호출하는 것과 동등합니다."
103
103
104
104
#: ../../c-api/reflection.rst:78
105
105
msgid ""
@@ -109,12 +109,13 @@ msgid ""
109
109
msgstr ""
110
110
111
111
#: ../../c-api/reflection.rst:87
112
- #, fuzzy
113
112
msgid ""
114
113
"Return a dictionary of the global variables in the current execution "
115
114
"frame, or ``NULL`` if no frame is currently executing. Equivalent to "
116
115
"calling :func:`globals` in Python code."
117
- msgstr "현재 실행 프레임의 전역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 반환합니다."
116
+ msgstr ""
117
+ "현재 실행 프레임의 전역 변수 딕셔너리를 반환하거나, 현재 실행 중인 프레임이 없으면 ``NULL``\\ 을 반환합니다. 파이썬 "
118
+ "코드에서 :func:`globals`\\ 를 호출하는 것과 동등합니다."
118
119
119
120
#: ../../c-api/reflection.rst:96
120
121
msgid ""
0 commit comments