|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: Python 3.13\n" |
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:13+0000\n" |
12 | 12 | " Last-Translator: Adrian Liaw <[email protected]>\n" |
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -287,28 +287,34 @@ msgid "" |
287 | 287 | "only produced when :func:`ast.parse` is invoked with ``type_comments=True``." |
288 | 288 | msgstr "" |
289 | 289 |
|
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 |
291 | 297 | msgid "Added :data:`!AWAIT` and :data:`!ASYNC` tokens." |
292 | 298 | msgstr "" |
293 | 299 |
|
294 | | -#: ../../library/token.rst:85 |
| 300 | +#: ../../library/token.rst:92 |
295 | 301 | msgid "Added :data:`COMMENT`, :data:`NL` and :data:`ENCODING` tokens." |
296 | 302 | msgstr "" |
297 | 303 |
|
298 | | -#: ../../library/token.rst:88 |
| 304 | +#: ../../library/token.rst:95 |
299 | 305 | msgid "" |
300 | 306 | "Removed :data:`!AWAIT` and :data:`!ASYNC` tokens. \"async\" and \"await\" " |
301 | 307 | "are now tokenized as :data:`NAME` tokens." |
302 | 308 | msgstr "" |
303 | 309 |
|
304 | | -#: ../../library/token.rst:92 |
| 310 | +#: ../../library/token.rst:99 |
305 | 311 | msgid "" |
306 | 312 | "Added :data:`TYPE_COMMENT`, :data:`TYPE_IGNORE`, :data:`COLONEQUAL`. Added :" |
307 | 313 | "data:`!AWAIT` and :data:`!ASYNC` tokens back (they're needed to support " |
308 | 314 | "parsing older Python versions for :func:`ast.parse` with ``feature_version`` " |
309 | 315 | "set to 6 or lower)." |
310 | 316 | msgstr "" |
311 | 317 |
|
312 | | -#: ../../library/token.rst:98 |
| 318 | +#: ../../library/token.rst:105 |
313 | 319 | msgid "Removed :data:`!AWAIT` and :data:`!ASYNC` tokens again." |
314 | 320 | msgstr "" |
0 commit comments