Skip to content

Commit d4bb756

Browse files
committedJul 28, 2020
actualización sin precomit
1 parent 34f7bc3 commit d4bb756

File tree

5 files changed

+37
-48
lines changed

5 files changed

+37
-48
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repos:
88
rev: pre-commit
99
hooks:
1010
- id: pospell
11-
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES', '--language', 'es_AR']
11+
args: ['--personal-dict', 'dictionaries/library_turtle.txt', '--modified', '--language', 'es_ES', '--language', 'es_AR']

‎dict

-39
Original file line numberDiff line numberDiff line change
@@ -1059,42 +1059,3 @@ rastrearlo
10591059
readquirir
10601060
Dijkstra
10611061
Edsger
1062-
Subsecuentemente
1063-
clickear
1064-
Logo
1065-
Wally
1066-
Feurzeig
1067-
Seymour
1068-
Papert
1069-
Cynthia
1070-
Solomon
1071-
pixeles
1072-
reimplementación
1073-
interface
1074-
TurtleScreen
1075-
Screen
1076-
innombrado
1077-
logo
1078-
antihorario
1079-
pensize
1080-
stamp
1081-
standard
1082-
world
1083-
resizemode
1084-
turtleshape
1085-
pensize
1086-
speed
1087-
stretchfactor
1088-
outline
1089-
tilt
1090-
colormode
1091-
intersectados
1092-
mouse
1093-
trio
1094-
False
1095-
gif
1096-
ej
1097-
redimensiona
1098-
re
1099-
mili
1100-
space

‎dictionary/library_turtle.txt ‎dictionaries/library_turtle.txt

+20
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,23 @@ redimensiona
3939
re
4040
mili
4141
space
42+
Turtle
43+
x
44+
Python
45+
turtle
46+
None
47+
tupla
48+
call
49+
s
50+
t
51+
click
52+
buffer
53+
milisegundos
54+
TKinter
55+
script
56+
subproceso
57+
tuplas
58+
p
59+
z
60+
eventollamando
61+
n

‎errores.txt

Whitespace-only changes.

‎library/turtle.po

+16-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-07-14 17:12-0300\n"
14+
"PO-Revision-Date: 2020-07-28 07:37-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1948,7 +1948,6 @@ msgstr "entero no negativo"
19481948

19491949
# n-th lo enconté como enésima, pero no se si se entiende la frase
19501950
#: ../Doc/library/turtle.rst:1733
1951-
#, fuzzy
19521951
msgid ""
19531952
"Turn turtle animation on/off and set delay for update drawings. If *n* is "
19541953
"given, only each n-th regular screen update is really performed. (Can be "
@@ -1990,7 +1989,8 @@ msgstr "una función sin argumentos o ``None``"
19901989
#: ../Doc/library/turtle.rst:1771 ../Doc/library/turtle.rst:1791
19911990
msgid "a string: key (e.g. \"a\") or key-symbol (e.g. \"space\")"
19921991
msgstr ""
1993-
"una cadena de caracteres: tecla (por ejemplo, \"a\") o una acción del teclado (por ejemplo, \"space\")"
1992+
"una cadena de caracteres: tecla (por ejemplo, \"a\") o una acción del "
1993+
"teclado (por ejemplo, \"space\")"
19941994

19951995
#: ../Doc/library/turtle.rst:1773
19961996
msgid ""
@@ -2019,7 +2019,7 @@ msgid ""
20192019
"Bind *fun* to mouse-click events on this screen. If *fun* is ``None``, "
20202020
"existing bindings are removed."
20212021
msgstr ""
2022-
"vincula *fun* a eventos de click del mouse en esta pantalla. Si *fun* es "
2022+
"Vincula *fun* a eventos de click del mouse en esta pantalla. Si *fun* es "
20232023
"``None``, los vínculos existentes son removidos."
20242024

20252025
#: ../Doc/library/turtle.rst:1820
@@ -2042,15 +2042,15 @@ msgstr ""
20422042

20432043
#: ../Doc/library/turtle.rst:1838
20442044
msgid "a function with no arguments"
2045-
msgstr ""
2045+
msgstr "una función sin argumentos"
20462046

20472047
#: ../Doc/library/turtle.rst:1839
20482048
msgid "a number >= 0"
2049-
msgstr ""
2049+
msgstr "un número >= 0"
20502050

20512051
#: ../Doc/library/turtle.rst:1841
20522052
msgid "Install a timer that calls *fun* after *t* milliseconds."
2053-
msgstr ""
2053+
msgstr "Instala un temporizador que llama a *fun* cada *t* milisegundos."
20542054

20552055
#: ../Doc/library/turtle.rst:1859
20562056
msgid ""
@@ -2059,11 +2059,15 @@ msgid ""
20592059
"run from within IDLE in -n mode (No subprocess) - for interactive use of "
20602060
"turtle graphics. ::"
20612061
msgstr ""
2062+
"Comienza un bucle de evento - llamando a la función *mainloop* del "
2063+
"*Tkinter*. Debe ser la última declaración en un programa gráfico de turtle. "
2064+
"*No* debe ser usado si algún script es corrido dentro del IDLE en modo -n "
2065+
"(Sin subproceso) - para uso interactivo de gráficos turtle.::"
20622066

20632067
#: ../Doc/library/turtle.rst:1872 ../Doc/library/turtle.rst:1873
20642068
#: ../Doc/library/turtle.rst:1885 ../Doc/library/turtle.rst:1886
20652069
msgid "string"
2066-
msgstr ""
2070+
msgstr "cadena de caracteres"
20672071

20682072
#: ../Doc/library/turtle.rst:1875
20692073
msgid ""
@@ -2072,6 +2076,10 @@ msgid ""
20722076
"input. Return the string input. If the dialog is canceled, return "
20732077
"``None``. ::"
20742078
msgstr ""
2079+
"Abre una ventana de diálogo para ingresar una cadena de caracteres. El "
2080+
"parámetro *title* es el título de la ventana de diálogo, *prompt* es un "
2081+
"texto que usualmente describe que información se debe ingresar. Devuelve la "
2082+
"cadena ingresada. Si el diálogo es cancelado, devuelve `None``. ::"
20752083

20762084
#: ../Doc/library/turtle.rst:1891
20772085
msgid ""

0 commit comments

Comments
 (0)
Please sign in to comment.