Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 408cafc

Browse files
[po] auto sync
1 parent c230cc0 commit 408cafc

9 files changed

Lines changed: 1119 additions & 1101 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.23%", "updated_at": "2024-04-26T03:56:44Z"}
1+
{"translation": "95.14%", "updated_at": "2024-04-26T14:56:14Z"}

library/ast.po

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
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
16931693
msgid ""
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."
16971697
msgstr ""
1698-
"`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ 通过在形符和 ast "
1699-
"节点之间插入双向链接统一了 python 程序基于形符的和基于解析树的视图。"
17001698

1701-
#: ../../library/ast.rst:2527
1699+
#: ../../library/ast.rst:2528
17021700
msgid ""
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
17121710
msgid ""
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."
17171715
msgstr ""
1718-
"`Parso <https://parso.readthedocs.io>`_ 是一个支持错误恢复和不同 Python 版本的(在多个 Python "
1719-
"版本中)往返解析的 Python 解析器。 Parso 还能列出你的 Python 文件中的许多语法错误。"
17201716

17211717
#: ../../library/ast.rst:59
17221718
msgid "? (question mark)"

0 commit comments

Comments
 (0)