Skip to content

Commit 8daa162

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent cf5242f commit 8daa162

File tree

12 files changed

+1925
-1408
lines changed

12 files changed

+1925
-1408
lines changed

library/ast.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.12\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-04-05 14:16+0000\n"
20+
"POT-Creation-Date: 2024-04-26 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2222
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1566,24 +1566,24 @@ msgstr ""
15661566

15671567
#: ../../library/ast.rst:2523
15681568
msgid ""
1569-
"`leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifies the "
1570-
"token-based and parse-tree-based views of python programs by inserting two-"
1571-
"way links between tokens and ast nodes."
1569+
"`leoAst.py <https://leo-editor.github.io/leo-editor/appendices.html#leoast-"
1570+
"py>`_ unifies the token-based and parse-tree-based views of python programs "
1571+
"by inserting two-way links between tokens and ast nodes."
15721572
msgstr ""
15731573

1574-
#: ../../library/ast.rst:2527
1574+
#: ../../library/ast.rst:2528
15751575
msgid ""
15761576
"`LibCST <https://libcst.readthedocs.io/>`_ parses code as a Concrete Syntax "
15771577
"Tree that looks like an ast tree and keeps all formatting details. It's "
15781578
"useful for building automated refactoring (codemod) applications and linters."
15791579
msgstr ""
15801580

1581-
#: ../../library/ast.rst:2532
1581+
#: ../../library/ast.rst:2533
15821582
msgid ""
15831583
"`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports "
15841584
"error recovery and round-trip parsing for different Python versions (in "
15851585
"multiple Python versions). Parso is also able to list multiple syntax errors "
1586-
"in your python file."
1586+
"in your Python file."
15871587
msgstr ""
15881588

15891589
#: ../../library/ast.rst:59

0 commit comments

Comments
 (0)