Skip to content

Traducido archivo {zipimport} #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modificado archivo {zipimport}
  • Loading branch information
qagustina committed May 9, 2020
commit 21ef1fb315f4f0dfb6af3b0c2a63f6e7882fe283
12 changes: 6 additions & 6 deletions library/zipimport.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down