Skip to content

Commit b05e563

Browse files
committed
Correcciones según sugerencias del review
1 parent 40fc7b2 commit b05e563

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

library/lzma.po

Lines changed: 13 additions & 13 deletions
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-09-29 18:14-0400\n"
14+
"PO-Revision-Date: 2020-10-01 21:27-0400\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -51,11 +51,11 @@ msgid ""
5151
"`LZMAFile` instance from multiple threads, it is necessary to protect it "
5252
"with a lock."
5353
msgstr ""
54-
"La interfaz proveída por este módulo es muy similar al del módulo :mod:"
55-
"`bz2`. Sin embargo, note que :class:`LZMAFile` *no* es thread-safe, a "
54+
"La interfaz que provee este módulo es muy similar al del módulo :mod:`bz2`. "
55+
"Sin embargo, note que :class:`LZMAFile` *no* es seguro en hilos, a "
5656
"diferencia de :class:`bz2.BZ2File`, así que si necesita utilizar una única "
5757
"instancia :class:`LZMAFile` desde múltiples hilos, es necesario protegerse "
58-
"con un bloqueo."
58+
"con un bloqueo (*lock*)."
5959

6060
#: ../Doc/library/lzma.rst:29
6161
msgid ""
@@ -85,7 +85,7 @@ msgid ""
8585
"read from or write to."
8686
msgstr ""
8787
"El argumento *filename* puede ser un nombre de fichero real (dado como un "
88-
"objeto :class:`str`, :class:`bytes` o :term:`path-like<path-like object>`), "
88+
"objeto :class:`str`, :class:`bytes` o :term:`path-like <path-like object>`), "
8989
"en cuyo caso el fichero nombrado es abierto, o puede ser un objeto de "
9090
"fichero existente para leer o escribir."
9191

@@ -99,7 +99,7 @@ msgstr ""
9999
"El argumento *mode* puede ser cualquiera de ``\"r\"``, ``\"rb\"``, ``\"w"
100100
"\"``, ``\"wb\"``, ``\"x\"``, ``\"xb\"``, ``\"a\"`` o ``\"a\"`` para modo "
101101
"binario, o ``\"rt\"``, ``\"wt\"``, ``\"xt\"``, o ``\"at\"`` para modo texto. "
102-
"Por defecto es ``\"rb\"``."
102+
"Por defecto es ``\"rb\"``."
103103

104104
#: ../Doc/library/lzma.rst:50 ../Doc/library/lzma.rst:95
105105
msgid ""
@@ -126,8 +126,8 @@ msgid ""
126126
"*encoding*, *errors* and *newline* arguments must not be provided."
127127
msgstr ""
128128
"Para modo binario, esta función es equivalente al constructor :class:"
129-
"`LZMAFile`: ``LZMAFile(nombre de fichero, modo, ...)``. En este caso, los "
130-
"argumentos *encoding*, *errors* y *newline* no deben ser proveídos."
129+
"`LZMAFile`: ``LZMAFile(filename, mode, ...)``. En este caso, los argumentos "
130+
"*encoding*, *errors* y *newline* no deben ser proveídos."
131131

132132
#: ../Doc/library/lzma.rst:61
133133
msgid ""
@@ -237,7 +237,7 @@ msgstr ""
237237

238238
#: ../Doc/library/lzma.rst:119
239239
msgid "Added support for the ``\"x\"`` and ``\"xb\"`` modes."
240-
msgstr "Agregado soporta para los modos ``\"x\"`` y ``\"xb\"``."
240+
msgstr "Agregado soporte para los modos ``\"x\"`` y ``\"xb\"``."
241241

242242
#: ../Doc/library/lzma.rst:122
243243
msgid ""
@@ -546,7 +546,7 @@ msgstr ""
546546

547547
#: ../Doc/library/lzma.rst:264
548548
msgid "Added the *max_length* parameter."
549-
msgstr "Agregado el parámetro *max-length*."
549+
msgstr "Agregado el parámetro *max_length*."
550550

551551
#: ../Doc/library/lzma.rst:269
552552
msgid ""
@@ -683,7 +683,7 @@ msgstr ":const:`FILTER_DELTA`"
683683

684684
#: ../Doc/library/lzma.rst:347
685685
msgid "Branch-Call-Jump (BCJ) filters:"
686-
msgstr "Filtros Branch-Call-Jump (BCJ):"
686+
msgstr "Filtros *Branch-Call-Jump (BCJ)*:"
687687

688688
#: ../Doc/library/lzma.rst:342
689689
msgid ":const:`FILTER_X86`"
@@ -740,8 +740,8 @@ msgid ""
740740
"``dict_size``: Dictionary size in bytes. This should be between 4 KiB and "
741741
"1.5 GiB (inclusive)."
742742
msgstr ""
743-
"``dict_size``: Peso del diccionario en bytes. Esto debería estar entre 4 kiB "
744-
"y 1.5 GiB (inclusive)."
743+
"``dict_size``: Tamaño del diccionario en bytes. Esto debería estar entre 4 "
744+
"kiB y 1.5 GiB (inclusive)."
745745

746746
#: ../Doc/library/lzma.rst:360
747747
msgid "``lc``: Number of literal context bits."

0 commit comments

Comments
 (0)