File tree 2 files changed +28
-3
lines changed
2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-02-19 00:13 +0000\n "
10
+ "POT-Creation-Date : 2022-08-10 00:15 +0000\n "
11
11
"PO-Revision-Date : 2022-02-20 12:36+0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -431,7 +431,8 @@ msgstr ""
431
431
432
432
#: ../../library/asyncio-eventloop.rst:335
433
433
msgid ""
434
- "Schedule the execution of a :ref:`coroutine`. Return a :class:`Task` object."
434
+ "Schedule the execution of :ref:`coroutine <coroutine>` *coro*. Return a :"
435
+ "class:`Task` object."
435
436
msgstr ""
436
437
437
438
#: ../../library/asyncio-eventloop.rst:338
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-08-06 00:16 +0000\n "
10
+ "POT-Creation-Date : 2022-08-10 00:15 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:03+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1609,3 +1609,27 @@ msgid ""
1609
1609
"The only current default extension is zzdummy, an example also used for "
1610
1610
"testing."
1611
1611
msgstr ""
1612
+
1613
+ #: ../../library/idle.rst:988
1614
+ msgid "idlelib"
1615
+ msgstr ""
1616
+
1617
+ #: ../../library/idle.rst:993
1618
+ #, fuzzy
1619
+ msgid "**Source code:** :source:`Lib/idlelib`"
1620
+ msgstr "**原始碼:**\\ :source:`Lib/idlelib/`"
1621
+
1622
+ #: ../../library/idle.rst:995
1623
+ msgid ""
1624
+ "The Lib/idlelib package implements the IDLE application. See the top of "
1625
+ "this file or content listing on the left for how to use IDLE."
1626
+ msgstr ""
1627
+
1628
+ #: ../../library/idle.rst:998
1629
+ msgid ""
1630
+ "The files in idlelib are described in idlelib/README.txt. Access it either "
1631
+ "in idlelib or click Help => About IDLE on the IDLE menu. This file also "
1632
+ "maps IDLE menu items to the code that implements the item. Except for files "
1633
+ "listed under 'Startup', the idlelib code is 'private' in sense that feature "
1634
+ "changes can be backported (see :pep:`434`)."
1635
+ msgstr ""
You can’t perform that action at this time.
0 commit comments