From 1e4d97e323ebfad356e506679e95a03aaf7cfcdb Mon Sep 17 00:00:00 2001 From: redgl0w <43498612+RedGl0w@users.noreply.github.com> Date: Sat, 2 Nov 2019 10:10:56 +0100 Subject: [PATCH] Update catalog.de.i18n --- apps/code/catalog.de.i18n | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index fa6a0999d..8a2cf7dc9 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.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 = "Warten Sie n Sekunden lang" +PythonTimeMonotonic = "Monotone Zeit zurückgeben"