@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2021-10-29 22:00-0500\n "
15
15
"Last-Translator : Pedro Aarón <p.luis.aaron@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/library/poplib.rst:2
@@ -68,15 +68,20 @@ msgstr ""
68
68
"clase :class:`imaplib.IMAP4`, ya que los servidores IMAP tienden a estar "
69
69
"mejor implementados."
70
70
71
+ #, fuzzy
71
72
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
72
- msgstr ""
73
+ msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI. "
73
74
74
75
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
76
+ #, fuzzy
75
77
msgid ""
76
78
"This module does not work or is not available on WebAssembly platforms "
77
79
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
78
80
"more information."
79
81
msgstr ""
82
+ "Este módulo no funciona o no está disponible en las plataformas WebAssembly "
83
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
84
+ "para obtener más información."
80
85
81
86
#: ../Doc/library/poplib.rst:33
82
87
msgid "The :mod:`poplib` module provides two classes:"
@@ -228,16 +233,14 @@ msgid "POP3 Objects"
228
233
msgstr "Objetos POP3"
229
234
230
235
#: ../Doc/library/poplib.rst:123
231
- #, fuzzy
232
236
msgid ""
233
237
"All POP3 commands are represented by methods of the same name, in lowercase; "
234
238
"most return the response text sent by the server."
235
239
msgstr ""
236
240
"Todos los comandos POP3 están representados por métodos del mismo nombre, en "
237
- "minúscula ; la mayoría retornan el texto de respuesta enviado por el servidor."
241
+ "minúsculas ; la mayoría retorna el texto de respuesta enviado por el servidor."
238
242
239
243
#: ../Doc/library/poplib.rst:126
240
- #, fuzzy
241
244
msgid "A :class:`POP3` instance has the following methods:"
242
245
msgstr "Una instancia :class:`POP3` tiene los siguientes métodos:"
243
246
0 commit comments