Skip to content

traduccion using/cmdline.po #2236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions using/cmdline.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-10-18 21:54-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Last-Translator: Andrea Griffiths <andreagriffiths11@gmail.com>\n"
"Language: es_AR\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -402,15 +402,19 @@ msgstr ""
msgid ""
"Print a short description of Python-specific environment variables and exit."
msgstr ""
"Imprima una breve descripción de las variables de entorno específicas de "
"Python y salga."

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

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

#: ../Doc/using/cmdline.rst:221
msgid "Print the Python version number and exit. Example output could be:"
Expand Down Expand Up @@ -500,7 +504,7 @@ msgstr ""

#: ../Doc/using/cmdline.rst:283
msgid "See also the :option:`-P` and :option:`-I` (isolated) options."
msgstr ""
msgstr "Véase también las opciones :option:`-P` e :option:`-I` (aisladas)."

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

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

#: ../Doc/using/cmdline.rst:312
msgid ""
Expand Down