33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.6\n "
109"Report-Msgid-Bugs-To : \n "
1110"POT-Creation-Date : 2025-10-11 20:40+0000\n "
1211"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : Dong-gweon Oh <flowdas @gmail.com>\n "
12+ "Last-Translator : Mir Jung <ham4051 @gmail.com>\n "
1413"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 "
18- "Generated-By : Babel 2.17 .0\n "
17+ "Generated-By : Babel 2.18 .0\n "
1918
2019#: ../../extending/index.rst:5
2120msgid "Extending and Embedding the Python Interpreter"
@@ -62,17 +61,14 @@ msgid "Recommended third party tools"
6261msgstr "권장 제삼자 도구"
6362
6463#: ../../extending/index.rst:28
65- #, fuzzy
6664msgid ""
6765"This guide only covers the basic tools for creating extensions provided "
6866"as part of this version of CPython. Some :ref:`third party tools <c-api-"
6967"tools>` offer both simpler and more sophisticated approaches to creating "
7068"C and C++ extensions for Python."
7169msgstr ""
72- "이 지침서는 이 버전의 CPython의 일부로 제공되는, 확장을 만들기 위한 기본 도구만을 다룹니다. `Cython "
73- "<https://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, `SWIG "
74- "<https://www.swig.org>`_ 와 `Numba <https://numba.pydata.org/>`_ 와 같은 제삼자"
75- " 도구는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다."
70+ "이 지침서는 이 버전의 CPython의 일부로 제공되는, 확장을 만들기 위한 기본 도구만을 다룹니다. 일부 :ref:`제삼자 도구 "
71+ "<c-api-tools>` 는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다."
7672
7773#: ../../extending/index.rst:35
7874msgid "Creating extensions without third party tools"
@@ -90,7 +86,7 @@ msgstr ""
9086
9187#: ../../extending/index.rst:44
9288msgid ":pep:`489` -- Multi-phase extension module initialization"
93- msgstr ""
89+ msgstr ":pep:`489` -- 다단계 확장 모듈 초기화 "
9490
9591#: ../../extending/index.rst:57
9692msgid "Embedding the CPython runtime in a larger application"
0 commit comments