4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <[email protected] >, 2021
8
7
# Rafael Biagioni de Fazio <[email protected] >, 2021
9
8
# Rodrigo Neres <[email protected] >, 2021
10
- # Elvis da Silva de Menezes <elvisdasilvademenezes@hotmail .com>, 2024
9
+ # Rafael Fontenelle <rffontenelle@gmail .com>, 2024
11
10
#
12
11
#, fuzzy
13
12
msgid ""
@@ -16,8 +15,7 @@ msgstr ""
16
15
"Report-Msgid-Bugs-To : \n "
17
16
"POT-Creation-Date : 2024-05-11 18:37+0000\n "
18
17
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
19
- "Last-Translator : Elvis da Silva de Menezes <elvisdasilvademenezes@hotmail. "
20
- "com>, 2024\n "
18
+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
21
19
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
22
20
"teams/5390/pt_BR/)\n "
23
21
"MIME-Version : 1.0\n "
@@ -29,11 +27,11 @@ msgstr ""
29
27
30
28
#: ../../library/email.rst:2
31
29
msgid ":mod:`!email` --- An email and MIME handling package"
32
- msgstr ""
30
+ msgstr ":mod:`!email` --- Um e-mail e um pacote MIME manipulável "
33
31
34
32
#: ../../library/email.rst:11
35
33
msgid "**Source code:** :source:`Lib/email/__init__.py`"
36
- msgstr "**Código fonte:** :source:`Lib/email/__init__.py`"
34
+ msgstr "**Código- fonte:** :source:`Lib/email/__init__.py`"
37
35
38
36
#: ../../library/email.rst:15
39
37
msgid ""
@@ -45,6 +43,13 @@ msgid ""
45
43
"related RFCs as :rfc:`2045`, :rfc:`2046`, :rfc:`2047`, :rfc:`2183`, and :rfc:"
46
44
"`2231`."
47
45
msgstr ""
46
+ "O pacote :mod:`email` é uma biblioteca para gerenciar mensagens de e-mail. "
47
+ "Ela foi especificamente *não* projetada para enviar mensagens de e-mail para "
48
+ "SMTP (:rfc:`2821`), NNTP ou outros servidores; essas são funções de módulos "
49
+ "como :mod:`smtplib`. O pacote :mod:`email` tenta ser o mais compatível "
50
+ "possível com RFC, suportando :rfc:`5322` e :rfc:`6532`, bem como os RFCs "
51
+ "relacionados ao MIME como :rfc:`2045`, :rfc:`2046`, :rfc:`2047`, :rfc:`2183` "
52
+ "e :rfc:`2231`."
48
53
49
54
#: ../../library/email.rst:23
50
55
msgid ""
@@ -243,7 +248,7 @@ msgstr "Módulo :mod:`smtplib`"
243
248
244
249
#: ../../library/email.rst:136
245
250
msgid "SMTP (Simple Mail Transport Protocol) client"
246
- msgstr "Cliente SMTP (Protocólo Simples de Envio de E-mail)"
251
+ msgstr "Cliente SMTP (Protocolo Simples de Envio de E-mail)"
247
252
248
253
#: ../../library/email.rst:138
249
254
msgid "Module :mod:`poplib`"
0 commit comments