-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jun 16, 2024
1 parent
dcefe7b
commit 7129170
Showing
6 changed files
with
161 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ | |
# João Porfirio, 2021 | ||
# Vinicius Gubiani Ferreira <[email protected]>, 2023 | ||
# Adorilson Bezerra <[email protected]>, 2024 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# i17obot <[email protected]>, 2024 | ||
# Marco Rougeth <[email protected]>, 2024 | ||
# Claudio Rogerio Carvalho Filho <[email protected]>, 2024 | ||
# Pedro Fonini, 2024 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
|
@@ -28,7 +28,7 @@ msgstr "" | |
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-14 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:06+0000\n" | ||
"Last-Translator: Pedro Fonini, 2024\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" | ||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" | ||
"teams/5390/pt_BR/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -1290,7 +1290,7 @@ msgstr "" | |
"em que :func:`eval` é chamado. Observe que *eval()* terá acesso a :term:" | ||
"`escopos aninhados <nested scope>` (não locais) no ambiente anexo somente se " | ||
"eles já forem referenciados pelo escopo que está chamando :func:`eval` (por " | ||
"exemplo, via uma instrução `nonlocal`)." | ||
"exemplo, via uma instrução :keyword:`nonlocal`)." | ||
|
||
#: ../../library/functions.rst:605 | ||
msgid "Example:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,16 @@ | |
# Translators: | ||
# Rodrigo Cândido, 2022 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# Pedro Fonini, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-05-11 02:33+0000\n" | ||
"POT-Creation-Date: 2024-06-14 17:56+0000\n" | ||
"PO-Revision-Date: 2022-11-05 19:49+0000\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" | ||
"Last-Translator: Pedro Fonini, 2024\n" | ||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" | ||
"teams/5390/pt_BR/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -28,6 +29,8 @@ msgstr "" | |
msgid "" | ||
":mod:`!importlib.resources` -- Package resource reading, opening and access" | ||
msgstr "" | ||
":mod:`!importlib.resources` -- Leitura, abertura e acesso a recursos de " | ||
"pacotes" | ||
|
||
#: ../../library/importlib.resources.rst:7 | ||
msgid "**Source code:** :source:`Lib/importlib/resources/__init__.py`" | ||
|
@@ -149,7 +152,7 @@ msgstr "" | |
"*anchor* é um :class:`Anchor` opcional. Se a âncora for um pacote, os " | ||
"recursos são resolvidos a partir desse pacote. Se for um módulo, os recursos " | ||
"são resolvidos ao lado desse módulo (no mesmo pacote ou na raiz do pacote). " | ||
"Se a âncora for omitido, o módulo do chamador é usado." | ||
"Se a âncora for omitida, o módulo do chamador é usado." | ||
|
||
#: ../../library/importlib.resources.rst:74 | ||
msgid "" | ||
|
@@ -209,22 +212,31 @@ msgid "" | |
"A set of simplified, backwards-compatible helpers is available. These allow " | ||
"common operations in a single function call." | ||
msgstr "" | ||
"Um conjunto de auxiliares simplificados e compatíveis com versões anteriores " | ||
"está disponível. Estes permitem operações comuns em uma única chamada de " | ||
"função." | ||
|
||
#: ../../library/importlib.resources.rst:110 | ||
msgid "For all the following functions:" | ||
msgstr "" | ||
msgstr "Para todas as funções a seguir:" | ||
|
||
#: ../../library/importlib.resources.rst:112 | ||
msgid "" | ||
"*anchor* is an :class:`~importlib.resources.Anchor`, as in :func:`~importlib." | ||
"resources.files`. Unlike in ``files``, it may not be omitted." | ||
msgstr "" | ||
"*anchor* é um :class:`~importlib.resources.Anchor`, assim como em :func:" | ||
"`~importlib.resources.files`. Ao contrário do comportamento em ``files``, " | ||
"*anchor* aqui não pode ser omitido." | ||
|
||
#: ../../library/importlib.resources.rst:116 | ||
msgid "" | ||
"*path_names* are components of a resource's path name, relative to the " | ||
"anchor. For example, to get the text of resource named ``info.txt``, use::" | ||
msgstr "" | ||
"*path_names* são componentes do nome do caminho de um recurso, relativo à " | ||
"âncora. Por exemplo, para obter o texto de um recurso chamado ``info.txt``, " | ||
"use::" | ||
|
||
#: ../../library/importlib.resources.rst:122 | ||
msgid "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.