-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathcustominterp.po
More file actions
40 lines (36 loc) · 1.77 KB
/
custominterp.po
File metadata and controls
40 lines (36 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-04-17 23:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../library/custominterp.rst:5
msgid "Custom Python Interpreters"
msgstr "사용자 정의 파이썬 인터프리터"
#: ../../library/custominterp.rst:7
msgid ""
"The modules described in this chapter allow writing interfaces similar to"
" Python's interactive interpreter. If you want a Python interpreter that"
" supports some special feature in addition to the Python language, you "
"should look at the :mod:`code` module. (The :mod:`codeop` module is "
"lower-level, used to support compiling a possibly incomplete chunk of "
"Python code.)"
msgstr ""
"이 장에서 설명하는 모듈은 파이썬의 대화형 인터프리터와 비슷한 인터페이스를 작성할 수 있도록 합니다. 파이썬 언어 외에도 몇 가지 "
"특별한 기능을 지원하는 파이썬 인터프리터를 원한다면, :mod:`code` 모듈을 살펴보아야 합니다. (:mod:`codeop` "
"모듈은 더 저수준이며, 불완전할 수도 있는 파이썬 코드 조각의 컴파일을 지원하는 데 사용됩니다.)"
#: ../../library/custominterp.rst:13
msgid "The full list of modules described in this chapter is:"
msgstr "이 장에서 설명하는 모듈의 전체 목록은 다음과 같습니다:"