diff --git a/extending/index.po b/extending/index.po index 379d6c7a..9d7e9533 100644 --- a/extending/index.po +++ b/extending/index.po @@ -3,19 +3,18 @@ # This file is distributed under the same license as the Python package. # FIRST AUTHOR , 2017. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-11 20:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Dong-gweon Oh \n" +"Last-Translator: Mir Jung \n" "Language-Team: Korean (https://python.flowdas.com)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" #: ../../extending/index.rst:5 msgid "Extending and Embedding the Python Interpreter" @@ -62,17 +61,14 @@ msgid "Recommended third party tools" msgstr "권장 제삼자 도구" #: ../../extending/index.rst:28 -#, fuzzy msgid "" "This guide only covers the basic tools for creating extensions provided " "as part of this version of CPython. Some :ref:`third party tools ` offer both simpler and more sophisticated approaches to creating " "C and C++ extensions for Python." msgstr "" -"이 지침서는 이 버전의 CPython의 일부로 제공되는, 확장을 만들기 위한 기본 도구만을 다룹니다. `Cython " -"`_, `cffi `_, `SWIG " -"`_ 와 `Numba `_ 와 같은 제삼자" -" 도구는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다." +"이 지침서는 이 버전의 CPython의 일부로 제공되는, 확장을 만들기 위한 기본 도구만을 다룹니다. 일부 :ref:`제삼자 도구 " +"` 는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다." #: ../../extending/index.rst:35 msgid "Creating extensions without third party tools" @@ -90,7 +86,7 @@ msgstr "" #: ../../extending/index.rst:44 msgid ":pep:`489` -- Multi-phase extension module initialization" -msgstr "" +msgstr ":pep:`489` -- 다단계 확장 모듈 초기화" #: ../../extending/index.rst:57 msgid "Embedding the CPython runtime in a larger application"