Update catalog.es.i18n

This commit is contained in:
redgl0w
2019-11-02 10:11:51 +01:00
committed by GitHub
parent 49b5c6c22d
commit 3ad3ef6be4

View File

@@ -128,3 +128,9 @@ PythonTurtleSpeed = "Drawing speed between 0 and 10"
PythonTurtleWhite = "White color"
PythonTurtleYellow = "Yellow color"
PythonUniform = "Floating point number in [a,b]"
PythonTimeModule = "Time"
PythonTimeFromImport = "Import time module"
PythonTimeImport = "Import time module"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Esperar n segundos"
PythonTimeMonotonic = "Tiempo monótono de retorno"