@@ -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 : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-12-29 10:59-0300 \n "
14
+ "PO-Revision-Date : 2023-03-21 17:58-0500 \n "
15
15
"Last-Translator : \n "
16
- "Language : es_AR\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_AR \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/fileinput.rst:2
25
26
msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams"
@@ -258,7 +259,6 @@ msgstr ""
258
259
"módulo también está disponible para la subclasificación:"
259
260
260
261
#: ../Doc/library/fileinput.rst:146
261
- #, fuzzy
262
262
msgid ""
263
263
"Class :class:`FileInput` is the implementation; its methods :meth:"
264
264
"`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:"
@@ -271,21 +271,20 @@ msgid ""
271
271
msgstr ""
272
272
"La Clase :class:`FileInput` es la implementación; sus métodos :meth:"
273
273
"`filename`, :meth:`fileno`, :meth:`lineno`, :meth:`filelineno`, :meth:"
274
- "`isfirstline`, :meth:`isstdin`, :meth:`nextfile` and :meth:`close` "
275
- "corresponden a las funciones del mismo nombre en el módulo. Además tiene un "
276
- "método :meth:`~io.TextIOBase.readline` que retorna la siguiente línea de "
277
- "entrada, y un método :meth:`__getitem__` que implementa el comportamiento de "
278
- "secuencia. Se debe acceder a la secuencia en orden estrictamente secuencial; "
279
- "acceso aleatorio y :meth:`~io.TextIOBase.readline` no se pueden mezclar."
274
+ "`isfirstline`, :meth:`isstdin`, :meth:`nextfile` y :meth:`close` "
275
+ "corresponden a las funciones del mismo nombre en el módulo. Además es :term: "
276
+ "`iterable` y tiene un método :meth:`~io.TextIOBase.readline` que retorna la "
277
+ "siguiente línea de entrada. Se debe acceder a la secuencia en orden "
278
+ "estrictamente secuencial; acceso aleatorio y :meth:`~io.TextIOBase.readline` "
279
+ "no se pueden mezclar."
280
280
281
281
#: ../Doc/library/fileinput.rst:154
282
- #, fuzzy
283
282
msgid ""
284
283
"With *mode* you can specify which file mode will be passed to :func:`open`. "
285
284
"It must be one of ``'r'`` and ``'rb'``."
286
285
msgstr ""
287
- "Con *mode* puede especificar a qué modo de archivo se pasará :func:`open`. "
288
- "Debe ser uno de ``'r'``, ``'rU'``, ``'U'`` and ``'rb'``."
286
+ "Con *mode* puede especificar qué modo de archivo se pasará a :func:`open`. "
287
+ "Debe ser uno de ``'r'`` y ``'rb'``."
289
288
290
289
#: ../Doc/library/fileinput.rst:157
291
290
msgid ""
@@ -326,6 +325,8 @@ msgid ""
326
325
"The ``'rU'`` and ``'U'`` modes and the :meth:`__getitem__` method have been "
327
326
"removed."
328
327
msgstr ""
328
+ "Los modos ``'rU'`` y ``'U'`` y el método :meth:`__getitem__` han sido "
329
+ "eliminados."
329
330
330
331
#: ../Doc/library/fileinput.rst:184
331
332
msgid ""
@@ -407,16 +408,9 @@ msgid "Added the optional *errors* parameter."
407
408
msgstr "Se agregó el parámetro opcional *errors*."
408
409
409
410
#: ../Doc/library/fileinput.rst:226
410
- #, fuzzy
411
411
msgid ""
412
412
"This function is deprecated since :func:`fileinput.input` and :class:"
413
413
"`FileInput` now have *encoding* and *errors* parameters."
414
414
msgstr ""
415
- "Esta función es deprecada ya que :func:`input` y :class:`FileInput` ahora "
416
- "tienen los parámetros *encoding* y *errors*."
417
-
418
- #~ msgid "The ``'rU'`` and ``'U'`` modes."
419
- #~ msgstr "Los modos ``'rU'`` and ``'U'``."
420
-
421
- #~ msgid "Support for :meth:`__getitem__` method is deprecated."
422
- #~ msgstr "Soporte para el método :meth:`__getitem__` está discontinuado."
415
+ "Esta función está en desuso ya que :func:`fileinput.input` y :class:"
416
+ "`FileInput` ahora tienen los parámetros *encoding* y *errors*."
0 commit comments