@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -789,6 +789,10 @@ msgid ""
789
789
"possible values for this method are *inline*, *attachment* or ``None`` if "
790
790
"the message follows :rfc:`2183`."
791
791
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`."
792
796
793
797
#: ../Doc/library/email.message.rst:471
794
798
msgid ""
@@ -858,7 +862,9 @@ msgstr ""
858
862
"Empieza a buscar coincidencias candidatas con el objeto en el que se llama "
859
863
"al método ``get_body``'."
860
864
865
+ # Tengo duda sobre esta oración :s.
861
866
#: ../Doc/library/email.message.rst:548
867
+ #, fuzzy
862
868
msgid ""
863
869
"If ``related`` is not included in *preferencelist*, consider the root part "
864
870
"(or subpart of the root part) of any related encountered as a candidate if "
@@ -939,6 +945,11 @@ msgid ""
939
945
"*content_manager* is not specified, use the ``content_manager`` specified by "
940
946
"the current :mod:`~email.policy`."
941
947
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."
942
953
943
954
#: ../Doc/library/email.message.rst:609
944
955
msgid ""
@@ -948,6 +959,11 @@ msgid ""
948
959
"*content_manager* is not specified, use the ``content_manager`` specified by "
949
960
"the current :mod:`~email.policy`."
950
961
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."
951
967
952
968
#: ../Doc/library/email.message.rst:618
953
969
msgid ""
@@ -990,6 +1006,15 @@ msgid ""
990
1006
"the current :mod:`~email.policy`. If the added part has no :mailheader:"
991
1007
"`Content-Disposition` header, add one with the value ``inline``."
992
1008
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``."
993
1018
994
1019
#: ../Doc/library/email.message.rst:661
995
1020
msgid ""
@@ -1002,8 +1027,18 @@ msgid ""
1002
1027
"specified, use the ``content_manager`` specified by the current :mod:`~email."
1003
1028
"policy`."
1004
1029
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."
1005
1038
1039
+ # traducir *attachments* ?
1006
1040
#: ../Doc/library/email.message.rst:673
1041
+ #, fuzzy
1007
1042
msgid ""
1008
1043
"If the message is a ``multipart/mixed``, create a new message object, pass "
1009
1044
"all of the arguments to its :meth:`set_content` method, and :meth:`~email."
@@ -1017,6 +1052,18 @@ msgid ""
1017
1052
"``inline`` attachments (:mailheader:`Content-Disposition: inline`), by "
1018
1053
"passing appropriate options to the ``content_manager``."
1019
1054
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``."
1020
1067
1021
1068
#: ../Doc/library/email.message.rst:689
1022
1069
msgid "Remove the payload and all of the headers."
0 commit comments