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

Traduccion archivo library/timeit#2362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rtobar merged 1 commit intopython:3.11fromjmaxter:traduccion-library-timeit
Mar 22, 2023
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletionslibrary/timeit.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date:2021-08-04 22:01+0200\n"
"PO-Revision-Date:2023-03-21 05:34-0500\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2.2\n"

#: ../Doc/library/timeit.rst:2
msgid ":mod:`timeit` --- Measure execution time of small code snippets"
Expand DownExpand Up@@ -336,13 +337,12 @@ msgstr ""
"predeterminado"

#: ../Doc/library/timeit.rst:236
#, fuzzy
msgid ""
"specify a time unit for timer output; can select ``nsec``, ``usec``, "
"``msec``, or ``sec``"
msgstr ""
"especifica una unidad de tiempo para la salida del temporizador; puedeser"
"nsec,usec,msec o sec"
"especifica una unidad de tiempo para la salida del temporizador; puede "
"seleccionar ``nsec``, ``usec``, ``msec`` o``sec``"

#: ../Doc/library/timeit.rst:242
msgid "print raw timing results; repeat for more digits precision"
Expand DownExpand Up@@ -426,6 +426,13 @@ msgid ""
"within the best repetition of the timing loop. That is, the time the fastest "
"repetition took divided by the loop count."
msgstr ""
"En la salida, hay tres campos. El conteo del bucle, que indica cuántas veces "
"se ejecutó el cuerpo de la declaración por tiempo de repetición del bucle. "
"El conteo de repeticiones (\"el mejor de 5\") el cual indica cuántas veces "
"se repitió el ciclo de tiempo y, finalmente, el tiempo promedio que tomó el "
"cuerpo de la declaración dentro de la mejor repetición del ciclo de tiempo. "
"Es decir, el tiempo que tomó la repetición más rápida dividido por el número "
"de bucles."

#: ../Doc/library/timeit.rst:300
msgid "The same can be done using the :class:`Timer` class and its methods::"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp