@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022-11-13 10:19 +0100\n "
15
- "Last-Translator : Carlos AlMA <carlos@ >\n "
14
+ "PO-Revision-Date : 2024-01-15 15:01 +0100\n "
15
+ "Last-Translator : Carlos Mena Pérez <@carlosm00 >\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.4.2\n "
23
24
24
25
#: ../Doc/library/gzip.rst:2
25
26
msgid ":mod:`gzip` --- Support for :program:`gzip` files"
@@ -154,17 +155,16 @@ msgstr ""
154
155
"archivos gzip no válidos."
155
156
156
157
#: ../Doc/library/gzip.rst:72
157
- #, fuzzy
158
158
msgid ""
159
159
"Constructor for the :class:`GzipFile` class, which simulates most of the "
160
160
"methods of a :term:`file object`, with the exception of the :meth:`~io."
161
161
"IOBase.truncate` method. At least one of *fileobj* and *filename* must be "
162
162
"given a non-trivial value."
163
163
msgstr ""
164
164
"Constructor para la clase :class:`GzipFile`, que simula la mayoría de los "
165
- "métodos de :term:`file object`, con la excepción del método :meth:"
166
- "` truncate`. Al menos uno de *fileobj* y *filename* debe recibir un valor no "
167
- "trivial."
165
+ "métodos de :term:`file object`, con la excepción del método :meth:`~io. "
166
+ "IOBase. truncate`. Al menos uno de *fileobj* y *filename* debe recibir un "
167
+ "valor no trivial."
168
168
169
169
#: ../Doc/library/gzip.rst:77
170
170
msgid ""
@@ -262,15 +262,14 @@ msgstr ""
262
262
"`~io.BytesIO.getvalue`."
263
263
264
264
#: ../Doc/library/gzip.rst:114
265
- #, fuzzy
266
265
msgid ""
267
266
":class:`GzipFile` supports the :class:`io.BufferedIOBase` interface, "
268
267
"including iteration and the :keyword:`with` statement. Only the :meth:`~io."
269
268
"IOBase.truncate` method isn't implemented."
270
269
msgstr ""
271
270
":class:`GzipFile` admite la interfaz :class:`io.BufferedIOBase`, incluida la "
272
- "iteración y la declaración :keyword:`with`. Solo el método :meth:`truncate` "
273
- "no está implementado."
271
+ "iteración y la declaración :keyword:`with`. Solo el método :meth:`~io.IOBase. "
272
+ "truncate` no está implementado."
274
273
275
274
#: ../Doc/library/gzip.rst:118
276
275
msgid ":class:`GzipFile` also provides the following method and attribute:"
@@ -327,6 +326,9 @@ msgid ""
327
326
"Equivalent to the output of :func:`os.fspath` on the original input path, "
328
327
"with no other normalization, resolution or expansion."
329
328
msgstr ""
329
+ "La ruta al archivo gzip en disco, como :class:`str` o :class:`bytes`. "
330
+ "Equivale a la salida de :func:`os.fspath` en la ruta de entrada original, "
331
+ "sin ninguna otra normalización, resolución o expansión."
330
332
331
333
#: ../Doc/library/gzip.rst:152
332
334
msgid ""
@@ -365,6 +367,8 @@ msgid ""
365
367
"Remove the ``filename`` attribute, use the :attr:`~GzipFile.name` attribute "
366
368
"instead."
367
369
msgstr ""
370
+ "Elimine el atributo ``filename``, utilice en su lugar el atributo :attr:"
371
+ "`~GzipFile.name``."
368
372
369
373
#: ../Doc/library/gzip.rst:178
370
374
msgid ""
@@ -487,9 +491,8 @@ msgid "Command line options"
487
491
msgstr "Opciones de línea de comandos"
488
492
489
493
#: ../Doc/library/gzip.rst:271
490
- #, fuzzy
491
494
msgid "If *file* is not specified, read from :data:`sys.stdin`."
492
- msgstr "Si no se especifica *file*, lee de :attr :`sys.stdin`."
495
+ msgstr "Si no se especifica *file*, lee de :data :`sys.stdin`."
493
496
494
497
#: ../Doc/library/gzip.rst:275
495
498
msgid "Indicates the fastest compression method (less compression)."
0 commit comments