Thanks to visit codestin.com Credit goes to github.com
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 93b403e commit 0326e89Copy full SHA for 0326e89
1 file changed
library/idle.po
@@ -1264,7 +1264,7 @@ msgstr ""
1264
msgid ""
1265
"Otherwise, arguments are files opened for editing and ``sys.argv`` reflects "
1266
"the arguments passed to IDLE itself."
1267
-msgstr ""
+msgstr "在其他情况下,参数为要打开编辑的文件而 ``sys.argv`` 反映的是传给 IDLE 本身的参数。"
1268
1269
#: ../../library/idle.rst:667
1270
msgid "Startup failure"
@@ -1279,6 +1279,9 @@ msgid ""
1279
"usually displays a ``Tk`` error box with a 'cannot connect' message that "
1280
"directs the user here. It then exits."
1281
msgstr ""
1282
+"IDLE 使用一个套接字在 IDLE GUI 进程和用户代码执行进程之间通信。 当 Shell 启动或重启动时必须建立一个连接。 (重启动会以一个内容为"
1283
+" 'RESTART' 的分隔行来标示)。 如果用户进程无法连接到 GUI 进程,它通常会显示一个包含 'cannot connect' 消息的 "
1284
+"``Tk`` 错误提示框来引导用户。 随后将会退出程序。"
1285
1286
#: ../../library/idle.rst:676
1287
0 commit comments