Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb4e579

Browse files
[po] auto sync
1 parent cd30e6c commit cb4e579

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/idle.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,10 @@ msgid ""
14291429
"text cursor through such output with arrow keys may exhibit some surprising "
14301430
"spacing behavior.) ::"
14311431
msgstr ""
1432+
" IDLE 的 Shell 所使用的 Tk Text 部件可显示的字符 (码位) 为 Unicode 的 BMP (基本多语言平面) 子集。 "
1433+
"具体哪些字符会显示为正确的字形而哪些会以方框代替取决于操作系统和所安装的字体。 制表符会使之后的文本从下一个制表位开始。 (每 8 个 '字符' "
1434+
"对应一个制表位)。 换行符会使之后的文本开始新的一行。 其他控制符会被忽略或是显示为空格、方框或其他形式,具体取决于操作系统和字体。 "
1435+
"(使用方向键在这样的输出中移动文本光标有可能让显示间距发生怪异的变化。) ::"
14321436

14331437
#: ../../library/idle.rst:777
14341438
msgid ""
@@ -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."
14401444
msgstr ""
1445+
"``repr`` 函数会被用于表达式值的交互式回显。 它将返回输入字符串的一个修改版本,其中的控制代码、部分 BMP 码位以及所有非 BMP "
1446+
"码位都将被替换为转义代码。 如上面所演示的,它使用户可以辨识字符串中的字符,无论它们会如何显示。"
14411447

14421448
#: ../../library/idle.rst:783
14431449
msgid ""
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
14491455
msgid ""

0 commit comments

Comments
 (0)