File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ msgstr ""
130130msgid ""
131131"The object's memory must be deallocated using :c:func:`PyObject_GC_Del`."
132132msgstr ""
133+ "A memória destinada ao objeto deve ser desalocada usando :c:func:"
134+ "`PyObject_GC_Del`."
133135
134136#: ../../c-api/gcsupport.rst:83
135137msgid ""
Original file line number Diff line number Diff line change @@ -35,21 +35,28 @@ msgstr "**Código Fonte:** :source:`Lib/email/errors.py`"
3535msgid ""
3636"The following exception classes are defined in the :mod:`email.errors` "
3737"module:"
38- msgstr ""
38+ msgstr "A seguinte classe de exceção é definida no modulo :mod:`email.errors`. "
3939
4040#: ../../library/email.errors.rst:16
4141msgid ""
4242"This is the base class for all exceptions that the :mod:`email` package can "
4343"raise. It is derived from the standard :exc:`Exception` class and defines "
4444"no additional methods."
4545msgstr ""
46+ "Essa é a classe base para todas as exceções que o pacote :mod:`email` pode "
47+ "levantar. Ela é derivada da classe padão :exc:`Exception` e não define "
48+ "métodos adicionais."
4649
4750#: ../../library/email.errors.rst:23
4851msgid ""
4952"This is the base class for exceptions raised by the :class:`~email.parser."
5053"Parser` class. It is derived from :exc:`MessageError`. This class is also "
5154"used internally by the parser used by :mod:`~email.headerregistry`."
5255msgstr ""
56+ "Essa é a classe base para exceções levantadas pela classe :class:`~email."
57+ "parser.Parser`. Ela é derivada do :exc:`MessageError`. Essa classe pode ser "
58+ "usada internamente pelo analisador sintático usado pelo :mod:`~email."
59+ "headerregistry`."
5360
5461#: ../../library/email.errors.rst:31
5562msgid ""
@@ -65,7 +72,7 @@ msgstr ""
6572
6673#: ../../library/email.errors.rst:43
6774msgid "Deprecated and no longer used."
68- msgstr ""
75+ msgstr "Descontinuado e não mais usado. "
6976
7077#: ../../library/email.errors.rst:48
7178msgid ""
You can’t perform that action at this time.
0 commit comments