Skip to content

Traduccion traceback.po #409

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 7 commits into from
Jun 30, 2020
Merged

Traduccion traceback.po #409

merged 7 commits into from
Jun 30, 2020

Conversation

beejeke
Copy link
Contributor

@beejeke beejeke commented Jun 15, 2020

Closes #201

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.

Yo creo que falta definir tres cosas y estaríamos listos con este PR:

  • La traducción de "traceback" (elegir "seguimiento de pila" o "traza de pila")
  • (sugerencia) Usar "cadena de caracteres" para "string"
  • (sugerencia) Usar "imprimir" cuando hablamos de "print"


#: ../Doc/library/traceback.rst:74
msgid ""
"This is a shorthand for ``print_exception(sys.last_type, sys.last_value, sys."
"last_traceback, limit, file, chain)``. In general it will work only after "
"an exception has reached an interactive prompt (see :data:`sys.last_type`)."
msgstr ""
"Esto es un atajo para ``print_exception(sys.last_type, sys.last_value, sys."
"last_traceback, limit, file, chain)``. En general, solo funciona después de "
"que una excepción ha alcanzado un *promt* interactivo (ver :data:`sys."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yo creo que deberíamos agregar "Prompt" al dict https://es.wikipedia.org/wiki/Prompt

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sí, mejor añadirlo (si no lo está ya, que no me fijé en eso)

@@ -33,17 +35,25 @@ msgid ""
"print stack traces under program control, such as in a \"wrapper\" around "
"the interpreter."
msgstr ""
"Este módulo brinda una interfaz estándar para extraer, formatear y mostrar "
"trazas de pilas de programas de Python. Dicho módulo copia el comportamiento "
Copy link
Collaborator

Choose a reason for hiding this comment

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

En algunos lugares tienes "trazas de pilas" y en otros "seguimientos de pila", yo creo que es mejor elegir una y usarla en todo el archivo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sí, como te comenté en la primera suggestion, mejor sería dejar "seguimiento de pila" como traducción de "traceback"

beejeke and others added 3 commits June 29, 2020 11:09
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
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.

Yo agregaría pre al dict y con el comentario que dejé de donde faltaba un : ya estaríamos listos casi para el merge :)
Le daré otra pasada el archivo cuando mires estos dos detalles.

Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
@cmaureir
Copy link
Collaborator

Creo que aún falta agregar pre al diccionario y el build de seguro pasa :)

@cmaureir cmaureir merged commit ff41c88 into python:3.8 Jun 30, 2020
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/traceback.po
2 participants