Skip to content

Commit d83167f

Browse files
sync with cpython 9227dfbb
1 parent 35fb4ae commit d83167f

1 file changed

Lines changed: 5 additions & 63 deletions

File tree

library/turtle.po

Lines changed: 5 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-09-20 00:21+0000\n"
10+
"POT-Creation-Date: 2026-09-21 00:21+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:13+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -4427,66 +4427,8 @@ msgstr ""
44274427
msgid "Have fun!"
44284428
msgstr ""
44294429

4430-
#: ../../library/turtle.rst:2905
4431-
msgid "Changes since Python 2.6"
4432-
msgstr "自 Python 2.6 以來的變更"
4430+
#~ msgid "Changes since Python 2.6"
4431+
#~ msgstr "自 Python 2.6 以來的變更"
44334432

4434-
#: ../../library/turtle.rst:2907
4435-
msgid ""
4436-
"The methods :func:`Turtle.tracer <tracer>`, :func:`Turtle.window_width "
4437-
"<window_width>` and :func:`Turtle.window_height <window_height>` have been "
4438-
"eliminated. Methods with these names and functionality are now available "
4439-
"only as methods of :class:`Screen`. The functions derived from these remain "
4440-
"available. (In fact already in Python 2.6 these methods were merely "
4441-
"duplications of the corresponding :class:`TurtleScreen`/:class:`Screen` "
4442-
"methods.)"
4443-
msgstr ""
4444-
4445-
#: ../../library/turtle.rst:2915
4446-
msgid ""
4447-
"The method :func:`!Turtle.fill` has been eliminated. The behaviour of :func:"
4448-
"`begin_fill` and :func:`end_fill` have changed slightly: now every filling "
4449-
"process must be completed with an ``end_fill()`` call."
4450-
msgstr ""
4451-
4452-
#: ../../library/turtle.rst:2920
4453-
msgid ""
4454-
"A method :func:`Turtle.filling <filling>` has been added. It returns a "
4455-
"boolean value: ``True`` if a filling process is under way, ``False`` "
4456-
"otherwise. This behaviour corresponds to a ``fill()`` call without arguments "
4457-
"in Python 2.6."
4458-
msgstr ""
4459-
4460-
#: ../../library/turtle.rst:2926
4461-
msgid "Changes since Python 3.0"
4462-
msgstr "自 Python 3.0 以來的變更"
4463-
4464-
#: ../../library/turtle.rst:2928
4465-
msgid ""
4466-
"The :class:`Turtle` methods :func:`shearfactor`, :func:`shapetransform` and :"
4467-
"func:`get_shapepoly` have been added. Thus the full range of regular linear "
4468-
"transforms is now available for transforming turtle shapes. :func:"
4469-
"`tiltangle` has been enhanced in functionality: it now can be used to get or "
4470-
"set the tilt angle."
4471-
msgstr ""
4472-
4473-
#: ../../library/turtle.rst:2934
4474-
msgid ""
4475-
"The :class:`Screen` method :func:`onkeypress` has been added as a complement "
4476-
"to :func:`onkey`. As the latter binds actions to the key release event, an "
4477-
"alias: :func:`onkeyrelease` was also added for it."
4478-
msgstr ""
4479-
4480-
#: ../../library/turtle.rst:2938
4481-
msgid ""
4482-
"The method :func:`Screen.mainloop <mainloop>` has been added, so there is no "
4483-
"longer a need to use the standalone :func:`mainloop` function when working "
4484-
"with :class:`Screen` and :class:`Turtle` objects."
4485-
msgstr ""
4486-
4487-
#: ../../library/turtle.rst:2942
4488-
msgid ""
4489-
"Two input methods have been added: :func:`Screen.textinput <textinput>` and :"
4490-
"func:`Screen.numinput <numinput>`. These pop up input dialogs and return "
4491-
"strings and numbers respectively."
4492-
msgstr ""
4433+
#~ msgid "Changes since Python 3.0"
4434+
#~ msgstr "自 Python 3.0 以來的變更"

0 commit comments

Comments
 (0)