-
-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathcustominterp.po
More file actions
39 lines (36 loc) · 1.6 KB
/
custominterp.po
File metadata and controls
39 lines (36 loc) · 1.6 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
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# Weilin Du, 2025
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-06 00:17+0000\n"
"PO-Revision-Date: 2025-06-28 10:57+0800\n"
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/custominterp.rst:5
msgid "Custom Python Interpreters"
msgstr "自訂 Python 直譯器"
#: ../../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 ""
"本章介紹的模組可用於編寫類似於 Python 交互式直譯器的介面。如果你需要一個在 "
"Python 語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模組。("
" :mod:`codeop` 模組屬於底層工具,用於支援編譯可能不完整的 Python 程式碼。)"
#: ../../library/custominterp.rst:13
msgid "The full list of modules described in this chapter is:"
msgstr "本章節所描述的模組清單為:"