Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a2ee56

Browse files
authored
Traducido archivo library/security-warnings (python#2133)
Closes python#1875
1 parent 0fe17f6 commit 5a2ee56

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/security_warnings.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
12-
"PO-Revision-Date: 2021-10-30 11:49-0300\n"
12+
"PO-Revision-Date: 2022-10-31 09:53+0100\n"
1313
"Last-Translator: \n"
1414
"Language: es_ES\n"
1515
"Language-Team: \n"
@@ -18,6 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Generated-By: Babel 2.10.3\n"
21+
"X-Generator: Poedit 2.3\n"
2122

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

0 commit comments

Comments
 (0)