New translations minify.mdx (Portuguese, Brazilian)

This commit is contained in:
vcoppe 2024-07-24 20:59:48 +02:00
parent 9bd8747343
commit 307e068f2c

View file

@ -10,9 +10,9 @@ title: Minificar
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <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. Esta ferramenta pode ser utilizada para reduzir o número de pontos GPS em um traço, o que pode ser útil para diminuir seu tamanho.
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. Você pode ajustar a tolerância do algoritmo de simplificação usando o controle deslizante, e ver o número de pontos que serão mantidos, bem como o traço simplificado no mapa.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" /> <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> <DocsNote>
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace. O valor da tolerância representa a distância máxima permitida entre o traço original e o traço simplificado.
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>. Você pode ler mais sobre o algoritmo usado <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">aqui</a>.
</DocsNote> </DocsNote>