From 3ad3ef6be45a701634401c9e05f1ea88c3019157 Mon Sep 17 00:00:00 2001 From: redgl0w <43498612+RedGl0w@users.noreply.github.com> Date: Sat, 2 Nov 2019 10:11:51 +0100 Subject: [PATCH] Update catalog.es.i18n --- apps/code/catalog.es.i18n | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/code/catalog.es.i18n b/apps/code/catalog.es.i18n index 312851e59..efd4ae58e 100644 --- a/apps/code/catalog.es.i18n +++ b/apps/code/catalog.es.i18n @@ -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"