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

Skip to content

Commit 311d5d3

Browse files
committed
[po] auto sync bot
1 parent 93a6327 commit 311d5d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/turtle.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ msgid ""
7575
"programmer to use all the commands, classes and methods interactively when "
7676
"using the module from within IDLE run with the ``-n`` switch."
7777
msgstr ""
78+
"新模块尽量保持了原模块的特点,并且(几乎)100%与其兼容。这就意味着初学编程者能够以交互方式使用模块的所有命令、类和方法(运行 IDLE 时要加 "
79+
"``-n`` 参数)。"
7880

7981
#: ../../library/turtle.rst:52
8082
msgid ""
@@ -83,10 +85,12 @@ msgid ""
8385
"the underlying graphics, it needs a version of Python installed with Tk "
8486
"support."
8587
msgstr ""
88+
"turtle 模块提供面向对象和面向过程两种形式的海龟绘图基本组件。由于它使用 :mod:`tkinter` 实现基本图形界面,因此需要安装了 Tk "
89+
"支持的 Python 版本。"
8690

8791
#: ../../library/turtle.rst:56
8892
msgid "The object-oriented interface uses essentially two+two classes:"
89-
msgstr ""
93+
msgstr "面向对象的接口主要使用“2+2”个类:"
9094

9195
#: ../../library/turtle.rst:58
9296
msgid ""

0 commit comments

Comments
 (0)