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

Skip to content

Commit 7182e7b

Browse files
[po] auto sync
1 parent 2d10173 commit 7182e7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

library/idle.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,9 @@ msgid ""
14961496
"programmed additions. Where it matters, Shell is designed for development "
14971497
"rather than production runs."
14981498
msgstr ""
1499+
"当一个程序输出文本时,结果将由相应的输出设备来确定。 当 IDLE 执行用户代码时,``sys.stdout`` 和 ``sys.stderr`` "
1500+
"会被连接到 IDLE Shell 的显示区。 它的某些特性是从底层的 Tk Text 部件继承而来。 其他特性则是程序所添加的。 总之,Shell "
1501+
"被设计用于开发环境而非生产环境运行。"
14991502

15001503
#: ../../library/idle.rst:793
15011504
msgid ""
@@ -1505,6 +1508,8 @@ msgid ""
15051508
"output. A Windows console, for instance, keeps a user-settable 1 to 9999 "
15061509
"lines, with 300 the default."
15071510
msgstr ""
1511+
"例如,Shell 绝不会丢弃输出。 一个向 Shell 发送无限输出的程序将最终占满内存,导致内存错误。 "
1512+
"作为对比,某些系统文本模式窗口只会保留输出的最后 n 行。 例如,Windows 控制台可由用户设置保留 1 至 9999 行,默认为 300 行。"
15081513

15091514
#: ../../library/idle.rst:799
15101515
msgid ""

0 commit comments

Comments
 (0)