From 42cce6d5a24964999e10a247b276eca6fd23e2cb Mon Sep 17 00:00:00 2001 From: dlatikay <53712466+dlatikaynen@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:41:04 +0100 Subject: [PATCH] # - 2024, shorts, mandelbrot --- 2024/shorts/mandelbrot/german/description.json | 2 +- .../mandelbrot/german/sentence_translations.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2024/shorts/mandelbrot/german/description.json b/2024/shorts/mandelbrot/german/description.json index 62787092c..286f38178 100644 --- a/2024/shorts/mandelbrot/german/description.json +++ b/2024/shorts/mandelbrot/german/description.json @@ -1,6 +1,6 @@ [ { - "translatedText": "Unten auf dem Bildschirm finden Sie einen Link zum vollständigen Video mit der Antwort auf diese Frage. Oder als Referenz: https://youtu.be/LqbZpur38nw", + "translatedText": "Am unteren Bildrand finden Sie einen Link zum vollständigen Video, in dem diese Frage ausführlich behandelt wird. Oder hier als Referenz: https://youtu.be/LqbZpur38nw", "input": "A link to the full video answering this is at the bottom of the screen. Or, for reference: https://youtu.be/LqbZpur38nw" } ] \ No newline at end of file diff --git a/2024/shorts/mandelbrot/german/sentence_translations.json b/2024/shorts/mandelbrot/german/sentence_translations.json index d6ab70899..e9f6368aa 100644 --- a/2024/shorts/mandelbrot/german/sentence_translations.json +++ b/2024/shorts/mandelbrot/german/sentence_translations.json @@ -1,6 +1,6 @@ [ { - "translatedText": "Die Mandelbrot-Menge ist eines der bekanntesten Bilder in der Mathematik.", + "translatedText": "Die Mandelbrot-Menge ist eines der bekanntesten Bilder der Mathematik überhaupt.", "input": "The Mandelbrot set is one of the most iconic images in all of math.", "time_range": [ 0.0, @@ -8,7 +8,7 @@ ] }, { - "translatedText": "Sie beginnen mit einer komplexen Zahl, c, und definieren dann rekursiv eine Folge komplexer Zahlen, wobei die Folge mit 0 beginnt und jeder neue Wert als Quadrat des vorherigen Werts plus c definiert wird.", + "translatedText": "Man beginnt mit einer komplexen Zahl, c, und definiert dann rekursiv eine Folge komplexer Zahlen, wobei die Folge mit 0 beginnt und jeder neue Wert als Quadrat des vorherigen Werts plus c definiert wird.", "input": "You start with some complex number, c, and then you recursively define a sequence of complex numbers where the sequence starts with 0, and each new value is defined to be the square of the previous value, plus c.", "time_range": [ 3.78, @@ -16,7 +16,7 @@ ] }, { - "translatedText": "So nehmen Sie zum Beispiel bei der allerersten Iteration 0 zum Quadrat plus c, was bedeutet, dass z1 einfach c ist, und dann nehmen Sie für die nächste Iteration diese Zahl zum Quadrat plus c, was bedeutet, dass z2 das Quadrat von c plus c ist, und so weiter und so weiter.", + "translatedText": "So nehmen Sie zum Beispiel bei der allerersten Iteration 0 zum Quadrat plus c, was bedeutet, dass z1 einfach c ist, und dann nehmen Sie für die nächste Iteration diese Zahl zum Quadrat plus c, was bedeutet, dass z2 das Quadrat von c plus c ist, und so weiter und so fort.", "input": "So, for example, on the very first iteration, you take 0 squared plus c, meaning z1 is just c, and then for the next iteration, you take that number squared plus c, meaning z2 is c squared plus c, and so on and so forth.", "time_range": [ 16.78, @@ -32,7 +32,7 @@ ] }, { - "translatedText": "Abhängig von der Wahl dieses Werts c bleibt die Folge manchmal begrenzt und manchmal geht sie in die Unendlichkeit über.", + "translatedText": "Abhängig von der Wahl dieses Werts c bleibt die Folge manchmal begrenzt und manchmal bricht sie aus ins Unendliche.", "input": "Depending on the choice for that value c, sometimes the sequence stays bounded, and sometimes it blows up to infinity.", "time_range": [ 35.56, @@ -40,7 +40,7 @@ ] }, { - "translatedText": "Wenn Sie alle Werte von c, die dazu führen, dass dieser Prozess begrenzt bleibt, schwarz einfärben und auf die anderen Werte einen Farbverlauf anwenden, wobei die Farbe davon abhängt, wie schnell der Prozess bis ins Unendliche ansteigt, erhalten Sie diese ikonische Niere -mit-Blasen-Form.", + "translatedText": "Wenn man alle Werte von c, die dazu führen, dass dieser Prozess begrenzt bleibt, schwarz lässt, und die anderen Werten als Farbverlauf darstellt, wobei die Farbe davon abhängt, wie schnell die Iteration gegen unendlich geht, ergibt sich diese ikonische Herzkurve-mit-Blasen-Form.", "input": "If you color all of the values of c that cause this process to stay bounded black, and you apply some gradient of colors to the other values, where the color depends on how quickly the process blows up to infinity, you get this iconic, cardioid-with-bubbles shape.", "time_range": [ 42.06,