-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathcustominterp.po
42 lines (39 loc) · 1.76 KB
/
custominterp.po
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
40
41
42
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Freesand Leo <yuqinju@163.com>, 2019
# Alpha Du <alphanow@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
"PO-Revision-Date: 2019-09-01 03:11+0000\n"
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\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 语言的 Python "
"解释器,你应该看看 :mod:`code` 模块。 ( :mod:`codeop` 模块是低层级的,用于支持编译可能不完整的 Python 代码块。)"
#: ../../library/custominterp.rst:13
msgid "The full list of modules described in this chapter is:"
msgstr "本章描述的完整模块列表如下:"