mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
New Crowdin updates (#202)
* New translations en.json (German) * New translations en.json (Italian) * New translations settings.mdx (Italian) * New translations en.json (Italian) * New translations settings.mdx (Italian) * New translations en.json (Portuguese) * New translations en.json (Ukrainian) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations menu.mdx (Portuguese) * New translations toolbar.mdx (Portuguese) * New translations en.json (German) * New translations translation.mdx (Portuguese) * New translations en.json (Chinese Simplified) * New translations toolbar.mdx (Polish) * New translations menu.mdx (Portuguese) * New translations getting-started.mdx (German) * New translations edit.mdx (German) * New translations view.mdx (German) * New translations funding.mdx (Catalan) * New translations edit.mdx (Czech) * New translations file.mdx (Czech) * New translations settings.mdx (Czech) * New translations settings.mdx (Czech) * New translations settings.mdx (Czech) * New translations edit.mdx (Czech) * New translations view.mdx (Czech) * New translations extract.mdx (Czech) * New translations merge.mdx (Czech) * New translations scissors.mdx (Czech) * New translations time.mdx (Czech) * New translations elevation.mdx (Czech) * New translations extract.mdx (Czech) * New translations clean.mdx (Czech) * New translations en.json (Danish) * New translations faq.mdx (Czech) * New translations faq.mdx (Czech) * New translations en.json (Czech) * New translations files-and-stats.mdx (Czech) * New translations getting-started.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations menu.mdx (Czech) * New translations toolbar.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations edit.mdx (Czech) * New translations view.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations files-and-stats.mdx (Czech) * New translations gpx.mdx (Czech) * New translations gpx.mdx (Czech) * New translations integration.mdx (Czech) * New translations view.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations integration.mdx (Czech) * New translations map-controls.mdx (Czech) * New translations toolbar.mdx (Czech) * New translations en.json (Czech) * New translations settings.mdx (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Basque) * New translations files-and-stats.mdx (Basque) * New translations getting-started.mdx (Basque) * New translations gpx.mdx (Basque) * New translations funding.mdx (Basque) * New translations mapbox.mdx (Basque) * New translations translation.mdx (Basque) * New translations integration.mdx (Basque) * New translations map-controls.mdx (Basque) * New translations menu.mdx (Basque) * New translations edit.mdx (Basque) * New translations file.mdx (Basque) * New translations settings.mdx (Basque) * New translations view.mdx (Basque) * New translations toolbar.mdx (Basque) * New translations clean.mdx (Basque) * New translations extract.mdx (Basque) * New translations merge.mdx (Basque) * New translations minify.mdx (Basque) * New translations poi.mdx (Basque) * New translations routing.mdx (Basque) * New translations scissors.mdx (Basque) * New translations time.mdx (Basque) * New translations faq.mdx (Basque) * New translations elevation.mdx (Basque) * New translations settings.mdx (Portuguese)
This commit is contained in:
37
website/src/lib/docs/eu/getting-started.mdx
Normal file
37
website/src/lib/docs/eu/getting-started.mdx
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: Getting started
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
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="getting-started/interface" 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 tree 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