@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
19
19
#: ../Doc/library/modulefinder.rst:2
20
- msgid ":mod:`modulefinder` --- Find modules used by a script"
20
+ msgid ":mod:`modulefinder` --- Encuentra los módulos usado por un script"
21
21
msgstr ""
22
22
23
23
#: ../Doc/library/modulefinder.rst:9
@@ -26,65 +26,67 @@ msgstr ""
26
26
27
27
10000
#: ../Doc/library/modulefinder.rst:13
28
28
msgid ""
29
- "This module provides a :class:`ModuleFinder` class that can be used to "
30
- "determine the set of modules imported by a script. ``modulefinder.py`` can "
31
- "also be run as a script, giving the filename of a Python script as its "
32
- "argument, after which a report of the imported modules will be printed ."
29
+ "Este módulo provee una clase :class:`ModuleFinder` que puede ser usada para "
30
+ "determinar el conjunto de módulos importados en un script. ``modulefinder."
31
+ "py`` puede tambien correr como un script, dado el nombre de de un archivo de "
32
+ "Python como argumento, tras lo cual se imprimirá un reporte de los módulos ."
33
33
msgstr ""
34
34
35
35
#: ../Doc/library/modulefinder.rst:21
36
36
msgid ""
37
- "Record that the package named *pkg_name* can be found in the specified "
38
- "*path*. "
37
+ "Registre que el paquete llamado *pkg_name* pueda ser encontrado en el *path* "
38
+ "especificado "
39
39
msgstr ""
40
40
41
41
#: ../Doc/library/modulefinder.rst:26
42
42
msgid ""
43
- "Allows specifying that the module named *oldname* is in fact the package "
44
- "named *newname*. "
43
+ "Permite especificar que el módulo llamado *oldname* es de hecho el paquete "
44
+ "llamado *newname*"
45
45
msgstr ""
46
46
47
47
#: ../Doc/library/modulefinder.rst:32
48
48
msgid ""
49
- "This class provides :meth:`run_script` and :meth:`report` methods to "
50
- "determine the set of modules imported by a script. *path* can be a list of "
51
- "directories to search for modules; if not specified, ``sys.path`` is used. "
52
- "*debug* sets the debugging level; higher values make the class print "
53
- "debugging messages about what it's doing. *excludes* is a list of module "
54
- "names to exclude from the analysis. *replace_paths* is a list of ``(oldpath, "
55
- "newpath)`` tuples that will be replaced in module paths."
49
+ "Esta clase provee los metodos :meth:`run_script` y :meth:`report` que "
50
+ "determinan el conjunto de módulos importados por un script. *path* puede ser "
51
+ "un listado de directorios para buscar sus módulos; si no es especificado, se "
52
+ "usará ``sys.path``. *debug* es para seleccionar el nivel de depuración; "
53
+ "valores más altos hacen que la clase imprima mensajes acerca de lo que está "
54
+ "haciendo. *excludes* es una lista de nombres de módulos que serán excluidos "
55
+ "del analisis. *replace_paths* es una lista de ``(oldpath, newpath)`` tuplas "
56
+ "que serán remplazadas en las rutas de los módulos."
56
57
msgstr ""
57
58
58
59
#: ../Doc/library/modulefinder.rst:43
59
60
msgid ""
60
- "Print a report to standard output that lists the modules imported by the "
61
- "script and their paths, as well as modules that are missing or seem to be "
62
- "missing. "
61
+ "Imprime un reporte a la salida estandard que lista los módulos importadospor "
62
+ "el script y sus rutas, como también los módulos que hacen falta o pareciera "
63
+ "que hacen falta "
63
64
msgstr ""
64
65
65
66
#: ../Doc/library/modulefinder.rst:49
66
67
msgid ""
67
- "Analyze the contents of the *pathname* file, which must contain Python code."
68
+ "Análisa los contenidos del archivo *pathname*, que debe contener código de "
69
+ "Python "
68
70
msgstr ""
69
71
70
72
#: ../Doc/library/modulefinder.rst:54
71
73
msgid ""
72
- "A dictionary mapping module names to modules. See :ref:`modulefinder- "
73
- "example`."
74
+ "Un diccionario que mapea los nombres de los módulos a los módulos. Vea :ref:"
75
+ "`modulefinder- example`."
74
76
msgstr ""
75
77
76
78
#: ../Doc/library/modulefinder.rst:61
77
- msgid "Example usage of :class:`ModuleFinder`"
79
+ msgid "Uso de ejemplo de :class:`ModuleFinder`"
78
80
msgstr ""
79
81
80
82
#: ../Doc/library/modulefinder.rst:63
81
- msgid "The script that is going to get analyzed later on (bacon.py)::"
83
+ msgid "El script que será análisado luego en (bacon.py)::"
82
84
msgstr ""
83
85
84
86
#: ../Doc/library/modulefinder.rst:78
85
- msgid "The script that will output the report of bacon.py::"
87
+ msgid "El script que tendrá el resultado del reporte de bacon.py::"
86
88
msgstr ""
87
89
88
90
#: ../Doc/library/modulefinder.rst:94
89
- msgid "Sample output (may vary depending on the architecture )::"
91
+ msgid "Resultado de ejemplo (puede variar dependiendo en la arquitectura )::"
90
92
msgstr ""
0 commit comments