mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 18:02:55 +00:00
New Crowdin updates (#109)
* 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)
This commit is contained in:
@@ -3,7 +3,7 @@ title: Kartensteuerungen
|
||||
---
|
||||
|
||||
<script>
|
||||
import { Plus, Minus, Diff, Compass, Search, LocateFixed, PersonStanding, Layers3 } from 'lucide-svelte';
|
||||
import { Plus, Minus, Diff, Compass, Search, LocateFixed, PersonStanding, Layers } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
import DocsLayers from '$lib/components/docs/DocsLayers.svelte';
|
||||
</script>
|
||||
@@ -42,7 +42,7 @@ Depending on the street view source chosen in the [settings](./menu/settings), s
|
||||
- <a href="https://www.mapillary.com/" target="_blank">Mapillary</a>: the street view coverage will appear as green lines on the map. When zoomed in enough, green dots will show the exact locations where street view imagery is available. Hovering over a green dot will show the street view image at that location.
|
||||
- <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>: click on the map to open a new tab with the street view imagery at that location.
|
||||
|
||||
### <Layers3 size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Karten-Ebenen
|
||||
|
||||
The map layers button allows you to switch between different basemaps, and toggle map overlays and categories of points of interest.
|
||||
|
||||
|
@@ -3,7 +3,7 @@ title: Einstellungen
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers3 } from 'lucide-svelte';
|
||||
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
@@ -44,7 +44,7 @@ Jede Hilfe ist sehr willkommen!
|
||||
Die Standardeinstellung ist <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, aber Sie können auch <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a> verwenden.
|
||||
Erfahren Sie mehr zur Bedienung von Street-View in [map controls section](../map-controls).
|
||||
|
||||
### <Layers3 size="16" class="inline-block" style="margin-bottom: 2px" /> Karten-Ebenen...
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Karten-Ebenen...
|
||||
|
||||
Öffnen Sie ein Dialogfeld, in dem Sie Karten-Ebenen aktivieren oder deaktivieren, benutzerdefinierte Ebenen hinzufügen, die Deckkraft von Overlays ändern können und mehr.
|
||||
Weitere Informationen zum Thema Kartenebenen können Sie finden in [map controls section](../map-controls).
|
||||
|
Reference in New Issue
Block a user