Skip to content

Commit 0f0f86b

Browse files
sofidesofidenner
andauthored
Translate library/zipimport (#2230)
Closes #2009 Co-authored-by: Sofia Denner <sofia.denner@mercadolibre.com>
1 parent 79c9707 commit 0f0f86b

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

library/zipimport.po

+12-21
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-11-16 16:47-0600\n"
15-
"Last-Translator: José Luis Salgado Banda <josephLSalgado@outlook.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-11-26 19:47-0300\n"
15+
"Last-Translator: Sofía Denner <sofi.denner@gmail.com>\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.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/library/zipimport.rst:2
2526
msgid ":mod:`zipimport` --- Import modules from Zip archives"
@@ -71,6 +72,13 @@ msgid ""
7172
"adding the corresponding :file:`.pyc` file, meaning that if a ZIP archive "
7273
"doesn't contain :file:`.pyc` files, importing may be rather slow."
7374
msgstr ""
75+
"Cualquier archivo puede estar presente en el archivo ZIP, pero los "
76+
"importadores solo son invocados para archivos :file:`.py` y :file:`.pyc`. La "
77+
"importación ZIP de módulos dinámicos (:file:`.pyd`, :file:`.so`) no está "
78+
"permitida. Cabe señalar que si un archivo ZIP contiene solamente archivos :"
79+
"file:`.py`, Python no intentará modificar el archivo agregando los "
80+
"correspondientes archivos :file:`.pyc`, esto quiere decir que si un archivo "
81+
"ZIP no contiene archivos :file:`.pyc` la importación puede ser algo lenta."
7482

7583
#: ../Doc/library/zipimport.rst:33
7684
msgid "Previously, ZIP archives with an archive comment were not supported."
@@ -311,20 +319,3 @@ msgid ""
311319
msgstr ""
312320
"Este es un ejemplo que importa un módulo de un archivo ZIP - tenga en cuenta "
313321
"que el módulo :mod:`zipimport` no está usado explícitamente."
314-
315-
#~ msgid ""
316-
#~ "Any files may be present in the ZIP archive, but only files :file:`.py` "
317-
#~ "and :file:`.pyc` are available for import. ZIP import of dynamic modules "
318-
#~ "(:file:`.pyd`, :file:`.so`) is disallowed. Note that if an archive only "
319-
#~ "contains :file:`.py` files, Python will not attempt to modify the archive "
320-
#~ "by adding the corresponding :file:`.pyc` file, meaning that if a ZIP "
321-
#~ "archive doesn't contain :file:`.pyc` files, importing may be rather slow."
322-
#~ msgstr ""
323-
#~ "Cualquier archivo puede estar presente en el archivo ZIP, pero únicamente "
324-
#~ "los archivos :file:`.py` y :file:`.pyc` están disponibles para importar. "
325-
#~ "La importación ZIP de módulos dinámicos (:file:`.pyd`, :file:`.so`) no "
326-
#~ "está permitida. Cabe señalar que si un archivo ZIP contiene solamente "
327-
#~ "archivos :file:`.py`, Python no intentará modificar el archivo agregando "
328-
#~ "los correspondientes archivos :file:`.pyc`, esto quiere decir que si un "
329-
#~ "archivo ZIP no contiene archivos :file:`.pyc` la importación puede ser "
330-
#~ "algo lenta."

0 commit comments

Comments
 (0)