Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a6327 commit 311d5d3Copy full SHA for 311d5d3
1 file changed
library/turtle.po
@@ -75,6 +75,8 @@ msgid ""
75
"programmer to use all the commands, classes and methods interactively when "
76
"using the module from within IDLE run with the ``-n`` switch."
77
msgstr ""
78
+"新模块尽量保持了原模块的特点,并且(几乎)100%与其兼容。这就意味着初学编程者能够以交互方式使用模块的所有命令、类和方法(运行 IDLE 时要加 "
79
+"``-n`` 参数)。"
80
81
#: ../../library/turtle.rst:52
82
msgid ""
@@ -83,10 +85,12 @@ msgid ""
83
85
"the underlying graphics, it needs a version of Python installed with Tk "
84
86
"support."
87
88
+"turtle 模块提供面向对象和面向过程两种形式的海龟绘图基本组件。由于它使用 :mod:`tkinter` 实现基本图形界面,因此需要安装了 Tk "
89
+"支持的 Python 版本。"
90
91
#: ../../library/turtle.rst:56
92
msgid "The object-oriented interface uses essentially two+two classes:"
-msgstr ""
93
+msgstr "面向对象的接口主要使用“2+2”个类:"
94
95
#: ../../library/turtle.rst:58
96
0 commit comments