Merge remote-tracking branch 'origin/l10n' into dev

This commit is contained in:
vcoppe
2025-11-12 16:08:18 +01:00
247 changed files with 5653 additions and 1320 deletions

View File

@@ -2,7 +2,7 @@
import { HeartHandshake } from '@lucide/svelte';
</script>
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> Hlp till att hålla webbplatsen gratis (och annonsfri)
## <HeartHandshake size="18" class="inline-block align-baseline" /> Help keep the website free (and ad-free)
Varje gång du lägger till eller flyttar en spårpunkt skickar vi en förfrågan till våra servrar om att hämta en rutt på vägnätet.
Vi använder även API:er från <a href="https://mapbox.com" target="_blank">Mapbox</a> för att visa tilltalande kartor, hämta markhöjddata och låta dig söka efter platser.

View File

@@ -2,7 +2,7 @@
import { Languages } from '@lucide/svelte';
</script>
## <Languages size="18" class="mr-1 inline-block align-baseline" /> Översättning
## <Languages size="18" class="inline-block align-baseline" /> Translation
Webbplatsen översätts av volontärer med hjälp av en gemensam översättningsplattform.
Du kan bidra genom att lägga till eller förbättra översättningar i vårt <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin-projekt</a>.

View File

@@ -25,7 +25,7 @@ This applies to all actions of the interface but not to view options, applicatio
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
Öppma Utseende-dialogen där du kan ändra färg, opacitet och bredden på de valda filobjekten på kartan.
Öppna Utseende-dialogen där du kan ändra färg, opacitet och bredden på de valda filobjekten på kartan.
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide

View File

@@ -29,13 +29,13 @@ You can also drag and drop files directly from your file system into the window.
Create a copy of the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
Close the currently selected files.
Delete the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
Close all files.
Delete all files.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export...

View File

@@ -3,7 +3,7 @@ title: Route planning and editing
---
<script>
import { Pencil, Route, Bike, TriangleAlert, ArrowRightLeft, Home, Repeat, Trash2, CirclePlay, SquareArrowUpLeft } from '@lucide/svelte';
import { Pencil, Route, Bike, TriangleAlert, ArrowRightLeft, House, Repeat, Trash2, CirclePlay, SquareArrowUpLeft } from '@lucide/svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
import Routing from '$lib/components/toolbar/tools/routing/Routing.svelte';
import DocsImage from '$lib/components/docs/DocsImage.svelte';
@@ -71,7 +71,7 @@ The following tools automate some common route modification operations.
Reverse the direction of the route.
### <Home size="16" class="inline-block" style="margin-bottom: 2px" /> Back to start
### <House size="16" class="inline-block" style="margin-bottom: 2px" /> Back to start
Anslut ändpunkten på rutten med startpunkten för rutten med de valda ruttinställningarna.