8000 Merge 3.11 into 3.8 · python/python-docs-pt-br@fd6fa4b · GitHub
[go: up one dir, main page]

Skip to content

Commit fd6fa4b

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 1e2a51e commit fd6fa4b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

c-api/gcsupport.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ msgstr ""
120120
msgid ""
121121
"The object's memory must be deallocated using :c:func:`PyObject_GC_Del`."
122122
msgstr ""
123+
"A memória destinada ao objeto deve ser desalocada usando :c:func:"
124+
"`PyObject_GC_Del`."
123125

124126
#: ../../c-api/gcsupport.rst:75
125127
msgid ""

library/email.errors.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,28 @@ msgstr "**Código-fonte:** :source:`Lib/email/errors.py`"
3434
msgid ""
3535
"The following exception classes are defined in the :mod:`email.errors` "
3636
"module:"
37-
msgstr ""
37+
msgstr "A seguinte classe de exceção é definida no modulo :mod:`email.errors`."
3838

3939
#: ../../library/email.errors.rst:16
4040
msgid ""
4141
"This is the base class for all exceptions that the :mod:`email` package can "
4242
"raise. It is derived from the standard :exc:`Exception` class and defines "
4343
"no additional methods."
4444
msgstr ""
45+
"Essa é a classe base para todas as exceções que o pacote :mod:`email` pode "
46+
"levantar. Ela é derivada da classe padão :exc:`Exception` e não define "
47+
"métodos adicionais."
4548

4649
#: ../../library/email.errors.rst:23
4750
msgid ""
4851
"This is the base class for exceptions raised by the :class:`~email.parser."
4952
"Parser` class. It is derived from :exc:`MessageError`. This class is also "
5053
"used internally by the parser used by :mod:`~email.headerregistry`."
5154
msgstr ""
55+
"Essa é a classe base para exceções levantadas pela classe :class:`~email."
56+
"parser.Parser`. Ela é derivada do :exc:`MessageError`. Essa classe pode ser "
57+
"usada internamente pelo analisador sintático usado pelo :mod:`~email."
58+
"headerregistry`."
5259

5360
#: ../../library/email.errors.rst:31
5461
msgid ""
@@ -64,7 +71,7 @@ msgstr ""
6471

6572
#: ../../library/email.errors.rst:43
6673
msgid "Deprecated and no longer used."
67-
msgstr ""
74+
msgstr "Descontinuado e não mais usado."
6875

6976
#: ../../library/email.errors.rst:48
7077
msgid ""

0 commit comments

Comments
 (0)
0