Skip to content

Commit 3bd3466

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 004c5d6 commit 3bd3466

File tree

4 files changed

+104
-64
lines changed

4 files changed

+104
-64
lines changed

library/ast.po

+32-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"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"
2020
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
2121
"Last-Translator: tomo, 2020\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1175,3 +1175,34 @@ msgid ""
11751175
msgstr ""
11761176
"外部ドキュメント `Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_ には "
11771177
"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 ""

whatsnew/3.7.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
16+
"POT-Creation-Date: 2020-08-12 03:50+0000\n"
1717
"PO-Revision-Date: 2018-06-29 21:15+0000\n"
1818
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -272,8 +272,8 @@ msgstr ""
272272
"インポートを使いモジュールごとに有効化する必要があります::"
273273

274274
#: ../../whatsnew/3.7.rst:174
275-
msgid "It will become the default in Python 4.0."
276-
msgstr "この振る舞いは Python 4.0 でデフォルトになります。"
275+
msgid "It will become the default in Python 3.10."
276+
msgstr ""
277277

278278
#: ../../whatsnew/3.7.rst:178
279279
msgid ":pep:`563` -- Postponed evaluation of annotations"

0 commit comments

Comments
 (0)