mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
New Crowdin updates (#132)
* New translations en.json (Italian) * New translations funding.mdx (Czech) * New translations mapbox.mdx (Czech) * New translations translation.mdx (Czech) * New translations edit.mdx (Czech) * New translations settings.mdx (Czech) * New translations edit.mdx (Polish) * New translations funding.mdx (Italian) * New translations edit.mdx (Italian) * New translations elevation.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations edit.mdx (Italian) * New translations file.mdx (Catalan) * New translations file.mdx (Italian) * New translations extract.mdx (Catalan) * New translations routing.mdx (Italian) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations getting-started.mdx (Catalan) * New translations mapbox.mdx (Catalan) * New translations settings.mdx (Catalan) * New translations view.mdx (Catalan) * New translations faq.mdx (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations funding.mdx (Italian) * New translations view.mdx (Catalan) * New translations view.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations gpx.mdx (German) * New translations en.json (German) * New translations en.json (German) * New translations funding.mdx (Hebrew) * New translations en.json (Dutch) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations elevation.mdx (German) * New translations en.json (German) * New translations extract.mdx (German) * New translations en.json (Italian) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations minify.mdx (Italian) * New translations poi.mdx (Italian) * New translations routing.mdx (Italian) * New translations en.json (Czech) * New translations en.json (French) * New translations en.json (German) * New translations en.json (German) * New translations en.json (Czech) * New translations file.mdx (Czech) * New translations settings.mdx (Czech) * New translations routing.mdx (Czech) * New translations en.json (German) * New translations mapbox.mdx (German) * New translations en.json (German) * New translations en.json (Turkish) * New translations files-and-stats.mdx (Turkish) * New translations getting-started.mdx (Turkish) * New translations gpx.mdx (Turkish) * New translations funding.mdx (Turkish) * New translations mapbox.mdx (Turkish) * New translations translation.mdx (Turkish) * New translations integration.mdx (Turkish) * New translations map-controls.mdx (Turkish) * New translations menu.mdx (Turkish) * New translations edit.mdx (Turkish) * New translations file.mdx (Turkish) * New translations settings.mdx (Turkish) * New translations view.mdx (Turkish) * New translations toolbar.mdx (Turkish) * New translations clean.mdx (Turkish) * New translations extract.mdx (Turkish) * New translations merge.mdx (Turkish) * New translations minify.mdx (Turkish) * New translations poi.mdx (Turkish) * New translations routing.mdx (Turkish) * New translations scissors.mdx (Turkish) * New translations time.mdx (Turkish) * New translations faq.mdx (Turkish) * New translations elevation.mdx (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Russian) * New translations en.json (Ukrainian) * New translations files-and-stats.mdx (Ukrainian) * New translations getting-started.mdx (Ukrainian) * New translations gpx.mdx (Ukrainian) * New translations funding.mdx (Ukrainian) * New translations mapbox.mdx (Ukrainian) * New translations translation.mdx (Ukrainian) * New translations integration.mdx (Ukrainian) * New translations map-controls.mdx (Ukrainian) * New translations menu.mdx (Ukrainian) * New translations edit.mdx (Ukrainian) * New translations file.mdx (Ukrainian) * New translations settings.mdx (Ukrainian) * New translations view.mdx (Ukrainian) * New translations toolbar.mdx (Ukrainian) * New translations clean.mdx (Ukrainian) * New translations extract.mdx (Ukrainian) * New translations merge.mdx (Ukrainian) * New translations minify.mdx (Ukrainian) * New translations poi.mdx (Ukrainian) * New translations routing.mdx (Ukrainian) * New translations scissors.mdx (Ukrainian) * New translations time.mdx (Ukrainian) * New translations faq.mdx (Ukrainian) * New translations elevation.mdx (Ukrainian) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations en.json (German) * New translations gpx.mdx (German) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations files-and-stats.mdx (German) * New translations getting-started.mdx (German) * New translations funding.mdx (German) * New translations integration.mdx (German) * New translations map-controls.mdx (German) * New translations view.mdx (German) * New translations toolbar.mdx (German) * New translations minify.mdx (German) * New translations poi.mdx (German) * New translations routing.mdx (German) * New translations scissors.mdx (German) * New translations faq.mdx (German) * New translations en.json (German) * New translations funding.mdx (German)
This commit is contained in:
50
website/src/lib/docs/tr/menu/settings.mdx
Normal file
50
website/src/lib/docs/tr/menu/settings.mdx
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
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>
|
||||
|
||||
You can contribute by adding or improving translations on our <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin project</a>.
|
||||
If you would like to start translating into a new language, please <a href="#contact">get in touch</a>.
|
||||
Any help is greatly appreciated!
|
||||
|
||||
</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" /> Map layers...
|
||||
|
||||
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).
|
Reference in New Issue
Block a user