@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-04 21:51+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\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.9.1\n "
23
23
24
24
#: ../Doc/library/py_compile.rst:2
@@ -251,7 +251,7 @@ msgstr ""
251
251
252
252
#: ../Doc/library/py_compile.rst:129
253
253
msgid "Command-Line Interface"
254
- msgstr ""
254
+ msgstr "Interfaz de línea de comandos "
255
255
256
256
#: ../Doc/library/py_compile.rst:131
257
257
msgid ""
@@ -261,26 +261,32 @@ msgid ""
261
261
"locate source files; it only compiles files named explicitly. The exit "
262
262
"status is nonzero if one of the files could not be compiled."
263
263
msgstr ""
264
+ "Este módulo puede invocarse como un script para compilar varios archivos "
265
+ "fuente. Los archivos nombrados en *filenames* se compilan y el código de "
266
+ "bytes resultante se almacena en caché de la manera normal. Este programa no "
267
+ "busca en una estructura de directorio para localizar archivos fuente; solo "
268
+ "compila archivos nombrados explícitamente. El estado de salida es distinto "
269
+ "de cero si uno de los archivos no se pudo compilar."
264
270
265
271
#: ../Doc/library/py_compile.rst:143
266
272
msgid ""
267
273
"Positional arguments are files to compile. If ``-`` is the only parameter, "
268
274
"the list of files is taken from standard input."
269
275
msgstr ""
276
+ "Los argumentos posicionales son archivos para compilar. Si ``-`` es el único "
277
+ "parámetro, la lista de archivos se toma de la entrada estándar."
270
278
271
279
#: ../Doc/library/py_compile.rst:148
272
280
msgid "Suppress errors output."
273
- msgstr ""
281
+ msgstr "Suprime la salida de errores. "
274
282
275
283
#: ../Doc/library/py_compile.rst:150
276
- #, fuzzy
277
284
msgid "Added support for ``-``."
278
- msgstr "Agregado soporte para ``'-' ``."
285
+ msgstr "Agregado soporte para ``- ``."
279
286
280
287
#: ../Doc/library/py_compile.rst:153
281
- #, fuzzy
282
288
msgid "Added support for :option:`-q`."
283
- msgstr "Agregado soporte para ``'-'` `."
289
+ msgstr "Agregado soporte para :option:`-q `."
284
290
285
291
#: ../Doc/library/py_compile.rst:159
286
292
msgid "Module :mod:`compileall`"
@@ -291,27 +297,3 @@ msgid "Utilities to compile all Python source files in a directory tree."
291
297
msgstr ""
292
298
"Utilidades para compilar todos los archivos fuente Python en el árbol del "
293
299
"directorio."
294
-
295
- #~ msgid ""
296
- #~ "Compile several source files. The files named in *args* (or on the "
297
- #~ "command line, if *args* is ``None``) are compiled and the resulting byte-"
298
- #~ "code is cached in the normal manner. This function does not search a "
299
- #~ "directory structure to locate source files; it only compiles files named "
300
- #~ "explicitly. If ``'-'`` is the only parameter in args, the list of files "
301
- #~ "is taken from standard input."
302
- #~ msgstr ""
303
- #~ "Compila varios archivos fuente. Los archivos mencionados en *args* (o en "
304
- #~ "la línea de comandos si *args* es ``None``) son compilados y el código de "
305
- #~ "bytes resultante es almacenado de la manera normal. Esta función no "
306
- #~ "busca una estructura de directorio para localizar archivos fuente; éste "
307
- #~ "sólo compila archivos nombrados explícitamente. Si ``'-'`` es el único "
308
- #~ "parámetro en args, la lista de archivos es tomada de una entrada estándar."
309
-
310
- #~ msgid ""
311
- #~ "When this module is run as a script, the :func:`main` is used to compile "
312
- #~ "all the files named on the command line. The exit status is nonzero if "
313
- #~ "one of the files could not be compiled."
314
- #~ msgstr ""
315
- #~ "Cuando este módulo se ejecuta como un script, el :func:`main` es usado "
316
- #~ "para compilar todos los archivos llamados en la línea de comandos. El "
317
- #~ "estado de salida es no cero si uno de los archivos no se pudo compilar."
0 commit comments