mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +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:
29
website/src/lib/docs/pt-BR/toolbar/time.mdx
Normal file
29
website/src/lib/docs/pt-BR/toolbar/time.mdx
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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