Skip to content

Commit b768270

Browse files
traduccion using/cmdline.po
1 parent 4bacec5 commit b768270

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

using/cmdline.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,18 @@ msgstr ""
402402
msgid ""
403403
"Print a short description of Python-specific environment variables and exit."
404404
msgstr ""
405+
"Imprima una breve descripción de las variables de entorno específicas de Phyton y salga."
405406

406407
#: ../Doc/using/cmdline.rst:207
407408
msgid ""
408409
"Print a description of implementation-specific :option:`-X` options and exit."
409410
msgstr ""
411+
"Imprima una descripción de las opciones :option:`-X` específicas de la implementación y salga."
410412

411413
#: ../Doc/using/cmdline.rst:214
412414
msgid "Print complete usage information and exit."
413415
msgstr ""
416+
"Imprima información completa de uso y salga."
414417

415418
#: ../Doc/using/cmdline.rst:221
416419
msgid "Print the Python version number and exit. Example output could be:"
@@ -501,6 +504,7 @@ msgstr ""
501504
#: ../Doc/using/cmdline.rst:283
502505
msgid "See also the :option:`-P` and :option:`-I` (isolated) options."
503506
msgstr ""
507+
"Véase también las opciones :option:`-P` e :option:`-I` (aisladas)."
504508

505509
#: ../Doc/using/cmdline.rst:288
506510
msgid ""
@@ -528,6 +532,8 @@ msgid ""
528532
"Run Python in isolated mode. This also implies :option:`-E`, :option:`-P` "
529533
"and :option:`-s` options."
530534
msgstr ""
535+
"Ejecute Python en modo aislado. Esto también implica las opciones :option:`-E`, :option:`-P` "
536+
"y :option:`-s`."
531537

532538
#: ../Doc/using/cmdline.rst:302
533539
msgid ""
@@ -536,6 +542,10 @@ msgid ""
536542
"variables are ignored, too. Further restrictions may be imposed to prevent "
537543
"the user from injecting malicious code."
538544
msgstr ""
545+
"En modo aislado :data:`sys.path` no contiene ni el directorio del script ni "
546+
"el directorio site-packages del usuario. Todas las :envvar: de entorno:`PYTHON*` "
547+
"variables de entorno también se ignoran. Se pueden imponer otras restricciones "
548+
"para evitar que el usuario inyecte código malicioso."
539549

540550
#: ../Doc/using/cmdline.rst:312
541551
msgid ""

0 commit comments

Comments
 (0)