@@ -12,7 +12,7 @@ msgstr ""
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2021-10-18 21:54-0300\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
15
+ "Last-Translator : Andrea Griffiths <andreagriffiths11 @gmail.com>\n "
16
16
"Language : es_AR\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
@@ -402,15 +402,19 @@ msgstr ""
402
402
msgid ""
403
403
"Print a short description of Python-specific environment variables and exit."
404
404
msgstr ""
405
+ "Imprima una breve descripción de las variables de entorno específicas de "
406
+ "Python y salga."
405
407
406
408
#: ../Doc/using/cmdline.rst:207
407
409
msgid ""
408
410
"Print a description of implementation-specific :option:`-X` options and exit."
409
411
msgstr ""
412
+ "Imprima una descripción de las opciones :option:`-X` específicas de la "
413
+ "implementación y salga."
410
414
411
415
#: ../Doc/using/cmdline.rst:214
412
416
msgid "Print complete usage information and exit."
413
- msgstr ""
417
+ msgstr "Imprima información completa de uso y salga. "
414
418
415
419
#: ../Doc/using/cmdline.rst:221
416
420
msgid "Print the Python version number and exit. Example output could be:"
@@ -500,7 +504,7 @@ msgstr ""
500
504
501
505
#: ../Doc/using/cmdline.rst:283
502
506
msgid "See also the :option:`-P` and :option:`-I` (isolated) options."
503
- msgstr ""
507
+ msgstr "Véase también las opciones :option:`-P` e :option:`-I` (aisladas). "
504
508
505
509
#: ../Doc/using/cmdline.rst:288
506
510
msgid ""
@@ -528,6 +532,8 @@ msgid ""
528
532
"Run Python in isolated mode. This also implies :option:`-E`, :option:`-P` "
529
533
"and :option:`-s` options."
530
534
msgstr ""
535
+ "Ejecute Python en modo aislado. Esto también implica las opciones :option:`-"
536
+ "E`, :option:`-P` y :option:`-s`."
531
537
532
538
#: ../Doc/using/cmdline.rst:302
533
539
msgid ""
@@ -536,6 +542,10 @@ msgid ""
536
542
"variables are ignored, too. Further restrictions may be imposed to prevent "
537
543
"the user from injecting malicious code."
538
544
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 variables de entorno :"
547
+ "envvar:`PYTHON*` también se ignoran. Se pueden imponer otras restricciones "
548
+ "para evitar que el usuario inyecte código malicioso."
539
549
540
550
#: ../Doc/using/cmdline.rst:312
541
551
msgid ""
0 commit comments