Skip to content

Commit e8983d3

Browse files
committed
Traducido archivo profile
1 parent 3a6e938 commit e8983d3

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

library/profile.po

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-07-10 21:26-0500\n"
14+
"PO-Revision-Date: 2020-07-10 21:32-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -513,17 +513,19 @@ msgstr "Escriba los resultados del perfil actual en *filename*."
513513

514514
#: ../Doc/library/profile.rst:305
515515
msgid "Profile the cmd via :func:`exec`."
516-
msgstr ""
516+
msgstr "Perfile el cmd a través de :func:`exec`."
517517

518518
#: ../Doc/library/profile.rst:309
519519
msgid ""
520520
"Profile the cmd via :func:`exec` with the specified global and local "
521521
"environment."
522522
msgstr ""
523+
"Perfile el cmd a través de :func:`exec` con el entorno global y local "
524+
"especificado."
523525

524526
#: ../Doc/library/profile.rst:314
525527
msgid "Profile ``func(*args, **kwargs)``"
526-
msgstr ""
528+
msgstr "Perfil ``func(*args, **kwargs)``"
527529

528530
#: ../Doc/library/profile.rst:316
529531
msgid ""
@@ -532,22 +534,32 @@ msgid ""
532534
"during the called command/function execution) no profiling results will be "
533535
"printed."
534536
msgstr ""
537+
"Tenga en cuenta que la creación de perfiles solo funcionará si el comando/"
538+
"función llamado realmente regresa. Si el intérprete se termina (por ejemplo, "
539+
"a través de una llamada a :func:`sys.exit` durante la ejecución del comando/"
540+
"función llamado) no se imprimirán resultados de generación de perfiles."
535541

536542
#: ../Doc/library/profile.rst:324
537543
msgid "The :class:`Stats` Class"
538-
msgstr ""
544+
msgstr "La clase :class:`Stats`"
539545

540546
#: ../Doc/library/profile.rst:326
541547
msgid ""
542548
"Analysis of the profiler data is done using the :class:`~pstats.Stats` class."
543549
msgstr ""
550+
"El análisis de los datos del generador de perfiles es realizado utilizando "
551+
"la clase :class:`~pstats.Stats`."
544552

545553
#: ../Doc/library/profile.rst:333
546554
msgid ""
547555
"This class constructor creates an instance of a \"statistics object\" from a "
548556
"*filename* (or list of filenames) or from a :class:`Profile` instance. "
549557
"Output will be printed to the stream specified by *stream*."
550558
msgstr ""
559+
"Este constructor de clase crea una instancia de un \\“objeto de estadísticas"
560+
"\\” a partir de un *filename* (o una lista de nombres de archivo) o de una "
561+
"instancia :class:`Profile`. La salida se imprimirá en la secuencia "
562+
"especificada por *stream*."
551563

552564
#: ../Doc/library/profile.rst:337
553565
msgid ""

0 commit comments

Comments
 (0)