New translations gpx.mdx (Portuguese, Brazilian)

This commit is contained in:
vcoppe 2024-07-23 20:38:04 +02:00
parent 9f7ff0ab01
commit 3dee46dde7

View file

@ -1,5 +1,5 @@
--- ---
title: GPX file format title: Formato do arquivo GPX
--- ---
<script> <script>
@ -8,7 +8,7 @@ title: GPX file format
# { title } # { title }
The <a href="https://www.topografix.com/gpx.asp" target="_blank">GPX file format</a> is an open standard for exchanging GPS data between applications and GPS devices. O <a href="https://www.topografix.com/gpx.asp" target="_blank">formato de arquivo GPX</a> é um padrão aberto para troca de dados GPS entre aplicativos e dispositivos GPS.
It essentially consists of a series of GPS points encoding one or multiple GPS traces, and, optionally, some points of interest. It essentially consists of a series of GPS points encoding one or multiple GPS traces, and, optionally, some points of interest.
GPX files may also contain metadata, of which the **name** and **description** fields are the most useful for users. GPX files may also contain metadata, of which the **name** and **description** fields are the most useful for users.
@ -29,6 +29,6 @@ However, the hierarchy described above allows for more advanced use cases, such
### <MapPin size="16" class="inline-block" style="margin-bottom: 2px" /> Points of interest ### <MapPin size="16" class="inline-block" style="margin-bottom: 2px" /> Points of interest
**Points of interest** (technically called _waypoints_) represent locations of interest to show either on a GPS device or on a digital map. **Pontos de interesse** (tecnicamente chamados _pontos de rota_) representam locais de interesse para serem exibidos em um navegador GPS ou em um mapa digital.
In addition to its coordinates, a point of interest can have a **name** and a **description**. In addition to its coordinates, a point of interest can have a **name** and a **description**.