@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-04 13:36+0200\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-11-26 16:40-0300\n "
15
+ "Last-Translator : Sofía Denner <sofi.denner@gmail.com>\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
+ "X-Generator : Poedit 3.2\n "
23
24
24
25
#: ../Doc/library/asyncore.rst:2
25
26
msgid ":mod:`asyncore` --- Asynchronous socket handler"
@@ -34,6 +35,8 @@ msgid ""
34
35
"The :mod:`asyncore` module is deprecated (see :pep:`PEP 594 <594#asyncore>` "
35
36
"for details). Please use :mod:`asyncio` instead."
36
37
msgstr ""
38
+ "El módulo :mod:`asyncore` está deprecado (vea :pep:`PEP 594 <594#asyncore>` "
39
+ "para más detalles). Por favor, utilice :mod:`asyncio` en su lugar."
37
40
38
41
#: ../Doc/library/asyncore.rst:25
39
42
msgid ""
@@ -53,14 +56,17 @@ msgstr ""
53
56
54
57
#, fuzzy
55
58
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
56
- msgstr ":ref:`Disponibilidad <availability>`: Unix ."
59
+ msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI ."
57
60
58
61
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
59
62
msgid ""
60
63
"This module does not work or is not available on WebAssembly platforms "
61
64
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
62
65
"more information."
63
66
msgstr ""
67
+ "Este módulo no funciona o no está disponible en plataformas WebAssembly "
68
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Vea :ref:`wasm-availability` para "
69
+ "más información."
64
70
65
71
#: ../Doc/library/asyncore.rst:33
66
72
msgid ""
@@ -490,6 +496,7 @@ msgstr ""
490
496
"pasará al constructor :class:`file_wrapper`."
491
497
492
498
#: ../Doc/library/asyncore.rst:283 ../Doc/library/asyncore.rst:292
499
+ #, fuzzy
493
500
msgid ":ref:`Availability <availability>`: Unix."
494
501
msgstr ":ref:`Disponibilidad <availability>`: Unix."
495
502
@@ -530,6 +537,3 @@ msgstr ""
530
537
"Aquí hay un servidor de eco básico que utiliza la clase :class:`dispatcher` "
531
538
"para aceptar conexiones y distribuye las conexiones entrantes a un "
532
539
"controlador::"
533
-
534
- #~ msgid "Please use :mod:`asyncio` instead."
535
- #~ msgstr "Por favor, utilice :mod:`asyncio` en su lugar."
0 commit comments