@@ -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 : 2020-07-09 11:20-0300\n "
15
- "Last-Translator : \n "
16
- "Language : es_AR\n "
14
+ "PO-Revision-Date : 2023-10-26 17:16+0200\n "
15
+ "Last-Translator : Jose Ignacio Riaño Chico <jose.ignacio.riano@gmail.com>\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_AR \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/sched.rst:2
25
26
msgid ":mod:`sched` --- Event scheduler"
@@ -144,15 +145,14 @@ msgid "Return ``True`` if the event queue is empty."
144
145
msgstr "Retorna ``True`` si la cola de eventos está vacía."
145
146
146
147
#: ../Doc/library/sched.rst:118
147
- #, fuzzy
148
148
msgid ""
149
149
"Run all scheduled events. This method will wait (using the *delayfunc* "
150
150
"function passed to the constructor) for the next event, then execute it and "
151
151
"so on until there are no more scheduled events."
152
152
msgstr ""
153
- "Ejecuta todos los eventos programados . Este método esperará (usando la "
154
- "función :func:` delayfunc` enviada al constructor) el próximo evento, luego "
155
- "lo ejecutará y así sucesivamente hasta que no haya más eventos programados ."
153
+ "Ejecuta todos los eventos planificados . Este método esperará (usando la "
154
+ "función * delayfunc* enviada al constructor) al próximo evento, luego lo "
155
+ "ejecutará y así sucesivamente hasta que no haya más eventos planificados ."
156
156
157
157
#: ../Doc/library/sched.rst:122
158
158
msgid ""
@@ -205,4 +205,4 @@ msgstr ""
205
205
206
206
#: ../Doc/library/sched.rst:11
207
207
msgid "event scheduling"
208
- msgstr ""
208
+ msgstr "event scheduling "
0 commit comments