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

Skip to content

Commit 0281074

Browse files
authored
Traducción library/shlex (#1718)
* Traducción library/shlex Signed-off-by: Cristián Maureira-Fredes <[email protected]> * Update library/shlex.po * powrap
1 parent 55d883a commit 0281074

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/shlex.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
1515
"Last-Translator: Pedro Aarón <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/library/shlex.rst:2
@@ -77,6 +77,7 @@ msgstr ""
7777
msgid ""
7878
"Passing ``None`` for *s* will raise an exception in future Python versions."
7979
msgstr ""
80+
"Pasar ``None`` para *s* lanzará una excepción en futuras versiones de Python."
8081

8182
#: ../Doc/library/shlex.rst:45
8283
msgid ""
@@ -118,6 +119,10 @@ msgid ""
118119
"Executing commands quoted by this module on such shells can open up the "
119120
"possibility of a command injection vulnerability."
120121
msgstr ""
122+
"No se garantiza que la función :func:`quote` sea correcta en shells no "
123+
"compatibles con POSIX o shells de otros sistemas operativos como Windows. La "
124+
"ejecución de comandos citados por este módulo en tales shells puede abrir la "
125+
"posibilidad de una vulnerabilidad de inyección de comandos."
121126

122127
#: ../Doc/library/shlex.rst:75
123128
msgid ""

0 commit comments

Comments
 (0)