@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.9\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2020-06-28 03:28 +0000\n "
19
+ "POT-Creation-Date : 2020-08-12 03:50 +0000\n "
20
20
"PO-Revision-Date : 2017-02-16 17:48+0000\n "
21
21
"Last-Translator : tomo, 2020\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1175,3 +1175,34 @@ msgid ""
1175
1175
msgstr ""
1176
1176
"外部ドキュメント `Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_ には "
1177
1177
"Python AST についての詳細が書かれています。"
1178
+
1179
+ #: ../../library/ast.rst:1806
1180
+ msgid ""
1181
+ "`ASTTokens <https://asttokens.readthedocs.io/en/latest/user-guide.html>`_ "
1182
+ "annotates Python ASTs with the positions of tokens and text in the source "
1183
+ "code that generated them. This is helpful for tools that make source code "
1184
+ "transformations."
1185
+ msgstr ""
1186
+
1187
+ #: ../../library/ast.rst:1811
1188
+ msgid ""
1189
+ "`leoAst.py <http://leoeditor.com/appendices.html#leoast-py>`_ unifies the "
1190
+ "token-based and parse-tree-based views of python programs by inserting two-"
1191
+ "way links between tokens and ast nodes."
1192
+ msgstr ""
1193
+
1194
+ #: ../../library/ast.rst:1815
1195
+ msgid ""
1196
+ "`LibCST <https://libcst.readthedocs.io/>`_ parses code as a Concrete Syntax "
1197
+ "Tree that looks like an ast tree and keeps all formatting details. It's "
1198
+ "useful for building automated refactoring (codemod) applications and "
1199
+ "linters."
1200
+ msgstr ""
1201
+
1202
+ #: ../../library/ast.rst:1820
1203
+ msgid ""
1204
+ "`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports "
1205
+ "error recovery and round-trip parsing for different Python versions (in "
1206
+ "multiple Python versions). Parso is also able to list multiple syntax errors"
1207
+ " in your python file."
1208
+ msgstr ""
0 commit comments