File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1429,6 +1429,10 @@ msgid ""
1429
1429
"text cursor through such output with arrow keys may exhibit some surprising "
1430
1430
"spacing behavior.) ::"
1431
1431
msgstr ""
1432
+ " IDLE 的 Shell 所使用的 Tk Text 部件可显示的字符 (码位) 为 Unicode 的 BMP (基本多语言平面) 子集。 "
1433
+ "具体哪些字符会显示为正确的字形而哪些会以方框代替取决于操作系统和所安装的字体。 制表符会使之后的文本从下一个制表位开始。 (每 8 个 '字符' "
1434
+ "对应一个制表位)。 换行符会使之后的文本开始新的一行。 其他控制符会被忽略或是显示为空格、方框或其他形式,具体取决于操作系统和字体。 "
1435
+ "(使用方向键在这样的输出中移动文本光标有可能让显示间距发生怪异的变化。) ::"
1432
1436
1433
1437
#: ../../library/idle.rst:777
1434
1438
msgid ""
@@ -1438,12 +1442,14 @@ msgid ""
1438
1442
"As demonstrated above, it allows one to identify the characters in a string,"
1439
1443
" regardless of how they are displayed."
1440
1444
msgstr ""
1445
+ "``repr`` 函数会被用于表达式值的交互式回显。 它将返回输入字符串的一个修改版本,其中的控制代码、部分 BMP 码位以及所有非 BMP "
1446
+ "码位都将被替换为转义代码。 如上面所演示的,它使用户可以辨识字符串中的字符,无论它们会如何显示。"
1441
1447
1442
1448
#: ../../library/idle.rst:783
1443
1449
msgid ""
1444
1450
"Normal and error output are generally kept separate (on separate lines) from"
1445
1451
" code input and each other. They each get different highlight colors."
1446
- msgstr ""
1452
+ msgstr "普通的与错误的输出通常会在与代码输入和彼此之间保持区分 (显示于不同的行)。 它们也会分别使用不同的高亮颜色。 "
1447
1453
1448
1454
#: ../../library/idle.rst:786
1449
1455
msgid ""
You can’t perform that action at this time.
0 commit comments