mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00

* New translations edit.mdx (Italian) * New translations edit.mdx (Italian) * New translations en.json (Portuguese, Brazilian) * New translations edit.mdx (Portuguese, Brazilian) * New translations faq.mdx (Portuguese, Brazilian) * New translations elevation.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Romanian) * New translations map-controls.mdx (French) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (Catalan) * New translations map-controls.mdx (Czech) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Greek) * New translations map-controls.mdx (Hungarian) * New translations map-controls.mdx (Italian) * New translations map-controls.mdx (Lithuanian) * New translations map-controls.mdx (Dutch) * New translations map-controls.mdx (Norwegian) * New translations map-controls.mdx (Polish) * New translations map-controls.mdx (Portuguese) * New translations map-controls.mdx (Russian) * New translations map-controls.mdx (Swedish) * New translations map-controls.mdx (Chinese Simplified) * New translations map-controls.mdx (Vietnamese) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (Romanian) * New translations settings.mdx (French) * New translations settings.mdx (Spanish) * New translations settings.mdx (Catalan) * New translations settings.mdx (Czech) * New translations settings.mdx (German) * New translations settings.mdx (Greek) * New translations settings.mdx (Hungarian) * New translations settings.mdx (Italian) * New translations settings.mdx (Lithuanian) * New translations settings.mdx (Dutch) * New translations settings.mdx (Norwegian) * New translations settings.mdx (Polish) * New translations settings.mdx (Portuguese) * New translations settings.mdx (Russian) * New translations settings.mdx (Swedish) * New translations settings.mdx (Chinese Simplified) * New translations settings.mdx (Vietnamese) * New translations settings.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Korean) * New translations settings.mdx (Korean) * New translations map-controls.mdx (Hebrew) * New translations settings.mdx (Hebrew) * New translations map-controls.mdx (Finnish) * New translations settings.mdx (Finnish) * New translations map-controls.mdx (Belarusian) * New translations settings.mdx (Belarusian) * New translations map-controls.mdx (Serbian (Latin)) * New translations settings.mdx (Serbian (Latin)) * New translations map-controls.mdx (Danish) * New translations settings.mdx (Danish) * Update source file map-controls.mdx * Update source file settings.mdx * New translations map-controls.mdx (French) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Dutch) * New translations map-controls.mdx (Russian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (French) * New translations settings.mdx (Spanish) * New translations settings.mdx (German) * New translations settings.mdx (Dutch) * New translations settings.mdx (Russian) * New translations settings.mdx (Portuguese, Brazilian)
51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
---
|
||
title: Settings
|
||
---
|
||
|
||
<script lang="ts">
|
||
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers } from 'lucide-svelte';
|
||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||
</script>
|
||
|
||
# { title }
|
||
|
||
### <Ruler size="16" class="inline-block" style="margin-bottom: 2px" /> Distance units
|
||
|
||
Change the units used to display distances in the interface.
|
||
|
||
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Velocity units
|
||
|
||
Change the units used to display velocities in the interface.
|
||
You can choose between distance per hour or minutes per distance, which can be more suitable for running activities.
|
||
|
||
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> Temperature units
|
||
|
||
Change the units used to display temperatures in the interface.
|
||
|
||
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> Language
|
||
|
||
Change the language used in the interface.
|
||
|
||
<DocsNote>
|
||
|
||
Вы можете внести свой вклад, добавив или улучшив переводы в нашем проекте <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin</a>.
|
||
Если вы хотите начать перевод на новый язык, пожалуйста, <a href="#contact">свяжитесь с</a>.
|
||
Любая помощь очень ценится!
|
||
|
||
</DocsNote>
|
||
|
||
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> Theme
|
||
|
||
Change the theme used in the interface.
|
||
|
||
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> Street view source
|
||
|
||
Change the source used for the [street view control](../map-controls).
|
||
The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>.
|
||
Learn more about how to use the street view control in the [map controls section](../map-controls).
|
||
|
||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Слои карты...
|
||
|
||
Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more.
|
||
More information about map layers can be found in the [map controls section](../map-controls).
|