You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"which will be used to decode metadata such as the names of members and ZIP "
"comments."
msgstr ""
"Cuando el parámetro *mode* es ``'r'``, el *metadata_encoding* podría ser seteado al nombre del codec, "
"el cual será usado para decodificar metadata como los nombres de los miembros y comentarios ZIP "
msgstr ""
#: ../Doc/library/zipfile.rst:191
msgid ""
Expand DownExpand Up
@@ -339,6 +342,13 @@ msgid ""
"archive header. That flag takes precedence over *metadata_encoding*, which "
"is a Python-specific extension."
msgstr ""
"Este atributo es una solución alterna para implementaciones heredadas que"
"producen archivos con nombres basados en la codificación regional o la"
"página de códigos actual (con mayor frecuencia en Windows). De acuerdo"
"con el estándar .ZIP, la codificación de la metadata podría ser especificada"
"por la página de códigos de IBM (por defecto) or por UTF-8 mediante un flag en"
"la cabecera. Este flag toma precedencia sobre *metadata_encoding*, el cual es "
"una extensión específica a Python."
#: ../Doc/library/zipfile.rst:215
msgid "Added the ability to use :class:`ZipFile` as a context manager."
Expand DownExpand Up
@@ -387,6 +397,8 @@ msgid ""
"Added support for specifying member name encoding for reading metadata in "
"the zipfile's directory and file headers."
msgstr ""
"Soporte agregado para especificar el nombre del miembro de codificación para"
"leer metadata tanto el directorio del archivo zip como en las cabeceras de éstos"
#: ../Doc/library/zipfile.rst:248
msgid ""
Expand DownExpand Up
@@ -684,6 +696,13 @@ msgid ""
"contain any non-ASCII characters. It is not possible to write member names "
"in any encoding other than ASCII or UTF-8."
msgstr ""
"Históricamente, el estándar del archivo ZIP no especificaba una codificación"
"para la metadada, pero si era fuertemente recomendado usar CP437(la codificación"
"original de IBM PC) con fines de interoperabilidad. Versiones recientes permiten"
"el uso de UTF-8(exclusicamente). En éste modulo, UTF-8 será usada automáticamente"
"para escribir los nombres de los miembros si es que estos contienen algún caracter"
"no-ASCII. No es posible escribir nombres de miembros en otra codificación que"
"no sea ASCII o UTF-8."
#: ../Doc/library/zipfile.rst:431
msgid ""
Expand DownExpand Up
@@ -786,10 +805,15 @@ msgid ""
"the *mode* argument. If, however, *zinfo_or_directory* is a :class:`ZipInfo` "
"instance then the *mode* argument is ignored."
msgstr ""
"Crea un directorio dentro del archivo. Si *zinfo_or_directory* es un string, "
"el directorio es creado dentro del archivo con el modo espeficicado en el"
"argumento *mode*. Si del contrario, *zinfo_or_directory* es una instancia de "
":class:`ZipInfo` entonces el argumento *mode* es ignorado".
#: ../Doc/library/zipfile.rst:488
msgid "The archive must be opened with mode ``'w'``, ``'x'`` or ``'a'``."
msgstr ""
"El archivo debe estar abierto en modo ``'w'``, ``'x'`` o ``'a'``."
#: ../Doc/library/zipfile.rst:493
msgid "The following data attributes are also available:"
Expand DownExpand Up
@@ -906,10 +930,12 @@ msgstr ""
#: ../Doc/library/zipfile.rst:572
msgid "The file extension of the final component."
msgstr ""
"La extensión de archivo del último componente."
#: ../Doc/library/zipfile.rst:574
msgid "Added :data:`Path.suffix` property."
msgstr ""
"Propiedad agregada :data:`Path.suffix`."
#: ../Doc/library/zipfile.rst:579
#, fuzzy
Expand All
@@ -919,6 +945,7 @@ msgstr "El componente final de la ruta."
#: ../Doc/library/zipfile.rst:581
msgid "Added :data:`Path.stem` property."
msgstr ""
"Propiedad agregada :data:`Path.stem`."
#: ../Doc/library/zipfile.rst:586
msgid "A list of the path’s file extensions."
Expand All
@@ -927,6 +954,7 @@ msgstr ""
#: ../Doc/library/zipfile.rst:588
msgid "Added :data:`Path.suffixes` property."
msgstr ""
"Propiedad agregada :data:`Path.suffixes`."
#: ../Doc/library/zipfile.rst:593
msgid ""
Expand DownExpand Up
@@ -964,6 +992,10 @@ msgid ""
"the latest path object functionality to older Pythons. Use ``zipp.Path`` in "
"place of ``zipfile.Path`` for early access to changes."
msgstr ""
"El proyecto `zipp <https://pypi.org/project/zipp>`_ provee retroimportaciones de"
"las funcionalidades más reciente del objeto path a versiones más antiguas de"
"Python. Use ``zipp.Path`` en lugar de ``zipfile.Path`` para acceso prioritario"
"a cambios."
#: ../Doc/library/zipfile.rst:623
msgid "PyZipFile Objects"
Expand DownExpand Up
@@ -1343,6 +1375,8 @@ msgid ""
"Specify encoding of member names for :option:`-l`, :option:`-e` and :option:"
"`-t`."
msgstr ""
"Especifica la codificación de nombre de miembros para :option:`-l`, :option:`-e`"
"y :option:`-t`."
#: ../Doc/library/zipfile.rst:922
msgid "Decompression pitfalls"
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Traduccion zipfile #2111
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