Skip to content

Traducido archivo library/pickletools #1050

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 5 commits into from
Oct 19, 2020
Merged

Traducido archivo library/pickletools #1050

merged 5 commits into from
Oct 19, 2020

Conversation

Jighdan
Copy link
Contributor

@Jighdan Jighdan commented Oct 10, 2020

Closes #870

Copy link
Contributor

@bleucode bleucode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buenas! La traducción se entiende bastante bien. Te deje algunos comentarios, sobretodo en la traducción de la palabra disassemble , espero lo encuentres útil. Saludos :)


#: ../Doc/library/pickletools.rst:68
msgid ""
"When multiple objects are disassembled, preserve memo between disassemblies."
msgstr ""
"Cuando se desensamblan varios objetos, conserve la nota entre los "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Cuando se desensamblan varios objetos, conserve la nota entre los "
"Cuando se desmontan varios objetos, conserve la nota entre los "

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todas estas referencias de "dissassembled" vienen de la interacción con código de máquina, y por lo general uno se refiere a ello como "ensamblar" o "desensamblar" https://es.wikipedia.org/wiki/Lenguaje_ensamblador


#: ../Doc/library/pickletools.rst:68
msgid ""
"When multiple objects are disassembled, preserve memo between disassemblies."
msgstr ""
"Cuando se desensamblan varios objetos, conserve la nota entre los "
"ensamblajes."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ensamblajes."
"desmontajes."


#: ../Doc/library/pickletools.rst:73
msgid ""
"When more than one pickle file are specified, print given preamble before "
"each disassembly."
msgstr ""
"Cuando se especifica más de un archivo pickle, imprima un preámbulo "
"determinado antes de cada desensamblado."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"determinado antes de cada desensamblado."
"determinado antes de cada desmontaje."

@@ -96,10 +117,20 @@ msgid ""
"short description. The value of *annotate* is used as a hint for the column "
"where annotation should start."
msgstr ""
"Produce un desensamblado simbólico del pickle en el objeto similar a un "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me parece mas correcto usar el verbo desmontar y los sustantivos correspondientes al mismo. No se que pensas vos. :)

@@ -48,41 +56,54 @@ msgid ""
"pickle file that you want to examine comes from an untrusted source, ``-m "
"pickletools`` is a safer option because it does not execute pickle bytecode."
msgstr ""
"Cuando se invoca desde la línea de comandos, ``python -m pickletools`` "
"desensamblará el contenido de uno o más archivos pickle. Tenga en cuenta "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aquí puede ser "desmontará". Aunque también se habla de "deserialización" y "serialización". Fuente: https://rico-schmidt.name/pymotw-3/pickle/index.html https://programacion.net/articulo/los_pickles_de_python_1860

Co-authored-by: Maia <68238091+bleucode@users.noreply.github.com>
@cmaureir
Copy link
Collaborator

@Jighdan powrap y el build pasa!

@Jighdan
Copy link
Contributor Author

Jighdan commented Oct 18, 2020

Listo @cmaureir!

Gracias @bleucode por las correciones, tome algunas en cuenta :-)

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dos cosas y mergeamos

Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
@cmaureir cmaureir merged commit c320311 into python:3.8 Oct 19, 2020
@cmaureir
Copy link
Collaborator

Muchas gracias @Jighdan 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate 'library/pickletools.po'
3 participants