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

Appearance settings

Traduccion smtplib.po #1333

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 2 commits into from Aug 12, 2021
Merged
Changes from 1 commit
Commits
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
Next Next commit
Doc: translate smtplib.po
  • Loading branch information
dcristobalhMad committed Aug 12, 2021
commit efcb7fdaddf76f8a44b11ae0be52a639ec6e3a69
9 changes: 6 additions & 3 deletions 9 library/smtplib.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
"PO-Revision-Date: 2020-12-21 19:42+0100\n"
"PO-Revision-Date: 2021-08-12 16:18+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/library/smtplib.rst:2
msgid ":mod:`smtplib` --- SMTP protocol client"
Expand Down Expand Up @@ -133,6 +134,8 @@ msgid ""
"If the *timeout* parameter is set to be zero, it will raise a :class:"
"`ValueError` to prevent the creation of a non-blocking socket"
msgstr ""
"Si el parámetro *timeout* se mantiene en cero, lanzará un :class:"
"`ValueError` para evitar la creación de un socket no bloqueante"

#: ../Doc/library/smtplib.rst:81
msgid ""
Expand Down Expand Up @@ -221,7 +224,7 @@ msgstr ""

#: ../Doc/library/smtplib.rst:132
msgid "The optional *timeout* parameter was added."
msgstr ""
msgstr "Se ha añadido el parámetro opcional *timeout*."

#: ../Doc/library/smtplib.rst:136
msgid "A nice selection of exceptions is defined as well:"
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.