@@ -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 : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2023-02-28 11:21-0300\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2023-11-01 13:57+0100\n "
15
+ "Last-Translator : Marcos Medrano <marcosmedrano0@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.13.0\n "
23
+ "X-Generator : Poedit 3.4\n "
23
24
24
25
#: ../Doc/library/asyncio-dev.rst:7
25
26
msgid "Developing with asyncio"
@@ -77,15 +78,14 @@ msgid "In addition to enabling the debug mode, consider also:"
77
78
msgstr "Además de habilitar el modo depuración, considere también:"
78
79
79
80
#: ../Doc/library/asyncio-dev.rst:36
80
- #, fuzzy
81
81
msgid ""
82
82
"setting the log level of the :ref:`asyncio logger <asyncio-logger>` to :py:"
83
83
"const:`logging.DEBUG`, for example the following snippet of code can be run "
84
84
"at startup of the application::"
85
85
msgstr ""
86
86
"definir el nivel de log del :ref:`asyncio logger <asyncio-logger>` a :py:"
87
- "data :`logging.DEBUG`, por ejemplo el siguiente fragmento de código puede ser "
88
- "ejecutado al inicio de la aplicación:"
87
+ "const :`logging.DEBUG`, por ejemplo el siguiente fragmento de código puede "
88
+ "ser ejecutado al inicio de la aplicación:"
89
89
90
90
#: ../Doc/library/asyncio-dev.rst:42
91
91
msgid ""
@@ -189,11 +189,10 @@ msgstr ""
189
189
"retorna un :class:`concurrent.futures.Future` para acceder al resultado::"
190
190
191
191
#: ../Doc/library/asyncio-dev.rst:102
192
- #, fuzzy
193
192
msgid "To handle signals the event loop must be run in the main thread."
194
193
msgstr ""
195
- "Para manejar señales y ejecutar subprocesos, el bucle de eventos debe ser "
196
- "ejecutado en el hilo principal."
194
+ "Para manejar señales el bucle de eventos debe ser ejecutado en el hilo "
195
+ "principal."
197
196
198
197
#: ../Doc/library/asyncio-dev.rst:105
199
198
msgid ""
@@ -269,12 +268,11 @@ msgstr ""
269
268
"el logger ``\" asyncio\" ``."
270
269
271
270
#: ../Doc/library/asyncio-dev.rst:145
272
- #, fuzzy
273
271
msgid ""
274
272
"The default log level is :py:const:`logging.INFO`, which can be easily "
275
273
"adjusted::"
276
274
msgstr ""
277
- "El nivel de log por defecto es :py:data :`logging.INFO`, el cual puede ser "
275
+ "El nivel de log por defecto es :py:const :`logging.INFO`, el cual puede ser "
278
276
"fácilmente ajustado::"
279
277
280
278
#: ../Doc/library/asyncio-dev.rst:151
0 commit comments