@@ -22,7 +22,7 @@ msgid ""
2222msgstr ""
2323"Project-Id-Version : Python 3.12\n "
2424"Report-Msgid-Bugs-To : \n "
25- "POT-Creation-Date : 2024-03-01 14:13+0000\n "
25+ "POT-Creation-Date : 2024-04-26 14:13+0000\n "
2626"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2727"
Last-Translator :
Alpha Du <[email protected] >, 2024\n "
2828"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1691,14 +1691,12 @@ msgstr ""
16911691
16921692#: ../../library/ast.rst:2523
16931693msgid ""
1694- "`leoAst.py <https://leoeditor.com/ appendices.html#leoast-py>`_ unifies the "
1695- "token-based and parse-tree-based views of python programs by inserting two- "
1696- "way links between tokens and ast nodes."
1694+ "`leoAst.py <https://leo-editor.github.io/leo-editor/ appendices.html#leoast-"
1695+ "py>`_ unifies the token-based and parse-tree-based views of python programs "
1696+ "by inserting two- way links between tokens and ast nodes."
16971697msgstr ""
1698- "`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ 通过在形符和 ast "
1699- "节点之间插入双向链接统一了 python 程序基于形符的和基于解析树的视图。"
17001698
1701- #: ../../library/ast.rst:2527
1699+ #: ../../library/ast.rst:2528
17021700msgid ""
17031701"`LibCST <https://libcst.readthedocs.io/>`_ parses code as a Concrete Syntax "
17041702"Tree that looks like an ast tree and keeps all formatting details. It's "
@@ -1708,15 +1706,13 @@ msgstr ""
17081706"`LibCST <https://libcst.readthedocs.io/>`_ 将代码解析为一个实体语法树(Concrete Syntax "
17091707"Tree),它看起来像是 ast 树而又保留了所有格式化细节。 它对构建自动化重构(codemod)应用和代码质量检查工具很有用处。"
17101708
1711- #: ../../library/ast.rst:2532
1709+ #: ../../library/ast.rst:2533
17121710msgid ""
17131711"`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports "
17141712"error recovery and round-trip parsing for different Python versions (in "
17151713"multiple Python versions). Parso is also able to list multiple syntax errors"
1716- " in your python file."
1714+ " in your Python file."
17171715msgstr ""
1718- "`Parso <https://parso.readthedocs.io>`_ 是一个支持错误恢复和不同 Python 版本的(在多个 Python "
1719- "版本中)往返解析的 Python 解析器。 Parso 还能列出你的 Python 文件中的许多语法错误。"
17201716
17211717#: ../../library/ast.rst:59
17221718msgid "? (question mark)"
0 commit comments