Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducción smtplib#754

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cacrespo merged 15 commits intopython:3.8fromRDCH106:traduccion_smtplib
Feb 20, 2021
Merged
Changes from1 commit
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
0dc26ea
Add RDCH106 to TRANSLATORS
RDCH106Sep 6, 2020
59ad211
Partial commit (smtplib)
RDCH106Sep 13, 2020
4a4997c
Fix ⌨️ typo
RDCH106Sep 13, 2020
f6735ba
Add smtplib dictionary
RDCH106Sep 15, 2020
428da59
Minor updates
RDCH106Sep 15, 2020
f51a9ee
Partial commit (smtplib)
RDCH106Sep 15, 2020
bd065c9
Partial commit (smtplib)
RDCH106Sep 18, 2020
5cd9445
Partial commit (smtplib)
RDCH106Oct 1, 2020
7f29758
Merge branch '3.8' into traduccion_smtplib
cmaureirDec 21, 2020
8c00483
Fix sphinx roles
cmaureirDec 21, 2020
ae4fbf8
usar retornar en vez de devolver
cmaureirDec 21, 2020
33afb8d
finalizando traducción
cmaureirDec 21, 2020
4378496
agregar palabras de pospell y powrap
cmaureirDec 21, 2020
ca9a2de
Apply suggestions from code review
cacrespoFeb 20, 2021
7ac60af
Merge remote-tracking branch 'upstream/3.8' into smtplib-traduccion
cacrespoFeb 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
usar retornar en vez de devolver
  • Loading branch information
@cmaureir
cmaureir committedDec 21, 2020
commitae4fbf85358fbdcfc94682abcf96894c61844e1c
6 changes: 3 additions & 3 deletionslibrary/smtplib.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,7 +68,7 @@ msgstr ""
"`connect` de SMTP se llama con esos parámetros durante la inicialización. "
"Si se especifica, *local_hostname* se usa como FQDN del host local in el "
"comando HELO/EHLO. De lo contrario, el hostname local se busca usando :func:"
"`socket.getfqdn`. Si la llamada a :meth:`connect`devuelve cualquier cosa "
"`socket.getfqdn`. Si la llamada a :meth:`connect`retorna cualquier cosa "
"que no sea un código de éxito, se lanza un :exc:`SMTPConnectError`. El "
"parámetro *timeout* opcional especifica un timeout en segundos para bloquear "
"operaciones como el intento de conexión (si no se especifica, se utilizará "
Expand DownExpand Up@@ -224,7 +224,7 @@ msgid ""
msgstr ""
"Se rechazaron todas las direcciones de destinatarios. Los errores para cada "
"destinatario son accesibles mediante el atributo :attr:`recipients`, el cual "
"es un diccionario del mismo tipo que el :meth:`SMTP.sendmail`devuelve."
"es un diccionario del mismo tipo que el :meth:`SMTP.sendmail`retorna."

#: ../Doc/library/smtplib.rst:169
msgid "The SMTP server refused to accept the message data."
Expand DownExpand Up@@ -751,7 +751,7 @@ msgid ""
"Terminate the SMTP session and close the connection. Return the result of "
"the SMTP ``QUIT`` command."
msgstr ""
"Termine la sesión SMTP y cierre la conexión.Devuelve el resultado del "
"Termine la sesión SMTP y cierre la conexión.Retorna el resultado del "
"comando SMTP ``QUIT``."

#: ../Doc/library/smtplib.rst:545
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp