Skip to content
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

Translate library/turtle #3332

Open
wants to merge 1 commit into
base: 3.13
Choose a base branch
from
Open

Translate library/turtle #3332

wants to merge 1 commit into from

Conversation

cmaureir
Copy link
Collaborator

Closes #2910

Copy link

All entries translated, horray! 🎉


#: ../Doc/library/turtle.rst:47
msgid ""
"It's an effective and well-proven way for learners to encounter programming "
"concepts and interaction with software, as it provides instant, visible "
"feedback. It also provides convenient access to graphical output in general."
msgstr ""
"Es una forma eficaz y de eficacia probada para que los estudiantes conozcan "
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
"Es una forma eficaz y de eficacia probada para que los estudiantes conozcan "
"Es una forma eficaz y probada para que los estudiantes conozcan "

Suena menos redundante.


#: ../Doc/library/turtle.rst:290
msgid "Turtle graphics reference"
msgstr ""
msgstr "Referencia gráfica de tortugas"
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
msgstr "Referencia gráfica de tortugas"
msgstr "Referencia gráficos de tortugas"

Por consistencia nomás

@@ -1617,6 +1919,10 @@ msgid ""
"1\n"
">>> turtle.pensize(10) # from here on lines of width 10 are drawn"
msgstr ""
">>> turtle.pensize()\n"
"1\n"
">>> turtle.pensize(10) # desde aquí en adelante se dibujan líneas con "
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
">>> turtle.pensize(10) # desde aquí en adelante se dibujan líneas con "
">>> turtle.pensize(10) # de aquí en adelante se dibujan líneas con "

@@ -3105,19 +3627,21 @@ msgid ""
">>> mode()\n"
"'logo'"
msgstr ""
">>> mode(\"logo\") # resets turtle heading to north\n"
Copy link
Contributor

Choose a reason for hiding this comment

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

El comentario lo dejamos?

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/turtle.po
2 participants