@@ -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-03-21 05:34-0500\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2024-04-02 23:34+0100\n "
15
+ "Last-Translator : Carlos Mena Pérez <@carlosm00>\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.2\n "
23
24
24
25
#: ../Doc/library/timeit.rst:2
25
26
msgid ":mod:`timeit` --- Measure execution time of small code snippets"
@@ -123,6 +124,9 @@ msgid ""
123
124
"The default timer, which is always time.perf_counter(), returns float "
124
125
"seconds. An alternative, time.perf_counter_ns, returns integer nanoseconds."
125
126
msgstr ""
127
+ "El temporizador por defecto, que es siempre time.perf_counter(), retorna "
128
+ "segundos como un número de punto flotante. Como alternativa, time."
129
+ "perf_counter_ns retorna un número entero de nanosegundos."
126
130
127
131
#: ../Doc/library/timeit.rst:95
128
132
msgid ":func:`time.perf_counter` is now the default timer."
@@ -186,7 +190,6 @@ msgstr ""
186
190
"llamadas de función adicionales."
187
191
188
192
#: ../Doc/library/timeit.rst:127
189
- #, fuzzy
190
193
msgid ""
191
194
"Time *number* executions of the main statement. This executes the setup "
192
195
"statement once, and then returns the time it takes to execute the main "
@@ -195,12 +198,13 @@ msgid ""
195
198
"million. The main statement, the setup statement and the timer function to "
196
199
"be used are passed to the constructor."
197
200
msgstr ""
198
- "Tiempo *number* ejecuciones de la instrucción principal. Esto ejecuta la "
199
- "instrucción *setup* una vez y, a continuación, retorna el tiempo que se "
200
- "tarda en ejecutar la instrucción principal varias veces, medida en segundos "
201
- "como un float. El argumento es el número de veces que se ejecuta el bucle, "
202
- "por defecto a un millón. La instrucción principal, la instrucción *setup* y "
203
- "la función *timer* que se va a utilizar se pasan al constructor."
201
+ "Registra la duración de *number* ejecuciones de la sentencia principal. "
202
+ "Esto ejecuta la sentencia *setup* una vez y, a continuación, retorna el "
203
+ "tiempo que se tarda en ejecutar la sentencia principal varias veces. El "
204
+ "temporizador por defecto retorna segundos como un número de punto flotante. "
205
+ "El argumento es el número de veces que se ejecuta el bucle, tomando por "
206
+ "defecto un millón. La sentencia principal, la instrucción *setup* y la "
207
+ "función *timer* que se va a utilizar se pasan al constructor."
204
208
205
209
#: ../Doc/library/timeit.rst:136
206
210
msgid ""
@@ -471,11 +475,11 @@ msgstr ""
471
475
472
476
#: ../Doc/library/timeit.rst:9
473
477
msgid "Benchmarking"
474
- msgstr ""
478
+ msgstr "Benchmarking "
475
479
476
480
#: ../Doc/library/timeit.rst:9
477
481
msgid "Performance"
478
- msgstr ""
482
+ msgstr "Performance "
479
483
480
484
#~ msgid "The default timer, which is always :func:`time.perf_counter`."
481
485
#~ msgstr ""
0 commit comments