8000 progreso 79% traduccion library/email.message.po · python/python-docs-es@431b39c · GitHub
[go: up one dir, main page]

Skip to content

Commit 431b39c

Browse files
committed
progreso 79% traduccion library/email.message.po
1 parent 1172699 commit 431b39c

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

library/email.message.po

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-10-09 12:21-0500\n"
14+
"PO-Revision-Date: 2020-10-13 11:06-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -789,6 +789,10 @@ msgid ""
789789
"possible values for this method are *inline*, *attachment* or ``None`` if "
790790
"the message follows :rfc:`2183`."
791791
msgstr ""
792+
"Retorna el valor en minúsculas (sin parámetros) del *header* :mailheader:"
793+
"`Content-Disposition` si el mensaje lo tiene, de lo contrario retorna "
794+
"``None``. Los valores posibles para este método son *inline*, *attachment* o "
795+
"``None`` si el mensaje sigue :rfc:`2183`."
792796

793797
#: ../Doc/library/email.message.rst:471
794798
msgid ""
@@ -858,7 +862,9 @@ msgstr ""
858862
"Empieza a buscar coincidencias candidatas con el objeto en el que se llama "
859863
"al método ``get_body``'."
860864

865+
# Tengo duda sobre esta oración :s.
861866
#: ../Doc/library/email.message.rst:548
867+
#, fuzzy
862868
msgid ""
863869
"If ``related`` is not included in *preferencelist*, consider the root part "
864870
"(or subpart of the root part) of any related encountered as a candidate if "
@@ -939,6 +945,11 @@ msgid ""
939945
"*content_manager* is not specified, use the ``content_manager`` specified by "
940946
"the current :mod:`~email.policy`."
941947
msgstr ""
948+
"Llama al método :meth:`~email.contentmanager.ContentManager.get_content` del "
949+
"*content_manager*, pasando *self* como el objeto *message* y pasando "
950+
"cualquier otro argumento o palabra clave como argumentos adicionales. Si no "
951+
"se especifica *content_manager* se usa el ``content_manager`` especificado "
952+
"por la *:mod:`~email.policy`* actual."
942953

943954
#: ../Doc/library/email.message.rst:609
944955
msgid ""
@@ -948,6 +959,11 @@ msgid ""
948959
"*content_manager* is not specified, use the ``content_manager`` specified by "
949960
"the current :mod:`~email.policy`."
950961
msgstr ""
962+
"Llama al método :meth:`~email.contentmanager.ContentManager.set_content` del "
963+
"*content_manager*, pasando *self* como el objeto *message* y pasando "
964+
"cualquier otro argumento o palabra clave como argumentos adicionales. Si no "
965+
"se especifica *content_manager* se usa el ``content_manager`` especificado "
966+
"por la *:mod:`~email.policy`* actual."
951967

952968
#: ../Doc/library/email.message.rst:618
953969
msgid ""
@@ -990,6 +1006,15 @@ msgid ""
9901006
"the current :mod:`~email.policy`. If the added part has no :mailheader:"
9911007
"`Content-Disposition` header, add one with the value ``inline``."
9921008
msgstr ""
1009+
"Si el mensaje es un ``multipart/related``, crea un nuevo objeto *message*, "
1010+
"pasa todos los argumentos a su método :meth:`set_content` y lo une al "
1011+
"``multipart`` con :meth:`~email.message.Message.attach`. Si el mensaje es un "
1012+
"no-``multipart``, llama a :meth:`make_related` y procede como arriba. Si el "
1013+
"mensaje es cualquier otro tipo de ``multipart``, lanza :exc:`TypeError`. Si "
1014+
"*content_manager* no es especificado, usa el ``content_manager`` "
1015+
"especificado por la :mod:`~email.policy` actual. Si la parte agregada no "
1016+
"tiene un encabezado :mailheader:`Content-Disposition`, se agrega uno con el "
1017+
"valor ``inline``."
9931018

9941019
#: ../Doc/library/email.message.rst:661
9951020
msgid ""
@@ -1002,8 +1027,18 @@ msgid ""
10021027
"specified, use the ``content_manager`` specified by the current :mod:`~email."
10031028
"policy`."
10041029
msgstr ""
1030+
"Si el mensaje es un ``multipart/alternative``, crea un nuevo objeto "
1031+
"*message*, pasa todos los argumentos a su método :meth:`set_content` y lo "
1032+
"une al ``multipart`` con :meth:`~email.message.Message.attach`. Si el "
1033+
"mensaje es un no-``multipart`` o ``multipart/related``, llama a :meth:"
1034+
"`make_alternative` y procede como arriba. Si el mensaje es cualquier otro "
1035+
"tipo de ``multipart``, lanza :exc:`TypeError`. Si *content_manager* no es "
1036+
"especificado, usa el ``content_manager`` especificado por la :mod:`~email."
1037+
"policy` actual."
10051038

1039+
# traducir *attachments* ?
10061040
#: ../Doc/library/email.message.rst:673
1041+
#, fuzzy
10071042
msgid ""
10081043
"If the message is a ``multipart/mixed``, create a new message object, pass "
10091044
"all of the arguments to its :meth:`set_content` method, and :meth:`~email."
@@ -1017,6 +1052,18 @@ msgid ""
10171052
"``inline`` attachments (:mailheader:`Content-Disposition: inline`), by "
10181053
"passing appropriate options to the ``content_manager``."
10191054
msgstr ""
1055+
"Si el mensaje es un ``multipart/mixed``, crea un nuevo objeto *message*, "
1056+
"pasa todos los argumentos a su método :meth:`set_content` y lo une al "
1057+
"``multipart`` con :meth:`~email.message.Message.attach`. Si el mensaje es un "
1058+
"no-``multipart``, ``multipart/related``, o ``multipart/alternative``llama a :"
1059+
"meth:`make_mixed` y procede como arriba. Si *content_manager* no es "
1060+
"especificado, usa el ``content_manager`` especificado por la :mod:`~email."
1061+
"policy` actual. Si la parte agregada no tiene un encabezado :mailheader:"
1062+
"`Content-Disposition`, se agrega uno con el valor ``attachment``. Este "
1063+
"método se puede usar tanto para *attachments* explícitos (:mailheader:"
1064+
"`Content-Disposition: attachment`) como para *attachments* ``inline`` (:"
1065+
"mailheader:`Content-Disposition: inline`), pasando las opciones apropiadas "
1066+
"al ``content_manager``."
10201067

10211068
#: ../Doc/library/email.message.rst:689
10221069
msgid "Remove the payload and all of the headers."

0 commit comments

Comments
 (0)
0