8000 Traducido archivo library/security-warnings by aandrea · Pull Request #2133 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/security-warnings #2133

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 2 commits into from
Oct 31, 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
8 changes: 7 additions & 1 deletion library/security_warnings.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python en Español 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-10-30 11:49-0300\n"
"PO-Revision-Date: 2022-10-31 09:53+0100\n"
"Last-Translator: \n"
"Language: es_ES\n"
"Language-Team: \n"
Expand All @@ -18,6 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 2.3\n"

#: ../Doc/library/security_warnings.rst:6
msgid "Security Considerations"
Expand Down Expand Up @@ -137,3 +138,8 @@ msgid ""
"potentially unsafe path to :data:`sys.path` such as the current directory, "
"the script's directory or an empty string."
msgstr ""
"La opción de línea de comando :option:`-I` puede usarse para correr Python "
"en modo aislado. Cuando no puede ser usado, la opción :option:`-P` o la "
"variable de entorno :envvar:`PYTHONSAFEPATH` pueden usarse para no anteponer "
"un camino potencialmente inseguro al :data:`sys.path` como el directorio "
"actual, el directorio del script o un string vacío."
0