mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-13 08:12:58 +00:00
Compare commits
12 Commits
dev
...
6301df55d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6301df55d5 | ||
|
|
378f66de7a | ||
|
|
0c48b52b5b | ||
|
|
3a1e81467f | ||
|
|
40422b9059 | ||
|
|
767fdbd773 | ||
|
|
1473886f54 | ||
|
|
daeb3d4f57 | ||
|
|
65bad83635 | ||
|
|
c2ac4fb7d9 | ||
|
|
c52fa0001a | ||
|
|
dfad2ef3ef |
@@ -29,13 +29,13 @@ Pots arrossegar y deixar arxius directament des del seu sistema d'arxius cap a l
|
||||
|
||||
Crear una còpia dels arxius seleccionats.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Esborra
|
||||
|
||||
Delete the currently selected files.
|
||||
Esborra l'arxiu seleccinat.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Esborra-ho tot
|
||||
|
||||
Delete all files.
|
||||
Esborra tots els fitxers.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportar...
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Mapbox ist das Unternehmen, das einige der schönen Karten auf dieser Website zur Verfügung stellt.
|
||||
Sie entwickeln auch die <a href="https://github.com/mapbox/mapbox-gl-js" target="_blank">Karten-Engine</a> welche **gpx.studio** unterstützt.
|
||||
Mapbox stellt einige der auf dieser Website verwendeten Karten bereit.
|
||||
Sie entwickeln auch die <a href="https://github.com/mapbox/mapbox-gl-js" target="_blank">Karten-Engine</a>, die **gpx.studio** unterstützt.
|
||||
|
||||
Wir sind äußerst glücklich und dankbar, Teil ihres <a href="https://mapbox.com/community" target="_blank">Community</a> Programms zu sein, das gemeinnützige Organisationen, Bildungseinrichtungen und Organisationen mit positivem Einfluss unterstützt.
|
||||
Wir sind froh und dankbar, Teil ihres <a href="https://mapbox.com/community" target="_blank">Community</a> Programms zu sein, das gemeinnützige Organisationen, Bildungseinrichtungen und Organisationen unterstützt.
|
||||
Diese Partnerschaft ermöglicht es **gpx.studio**, von den Mapbox-Tools zu ermäßigten Preisen zu profitieren, was erheblich zur finanziellen Tragfähigkeit des Projekts beiträgt und es uns ermöglicht, die bestmögliche Benutzererfahrung zu bieten.
|
||||
|
||||
@@ -35,7 +35,7 @@ Supprimer les fichiers sélectionnés.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Supprimer tout
|
||||
|
||||
Supprimer toutes les fichiers.
|
||||
Supprimer tous les fichiers.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exporter...
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ Clicando com o botão direito em uma aba arquivo, você pode acessar as mesmas a
|
||||
|
||||
As mentioned in the [view options section](./menu/view), you can switch to a tree layout for the files list.
|
||||
This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map.
|
||||
In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](./gpx) contained inside the files through collapsible sections.
|
||||
Além disso, a exibição de árvore de arquivos permite que você inspecione as [faixas, segmentos, e pontos de interesse](./gpx) contidos dentro dos arquivos através de seções recolhidas.
|
||||
|
||||
Você também pode aplicar as [ações de edição](./menu/edit) e [ferramentas](./toolbar) para itens de arquivos internos.
|
||||
Além disso, você pode arrastar e soltar os itens internos para reordená-los, ou movê-los na hierarquia ou até mesmo para outro arquivo.
|
||||
@@ -105,6 +105,6 @@ Using the <kbd><ChartNoAxesColumn size="16" class="inline-block" style="margin-b
|
||||
|
||||
- **slope** information computed from the elevation data, or
|
||||
- **surface** or **category** data coming from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>'s <a href="https://wiki.openstreetmap.org/wiki/Key:surface" target="_blank">surface</a> and <a href="https://wiki.openstreetmap.org/wiki/Key:highway" target="_blank">highway</a> tags.
|
||||
This is only available for files created with **gpx.studio**.
|
||||
Isso só está disponível para arquivos criados com **gpx.studio**.
|
||||
|
||||
If your selection includes it, you can also visualize: **speed**, **heart rate**, **cadence**, **temperature** and **power** data on the elevation profile.
|
||||
|
||||
@@ -35,7 +35,7 @@ Delete the currently selected files.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
||||
|
||||
Delete all files.
|
||||
Apagar todos os arquivos.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportar...
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"undo": "Desfer",
|
||||
"redo": "Refer",
|
||||
"delete": "Elimina el track",
|
||||
"delete_all": "Delete all",
|
||||
"delete_all": "Esborra-ho tot",
|
||||
"select_all": "Seleccionar-ho tot",
|
||||
"view": "Vista",
|
||||
"elevation_profile": "Perfil d’elevacions",
|
||||
@@ -80,7 +80,7 @@
|
||||
"center": "Centrar",
|
||||
"open_in": "Obrir amb",
|
||||
"copy_coordinates": "Copiar coordenades",
|
||||
"edit_osm": "Edit in OpenStreetMap"
|
||||
"edit_osm": "Edita a OpenStreetMap"
|
||||
},
|
||||
"toolbar": {
|
||||
"routing": {
|
||||
@@ -282,7 +282,7 @@
|
||||
"update": "Actualitza la capa"
|
||||
},
|
||||
"opacity": "Opacitat de la superposició",
|
||||
"terrain": "Terrain source",
|
||||
"terrain": "Terreny",
|
||||
"label": {
|
||||
"basemaps": "Mapes base",
|
||||
"overlays": "Capes",
|
||||
@@ -356,7 +356,7 @@
|
||||
"water": "Aigua",
|
||||
"shower": "Dutxa",
|
||||
"shelter": "Refugi",
|
||||
"cemetery": "Cemetery",
|
||||
"cemetery": "Cementiri",
|
||||
"motorized": "Cotxes i motos",
|
||||
"fuel-station": "Gasolinera",
|
||||
"parking": "Aparcament",
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
"export_all": "Alle exportieren...",
|
||||
"export_options": "Export-Einstellungen",
|
||||
"support_message": "Das Tool darf frei benutzt werden, aber es darf nicht woanders aufgesetzt werden. Bitte unterstützen Sie die Website, wenn Sie sie häufig benutzen. Vielen Dank!",
|
||||
"support_button": "Hilf dabei, die Webseite kostenlos zu belassen",
|
||||
"support_button": "Hilf uns, die Website weiterhin kostenlos bereitzustellen",
|
||||
"download_file": "Datei herunterladen",
|
||||
"download_files": "Dateien herunterladen",
|
||||
"edit": "Bearbeiten",
|
||||
"undo": "Rückgängig",
|
||||
"redo": "Wiederholen",
|
||||
"delete": "Löschen",
|
||||
"delete_all": "Delete all",
|
||||
"delete_all": "Alle löschen",
|
||||
"select_all": "Alle auswählen",
|
||||
"view": "Ansicht",
|
||||
"elevation_profile": "Höhenprofil",
|
||||
@@ -80,7 +80,7 @@
|
||||
"center": "Zentrieren",
|
||||
"open_in": "Öffnen in",
|
||||
"copy_coordinates": "Koordinaten kopieren",
|
||||
"edit_osm": "Edit in OpenStreetMap"
|
||||
"edit_osm": "In OpenStreetMap bearbeiten"
|
||||
},
|
||||
"toolbar": {
|
||||
"routing": {
|
||||
@@ -282,7 +282,7 @@
|
||||
"update": "Layer aktualisieren"
|
||||
},
|
||||
"opacity": "Deckkraft der Überlagerung",
|
||||
"terrain": "Terrain source",
|
||||
"terrain": "Geländequelle",
|
||||
"label": {
|
||||
"basemaps": "Basiskarte",
|
||||
"overlays": "Ebenen",
|
||||
@@ -326,7 +326,7 @@
|
||||
"usgs": "USGS",
|
||||
"bikerouterGravel": "bikerouter.de Gravel",
|
||||
"cyclOSMlite": "CyclOSM Lite",
|
||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
||||
"mapterhornHillshade": "MapTiler Hillshade",
|
||||
"openRailwayMap": "OpenRailwayMap",
|
||||
"swisstopoSlope": "swisstopo Neigung",
|
||||
"swisstopoHiking": "swisstopo Wandern",
|
||||
@@ -356,7 +356,7 @@
|
||||
"water": "Trinkwasser",
|
||||
"shower": "Dusche",
|
||||
"shelter": "Unterstand",
|
||||
"cemetery": "Cemetery",
|
||||
"cemetery": "Friedhof",
|
||||
"motorized": "Autos und Motorräder",
|
||||
"fuel-station": "Tankstelle",
|
||||
"parking": "Parken",
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
"update": "Eguneratu geruza"
|
||||
},
|
||||
"opacity": "Geruzaren opakutasuna",
|
||||
"terrain": "Terrain source",
|
||||
"terrain": "Lurrazala",
|
||||
"label": {
|
||||
"basemaps": "Oinarrizko mapak",
|
||||
"overlays": "Geruzak",
|
||||
|
||||
@@ -235,13 +235,13 @@
|
||||
"help_no_selection": "Select a file item to request elevation data."
|
||||
},
|
||||
"waypoint": {
|
||||
"tooltip": "Create and edit points of interest",
|
||||
"icon": "Icon",
|
||||
"tooltip": "PoI létrehozása és módosítása",
|
||||
"icon": "Ikon",
|
||||
"link": "Link",
|
||||
"longitude": "Longitude",
|
||||
"longitude": "Földrajzi hosszúság",
|
||||
"latitude": "Szélesség",
|
||||
"create": "POI fájlba mentése",
|
||||
"add": "Add point of interest to file",
|
||||
"add": "PoI fájlhoz adása",
|
||||
"help": "Töltsd ki az űrlapot egy új POI létrehozásához, vagy kattints egy meglévőre a szerkesztéshez. Kattints a térképre a koordináták megadásához, vagy áthelyezéshez egérrel húzd el a POI-kat.",
|
||||
"help_no_selection": "Select a file to create or edit points of interest."
|
||||
},
|
||||
@@ -249,8 +249,8 @@
|
||||
"tooltip": "Reduce the number of GPS points",
|
||||
"tolerance": "Tűréshatár",
|
||||
"number_of_points": "GPS pontok száma",
|
||||
"button": "Minify",
|
||||
"help": "Use the slider to choose the number of GPS points to keep.",
|
||||
"button": "Minimalizálás",
|
||||
"help": "",
|
||||
"help_no_selection": "Select a trace to reduce the number of its GPS points."
|
||||
},
|
||||
"clean": {
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
"support_button": "Support gpx.studio on Ko-fi",
|
||||
"route_planning": "Route planning",
|
||||
"route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.",
|
||||
"file_processing": "Advanced file processing",
|
||||
"file_processing": "Pengolahan file lanjutan",
|
||||
"file_processing_description": "A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.",
|
||||
"maps": "Global and local maps",
|
||||
"maps_description": "A large collection of basemaps, overlays and points of interest to help you craft your next outdoor adventure, or visualize your latest achievement.",
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"mapillary": "Mapillary",
|
||||
"google": "Google",
|
||||
"toggle_street_view": "Street view",
|
||||
"layers": "Kaart lagen...",
|
||||
"layers": "Kaartlagen...",
|
||||
"distance_markers": "Afstandsmarkeringen",
|
||||
"direction_markers": "Richtingspijlen",
|
||||
"help": "Help",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"undo": "Angre",
|
||||
"redo": "Gjenta",
|
||||
"delete": "Slett",
|
||||
"delete_all": "Delete all",
|
||||
"delete_all": "Slett alle",
|
||||
"select_all": "Velg alle",
|
||||
"view": "Visning",
|
||||
"elevation_profile": "Høydeprofil",
|
||||
@@ -80,7 +80,7 @@
|
||||
"center": "Sentrer",
|
||||
"open_in": "Åpne I",
|
||||
"copy_coordinates": "Kopier koordinater",
|
||||
"edit_osm": "Edit in OpenStreetMap"
|
||||
"edit_osm": "Rediger i OpenStreetMap"
|
||||
},
|
||||
"toolbar": {
|
||||
"routing": {
|
||||
@@ -356,7 +356,7 @@
|
||||
"water": "Vann",
|
||||
"shower": "Dusj",
|
||||
"shelter": "Ly",
|
||||
"cemetery": "Cemetery",
|
||||
"cemetery": "Gravplass",
|
||||
"motorized": "Biler og motorsykler",
|
||||
"fuel-station": "Bensinstasjon",
|
||||
"parking": "Parkering",
|
||||
|
||||
Reference in New Issue
Block a user