@@ -27,7 +27,6 @@ msgid ""
2727msgstr "이 객체 사용에 대한 자세한 정보는 :ref:`using-capsules`\\ 를 참조하십시오."
2828
2929#: ../../c-api/capsule.rst:17
30- #, fuzzy
3130msgid ""
3231"This subtype of :c:type:`PyObject` represents an opaque value, useful for"
3332" C extension modules who need to pass an opaque value (as a "
@@ -37,7 +36,7 @@ msgid ""
3736" APIs defined in dynamically loaded modules."
3837msgstr ""
3938"이 :c:type:`PyObject`\\ 의 서브 형은 불투명한 값을 나타내며, 파이썬 코드를 통해 다른 C 코드로 불투명한 "
40- "값(:c:type :`void*` 포인터로)을 전달해야 하는 C 확장 모듈에 유용합니다. 이것은 한 모듈에서 정의된 C 함수 포인터를"
39+ "값(:c:expr :`void*` 포인터로)을 전달해야 하는 C 확장 모듈에 유용합니다. 이것은 한 모듈에서 정의된 C 함수 포인터를"
4140" 다른 모듈에서 사용할 수 있게 만드는 데 종종 사용되므로, 일반 임포트 메커니즘을 사용하여 동적으로 로드된 모듈에 정의된 C "
4241"API에 액세스할 수 있습니다."
4342
@@ -47,7 +46,7 @@ msgstr "캡슐에 대한 파괴자(destructor) 콜백 형. 이렇게 정의됩
4746
4847#: ../../c-api/capsule.rst:29
4948msgid "typedef void (*PyCapsule_Destructor)(PyObject *);"
50- msgstr ""
49+ msgstr "typedef void (*PyCapsule_Destructor)(PyObject *); "
5150
5251#: ../../c-api/capsule.rst:31
5352msgid ""
@@ -104,15 +103,14 @@ msgid ""
104103msgstr "캡슐에 저장된 *pointer*\\ 를 가져옵니다. 실패하면, 예외를 설정하고 ``NULL``\\ 을 반환합니다."
105104
106105#: ../../c-api/capsule.rst:65
107- #, fuzzy
108106msgid ""
109107"The *name* parameter must compare exactly to the name stored in the "
110108"capsule. If the name stored in the capsule is ``NULL``, the *name* passed"
111109" in must also be ``NULL``. Python uses the C function :c:func:`!strcmp` "
112110"to compare capsule names."
113111msgstr ""
114112"*name* 매개 변수는 캡슐에 저장된 이름과 정확하게 비교되어야 합니다. 캡슐에 저장된 이름이 ``NULL``\\ 이면, 전달된 "
115- "*name*\\ 도 ``NULL`` 이어야 합니다. 파이썬은 C 함수 :c:func:`strcmp`\\ 를 사용하여 캡슐 이름을 "
113+ "*name*\\ 도 ``NULL`` 이어야 합니다. 파이썬은 C 함수 :c:func:`! strcmp`\\ 를 사용하여 캡슐 이름을 "
116114"비교합니다."
117115
118116#: ../../c-api/capsule.rst:73
@@ -161,18 +159,14 @@ msgstr ""
161159":c:func:`PyCapsule_IsValid` 나 :c:func:`PyErr_Occurred`\\ 를 사용하십시오."
162160
163161#: ../../c-api/capsule.rst:103
164- #, fuzzy
165162msgid ""
166163"Import a pointer to a C object from a capsule attribute in a module. The"
167164" *name* parameter should specify the full name to the attribute, as in "
168165"``module.attribute``. The *name* stored in the capsule must match this "
169166"string exactly."
170167msgstr ""
171168"모듈의 캡슐 어트리뷰트에서 C 객체에 대한 포인터를 임포트 합니다. *name* 매개 변수는 ``module.attribute`` "
172- "처럼 어트리뷰트의 전체 이름을 지정해야 합니다. 캡슐에 저장된 *name*\\ 은, 이 문자열과 정확히 일치해야 합니다. "
173- "*no_block*\\ 이 참이면, 블록하지 않고 모듈을 임포트 합니다 "
174- "(:c:func:`PyImport_ImportModuleNoBlock`\\ 를 사용해서). *no_block*\\ 이 거짓이면, 모듈을"
175- " 평범하게 임포트 합니다 (:c:func:`PyImport_ImportModule`\\ 을 사용해서)."
169+ "처럼 어트리뷰트의 전체 이름을 지정해야 합니다. 캡슐에 저장된 *name*\\ 은, 이 문자열과 정확히 일치해야 합니다."
176170
177171#: ../../c-api/capsule.rst:108
178172msgid ""
@@ -182,7 +176,7 @@ msgstr "성공하면 캡슐의 내부 *pointer*\\를 반환합니다. 실패하
182176
183177#: ../../c-api/capsule.rst:111
184178msgid "*no_block* has no effect anymore."
185- msgstr ""
179+ msgstr "*no_block* \\ 은 더는 효과가 없습니다. "
186180
187181#: ../../c-api/capsule.rst:117
188182msgid ""
@@ -198,14 +192,13 @@ msgstr ""
198192":c:func:`PyCapsule_GetPointer`\\ 를 참조하십시오.)"
199193
200194#: ../../c-api/capsule.rst:123
201- #, fuzzy
202195msgid ""
203196"In other words, if :c:func:`PyCapsule_IsValid` returns a true value, "
204197"calls to any of the accessors (any function starting with "
205198"``PyCapsule_Get``) are guaranteed to succeed."
206199msgstr ""
207- "즉, :c:func:`PyCapsule_IsValid`\\ 가 참값을 반환하면, 모든 "
208- "접근자(:c:func:`PyCapsule_Get` \\ 으로 시작하는 모든 함수)에 대한 호출이 성공함이 보장됩니다."
200+ "즉, :c:func:`PyCapsule_IsValid`\\ 가 참값을 반환하면, 모든 접근자(``PyCapsule_Get`` \\ 으로 "
201+ "시작하는 모든 함수)에 대한 호출이 성공함이 보장됩니다."
209202
210203#: ../../c-api/capsule.rst:127
211204msgid ""
@@ -245,10 +238,9 @@ msgstr "*capsule* 내부의 void 포인터를 *pointer*\\로 설정합니다.
245238
246239#: ../../c-api/capsule.rst:8
247240msgid "object"
248- msgstr ""
241+ msgstr "객체 "
249242
250243#: ../../c-api/capsule.rst:8
251- #, fuzzy
252244msgid "Capsule"
253245msgstr "캡슐"
254246
0 commit comments