Skip to content

Commit 66b51b3

Browse files
pomerge from 3.9 branch into 2.7
1 parent f521a2d commit 66b51b3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

library/shutil.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ msgstr ""
423423

424424
#: ../../library/shutil.rst:330
425425
msgid "Remove the archive format *name* from the list of supported formats."
426-
msgstr ""
426+
msgstr "Remove o formato de arquivo *name* da lista de formatos suportados."
427427

428428
#: ../../library/shutil.rst:338
429429
msgid "Archiving example"
@@ -434,7 +434,9 @@ msgid ""
434434
"In this example, we create a gzip'ed tar-file archive containing all files "
435435
"found in the :file:`.ssh` directory of the user::"
436436
msgstr ""
437+
"Neste exemplo, criamos um arquivo tar compactado com gzip contendo todos os "
438+
"arquivos encontrados no diretório :file:`.ssh` do usuário::"
437439

438440
#: ../../library/shutil.rst:350
439441
msgid "The resulting archive contains:"
440-
msgstr ""
442+
msgstr "O arquivo resultante contém:"

reference/executionmodel.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ msgid ""
7777
"enclosing scope. The set of all such scopes visible to a code block is "
7878
"called the block's :dfn:`environment`."
7979
msgstr ""
80+
"Quando um nome é usado em um bloco de código, ele é resolvido usando o "
81+
"escopo envolvente mais próximo. O conjunto de todos esses escopos visíveis a "
82+
"um bloco de código é chamado de :dfn:`ambiente` do bloco."
8083

8184
#: ../../reference/executionmodel.rst:71
8285
msgid ""
@@ -120,6 +123,9 @@ msgid ""
120123
"Each assignment or import statement occurs within a block defined by a class "
121124
"or function definition or at the module level (the top-level code block)."
122125
msgstr ""
126+
"Cada atribuição ou instrução de importação ocorre dentro de um bloco "
127+
"definido por uma definição de classe ou função ou no nível do módulo (o "
128+
"bloco de código de nível superior)."
123129

124130
#: ../../reference/executionmodel.rst:105
125131
msgid ""

0 commit comments

Comments
 (0)