From 978fab9db0bc0bacd94fa2a4005c4da89e15e5ed Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Thu, 7 May 2020 11:01:51 -0300 Subject: [PATCH 01/13] Traducido archivo {zipimport} --- library/zipimport.po | 82 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 13 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 3b6d7916ae..2f3e7a40b4 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -1,25 +1,28 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n" +"PO-Revision-Date: 2020-05-07 10:44-0300\n" +"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." +"python.org)\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" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 2.3\n" #: ../Doc/library/zipimport.rst:2 msgid ":mod:`zipimport` --- Import modules from Zip archives" -msgstr "" +msgstr ":mod:`zipimport` --- Importar módulos desde archivos Zip" #: ../Doc/library/zipimport.rst:11 msgid "" @@ -29,6 +32,11 @@ msgid "" "the built-in :keyword:`import` mechanism for :data:`sys.path` items that are " "paths to ZIP archives." msgstr "" +"Este módulo añade la capacidad de importar módulos de Python (:file:`\\*." +"py`, :file:`\\*.pyc`) y paquetes de archivos de formato ZIP. Por lo general, " +"no es necesario utilizar el módulo :mod:`zipimport` explícitamente; se " +"utiliza automáticamente por el mecanismo incorporado :keyword:`import` para " +"los ítems :data:`sys.path` que son rutas a archivos ZIP." #: ../Doc/library/zipimport.rst:17 msgid "" @@ -54,22 +62,27 @@ msgstr "" #: ../Doc/library/zipimport.rst:31 msgid "ZIP archives with an archive comment are currently not supported." msgstr "" +"Actualmente no se admiten los archivos ZIP con un comentario de archivo." #: ../Doc/library/zipimport.rst:37 msgid "" "`PKZIP Application Note `_" msgstr "" +"`PKZIP Nota de aplicación `_" #: ../Doc/library/zipimport.rst:36 msgid "" "Documentation on the ZIP file format by Phil Katz, the creator of the format " "and algorithms used." msgstr "" +"Documentación sobre el formato de archivo ZIP por Phil Katz, el creador del " +"formato y algoritmos utilizados." #: ../Doc/library/zipimport.rst:42 msgid ":pep:`273` - Import Modules from Zip Archives" -msgstr "" +msgstr ":pep:`273` - Importar Módulos de Archivos Zip" #: ../Doc/library/zipimport.rst:40 msgid "" @@ -77,32 +90,41 @@ msgid "" "2.3 follows the specification in PEP 273, but uses an implementation written " "by Just van Rossum that uses the import hooks described in PEP 302." msgstr "" +"Escrito por James C. Ahlstrom, quien también proporcionó una implementación. " +"Python 2.3 sigue la especificación en PEP 273, pero utiliza una " +"implementación escrita por Just van Rossum que utiliza los ganchos " +"importados descritos en PEP 302." #: ../Doc/library/zipimport.rst:44 msgid ":pep:`302` - New Import Hooks" -msgstr "" +msgstr ":pep:`302` - Nuevos ganchos de importación" #: ../Doc/library/zipimport.rst:45 msgid "The PEP to add the import hooks that help this module work." msgstr "" +"El PEP para agregar los ganchos de importación que ayudan a este módulo a " +"funcionar." #: ../Doc/library/zipimport.rst:48 msgid "This module defines an exception:" -msgstr "" +msgstr "Este módulo define una excepción:" #: ../Doc/library/zipimport.rst:52 msgid "" "Exception raised by zipimporter objects. It's a subclass of :exc:" "`ImportError`, so it can be caught as :exc:`ImportError`, too." msgstr "" +"Excepción provocada por los objetos zipimporter. Es una subclase de :exc:" +"`ImportError`, por lo que tambíen puede ser capturada como :exc:" +"`ImportError`." #: ../Doc/library/zipimport.rst:59 msgid "zipimporter Objects" -msgstr "" +msgstr "objetos zipimporter" #: ../Doc/library/zipimport.rst:61 msgid ":class:`zipimporter` is the class for importing ZIP files." -msgstr "" +msgstr ":class:`zipimporter` es la clase para importar archivos ZIP." #: ../Doc/library/zipimport.rst:65 msgid "" @@ -112,12 +134,19 @@ msgid "" "`lib` directory inside the ZIP file :file:`foo/bar.zip` (provided that it " "exists)." msgstr "" +"Cree una nueva instancia zipimporter. *archivepath* debe ser una ruta a un " +"archivo ZIP, o a una ruta específica dentro de un archivo ZIP. Por ejemplo, " +"un *archivepath* de :file:`foo/bar.zip/lib` buscará módulos en el " +"directorio :file:`lib` dentro del archivo ZIP :file:`foo/bar.zip` (siempre " +"que exista)." #: ../Doc/library/zipimport.rst:70 msgid "" ":exc:`ZipImportError` is raised if *archivepath* doesn't point to a valid " "ZIP archive." msgstr "" +":exc:`ZipImportError` es generado si *archivepath* no apunta a un archivo " +"ZIP válido." #: ../Doc/library/zipimport.rst:75 msgid "" @@ -127,22 +156,31 @@ msgid "" "argument is ignored---it's there for compatibility with the importer " "protocol." msgstr "" +"Busque un módulo especificado por *fullname*. *fullname* debe ser el nombre " +"completo del módulo (punteado). Devuelve la propia instancia zipimporter si " +"el módulo fue encontrado, o :const:`None` si no fue. El argumento opcional " +"*path* es ignorado---está ahí por compatibilidad con el protocolo del " +"importador." #: ../Doc/library/zipimport.rst:84 msgid "" "Return the code object for the specified module. Raise :exc:`ZipImportError` " "if the module couldn't be found." msgstr "" +"Retorna el objeto de código para el módulo especificado. Genera :exc:" +"`ZipImportError` si el módulo no pudo ser encontrado." #: ../Doc/library/zipimport.rst:90 msgid "" "Return the data associated with *pathname*. Raise :exc:`OSError` if the file " "wasn't found." msgstr "" +"Retorna los datos asociados con *pathname*. Genera :exc:`OSError` si el " +"archivo no fue encontrado." #: ../Doc/library/zipimport.rst:93 msgid ":exc:`IOError` used to be raised instead of :exc:`OSError`." -msgstr "" +msgstr ":exc:`IOError` solía generarse en lugar de :exc:`OSError`." #: ../Doc/library/zipimport.rst:99 msgid "" @@ -156,12 +194,17 @@ msgid "" "if the module couldn't be found, return :const:`None` if the archive does " "contain the module, but has no source for it." msgstr "" +"Retorna el código fuente para el módulo especificado. Genera :exc:" +"`ZipImportError` si el módulo no pudo ser encontrado, devuelve :const:`None` " +"si el archivo no contiene al módulo, pero no tiene fuente para ello." #: ../Doc/library/zipimport.rst:116 msgid "" "Return ``True`` if the module specified by *fullname* is a package. Raise :" "exc:`ZipImportError` if the module couldn't be found." msgstr "" +"Retorna ``True`` si el módulo especificado por *fullname* es un paquete. " +"Genera :exc:`ZipImportError` si el módulo no pudo ser encontrado." #: ../Doc/library/zipimport.rst:122 msgid "" @@ -169,18 +212,26 @@ msgid "" "qualified (dotted) module name. It returns the imported module, or raises :" "exc:`ZipImportError` if it wasn't found." msgstr "" +"Cargue el módulo especificado por *fullname*. *fullname* debe ser el nombre " +"completo de módulo (punteado). Retorna el módulo importado, o genera :exc:" +"`ZipImportError` si no fue encontrado." #: ../Doc/library/zipimport.rst:129 msgid "" "The file name of the importer's associated ZIP file, without a possible " "subpath." msgstr "" +"El nombre de archivo del archivo ZIP asociado del importador, sin una " +"posible sub-ruta." #: ../Doc/library/zipimport.rst:135 msgid "" "The subpath within the ZIP file where modules are searched. This is the " "empty string for zipimporter objects which point to the root of the ZIP file." msgstr "" +"La sub-ruta dentro del archivo ZIP donde se buscan los módulos. Esta es la " +"cadena vacía para objetos zipimporter la cual apunta a la raíz del archivo " +"ZIP." #: ../Doc/library/zipimport.rst:139 msgid "" @@ -188,13 +239,18 @@ msgid "" "slash, equal the original *archivepath* argument given to the :class:" "`zipimporter` constructor." msgstr "" +"Los atributos :attr:`archive` y :attr:`prefix`, cuando son combinados con " +"una barra diagonal, son iguales al argumento original *archivepath* dado al " +"constructor :class:`zipimporter`." #: ../Doc/library/zipimport.rst:147 msgid "Examples" -msgstr "" +msgstr "Ejemplos" #: ../Doc/library/zipimport.rst:149 msgid "" "Here is an example that imports a module from a ZIP archive - note that the :" "mod:`zipimport` module is not explicitly used." 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." From 21ef1fb315f4f0dfb6af3b0c2a63f6e7882fe283 Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Sat, 9 May 2020 16:18:53 -0300 Subject: [PATCH 02/13] Modificado archivo {zipimport} --- library/zipimport.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 2f3e7a40b4..b15d7cbaa3 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: 2020-05-07 10:44-0300\n" +"PO-Revision-Date: 2020-05-09 16:10-0300\n" "Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." "python.org)\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "" #: ../Doc/library/zipimport.rst:31 msgid "ZIP archives with an archive comment are currently not supported." msgstr "" -"Actualmente no se admiten los archivos ZIP con un comentario de archivo." +"Actualmente no se admiten los archivos Zip con un comentario de archivo." #: ../Doc/library/zipimport.rst:37 msgid "" @@ -77,7 +77,7 @@ msgid "" "Documentation on the ZIP file format by Phil Katz, the creator of the format " "and algorithms used." msgstr "" -"Documentación sobre el formato de archivo ZIP por Phil Katz, el creador del " +"Documentación sobre el formato de archivo Zip por Phil Katz, el creador del " "formato y algoritmos utilizados." #: ../Doc/library/zipimport.rst:42 @@ -114,8 +114,8 @@ msgid "" "Exception raised by zipimporter objects. It's a subclass of :exc:" "`ImportError`, so it can be caught as :exc:`ImportError`, too." msgstr "" -"Excepción provocada por los objetos zipimporter. Es una subclase de :exc:" -"`ImportError`, por lo que tambíen puede ser capturada como :exc:" +"Excepción provocada por objetos zipimporter. Es una subclase de :exc:" +"`ImportError`, por lo que también puede ser capturada como :exc:" "`ImportError`." #: ../Doc/library/zipimport.rst:59 @@ -159,7 +159,7 @@ msgstr "" "Busque un módulo especificado por *fullname*. *fullname* debe ser el nombre " "completo del módulo (punteado). Devuelve la propia instancia zipimporter si " "el módulo fue encontrado, o :const:`None` si no fue. El argumento opcional " -"*path* es ignorado---está ahí por compatibilidad con el protocolo del " +"*path* es ignorado; está ahí por compatibilidad con el protocolo del " "importador." #: ../Doc/library/zipimport.rst:84 From 9c30accebf910a6aa7dbaa7ac6a27460ce6bb0cd Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Sat, 9 May 2020 16:46:37 -0300 Subject: [PATCH 03/13] Modificado archivo {zipimport} --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index b15d7cbaa3..e5ab706fa0 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: 2020-05-09 16:10-0300\n" +"PO-Revision-Date: 2020-05-09 16:44-0300\n" "Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." "python.org)\n" "MIME-Version: 1.0\n" From f6fa3b2fa4fe469fc172de6582ba32a823e995b4 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sun, 10 May 2020 01:02:45 +0200 Subject: [PATCH 04/13] Update library/zipimport.po --- library/zipimport.po | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 4fdd606541..3d543b59f5 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -10,16 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-06 11:59-0400\n" -<<<<<<< HEAD "PO-Revision-Date: 2020-05-09 16:44-0300\n" -"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." -"python.org)\n" -======= -"PO-Revision-Date: 2020-05-07 10:44-0300\n" -"Last-Translator: FULL NAME \n" "Language-Team: python-doc-es\n" ->>>>>>> ab61f1e432d119ddcd99225e45256f1a4e9dbb3b "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" From 954adb6b990240d1e94370b0d2a0efc33d8fb82e Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 10:22:57 -0300 Subject: [PATCH 05/13] Traducido Achivo {zipimpot.po} --- library/zipimport.po | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 4fdd606541..7610c5925e 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -5,37 +5,28 @@ # https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to # get the list of volunteers -# +# msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -<<<<<<< HEAD -"PO-Revision-Date: 2020-05-09 16:44-0300\n" -"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." -"python.org)\n" -======= -"PO-Revision-Date: 2020-05-07 10:44-0300\n" -"Last-Translator: FULL NAME \n" -"Language-Team: python-doc-es\n" ->>>>>>> ab61f1e432d119ddcd99225e45256f1a4e9dbb3b +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Last-Translator: \n" "Language: es\n" "X-Generator: Poedit 2.3\n" - #: ../Doc/library/zipimport.rst:2 msgid ":mod:`zipimport` --- Import modules from Zip archives" msgstr ":mod:`zipimport` --- Importar módulos desde archivos Zip" #: ../Doc/library/zipimport.rst:9 msgid "**Source code:** :source:`Lib/zipimport.py`" -msgstr "" +msgstr "**Código fuente:** :source:`Lib/zipimport.py`" #: ../Doc/library/zipimport.rst:13 msgid "" @@ -75,7 +66,8 @@ msgstr "" #: ../Doc/library/zipimport.rst:33 msgid "Previously, ZIP archives with an archive comment were not supported." msgstr "" -"Actualmente no se admiten los archivos Zip con un comentario de archivo." +"Anteriormente, los archivos ZIP con un comentario de archivo no eran " +"compatibles." #: ../Doc/library/zipimport.rst:40 msgid "" @@ -90,7 +82,7 @@ msgid "" "Documentation on the ZIP file format by Phil Katz, the creator of the format " "and algorithms used." msgstr "" -"Documentación sobre el formato de archivo Zip por Phil Katz, el creador del " +"Documentación sobre el formato de archivo ZIP por Phil Katz, el creador del " "formato y algoritmos utilizados." #: ../Doc/library/zipimport.rst:45 From d901cb637a2833973404a40286a651f396e17641 Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 12:02:22 -0300 Subject: [PATCH 06/13] Update library/zipimport.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Claudia Millán --- library/zipimport.po | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index f016f27233..e96e6019e0 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -10,15 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" -<<<<<<< HEAD -"POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -======= "PO-Revision-Date: 2020-05-09 16:44-0300\n" "Language-Team: python-doc-es\n" ->>>>>>> 1def2792b0939a0beb1d1fb24efd4204e79c6256 "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" From 8f08f0352a58b74809ec6ff58a9c201dd09ae40b Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:36:21 -0300 Subject: [PATCH 07/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index e96e6019e0..44fd8ff7f0 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -85,7 +85,7 @@ msgstr "" #: ../Doc/library/zipimport.rst:45 msgid ":pep:`273` - Import Modules from Zip Archives" -msgstr ":pep:`273` - Importar Módulos de Archivos Zip" +msgstr ":pep:`273` - Importar módulos de archivos Zip" #: ../Doc/library/zipimport.rst:43 msgid "" From b5e1daf6da67b26afe23c3c5bdacdf4e2385650f Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:37:57 -0300 Subject: [PATCH 08/13] Update library/zipimport.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit la primer letra había dejado en minúscula porque el poedit me lo marcaba como error, solo eso. Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index 44fd8ff7f0..1c1cb1bf3a 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -124,7 +124,7 @@ msgstr "" #: ../Doc/library/zipimport.rst:62 msgid "zipimporter Objects" -msgstr "objetos zipimporter" +msgstr "Objetos zipimporter" #: ../Doc/library/zipimport.rst:64 msgid ":class:`zipimporter` is the class for importing ZIP files." From 256e4d39bf4c5ff1242da7c4d731c5c976c4b02f Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:38:20 -0300 Subject: [PATCH 09/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index 1c1cb1bf3a..9cd07a0d1d 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -138,7 +138,7 @@ msgid "" "`lib` directory inside the ZIP file :file:`foo/bar.zip` (provided that it " "exists)." msgstr "" -"Cree una nueva instancia zipimporter. *archivepath* debe ser una ruta a un " +"Crea una nueva instancia zipimporter. *archivepath* debe ser una ruta a un " "archivo ZIP, o a una ruta específica dentro de un archivo ZIP. Por ejemplo, " "un *archivepath* de :file:`foo/bar.zip/lib` buscará módulos en el " "directorio :file:`lib` dentro del archivo ZIP :file:`foo/bar.zip` (siempre " From 3f328cadbdf3c05341489042b20c230ec5be7ffe Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:38:34 -0300 Subject: [PATCH 10/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index 9cd07a0d1d..306b6c1fc4 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -160,7 +160,7 @@ msgid "" "argument is ignored---it's there for compatibility with the importer " "protocol." msgstr "" -"Busque un módulo especificado por *fullname*. *fullname* debe ser el nombre " +"Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre " "completo del módulo (punteado). Devuelve la propia instancia zipimporter si " "el módulo fue encontrado, o :const:`None` si no fue. El argumento opcional " "*path* es ignorado; está ahí por compatibilidad con el protocolo del " From 7a7041b9ea9494a7c64e68a63b1cbef03871213f Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:38:48 -0300 Subject: [PATCH 11/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index 306b6c1fc4..09f50b912d 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -151,8 +151,9 @@ msgid "" msgstr "" ":exc:`ZipImportError` es generado si *archivepath* no apunta a un archivo " "ZIP válido." - +# dotted notation -- punteado #: ../Doc/library/zipimport.rst:78 +#, fuzzy msgid "" "Search for a module specified by *fullname*. *fullname* must be the fully " "qualified (dotted) module name. It returns the zipimporter instance itself " From 710c4623a38b9d79f7ce2c824e96ec96f86d3850 Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:39:03 -0300 Subject: [PATCH 12/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index 09f50b912d..fb60eb4809 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -163,7 +163,7 @@ msgid "" msgstr "" "Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre " "completo del módulo (punteado). Devuelve la propia instancia zipimporter si " -"el módulo fue encontrado, o :const:`None` si no fue. El argumento opcional " +"el módulo fue encontrado, o :const:`None` si no. El argumento opcional " "*path* es ignorado; está ahí por compatibilidad con el protocolo del " "importador." From c2e1d60d59c5b6643945d0edf33f455d05b4db3d Mon Sep 17 00:00:00 2001 From: Agustina Quiros Date: Wed, 13 May 2020 13:39:14 -0300 Subject: [PATCH 13/13] Update library/zipimport.po Co-authored-by: Manuel Kaufmann --- library/zipimport.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/zipimport.po b/library/zipimport.po index fb60eb4809..b8b32493a7 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -210,8 +210,9 @@ msgid "" msgstr "" "Retorna ``True`` si el módulo especificado por *fullname* es un paquete. " "Genera :exc:`ZipImportError` si el módulo no pudo ser encontrado." - +# dotted -- punteado #: ../Doc/library/zipimport.rst:125 +#, fuzzy msgid "" "Load the module specified by *fullname*. *fullname* must be the fully " "qualified (dotted) module name. It returns the imported module, or raises :"