Skip to content

Commit

Permalink
Merge pull request #21 from byronogarcia/patch-2
Browse files Browse the repository at this point in the history
Added Standard Drawing/Audio/Color/Misc Libaries
  • Loading branch information
marsalad authored Oct 27, 2017
2 parents ed056c3 + 574374b commit a849b20
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions langs/spanish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,37 @@ readAllBooleans=leeTodoBooleanos
readAllStrings=leeTodoCuerdas
readAllLines=leeTodoLineas
readAll=leeTodo

line=linea
point=punto
circle=circulo
filledCircle=llenoCirculo
square=cuadro
filledSquare=llenoCuadro
rectangle=rectangulo
filledRectangle=llenoRectangulo
polygon=poligono
filledPolygon=filledPoligono
text=texto
setXscale=fijarXescala
setYscale=fijarYescala
setPenRadius=fijarPlumaRadio
setPenColor=fijarPlumaColor
setFont=fijarFuente
setCanvasSize=fijarLonaTamano
show=mostrar
clear=claro
pause=pausa
save=salvar
play=juega
read=lee
charAt=caraA
substring=subcuerda
startsWith=empiezaCon
endsWith=terminaCon
compareTo=compararA
toLowerCase=aMinuscula
toUpperCase=aMayuscula
replaceAll=reemplazarTodo
split=division
equals=igual

0 comments on commit a849b20

Please sign in to comment.