Skip to content

Traduccion traceback.po#409

Merged
cmaureir merged 7 commits into
python:3.8from
beejeke:traduccion-traceback
Jun 30, 2020
Merged

Traduccion traceback.po#409
cmaureir merged 7 commits into
python:3.8from
beejeke:traduccion-traceback

Conversation

@beejeke

@beejeke beejeke commented Jun 15, 2020

Copy link
Copy Markdown
Contributor

Closes #201

@cmaureir cmaureir left a comment

Copy link
Copy Markdown
Collaborator

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"

Comment thread library/traceback.po Outdated
Comment thread library/traceback.po
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
Copy Markdown
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
Copy Markdown
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)

Comment thread library/traceback.po Outdated
Comment thread library/traceback.po
"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
Copy Markdown
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
Copy Markdown
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>

@cmaureir cmaureir left a comment

Copy link
Copy Markdown
Collaborator

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.

Comment thread library/traceback.po Outdated
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
@cmaureir

Copy link
Copy Markdown
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