Skip to content

Commit 2026be0

Browse files
committed
translate library/email.mime
1 parent 5f472e8 commit 2026be0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library/email.mime.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,16 @@ msgid ""
325325
"the minor type could not be guessed and *_subtype* was not given, then :exc:"
326326
"`TypeError` is raised."
327327
msgstr ""
328+
"Una subclase de :class:`~email.mime.nonmultipart.MIMENonMultipart`, la "
329+
"clase :class:`MIMEImage` se utiliza para crear objetos de mensaje MIME de "
330+
"tipo principal :mimetype:`image`. *_imagedata* es una cadena de "
331+
"caracteres que contiene los datos de imagen sin procesar. Si se puede "
332+
"detectar el tipo de dato (intentando con jpeg, png, gif, tiff, rgb, pbm, "
333+
"pgm, ppm, rast, xbm, bmp, webp, y exr), entonces el subtipo se incluirá "
334+
"automáticamente en el encabezado :mailheader:`Content-Type`. De lo "
335+
"contrario, puede especificar explícitamente el subtipo de imagen mediante "
336+
"el argumento *_subtype*. Si no se pudo adivinar el tipo secundario y no se "
337+
"ha proporcionado *_subtype*, se lanza :exc:`TypeError`."
328338

329339
#: ../Doc/library/email.mime.rst:190
330340
msgid ""

0 commit comments

Comments
 (0)