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 cb4e579 commit eb3fa54Copy full SHA for eb3fa54
1 file changed
library/idle.po
@@ -1459,6 +1459,8 @@ msgid ""
1459
" line to jump to the corresponding line in an IDLE editor. The file will be "
1460
"opened if necessary."
1461
msgstr ""
1462
+"对于 SyntaxError 回溯信息,表示检测到错误位置的正常 '^' 标记被替换为带有代表错误的文本颜色高亮。 "
1463
+"当从文件运行的代码导致了其他异常时,用户可以右击回溯信息行在 IDLE 编辑器中跳转到相应的行。 如有必要将打开相应的文件。"
1464
1465
#: ../../library/idle.rst:792
1466
msgid ""
@@ -1469,6 +1471,9 @@ msgid ""
1469
1471
" on the output. This can be useful lines long enough to slow down "
1470
1472
"scrolling."
1473
1474
+"Shell 具有将输出行折叠为一个 'Squeezed text' 标签的特殊功能。 此功能将自动应用于超过 N 行的输出 (默认 N = 50)。 N"
1475
+" 可以在设置对话框中 General 页的 PyShell 区域中修改。 行数更少的输出也可通过在输出上右击来折叠。 "
1476
+"此功能适用于过多的输出行数导致滚动操作变慢的情况。"
1477
1478
#: ../../library/idle.rst:800
1479
0 commit comments