We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6415e83 commit 19e5fafCopy full SHA for 19e5faf
1 file changed
library/idle.po
@@ -1229,7 +1229,7 @@ msgstr ""
1229
msgid ""
1230
"Otherwise, arguments are files opened for editing and ``sys.argv`` reflects "
1231
"the arguments passed to IDLE itself."
1232
-msgstr ""
+msgstr "在其他情况下,参数为要打开编辑的文件而 ``sys.argv`` 反映的是传给 IDLE 本身的参数。"
1233
1234
#: ../../library/idle.rst:658
1235
msgid "Startup failure"
@@ -1253,6 +1253,8 @@ msgid ""
1253
"IDLE cannot import the stdlib file. The current fix is to rename the user "
1254
"file."
1255
msgstr ""
1256
+"导致连接失败的一个常见原因是用户创建的文件与标准库模块同名,例如 *random.py* 和 *tkinter.py*。 "
1257
+"当这样的文件与要运行的文件位于同一目录中时,IDLE 将无法导入标准库模块。 可用的解决办法是重命名用户文件。"
1258
1259
#: ../../library/idle.rst:673
1260
0 commit comments