@@ -9,12 +9,12 @@ msgstr ""
99"Report-Msgid-Bugs-To : \n "
1010"POT-Creation-Date : 2025-10-11 20:40+0000\n "
1111"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12- "Last-Translator : Dong-gweon Oh <flowdas @gmail.com>\n "
12+ "Last-Translator : Mir Jung <ham4051 @gmail.com>\n "
1313"Language-Team : Korean (https://python.flowdas.com)\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=utf-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
17- "Generated-By : Babel 2.17 .0\n "
17+ "Generated-By : Babel 2.18 .0\n "
1818
1919#: ../../c-api/capsule.rst:6
2020msgid "Capsules"
@@ -173,6 +173,8 @@ msgid ""
173173"This function splits *name* on the ``.`` character, and imports the first"
174174" element. It then processes further elements using attribute lookups."
175175msgstr ""
176+ "이 함수는 *name*\\ 을 ``.`` 문자로 분리하고, 첫 번째 요소를 임포트 합니다. 그런 다음 어트리뷰트 조회를 사용하여 "
177+ "나머지 요소들을 처리합니다."
176178
177179#: ../../c-api/capsule.rst:111
178180msgid ""
@@ -187,6 +189,9 @@ msgid ""
187189"(for example, by using :c:func:`PyImport_ImportModule`) for the attribute"
188190" lookups to succeed."
189191msgstr ""
192+ "만약 *name*\\ 이 특정 서브 모듈이나 서브 패키지의 어트리뷰트를 가리키는 경우, 어트리뷰트 조회가 성공하려면 해당 서브 "
193+ "모듈이나 서브 패키지를 다른 방법(예를 들어, :c:func:`PyImport_ImportModule` 사용)으로 미리 임포트해야 "
194+ "합니다."
190195
191196#: ../../c-api/capsule.rst:121
192197msgid "*no_block* has no effect anymore."
0 commit comments