@@ -1274,6 +1274,8 @@ msgid ""
1274
1274
"clash, or cannot or does not want to run as admin, it might be easiest to "
1275
1275
"completely remove Python and start over."
1276
1276
msgstr ""
1277
+ "Python 的安装问题有时会使 IDLE 退出:存在多个版本时可能导致程序崩溃,或者单独安装时可能需要管理员权限。 "
1278
+ "如果想要避免程序崩溃,或是不想以管理员身份运行,最简单的做法是完全卸载 Python 并重新安装。"
1277
1279
1278
1280
#: ../../library/idle.rst:685
1279
1281
msgid ""
@@ -1283,6 +1285,9 @@ msgid ""
1283
1285
"connect. Dismissing the error box or using Restart Shell on the Shell menu "
1284
1286
"may fix a temporary problem."
1285
1287
msgstr ""
1288
+ "有时会出现 pythonw.exe 僵尸进程问题。 在 Windows 上,可以使用任务管理员来检查并停止该进程。 "
1289
+ "有时由程序崩溃或键盘中断(control-C)所发起的重启动可能会出现连接失败。 关闭错误提示框或使用 Shell 菜单中的 Restart Shell"
1290
+ " 可能会修复此类临时性错误。"
1286
1291
1287
1292
#: ../../library/idle.rst:691
1288
1293
msgid ""
@@ -1294,13 +1299,18 @@ msgid ""
1294
1299
"configuration file, the best solution may be to delete it and start over "
1295
1300
"with the settings dialog."
1296
1301
msgstr ""
1302
+ "当 IDLE 首次启动时,它会尝试读取 ``~/.idlerc/`` 中的用户配置文件(~ 是用户的家目录)。 如果配置有问题,则应当显示一条错误消息。"
1303
+ " 除随机磁盘错误之外,此类错误均可通过不手动编辑这些文件来避免。 请使用 Options 菜单来打开配置对话框。 "
1304
+ "一旦用户配置文件出现错误,最好的解决办法就是删除它并使用配置对话框重新设置。"
1297
1305
1298
1306
#: ../../library/idle.rst:699
1299
1307
msgid ""
1300
1308
"If IDLE quits with no message, and it was not started from a console, try "
1301
1309
"starting it from a console or terminal (``python -m idlelib``) and see if "
1302
1310
"this results in an error message."
1303
1311
msgstr ""
1312
+ "如果 IDLE 退出时没有发出任何错误消息,并且它不是通过控制台启动的,请尝试通过控制台或终端 (``python -m idlelib``) "
1313
+ "来启动它以查看是否会出现错误消息。"
1304
1314
1305
1315
#: ../../library/idle.rst:704
1306
1316
msgid "Running user code"
0 commit comments