Skip to content

Traducción library/lzma.po #917

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

Merged
merged 5 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
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
errores arreglados
  • Loading branch information
codesjedi committed Sep 29, 2020
commit 40fc7b21d831b2b836ee94a8b3499665048ab6d3
3 changes: 2 additions & 1 deletion dictionaries/library_lzma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ búferes
descompresor
especificador
GiB
kiB
kiB
path-like
11 changes: 6 additions & 5 deletions library/lzma.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-09-29 17:36-0400\n"
"PO-Revision-Date: 2020-09-29 18:14-0400\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -85,7 +85,7 @@ msgid ""
"read from or write to."
msgstr ""
"El argumento *filename* puede ser un nombre de fichero real (dado como un "
"objeto :class:`str`, :class:`bytes` o :term:`path-like<path-like object>), "
"objeto :class:`str`, :class:`bytes` o :term:`path-like<path-like object>`), "
"en cuyo caso el fichero nombrado es abierto, o puede ser un objeto de "
"fichero existente para leer o escribir."

Expand Down Expand Up @@ -164,7 +164,7 @@ msgstr ""
"operar directamente en un fichero nombrado. El argumento *filename* "
"especifica el objeto de fichero a envolver, o el nombre del fichero para "
"abrir (como un :class:`str`, :class:`bytes` o un objeto :term:`path-like "
"<path-like object>). Al envolver un objeto de fichero existente, el fichero "
"<path-like object>`). Al envolver un objeto de fichero existente, el fichero "
"envuelto no será cerrado cuando el :class:`LZMAFile` es cerrado."

#: ../Doc/library/lzma.rst:83
Expand Down Expand Up @@ -276,7 +276,7 @@ msgstr ""

#: ../Doc/library/lzma.rst:144
msgid ":const:`FORMAT_XZ`: The ``.xz`` container format."
msgstr ":const:`FORMAT_XZ`: el formato de contenedor ``.xz``."
msgstr ":const:`FORMAT_XZ`: El formato de contenedor ``.xz``."

#: ../Doc/library/lzma.rst:144
msgid "This is the default format."
Expand Down Expand Up @@ -670,7 +670,8 @@ msgid ""
":const:`FILTER_LZMA2` (for use with :const:`FORMAT_XZ` and :const:"
"`FORMAT_RAW`)"
msgstr ""
":const:`FILTER_LZMA2` (para uso con :const:`FORMAT_XZ` y :const:FORMAT_RAW`)"
":const:`FILTER_LZMA2` (para uso con :const:`FORMAT_XZ` y :const:"
"`bytesFORMAT_RAW`)"

#: ../Doc/library/lzma.rst:339
msgid "Delta filter:"
Expand Down