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 @@ -120,6 +120,8 @@ msgstr ""
120
120
msgid ""
121
121
"The object's memory must be deallocated using :c:func:`PyObject_GC_Del`."
122
122
msgstr ""
123
+ "A memória destinada ao objeto deve ser desalocada usando :c:func:"
124
+ "`PyObject_GC_Del`."
123
125
124
126
#: ../../c-api/gcsupport.rst:75
125
127
msgid ""
Original file line number Diff line number Diff line change @@ -34,21 +34,28 @@ msgstr "**Código-fonte:** :source:`Lib/email/errors.py`"
34
34
msgid ""
35
35
"The following exception classes are defined in the :mod:`email.errors` "
36
36
"module:"
37
- msgstr ""
37
+ msgstr "A seguinte classe de exceção é definida no modulo :mod:`email.errors`. "
38
38
39
39
#: ../../library/email.errors.rst:16
40
40
msgid ""
41
41
"This is the base class for all exceptions that the :mod:`email` package can "
42
42
"raise. It is derived from the standard :exc:`Exception` class and defines "
43
43
"no additional methods."
44
44
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."
45
48
46
49
#: ../../library/email.errors.rst:23
47
50
msgid ""
48
51
"This is the base class for exceptions raised by the :class:`~email.parser."
49
52
"Parser` class. It is derived from :exc:`MessageError`. This class is also "
50
53
"used internally by the parser used by :mod:`~email.headerregistry`."
51
54
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`."
52
59
53
60
#: ../../library/email.errors.rst:31
54
61
msgid ""
@@ -64,7 +71,7 @@ msgstr ""
64
71
65
72
#: ../../library/email.errors.rst:43
66
73
msgid "Deprecated and no longer used."
67
- msgstr ""
74
+ msgstr "Descontinuado e não mais usado. "
68
75
69
76
#: ../../library/email.errors.rst:48
70
77
msgid ""
You can’t perform that action at this time.
0 commit comments