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

Commit 44b6a30

Browse filesBrowse files
Traduccion smtplib.po (#1333)
* Doc: translate smtplib.po * Doc: add last translator
1 parent ed2b89c commit 44b6a30
Copy full SHA for 44b6a30

File tree

Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed

‎library/smtplib.po

Copy file name to clipboardExpand all lines: library/smtplib.po
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-12-21 19:42+0100\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-08-12 16:18+0200\n"
15+
"Last-Translator: Diego Cristobal Herreros <diecristher@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

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

137140
#: ../Doc/library/smtplib.rst:81
138141
msgid ""
@@ -221,7 +224,7 @@ msgstr ""
221224

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

226229
#: ../Doc/library/smtplib.rst:136
227230
msgid "A nice selection of exceptions is defined as well:"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.