diff --git a/website/src/lib/docs/pt/gpx.mdx b/website/src/lib/docs/pt/gpx.mdx index bef13ac7..6e5e0911 100644 --- a/website/src/lib/docs/pt/gpx.mdx +++ b/website/src/lib/docs/pt/gpx.mdx @@ -18,7 +18,7 @@ GPX files may also contain metadata, of which the **name** and **description** f As mentioned above, a GPX file can contain multiple GPS traces. These are organized in a hierarchical structure, with tracks at the top level. -- A **track** is made of a sequence of disconnected segments. +- Uma **faixa** é feita de uma sequência de segmentos desconectados. Furthermore, it can contain metadata such as a **name**, a **description**, and **appearance properties**. - A **segment** is a sequence of GPS points that form a continuous path. - A **GPS point** is a location with a latitude, a longitude, and optionally a timestamp and an altitude.