New translations minify.mdx (Catalan)

This commit is contained in:
vcoppe 2025-01-30 11:54:14 +01:00
parent 26ec7b10a2
commit 9e136615be

View file

@ -1,5 +1,5 @@
---
title: Minify
title: Minimitzar
---
<script>
@ -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.
Aquesta eina es pot utilitzar per reduir el nombre de punts GPS en una traça, cosa que serà útil per disminuir la seva mida.
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.
Pots ajustar la tolerància de l'algoritme de simplificació utilitzant el lliscador i veure el nombre de punts que es conservaran, així com la traça simplificada al mapa.
<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>.
El valor de tolerància representa la màxima distància permesa entre la traça original i la simplificada.
Pots llegir més sobre l'algoritme utilitzat <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">aquí</a>.
</DocsNote>