@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2\n "
23
24
24
25
#: ../Doc/library/zipimport.rst:2
25
26
msgid ":mod:`zipimport` --- Import modules from Zip archives"
@@ -71,6 +72,13 @@ msgid ""
71
72
"adding the corresponding :file:`.pyc` file, meaning that if a ZIP archive "
72
73
"doesn't contain :file:`.pyc` files, importing may be rather slow."
73
74
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."
74
82
75
83
#: ../Doc/library/zipimport.rst:33
76
84
msgid "Previously, ZIP archives with an archive comment were not supported."
@@ -311,20 +319,3 @@ msgid ""
311
319
msgstr ""
312
320
"Este es un ejemplo que importa un módulo de un archivo ZIP - tenga en cuenta "
313
321
"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