Skip to content

Commit 6942f0e

Browse files
sync with cpython a442c87c
1 parent fc9f0d6 commit 6942f0e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

library/token.po

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-09-23 07:52+0800\n"
10+
"POT-Creation-Date: 2024-11-30 23:07+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-"
@@ -287,28 +287,34 @@ msgid ""
287287
"only produced when :func:`ast.parse` is invoked with ``type_comments=True``."
288288
msgstr ""
289289

290-
#: ../../library/token.rst:82
290+
#: ../../library/token.rst:84
291+
msgid ""
292+
"A dictionary mapping the string representation of a token to its numeric "
293+
"code."
294+
msgstr ""
295+
296+
#: ../../library/token.rst:89
291297
msgid "Added :data:`!AWAIT` and :data:`!ASYNC` tokens."
292298
msgstr ""
293299

294-
#: ../../library/token.rst:85
300+
#: ../../library/token.rst:92
295301
msgid "Added :data:`COMMENT`, :data:`NL` and :data:`ENCODING` tokens."
296302
msgstr ""
297303

298-
#: ../../library/token.rst:88
304+
#: ../../library/token.rst:95
299305
msgid ""
300306
"Removed :data:`!AWAIT` and :data:`!ASYNC` tokens. \"async\" and \"await\" "
301307
"are now tokenized as :data:`NAME` tokens."
302308
msgstr ""
303309

304-
#: ../../library/token.rst:92
310+
#: ../../library/token.rst:99
305311
msgid ""
306312
"Added :data:`TYPE_COMMENT`, :data:`TYPE_IGNORE`, :data:`COLONEQUAL`. Added :"
307313
"data:`!AWAIT` and :data:`!ASYNC` tokens back (they're needed to support "
308314
"parsing older Python versions for :func:`ast.parse` with ``feature_version`` "
309315
"set to 6 or lower)."
310316
msgstr ""
311317

312-
#: ../../library/token.rst:98
318+
#: ../../library/token.rst:105
313319
msgid "Removed :data:`!AWAIT` and :data:`!ASYNC` tokens again."
314320
msgstr ""

0 commit comments

Comments
 (0)