mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 17:12:31 +00:00
New Crowdin updates (#25)
* New translations en.json (Hungarian) * New translations en.json (Portuguese, Brazilian) * New translations files-and-stats.mdx (Portuguese, Brazilian) * New translations getting-started.mdx (Portuguese, Brazilian) * New translations gpx.mdx (Portuguese, Brazilian) * New translations funding.mdx (Hungarian) * New translations funding.mdx (Portuguese, Brazilian) * New translations mapbox.mdx (Portuguese, Brazilian) * New translations translation.mdx (Portuguese, Brazilian) * New translations integration.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations menu.mdx (Swedish) * New translations menu.mdx (Portuguese, Brazilian) * New translations edit.mdx (Italian) * New translations edit.mdx (Portuguese, Brazilian) * New translations file.mdx (Portuguese, Brazilian) * New translations settings.mdx (Portuguese, Brazilian) * New translations view.mdx (Portuguese, Brazilian) * New translations toolbar.mdx (Portuguese, Brazilian) * New translations clean.mdx (Portuguese, Brazilian) * New translations extract.mdx (Portuguese, Brazilian) * New translations merge.mdx (Spanish) * New translations merge.mdx (Greek) * New translations merge.mdx (Portuguese, Brazilian) * New translations minify.mdx (Portuguese, Brazilian) * New translations poi.mdx (Portuguese, Brazilian) * New translations routing.mdx (Portuguese, Brazilian) * New translations scissors.mdx (Portuguese, Brazilian) * New translations time.mdx (Portuguese, Brazilian)
This commit is contained in:
38
website/src/lib/docs/pt-BR/getting-started.mdx
Normal file
38
website/src/lib/docs/pt-BR/getting-started.mdx
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: Getting started
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
import interfaceScreenshot from '$lib/assets/img/docs/getting-started/interface.png?enhanced';
|
||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||
</script>
|
||||
|
||||
# { title }
|
||||
|
||||
Welcome to the official guide for **gpx.studio**!
|
||||
This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application.
|
||||
|
||||
<DocsImage src={interfaceScreenshot} alt="The gpx.studio interface." />
|
||||
|
||||
As shown in the screenshot above, the interface is divided into four main sections organized around the map.
|
||||
Before we dive into the details of each section, let's have a quick overview of the interface.
|
||||
|
||||
## Menu
|
||||
|
||||
At the top of the interface, you will find the [main menu](./menu).
|
||||
This is where you can access common actions such as opening, closing, and exporting files, undoing and redoing actions, and adjusting the application settings.
|
||||
|
||||
## Files and statistics
|
||||
|
||||
At the bottom of the interface, you will find the list of files currently open in the application.
|
||||
You can click on a file to select it and display its statistics below the list.
|
||||
In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a vertical layout for advanced file management.
|
||||
|
||||
## Toolbar
|
||||
|
||||
On the left side of the interface, you will find the [toolbar](./toolbar), which contains all the tools you can use to edit your files.
|
||||
|
||||
## Map controls
|
||||
|
||||
Finally, on the right side of the interface, you will find the [map controls](./map-controls).
|
||||
These controls allow you to navigate the map, zoom in and out, and switch between different map styles.
|
Reference in New Issue
Block a user