mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 02:12:12 +00:00
New Crowdin updates (#98)
* New translations en.json (Spanish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Danish) * New translations files-and-stats.mdx (Danish) * New translations getting-started.mdx (Danish) * New translations gpx.mdx (Danish) * New translations funding.mdx (Danish) * New translations mapbox.mdx (Danish) * New translations translation.mdx (Danish) * New translations integration.mdx (Danish) * New translations map-controls.mdx (Danish) * New translations menu.mdx (Danish) * New translations edit.mdx (Danish) * New translations file.mdx (Danish) * New translations settings.mdx (Danish) * New translations view.mdx (Danish) * New translations toolbar.mdx (Danish) * New translations clean.mdx (Danish) * New translations extract.mdx (Danish) * New translations merge.mdx (Danish) * New translations minify.mdx (Danish) * New translations poi.mdx (Danish) * New translations routing.mdx (Danish) * New translations scissors.mdx (Danish) * New translations time.mdx (Danish) * New translations faq.mdx (Danish) * New translations elevation.mdx (Danish) * New translations edit.mdx (Danish) * New translations file.mdx (Danish) * New translations faq.mdx (Danish) * New translations toolbar.mdx (Belarusian) * New translations toolbar.mdx (Belarusian) * New translations toolbar.mdx (Belarusian) * New translations edit.mdx (Romanian) * New translations edit.mdx (French) * New translations edit.mdx (Spanish) * New translations edit.mdx (Catalan) * New translations edit.mdx (Czech) * New translations edit.mdx (German) * New translations edit.mdx (Greek) * New translations edit.mdx (Hungarian) * New translations edit.mdx (Italian) * New translations edit.mdx (Lithuanian) * New translations edit.mdx (Dutch) * New translations edit.mdx (Norwegian) * New translations edit.mdx (Polish) * New translations edit.mdx (Portuguese) * New translations edit.mdx (Russian) * New translations edit.mdx (Swedish) * New translations edit.mdx (Chinese Simplified) * New translations edit.mdx (Vietnamese) * New translations edit.mdx (Portuguese, Brazilian) * New translations edit.mdx (Korean) * New translations edit.mdx (Hebrew) * New translations edit.mdx (Finnish) * New translations edit.mdx (Serbian (Latin)) * New translations edit.mdx (Belarusian) * New translations edit.mdx (Danish) * Update source file edit.mdx * New translations edit.mdx (French) * New translations edit.mdx (Dutch)
This commit is contained in:
27
website/src/lib/docs/da/toolbar/time.mdx
Normal file
27
website/src/lib/docs/da/toolbar/time.mdx
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Time
|
||||
---
|
||||
|
||||
<script>
|
||||
import { CalendarClock } from 'lucide-svelte';
|
||||
import Time from '$lib/components/toolbar/tools/Time.svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
# <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool allows you to change or add timestamps to a trace.
|
||||
You simply need to use the form shown below and validate it when you are done.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Time class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
When you edit the speed, the moving time is adapted accordingly in the form, and vice versa.
|
||||
Similarly, when you edit the start time, the end time is updated to keep the same total duration, and vice versa.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
When using this tool with existing timestamps, changing the time or speed will simply shift, stretch, or compress them accordingly.
|
||||
|
||||
</DocsNote>
|
||||
Reference in New Issue
Block a user