Some corrections and many additions to German translation, mostly Python toolbox

This commit is contained in:
Pixelpunker
2021-06-28 16:09:49 +02:00
parent e62c328661
commit a3720d3d76
9 changed files with 204 additions and 204 deletions

View File

@@ -103,7 +103,7 @@ PythonPower = "x raised to the power y"
PythonPrint = "Print object"
PythonRadians = "Convert x from degrees to radians"
PythonRandint = "Random integer in [a,b]"
PythonRandom = "Floating point number in [0,1["
PythonRandom = "Floating point number in [0,1]"
PythonRandomFunction = "random module function prefix"
PythonRandrange = "Random number in range(start,stop)"
PythonRangeStartStop = "List from start to stop-1"