@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.12\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2024-04-05 14:16 +0000\n "
17
+ "POT-Creation-Date : 2024-04-26 14:13 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
19
19
"Last-Translator : Arihiro TAKASE, 2023\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1773,15 +1773,12 @@ msgstr ""
1773
1773
1774
1774
#: ../../library/ast.rst:2523
1775
1775
msgid ""
1776
- "`leoAst.py <https://leoeditor.com/ appendices.html#leoast-py>`_ unifies the "
1777
- "token-based and parse-tree-based views of python programs by inserting two- "
1778
- "way links between tokens and ast nodes."
1776
+ "`leoAst.py <https://leo-editor.github.io/leo-editor/ appendices.html#leoast-"
1777
+ "py>`_ unifies the token-based and parse-tree-based views of python programs "
1778
+ "by inserting two- way links between tokens and ast nodes."
1779
1779
msgstr ""
1780
- "`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ は ast ノード"
1781
- "とトークンの間の双方向リンクを挿入することにより、Python プログラムに対する"
1782
- "トークンベースの視点と構文木ベースの視点を統合します。"
1783
1780
1784
- #: ../../library/ast.rst:2527
1781
+ #: ../../library/ast.rst:2528
1785
1782
msgid ""
1786
1783
"`LibCST <https://libcst.readthedocs.io/>`_ parses code as a Concrete Syntax "
1787
1784
"Tree that looks like an ast tree and keeps all formatting details. It's "
@@ -1792,17 +1789,13 @@ msgstr ""
1792
1789
"は自動リファクタリングアプリケーション (codemod) やリンタを作成する際に有用で"
1793
1790
"す。"
1794
1791
1795
- #: ../../library/ast.rst:2532
1792
+ #: ../../library/ast.rst:2533
1796
1793
msgid ""
1797
1794
"`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports "
1798
1795
"error recovery and round-trip parsing for different Python versions (in "
1799
1796
"multiple Python versions). Parso is also able to list multiple syntax errors "
1800
- "in your python file."
1797
+ "in your Python file."
1801
1798
msgstr ""
1802
- "`Parso <https://parso.readthedocs.io>`_ はエラーリカバリや異なる Python バー"
1803
- "ジョン (複数の Python バージョン) での復元可能なパース (round-trip parsing) "
1804
- "をサポートします。また、 Parso は Python ファイル内の複数の文法エラーをリスト"
1805
- "することもできます。"
1806
1799
1807
1800
#: ../../library/ast.rst:59
1808
1801
msgid "? (question mark)"
0 commit comments