55#
66# Translators:
77# Shengjing Zhu <[email protected] >, 20188+ # Xicheng Li <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-03-27 10:59+0900\n "
1516"PO-Revision-Date : 2017-02-16 23:14+0000\n "
16- "
Last-Translator :
Shengjing Zhu <[email protected] >, 2018 \n"
17+ "
Last-Translator :
Xicheng Li <[email protected] >, 2019 \n"
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -27,55 +28,55 @@ msgstr "IDLE"
2728
2829#: ../../library/idle.rst:8
2930msgid "**Source code:** :source:`Lib/idlelib/`"
30- msgstr ""
31+ msgstr "**源代码:** :source:`Lib/idlelib/` "
3132
3233#: ../../library/idle.rst:17
3334msgid "IDLE is Python's Integrated Development and Learning Environment."
34- msgstr ""
35+ msgstr "IDLE 是 Python 所内置的开发与学习环境。 "
3536
3637#: ../../library/idle.rst:19
3738msgid "IDLE has the following features:"
38- msgstr ""
39+ msgstr "IDLE 具有以下特性: "
3940
4041#: ../../library/idle.rst:21
4142msgid "coded in 100% pure Python, using the :mod:`tkinter` GUI toolkit"
42- msgstr ""
43+ msgstr "编码于 100% 纯正的 Python,使用名为 :mod:`tkinter` 的图形用户界面工具 "
4344
4445#: ../../library/idle.rst:23
4546msgid "cross-platform: works mostly the same on Windows, Unix, and macOS"
46- msgstr ""
47+ msgstr "跨平台:在 Windows、Unix 和 macOS 上工作近似。 "
4748
4849#: ../../library/idle.rst:25
4950msgid ""
5051"Python shell window (interactive interpreter) with colorizing of code input,"
5152" output, and error messages"
52- msgstr ""
53+ msgstr "提供输入输出高亮和错误信息的 Python 命令行窗口 (交互解释器) "
5354
5455#: ../../library/idle.rst:28
5556msgid ""
5657"multi-window text editor with multiple undo, Python colorizing, smart "
5758"indent, call tips, auto completion, and other features"
58- msgstr ""
59+ msgstr "提供多次撤销操作、Python 语法高亮、智能缩进、函数调用提示、自动补全等功能的多窗口文本编辑器 "
5960
6061#: ../../library/idle.rst:31
6162msgid ""
6263"search within any window, replace within editor windows, and search through "
6364"multiple files (grep)"
64- msgstr ""
65+ msgstr "在多个窗口中检索,在编辑器中替换文本,以及在多个文件中检索(通过 grep) "
6566
6667#: ../../library/idle.rst:34
6768msgid ""
6869"debugger with persistent breakpoints, stepping, and viewing of global and "
6970"local namespaces"
70- msgstr ""
71+ msgstr "提供持久保存的断点调试、单步调试、查看本地和全局命名空间功能的调试器 "
7172
7273#: ../../library/idle.rst:37
7374msgid "configuration, browsers, and other dialogs"
74- msgstr ""
75+ msgstr "配置、浏览以及其它对话框 "
7576
7677#: ../../library/idle.rst:40
7778msgid "Menus"
78- msgstr ""
79+ msgstr "目录 "
7980
8081#: ../../library/idle.rst:42
8182msgid ""
@@ -84,6 +85,8 @@ msgid ""
8485"Linux, each has its own top menu. Each menu documented below indicates "
8586"which window type it is associated with."
8687msgstr ""
88+ "IDEL 具有两个主要窗口类型,分别是命令行窗口和编辑器窗口。用户可以同时打开多个编辑器窗口。对于 Windows 和 Linux "
89+ "平台,都有各自的主菜单。如下记录的每个菜单标识着与之关联的窗口类型。"
8790
8891#: ../../library/idle.rst:47
8992msgid ""
@@ -98,66 +101,68 @@ msgid ""
98101"to the window currently selected. It has an IDLE menu, and some entries "
99102"described below are moved around to conform to Apple guidlines."
100103msgstr ""
104+ "在 macOS 平台,有一个应用程序菜单。它会根据当前选中的窗口而动态改变。它具有一个 IDEL "
105+ "菜单,以及一些如下方所展示的符合苹果公司指导方针的入口。"
101106
102107#: ../../library/idle.rst:56
103108msgid "File menu (Shell and Editor)"
104- msgstr ""
109+ msgstr "文件目录 (命令行和编辑器) "
105110
106111#: ../../library/idle.rst:59
107112msgid "New File"
108- msgstr ""
113+ msgstr "新建文件 "
109114
110115#: ../../library/idle.rst:59
111116msgid "Create a new file editing window."
112- msgstr ""
117+ msgstr "创建一个文件编辑器窗口。 "
113118
114119#: ../../library/idle.rst:62
115120msgid "Open..."
116- msgstr ""
121+ msgstr "打开... "
117122
118123#: ../../library/idle.rst:62
119124msgid "Open an existing file with an Open dialog."
120- msgstr ""
125+ msgstr "使用打开窗口以打开一个已存在的文件。 "
121126
122127#: ../../library/idle.rst:65
123128msgid "Recent Files"
124- msgstr ""
129+ msgstr "近期文件 "
125130
126131#: ../../library/idle.rst:65
127132msgid "Open a list of recent files. Click one to open it."
128- msgstr ""
133+ msgstr "打开一个近期文件列表,选取一个以打开它。 "
129134
130135#: ../../library/idle.rst:68
131136msgid "Open Module..."
132- msgstr ""
137+ msgstr "打开模块... "
133138
134139#: ../../library/idle.rst:68
135140msgid "Open an existing module (searches sys.path)."
136- msgstr ""
141+ msgstr "打开一个已存在的模块 (搜索 sys.path) "
137142
138143#: ../../library/idle.rst:76
139144msgid "Class Browser"
140- msgstr ""
145+ msgstr "类浏览器 "
141146
142147#: ../../library/idle.rst:75
143148msgid ""
144149"Show functions, classes, and methods in the current Editor file in a tree "
145150"structure. In the shell, open a module first."
146- msgstr ""
151+ msgstr "于当前所编辑的文件中使用树形结构展示函数、类以及方法。在命令行中,首先打开一个模块。 "
147152
148153#: ../../library/idle.rst:80
149154msgid "Path Browser"
150- msgstr ""
155+ msgstr "路径浏览 "
151156
152157#: ../../library/idle.rst:79
153158msgid ""
154159"Show sys.path directories, modules, functions, classes and methods in a tree"
155160" structure."
156- msgstr ""
161+ msgstr "在树状结构中展示 sys.path 目录、模块、函数、类和方法。 "
157162
158163#: ../../library/idle.rst:86
159164msgid "Save"
160- msgstr ""
165+ msgstr "保存 "
161166
162167#: ../../library/idle.rst:83
163168msgid ""
@@ -166,20 +171,22 @@ msgid ""
166171"and after the window title. If there is no associated file, do Save As "
167172"instead."
168173msgstr ""
174+ "如果文件已经存在,则将当前窗口保存至对应的文件。自打开或上次保存之后经过修改的文件的窗口标题栏首尾将出现星号 \\ * "
175+ "。如果没有对应的文件,则使用“另存为”代替。 "
169176
170177#: ../../library/idle.rst:90
171178msgid "Save As..."
172- msgstr ""
179+ msgstr "保存为... "
173180
174181#: ../../library/idle.rst:89
175182msgid ""
176183"Save the current window with a Save As dialog. The file saved becomes the "
177184"new associated file for the window."
178- msgstr ""
185+ msgstr "使用“保存为”对话框保存当前窗口。被保存的文件将作为当前窗口新的对应文件。 "
179186
180187#: ../../library/idle.rst:94
181188msgid "Save Copy As..."
182- msgstr ""
189+ msgstr "另存为副本... "
183190
184191#: ../../library/idle.rst:93
185192msgid ""
0 commit comments