From 39a351e044ad719e48616a86a50766ae36971d0f Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Sat, 26 Nov 2022 19:49:28 -0300 Subject: [PATCH 1/2] update translations for library/zipimport --- library/zipimport.po | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index c615488eb5..01479831c6 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-11-16 16:47-0600\n" +"PO-Revision-Date: 2022-11-26 19:47-0300\n" "Last-Translator: José Luis Salgado Banda \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.2\n" #: ../Doc/library/zipimport.rst:2 msgid ":mod:`zipimport` --- Import modules from Zip archives" @@ -71,6 +72,13 @@ msgid "" "adding the corresponding :file:`.pyc` file, meaning that if a ZIP archive " "doesn't contain :file:`.pyc` files, importing may be rather slow." msgstr "" +"Cualquier archivo puede estar presente en el archivo ZIP, pero los " +"importadores solo son invocados para archivos :file:`.py` y :file:`.pyc`. La " +"importación ZIP de módulos dinámicos (:file:`.pyd`, :file:`.so`) no está " +"permitida. Cabe señalar que si un archivo ZIP contiene solamente archivos :" +"file:`.py`, Python no intentará modificar el archivo agregando los " +"correspondientes archivos :file:`.pyc`, esto quiere decir que si un archivo " +"ZIP no contiene archivos :file:`.pyc` la importación puede ser algo lenta." #: ../Doc/library/zipimport.rst:33 msgid "Previously, ZIP archives with an archive comment were not supported." From fecf2222a745e7d388de9355946a517f18f67854 Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Sat, 26 Nov 2022 19:50:57 -0300 Subject: [PATCH 2/2] update last-translator --- library/zipimport.po | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 01479831c6..16612a6e23 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -12,7 +12,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" "PO-Revision-Date: 2022-11-26 19:47-0300\n" -"Last-Translator: José Luis Salgado Banda \n" +"Last-Translator: Sofía Denner \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -319,20 +319,3 @@ msgid "" msgstr "" "Este es un ejemplo que importa un módulo de un archivo ZIP - tenga en cuenta " "que el módulo :mod:`zipimport` no está usado explícitamente." - -#~ msgid "" -#~ "Any files may be present in the ZIP archive, but only files :file:`.py` " -#~ "and :file:`.pyc` are available for import. ZIP import of dynamic modules " -#~ "(:file:`.pyd`, :file:`.so`) is disallowed. Note that if an archive only " -#~ "contains :file:`.py` files, Python will not attempt to modify the archive " -#~ "by adding the corresponding :file:`.pyc` file, meaning that if a ZIP " -#~ "archive doesn't contain :file:`.pyc` files, importing may be rather slow." -#~ msgstr "" -#~ "Cualquier archivo puede estar presente en el archivo ZIP, pero únicamente " -#~ "los archivos :file:`.py` y :file:`.pyc` están disponibles para importar. " -#~ "La importación ZIP de módulos dinámicos (:file:`.pyd`, :file:`.so`) no " -#~ "está permitida. Cabe señalar que si un archivo ZIP contiene solamente " -#~ "archivos :file:`.py`, Python no intentará modificar el archivo agregando " -#~ "los correspondientes archivos :file:`.pyc`, esto quiere decir que si un " -#~ "archivo ZIP no contiene archivos :file:`.pyc` la importación puede ser " -#~ "algo lenta."