File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ msgstr ""
423423
424424#: ../../library/shutil.rst:330
425425msgid "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
429429msgid "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::"
436436msgstr ""
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
439441msgid "The resulting archive contains:"
440- msgstr ""
442+ msgstr "O arquivo resultante contém: "
Original file line number Diff line number Diff 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`."
7979msgstr ""
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
8285msgid ""
@@ -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)."
122125msgstr ""
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
125131msgid ""
You can’t perform that action at this time.
0 commit comments