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

Skip to content

Commit 98ae1e0

Browse files
[po] auto sync
1 parent 53e376b commit 98ae1e0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

library/idle.po

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

15171521
#: ../../library/idle.rst:811
15181522
msgid ""
@@ -1522,12 +1526,14 @@ msgid ""
15221526
"As demonstrated above, it allows one to identify the characters in a string,"
15231527
" regardless of how they are displayed."
15241528
msgstr ""
1529+
"``repr`` 函数会被用于表达式值的交互式回显。 它将返回输入字符串的一个修改版本,其中的控制代码、部分 BMP 码位以及所有非 BMP "
1530+
"码位都将被替换为转义代码。 如上面所演示的,它使用户可以辨识字符串中的字符,无论它们会如何显示。"
15251531

15261532
#: ../../library/idle.rst:817
15271533
msgid ""
15281534
"Normal and error output are generally kept separate (on separate lines) from"
15291535
" code input and each other. They each get different highlight colors."
1530-
msgstr ""
1536+
msgstr "普通的与错误的输出通常会在与代码输入和彼此之间保持区分 (显示于不同的行)。 它们也会分别使用不同的高亮颜色。"
15311537

15321538
#: ../../library/idle.rst:820
15331539
msgid ""
@@ -1537,6 +1543,8 @@ msgid ""
15371543
" line to jump to the corresponding line in an IDLE editor. The file will be "
15381544
"opened if necessary."
15391545
msgstr ""
1546+
"对于 SyntaxError 回溯信息,表示检测到错误位置的正常 '^' 标记被替换为带有代表错误的文本颜色高亮。 "
1547+
"当从文件运行的代码导致了其他异常时,用户可以右击回溯信息行在 IDLE 编辑器中跳转到相应的行。 如有必要将打开相应的文件。"
15401548

15411549
#: ../../library/idle.rst:826
15421550
msgid ""
@@ -1547,6 +1555,9 @@ msgid ""
15471555
" on the output. This can be useful lines long enough to slow down "
15481556
"scrolling."
15491557
msgstr ""
1558+
"Shell 具有将输出行折叠为一个 'Squeezed text' 标签的特殊功能。 此功能将自动应用于超过 N 行的输出 (默认 N = 50)。 N"
1559+
" 可以在设置对话框中 General 页的 PyShell 区域中修改。 行数更少的输出也可通过在输出上右击来折叠。 "
1560+
"此功能适用于过多的输出行数导致滚动操作变慢的情况。"
15501561

15511562
#: ../../library/idle.rst:834
15521563
msgid ""

0 commit comments

Comments
 (0)