8000 Translation for library/email.mime by sofide · Pull Request #2214 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Translation for library/email.mime #2214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 26, 2022
Prev Previous commit
Next Next commit
fix fuzzy translation in library/email.mime
  • Loading branch information
sofidenner committed Nov 21, 2022
commit b2b922b301bc7d3fb19a0b856d74bd72a48374a5
3 changes: 1 addition & 2 deletions library/email.mime.po
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ msgid "Module: :mod:`email.mime.audio`"
msgstr "Módulo: :mod:`email.mime.audio`"

#: ../Doc/library/email.mime.rst:146
#, fuzzy
msgid ""
"A subclass of :class:`~email.mime.nonmultipart.MIMENonMultipart`, the :class:"
"`MIMEAudio` class is used to create MIME message objects of major type :"
Expand All @@ -282,7 +281,7 @@ msgstr ""
"clase :class:`MIMEAudio` se utiliza para crear objetos de mensaje MIME de "
"tipo principal :mimetype:`audio`. *_audiodata* es una cadena de caracteres "
"que contiene los datos de audio sin procesar. Si estos datos pueden ser "
"decodificados por el módulo estándar de Python :mod:`sndhdr`, entonces el "
"decodificados como au, wav, aiff, or aifc, entonces el "
"subtipo se incluirá automáticamente en el encabezado :mailheader:`Content-"
"Type`. De lo contrario, puede especificar explícitamente el subtipo de audio "
"mediante el argumento *_subtype*. Si no se pudo adivinar el tipo secundario "
Expand Down
0