Skip to content

Traducido library/codecs #443

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 20 commits into from
Jul 7, 2020
Merged
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
powrap library/codecs
  • Loading branch information
cmaureir committed Jul 6, 2020
commit 6305ad4d95f27ffeeea148ecd4179fca0d4513b2
16 changes: 8 additions & 8 deletions library/codecs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@ msgid ""
"the whole stream to recover state."
msgstr ""
"Llamar a este método debería garantizar que los datos en la salida se pongan "
"en un estado limpio que permita agregar datos nuevos sin tener que "
"volver a escanear todo el flujo para recuperar el estado."
"en un estado limpio que permita agregar datos nuevos sin tener que volver a "
"escanear todo el flujo para recuperar el estado."

#: ../Doc/library/codecs.rst:704
msgid ""
Expand Down Expand Up @@ -1370,7 +1370,8 @@ msgid ""
"*size*, if given, is passed as size argument to the stream's :meth:`read` "
"method."
msgstr ""
"*size*, si se da, se pasa como argumento de tamaño al método :meth:`read` del *stream*."
"*size*, si se da, se pasa como argumento de tamaño al método :meth:`read` "
"del *stream*."

#: ../Doc/library/codecs.rst:774
msgid ""
Expand All @@ -1392,17 +1393,16 @@ msgid ""
"Line-endings are implemented using the codec's :meth:`decode` method and are "
"included in the list entries if *keepends* is true."
msgstr ""
"Los finales de línea se implementan utilizando el método :meth:"
"`decode` del códec y se incluyen en las entradas de la lista si *keepends* es "
"verdadero."
"Los finales de línea se implementan utilizando el método :meth:`decode` del "
"códec y se incluyen en las entradas de la lista si *keepends* es verdadero."

#: ../Doc/library/codecs.rst:786
msgid ""
"*sizehint*, if given, is passed as the *size* argument to the stream's :meth:"
"`read` method."
msgstr ""
"*sizehint*, si se proporciona, se pasa como argumento *size* al método :meth:`read` del "
"*stream*."
"*sizehint*, si se proporciona, se pasa como argumento *size* al método :meth:"
"`read` del *stream*."

#: ../Doc/library/codecs.rst:792
msgid "Resets the codec buffers used for keeping state."
Expand Down