File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1207,6 +1207,8 @@ msgid ""
12071207"Highlighting tab. The marking of debugger breakpoint lines in the editor "
12081208"and text in popups and dialogs is not user-configurable."
12091209msgstr ""
1210+ "广西着色是在背景上完成的,因此有时会看到非着色的文本。 要改变颜色方案,请使用配置 IDLE 对话框的高亮选项卡。 "
1211+ "编辑器中的调试器断点行标记和弹出面板和对话框中的文本则是用户不可配置的。"
12101212
12111213#: ../../library/idle.rst:623
12121214msgid "Startup and code execution"
@@ -1223,6 +1225,10 @@ msgid ""
12231225"are used frequently from the IDLE shell, or for executing import statements "
12241226"to import common modules."
12251227msgstr ""
1228+ "在附带 ``-s`` 选项启用的情况下,IDLE 将会执行环境变量 :envvar:`IDLESTARTUP` 或 "
1229+ ":envvar:`PYTHONSTARTUP` 所引用的文件。 IDLE 会先检查 ``IDLESTARTUP``;如果 ``IDLESTARTUP``"
1230+ " 存在则会运行被引用的文件。 如果 ``IDLESTARTUP`` 不存在,则 IDLE 会检查 ``PYTHONSTARTUP``。 "
1231+ "这些环境变量所引用的文件是存放经常被 IDLE Shell 所使用的函数,或者执行导入常用模块的 import 语句的便捷场所。"
12261232
12271233#: ../../library/idle.rst:633
12281234msgid ""
You can’t perform that action at this time.
0 commit comments