@@ -1998,71 +1998,73 @@ msgid ""
19981998"Set the size and position of the main window. Default values of arguments "
19991999"are stored in the configuration dictionary and can be changed via a "
20002000":file:`turtle.cfg` file."
2001- msgstr ""
2001+ msgstr "设置主窗口的大小和位置。默认参数值保存在配置字典中,可通过 :file:`turtle.cfg` 文件进行修改。 "
20022002
20032003#: ../../library/turtle.rst:1981
20042004msgid ""
20052005"if an integer, a size in pixels, if a float, a fraction of the screen; "
20062006"default is 50% of screen"
2007- msgstr ""
2007+ msgstr "如为一个整型数值,表示大小为多少像素,如为一个浮点数值,则表示屏幕的占比;默认为屏幕的 50% "
20082008
20092009#: ../../library/turtle.rst:1983
20102010msgid ""
20112011"if an integer, the height in pixels, if a float, a fraction of the screen; "
20122012"default is 75% of screen"
2013- msgstr ""
2013+ msgstr "如为一个整型数值,表示高度为多少像素,如为一个浮点数值,则表示屏幕的占比;默认为屏幕的 75% "
20142014
20152015#: ../../library/turtle.rst:1985
20162016msgid ""
20172017"if positive, starting position in pixels from the left edge of the screen, "
20182018"if negative from the right edge, if ``None``, center window horizontally"
2019- msgstr ""
2019+ msgstr "如为正值,表示初始位置距离屏幕左边缘多少像素,负值表示距离右边缘,``None`` 表示窗口水平居中 "
20202020
20212021#: ../../library/turtle.rst:1988
20222022msgid ""
20232023"if positive, starting position in pixels from the top edge of the screen, if"
20242024" negative from the bottom edge, if ``None``, center window vertically"
2025- msgstr ""
2025+ msgstr "如为正值,表示初始位置距离屏幕上边缘多少像素,负值表示距离下边缘,``None`` 表示窗口垂直居中 "
20262026
20272027#: ../../library/turtle.rst:2002
20282028msgid "a string that is shown in the titlebar of the turtle graphics window"
2029- msgstr ""
2029+ msgstr "一个字符串,显示为海龟绘图窗口的标题栏文本 "
20302030
20312031#: ../../library/turtle.rst:2005
20322032msgid "Set title of turtle window to *titlestring*."
2033- msgstr ""
2033+ msgstr "设置海龟窗口标题为 *titlestring* 指定的文本。 "
20342034
20352035#: ../../library/turtle.rst:2013
20362036msgid "Public classes"
2037- msgstr ""
2037+ msgstr "公共类 "
20382038
20392039#: ../../library/turtle.rst:2019
20402040msgid ""
20412041"a :class:`tkinter.Canvas`, a :class:`ScrolledCanvas` or a "
20422042":class:`TurtleScreen`"
20432043msgstr ""
2044+ "一个 :class:`tkinter.Canvas` , :class:`ScrolledCanvas` 或 :class:`TurtleScreen`"
2045+ " 类对象"
20442046
20452047#: ../../library/turtle.rst:2022
20462048msgid ""
20472049"Create a turtle. The turtle has all methods described above as \" methods of"
20482050" Turtle/RawTurtle\" ."
2049- msgstr ""
2051+ msgstr "创建一个海龟。海龟对象具有 \" Turtle/RawTurtle 方法 \" 一节所述的全部方法。 "
20502052
20512053#: ../../library/turtle.rst:2028
20522054msgid ""
20532055"Subclass of RawTurtle, has the same interface but draws on a default "
20542056":class:`Screen` object created automatically when needed for the first time."
2055- msgstr ""
2057+ msgstr "RawTurtle 的子类,具有相同的接口,但其绘图场所为默认的 :class:`Screen` 类对象,在首次使用时自动创建。 "
20562058
20572059#: ../../library/turtle.rst:2034
20582060msgid "a :class:`tkinter.Canvas`"
2059- msgstr ""
2061+ msgstr "一个 :class:`tkinter.Canvas` 类对象 "
20602062
20612063#: ../../library/turtle.rst:2036
20622064msgid ""
20632065"Provides screen oriented methods like :func:`setbg` etc. that are described "
20642066"above."
2065- msgstr ""
2067+ msgstr "提供面向屏幕的方法例如 :func:`setbg` 等。说明见上文。 "
20662068
20672069#: ../../library/turtle.rst:2041
20682070msgid ""
0 commit comments