Skip to content

Commit 4429f14

Browse files
author
github-actions
committed
Merge 3.11 into 3.7
1 parent e7997c9 commit 4429f14

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
@@ -130,6 +130,8 @@ msgstr ""
130130
msgid ""
131131
"The object's memory must be deallocated using :c:func:`PyObject_GC_Del`."
132132
msgstr ""
133+
"A memória destinada ao objeto deve ser desalocada usando :c:func:"
134+
"`PyObject_GC_Del`."
133135

134136
#: ../../c-api/gcsupport.rst:83
135137
msgid ""

library/email.errors.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,28 @@ msgstr "**Código Fonte:** :source:`Lib/email/errors.py`"
3535
msgid ""
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
4141
msgid ""
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."
4545
msgstr ""
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
4851
msgid ""
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`."
5255
msgstr ""
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
5562
msgid ""
@@ -65,7 +72,7 @@ msgstr ""
6572

6673
#: ../../library/email.errors.rst:43
6774
msgid "Deprecated and no longer used."
68-
msgstr ""
75+
msgstr "Descontinuado e não mais usado."
6976

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

0 commit comments

Comments
 (0)