Skip to content

Commit a6b6425

Browse files
itisDouglasitisDouglas
itisDouglas
authored and
itisDouglas
committed
Traduccion archivo io.po
1 parent 6f3d549 commit a6b6425

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

library/io.po

+22-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-29 15:01-0400\n"
14+
"PO-Revision-Date: 2020-05-30 15:48-0400\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
@@ -1152,7 +1152,7 @@ msgstr ""
11521152
"El descriptor de archivo subyacente es obtenido llamando *opener* con "
11531153
"(*name*, *flags*). *opener* debe devolver un descriptor de archivo abierto "
11541154
"(pasando :mod:`os.open` como *opener* resulta con funcionamiento similar a "
1155-
"pasando ``None``). "
1155+
"pasando ``None``)."
11561156

11571157
#: ../Doc/library/io.rst:592
11581158
msgid "The newly created file is :ref:`non-inheritable <fd_inheritance>`."
@@ -1509,48 +1509,67 @@ msgid ""
15091509
"translated so far. Depending on the implementation and the initial "
15101510
"constructor flags, this may not be available."
15111511
msgstr ""
1512+
"una cadena de cracteres, una tupla de cadenda de caracteres, o ``None``, "
1513+
"indicando las nuevas líneas traducidas hasta ese momento. Dependiendo de la "
1514+
"implementación y los indicadores iniciales del constructor, esto puede no "
1515+
"estar disponible."
15121516

15131517
#: ../Doc/library/io.rst:805
15141518
msgid ""
15151519
"The underlying binary buffer (a :class:`BufferedIOBase` instance) that :"
15161520
"class:`TextIOBase` deals with. This is not part of the :class:`TextIOBase` "
15171521
"API and may not exist in some implementations."
15181522
msgstr ""
1523+
"El búfer binario subyacente (una instancia :class:`BufferedIOBase`) que "
1524+
"maneja :class:`TextIOBase`. Esto no es parte del API de :class:`TextIOBase` "
1525+
"y puede no existir en algunas implementaciones."
15191526

15201527
#: ../Doc/library/io.rst:811
15211528
msgid ""
15221529
"Separate the underlying binary buffer from the :class:`TextIOBase` and "
15231530
"return it."
15241531
msgstr ""
1532+
"Separar el búfer binario subyacente de: class: `TextIOBase` y devolverlo."
15251533

15261534
#: ../Doc/library/io.rst:814
15271535
msgid ""
15281536
"After the underlying buffer has been detached, the :class:`TextIOBase` is in "
15291537
"an unusable state."
15301538
msgstr ""
1539+
"Una vez que se ha separado el búfer subyacente, la :class:`TextIOBase` está "
1540+
"en un estado inutilizable."
15311541

15321542
#: ../Doc/library/io.rst:817
15331543
msgid ""
15341544
"Some :class:`TextIOBase` implementations, like :class:`StringIO`, may not "
15351545
"have the concept of an underlying buffer and calling this method will raise :"
15361546
"exc:`UnsupportedOperation`."
15371547
msgstr ""
1548+
"Algunas implementaciones de :class:`TextIOBase`, como :class:`StringIO`, "
1549+
"puede no tener el concepto de un búfer subyacente y llamar a este método se "
1550+
"lanzará :exc:`UnsupportedOperation`. "
15381551

15391552
#: ../Doc/library/io.rst:825
15401553
msgid ""
15411554
"Read and return at most *size* characters from the stream as a single :class:"
15421555
"`str`. If *size* is negative or ``None``, reads until EOF."
15431556
msgstr ""
1557+
"Leer y devolver como máximo *size* caracteres de la transmisión como un :"
1558+
"class:`str` singular. Si *size* es negativo o ``None``, lee hasta llegar al "
1559+
"fin del archivo."
15441560

15451561
#: ../Doc/library/io.rst:830
15461562
msgid ""
15471563
"Read until newline or EOF and return a single ``str``. If the stream is "
15481564
"already at EOF, an empty string is returned."
15491565
msgstr ""
1566+
"Leer hasta la nueva línea o fin del archivo y devolver un ``str`` singular. "
1567+
"Si la transmisión está al fin del archivo una cadena de caracteres se "
1568+
"devuelve."
15501569

15511570
#: ../Doc/library/io.rst:833
15521571
msgid "If *size* is specified, at most *size* characters will be read."
1553-
msgstr ""
1572+
msgstr "Si se especifica *size* como máximo *size* de caracteres será leído."
15541573

15551574
#: ../Doc/library/io.rst:837
15561575
msgid ""

0 commit comments

Comments
 (0)