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