@@ -796,7 +796,7 @@ msgstr "与调试菜单相同。"
796796msgid ""
797797"The Shell window also has an output squeezing facility explained in the "
798798"*Python Shell window* subsection below."
799- msgstr ""
799+ msgstr "Shell 窗口也有一个输出折叠功能,参见下文的 *Python Shell 窗口* 小节。 "
800800
801801#: ../../library/idle.rst:395
802802msgid "Squeeze"
@@ -806,7 +806,7 @@ msgstr "压缩"
806806msgid ""
807807"If the cursor is over an output line, squeeze all the output between the "
808808"code above and the prompt below down to a 'Squeezed text' label."
809- msgstr ""
809+ msgstr "如果将光标位于输出行上,则会折叠在上方代码和下方提示直到 'Squeezed text' 标签之间的所有输出。 "
810810
811811#: ../../library/idle.rst:400
812812msgid "Editing and navigation"
@@ -822,6 +822,8 @@ msgid ""
822822"you start IDLE. Thereafter, use the File menu. There can be only one open "
823823"editor window for a given file."
824824msgstr ""
825+ "IDLE 可以在启动时打开编辑器窗口,这取决于选项设置和你启动 IDLE 的方式。 在此之后,请使用 File 菜单。 "
826+ "对于给定的文件只能打开一个编辑器窗口。"
825827
826828#: ../../library/idle.rst:409
827829msgid ""
@@ -830,12 +832,14 @@ msgid ""
830832"number ('Ln') and column number ('Col'). Line numbers start with 1; column "
831833"numbers with 0."
832834msgstr ""
835+ "标题栏包含文件名称、完整路径,以及运行该窗口的 Python 和 IDLE 版本。 状态栏包含行号 ('Ln') 和列号 ('Col')。 行号从 1 "
836+ "开始;列号则从 0 开始。"
833837
834838#: ../../library/idle.rst:414
835839msgid ""
836840"IDLE assumes that files with a known .py* extension contain Python code and "
837841"that other files do not. Run Python code with the Run menu."
838- msgstr ""
842+ msgstr "IDE 会定扩展名为 .py* 的文件包含 Python 代码而其他文件不包含。 可使用 Run 菜单来运行 Python 代码。 "
839843
840844#: ../../library/idle.rst:418
841845msgid "Key bindings"
@@ -891,24 +895,24 @@ msgstr ":kbd:`C-k` 删除行(但未将其放入剪贴板)"
891895
892896#: ../../library/idle.rst:443
893897msgid ":kbd:`C-l` center window around the insertion point"
894- msgstr ""
898+ msgstr ":kbd:`C-l` 将插入点设为窗口中心 "
895899
896900#: ../../library/idle.rst:445
897901msgid ""
898902":kbd:`C-b` go backward one character without deleting (usually you can also "
899903"use the cursor key for this)"
900- msgstr ""
904+ msgstr ":kbd:`C-b` 后退一个字符而不删除该字符(通常你也可以用方向键进行此操作) "
901905
902906#: ../../library/idle.rst:448
903907msgid ""
904908":kbd:`C-f` go forward one character without deleting (usually you can also "
905909"use the cursor key for this)"
906- msgstr ""
910+ msgstr ":kbd:`C-f` 前进一个字符而不删除该字符(通常你也可以用方向键进行此操作) "
907911
908912#: ../../library/idle.rst:451
909913msgid ""
910914":kbd:`C-p` go up one line (usually you can also use the cursor key for this)"
911- msgstr ""
915+ msgstr ":kbd:`C-p` 向上一行(通常你也可以用方向键进行此操作) "
912916
913917#: ../../library/idle.rst:454
914918msgid ":kbd:`C-d` delete next character"
@@ -918,7 +922,7 @@ msgstr ":kbd:`C-d` 删除下一个字符"
918922msgid ""
919923"Standard keybindings (like :kbd:`C-c` to copy and :kbd:`C-v` to paste) may "
920924"work. Keybindings are selected in the Configure IDLE dialog."
921- msgstr ""
925+ msgstr "标准的键绑定(例如 :kbd:`C-c` 复制和 :kbd:`C-v` 粘贴)仍会有效。 键绑定可在配置 IDLE 对话框中选择。 "
922926
923927#: ../../library/idle.rst:460
924928msgid "Automatic indentation"
0 commit comments