Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fcce46

Browse files
Traduccion timeit (#2819)
Closes#2570---------Co-authored-by: Carlos A. Crespo <lvccrespo@gmail.com>
1 parent411cf8a commit4fcce46

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

‎library/timeit.po

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version:Python 3.8\n"
1212
"Report-Msgid-Bugs-To:\n"
1313
"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"
1716
"Language-Team:python-doc-es\n"
18-
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
17+
"Language:es\n"
1918
"MIME-Version:1.0\n"
2019
"Content-Type:text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding:8bit\n"
21+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
2222
"Generated-By:Babel 2.13.0\n"
23+
"X-Generator:Poedit 3.4.2\n"
2324

2425
#:../Doc/library/timeit.rst:2
2526
msgid":mod:`timeit` --- Measure execution time of small code snippets"
@@ -123,6 +124,9 @@ msgid ""
123124
"The default timer, which is always time.perf_counter(), returns float "
124125
"seconds. An alternative, time.perf_counter_ns, returns integer nanoseconds."
125126
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."
126130

127131
#:../Doc/library/timeit.rst:95
128132
msgid":func:`time.perf_counter` is now the default timer."
@@ -186,7 +190,6 @@ msgstr ""
186190
"llamadas de función adicionales."
187191

188192
#:../Doc/library/timeit.rst:127
189-
#,fuzzy
190193
msgid""
191194
"Time *number* executions of the main statement. This executes the setup "
192195
"statement once, and then returns the time it takes to execute the main "
@@ -195,12 +198,13 @@ msgid ""
195198
"million. The main statement, the setup statement and the timer function to "
196199
"be used are passed to the constructor."
197200
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."
204208

205209
#:../Doc/library/timeit.rst:136
206210
msgid""
@@ -471,11 +475,11 @@ msgstr ""
471475

472476
#:../Doc/library/timeit.rst:9
473477
msgid"Benchmarking"
474-
msgstr""
478+
msgstr"Benchmarking"
475479

476480
#:../Doc/library/timeit.rst:9
477481
msgid"Performance"
478-
msgstr""
482+
msgstr"Performance"
479483

480484
#~ msgid "The default timer, which is always :func:`time.perf_counter`."
481485
#~ msgstr ""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp