Skip to content

Commit 8083a31

Browse files
authored
#1180: translate c-api/capsule.po
1 parent 6ce01d0 commit 8083a31

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

c-api/capsule.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2020
msgid "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."
175175
msgstr ""
176+
"이 함수는 *name*\\을 ``.`` 문자로 분리하고, 첫 번째 요소를 임포트 합니다. 그런 다음 어트리뷰트 조회를 사용하여 "
177+
"나머지 요소들을 처리합니다."
176178

177179
#: ../../c-api/capsule.rst:111
178180
msgid ""
@@ -187,6 +189,9 @@ msgid ""
187189
"(for example, by using :c:func:`PyImport_ImportModule`) for the attribute"
188190
" lookups to succeed."
189191
msgstr ""
192+
"만약 *name*\\이 특정 서브 모듈이나 서브 패키지의 어트리뷰트를 가리키는 경우, 어트리뷰트 조회가 성공하려면 해당 서브 "
193+
"모듈이나 서브 패키지를 다른 방법(예를 들어, :c:func:`PyImport_ImportModule` 사용)으로 미리 임포트해야 "
194+
"합니다."
190195

191196
#: ../../c-api/capsule.rst:121
192197
msgid "*no_block* has no effect anymore."

0 commit comments

Comments
 (0)