New translations minify.mdx (German)

This commit is contained in:
vcoppe 2024-10-21 22:40:22 +02:00
parent 4348a620dd
commit 75787e9bc9

View file

@ -10,9 +10,9 @@ title: Minify
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size.
Dieses Tool kann benutzt werden, um die Anzahl der GPS-Punkte in einer Spur zu reduzieren, was nützlich sein kann, um seine Größe zu verringern.
You can adjust the tolerance of the simplification algorithm using the slider, and see the number of points that will be kept, as well as the simplified trace on the map.
Sie können die Toleranz des Vereinfachungsalgorithmus mit dem Schieberegler anpassen, und sehen Sie die Anzahl der Punkte, die beibehalten werden, sowie die vereinfachte Spur auf der Karte.
<div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
@ -20,7 +20,7 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
<DocsNote>
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
Der Toleranzwert repräsentiert den erlaubten maximalen Abstand zwischen der ursprünglichen Spur und der vereinfachten Spur.
Lesen Sie mehr über den <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">Algorithmus hier</a>.
</DocsNote>