32 Commits
Author SHA1 Message Date
vcoppe ef9a5247f0 New translations toolbar.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:29 +02:00
vcoppe 2418f9bf4d New translations menu.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:28 +02:00
vcoppe 5263b88fb7 New translations map-controls.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:27 +02:00
vcoppe b5eb617fbc New translations integration.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:25 +02:00
vcoppe f15ee2c6cf New translations gpx.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:24 +02:00
vcoppe 30369cc952 New translations getting-started.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:23 +02:00
vcoppe 8a089708dc New translations files-and-stats.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:21 +02:00
vcoppe e3da56e455 New translations faq.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:20 +02:00
vcoppe bab4910ee0 New translations view.mdx (Ukrainian)
[ci skip]
2026-06-28 16:41:18 +02:00
vcoppe 8301d610cb New translations en.json (Ukrainian)
[ci skip]
2026-06-28 16:41:13 +02:00
vcoppe 6887b7de7e New translations faq.mdx (Ukrainian)
[ci skip]
2026-06-28 15:19:38 +02:00
vcoppe ab4667546a New translations time.mdx (Ukrainian)
[ci skip]
2026-06-28 15:19:37 +02:00
vcoppe 08233c9e25 New translations scissors.mdx (Ukrainian)
[ci skip]
2026-06-28 15:19:35 +02:00
vcoppe be7bdc14b6 New translations routing.mdx (Ukrainian)
[ci skip]
2026-06-28 15:19:34 +02:00
vcoppe 11d488e999 New translations en.json (Ukrainian)
[ci skip]
2026-06-28 15:19:33 +02:00
vcoppe 5f023281b0 New translations elevation.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:35 +02:00
vcoppe a224ac3dcd New translations poi.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:34 +02:00
vcoppe 598b2a30fe New translations minify.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:33 +02:00
vcoppe eb5a71a6f1 New translations merge.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:31 +02:00
vcoppe e1198d0dc9 New translations extract.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:30 +02:00
vcoppe 08828d609d New translations routing.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:29 +02:00
vcoppe 281d5f87c1 New translations clean.mdx (Ukrainian)
[ci skip]
2026-06-28 14:24:28 +02:00
vcoppe 282cfe4dbd New translations en.json (Ukrainian)
[ci skip]
2026-06-28 14:24:27 +02:00
vcoppe 59536ee63a New translations routing.mdx (Ukrainian)
[ci skip]
2026-06-28 13:10:01 +02:00
vcoppe 2dda05f22c New translations clean.mdx (Ukrainian)
[ci skip]
2026-06-28 13:09:59 +02:00
vcoppe 1354ca1d2a New translations view.mdx (Ukrainian)
[ci skip]
2026-06-28 13:09:58 +02:00
vcoppe 94e69c9774 New translations settings.mdx (Ukrainian)
[ci skip]
2026-06-28 13:09:57 +02:00
vcoppe 5a85bc41ea New translations file.mdx (Ukrainian)
[ci skip]
2026-06-28 13:09:55 +02:00
vcoppe bd9e7ea726 New translations file.mdx (Ukrainian)
[ci skip]
2026-06-28 12:04:05 +02:00
vcoppe aa861be53d New translations en.json (Ukrainian)
[ci skip]
2026-06-28 12:04:04 +02:00
vcoppe 52387a40e6 New translations en.json (Hungarian)
[ci skip]
2026-06-25 22:06:50 +02:00
vcoppe dd4c5e17ff New translations en.json (Hungarian)
[ci skip]
2026-06-25 20:51:48 +02:00
21 changed files with 66 additions and 77 deletions
@@ -21,7 +21,6 @@
import { selection } from '$lib/logic/selection';
import { untrack } from 'svelte';
import { isSelected, toggle } from '$lib/components/map/layer-control/utils';
import { boundsManager } from '$lib/logic/bounds';
let {
useHash = true,
@@ -91,7 +90,6 @@
fileStateCollection.setEmbeddedFiles(files);
$fileOrder = ids;
selection.selectAll();
boundsManager.fitBoundsOnLoad(ids);
});
}
-1
View File
@@ -58,7 +58,6 @@ export class StyleManager {
opacities.subscribe(() => this.updateOverlays());
terrainSource.subscribe(() => this.updateTerrain());
customLayers.subscribe(() => this.updateBasemap());
i18n.subscribe(() => this.updateBasemap());
distanceUnits.subscribe(() => {
const map = get(this._map);
if (map && (map.getLayer('contours_m') || map.getLayer('contours_ft'))) {
+2 -2
View File
@@ -50,5 +50,5 @@ Um die Ausrichtung und Neigung der Karte zu steuern, können Sie die Karte auch
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Full screen
Vollbildmodus ein- oder ausschalten.
Du kannst auch <kbd>F11</kbd> drücken, um zu wechseln, oder <kbd>Escape</kbd> zum Beenden.
Enter or exit full screen mode.
You can also press <kbd>F11</kbd> to toggle, or <kbd>Escape</kbd> to exit.
@@ -19,6 +19,6 @@ Mit diesem Tool kannst du Höhendaten zu Routen und [Points of Interest] (../gpx
<DocsNote>
Elevation data is provided by <a href="https://mapterhorn.com" target="_blank">Mapterhorn</a>.
Mehr über die Herkunft und Genauigkeit erfährst du in der <a href="https://mapterhorn.com/attribution/" target="_blank">Dokumentation</a>.
You can learn more about its origin and accuracy in the <a href="https://mapterhorn.com/attribution/" target="_blank">documentation</a>.
</DocsNote>
+2 -2
View File
@@ -13,8 +13,8 @@ title: Integrazioa
Behar duzun guztia hau da:
1. Zure zerbitzarian edo Google Drive-n ostatatutako GPX fitxategiak, edo URL publiko baten bidez eskura daitezke;
2. _Aukerakoa:_ <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler tekla</a> MapTiler mapak kargatzeko.
1. GPX files hosted on your server or on Google Drive, or accessible via a public URL;
2. _Optional:_ a <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler key</a> to load MapTiler maps.
Ondoren, konfiguratzailearekin jolastu dezakezu zure mapa pertsonalizatzeko eta dagokion HTML kodea sortzeko.
+2 -2
View File
@@ -59,7 +59,7 @@ Maparen geruzen botoiak mapa-oinarri desberdinen artean aldatzeko aukera ematen
<DocsLayers />
<span class="text-sm text-center mt-2">
Pasa ezazu maparen gainean <a href="https://hiking.waymarkedtrails.org" target="_blank">markatutako mendi-ibiliak</a> gainjartzeko oinarrizko mapa topografikoaren gainean.
Hover over the map to show the <a href="https://hiking.waymarkedtrails.org" target="_blank">Waymarked Trails hiking</a> overlay on top of the topographic basemap.
</span>
</div>
@@ -69,4 +69,4 @@ Global eta tokiko mapa oinarri bilduma handia dago **gpx.studio**-n eskuragarri,
Ezarpen horietan, gainjartzeen opakutasuna ere kudeatu dezakezu.
Erabiltzaile aurreratuentzat, oinarrizko mapa pertsonalizatuak eta gainjartzeak gehi daitezke <a href="https://en.wikipedia.org/wiki/Web_Map_Tile_Service" target="_blank">WMTS</a>, <a href="https://en.wikipedia.org/wiki/Web_Map_Service" target="_blank">WMS</a> edo <a href="https://en.wikipedia.org/wiki/Web_Map_Service" target="_blank">WMS</a>https:///malibrea-spec.org/malibrea-spec. target="_blank">MapLibre estiloko JSON</a> URLak.
For advanced users, it is possible to add custom basemaps and overlays by providing <a href="https://en.wikipedia.org/wiki/Web_Map_Tile_Service" target="_blank">WMTS</a>, <a href="https://en.wikipedia.org/wiki/Web_Map_Service" target="_blank">WMS</a>, or <a href="https://maplibre.org/maplibre-style-spec/" target="_blank">MapLibre style JSON</a> URLs.
+3 -2
View File
@@ -48,6 +48,7 @@ Maparen orientazioa eta okertzea kontrolatzeko, mapa ere arrasta dezakezu <kbd>
</DocsNote>
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Pantaila osoa
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Full screen
Sartu edo irten pantaila osoko moduan.<kbd>F11</kbd> ere saka dezakezu txandakatzeko, edo <kbd>Ihes</kbd> irteteko.
Enter or exit full screen mode.
You can also press <kbd>F11</kbd> to toggle, or <kbd>Escape</kbd> to exit.
@@ -18,7 +18,7 @@ Tresna honen bidez elebazio datuak gehitzen ahal dira ibilbidetan eta [interesgu
<DocsNote>
Altueraren datuak <a href="https://mapterhorn.com" target="_blank">Mapterhorn</a>k ematen ditu.
Haren jatorriari eta zehaztasunari buruz gehiago jakin dezakezu <a href="https://mapterhorn.com/attribution/" target="_blank">dokumentazioan</a>.
Elevation data is provided by <a href="https://mapterhorn.com" target="_blank">Mapterhorn</a>.
You can learn more about its origin and accuracy in the <a href="https://mapterhorn.com/attribution/" target="_blank">documentation</a>.
</DocsNote>
+2 -2
View File
@@ -18,8 +18,8 @@ Tresna hau erabiltzeko [hautatu](../files-and-stats) behar duzu hainbat fitxateg
<DocsNote>
Hautatutako elementuak fitxategien zerrendan agertzen diren ordenan batzen dira.
Berrantolatu elementuak arrastatu eta jareginez, behar izanez gero.
Selected items are merged in the order they appear in the files list.
Reorder items by drag-and-drop if needed.
</DocsNote>
@@ -10,7 +10,7 @@ title: Stijging
# <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
Met deze tool kunt u hoogtegegevens toevoegen aan sporen en [punten van belang](../gpx) of de bestaande gegevens vervangen.
Met dit gereedschap kun je hoogtegegevens toevoegen aan sporen en [interessante punten](../gpx), of de bestaande gegevens vervangen.
<div class="flex flex-row justify-center">
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
+1 -1
View File
@@ -71,7 +71,7 @@ title: Планирование и редактирование маршрута
Изменить направление маршрута на противоположное.
### <House size="16" class="inline-block" style="margin-bottom: 2px" /> Вернуться в начало
### <House size="16" class="inline-block" style="margin-bottom: 2px" /> Back to start
Подсоедините последнюю точку маршрута к начальной точке, используя выбранные параметры маршрутизации.
@@ -23,7 +23,7 @@ title: 檔案和統計
Once you have [opened](./menu/file) files, they will be shown as tabs in the file list located at the bottom of the map.
You can reorder them by dragging and dropping the tabs.
當開啟的檔案較多時,也可以捲動分頁清單,在不同檔案之間切換。
And when many files are open, you can scroll through the list of tabs to navigate between them.
<DocsNote>
+1 -1
View File
@@ -11,7 +11,7 @@ title: 設定
### <Ruler size="16" class="inline-block" style="margin-bottom: 2px" /> 距離單位
變更介面中顯示距離時所使用的單位。
Change the units used to display distances in the interface.
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Velocity units
+21 -21
View File
@@ -1,5 +1,5 @@
---
title: 檢視選項
title: View options
---
<script lang="ts">
@@ -9,38 +9,38 @@ title: 檢視選項
# { title }
此選單提供重新排列介面與地圖檢視方式的選項。
This menu provides options to rearrange the interface and the map view.
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> 高度剖面圖
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Elevation profile
隱藏高度剖面圖以騰出更多地圖空間,或顯示高度剖面圖以查看目前的選取內容。
Hide the elevation profile to make room for the map, or show it to inspect the current selection.
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> 檔案樹狀結構
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
切換[檔案清單](../files-and-stats)的樹狀版面配置。
Toggle the tree layout for the [file list](../files-and-stats).
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.
此外,檔案樹狀檢視可讓你透過可收合的區段,查看檔案中包含的[軌跡、區段和興趣點](../gpx)。
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.
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> 切換至上一個底圖
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Switch to previous basemap
將底圖變更為先前透過[地圖圖層控制項](../map-controls)選取的底圖。
Change the basemap to the one previously selected through the [map layer control](../map-controls).
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> 切換疊加圖層
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Toggle overlays
切換透過[地圖圖層控制項](../map-controls)選取之地圖疊加圖層的顯示狀態。
Toggle the visibility of the map overlays selected through the [map layer control](../map-controls).
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> 距離標記
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> Distance markers
切換地圖上距離標記的顯示狀態。
距離標記會針對目前的選取內容顯示,就像[高度剖面圖](../files-and-stats)一樣。
Toggle the visibility of distance markers on the map.
They are displayed for the current selection, like the [elevation profile](../files-and-stats).
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> 方向箭頭
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Direction arrows
切換地圖上方向箭頭的顯示狀態。
Toggle the visibility of direction arrows on the map.
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> 切換 3D
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Toggle 3D
進入或離開 3D 地圖檢視。
Enter or exit the 3D map view.
<DocsNote>
@@ -48,7 +48,7 @@ To control the orientation and tilt of the map, you can also drag the map while
</DocsNote>
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> 全螢幕
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Full screen
進入或離開全螢幕模式。
你也可以按下 <kbd>F11</kbd> 來切換,或按下 <kbd>Escape</kbd> 離開。
Enter or exit full screen mode.
You can also press <kbd>F11</kbd> to toggle, or <kbd>Escape</kbd> to exit.
-8
View File
@@ -1,5 +1,3 @@
import { writable } from 'svelte/store';
type Dictionary = {
[key: string]: string | Dictionary;
};
@@ -12,7 +10,6 @@ function getDateFormatter(locale: string) {
}
class Locale {
private _store = writable(this);
private _lang = $state('');
private _isLoadingInitial = $state(true);
private _isLoading = $state(true);
@@ -41,7 +38,6 @@ class Locale {
}
import(`../locales/${this._lang}.json`).then((module) => {
this.dictionary = module.default;
this._store.set(this);
if (this._isLoadingInitial) {
this._isLoadingInitial = false;
}
@@ -71,10 +67,6 @@ class Locale {
public get df() {
return this._df;
}
public subscribe(run: (value: Locale) => void, invalidate?: (value?: Locale) => void) {
return this._store.subscribe(run, invalidate);
}
}
export const i18n = new Locale();
-1
View File
@@ -10,6 +10,5 @@ export const languages: Record<string, string> = {
nl: 'Nederlands',
'pt-BR': 'Português (Brasil)',
tr: 'Türkçe',
uk: 'Українська',
zh: '简体中文',
};
+3 -3
View File
@@ -36,7 +36,7 @@
"switch_basemap": "Zur vorherigen Basemap wechseln",
"toggle_overlays": "Overlay umschalten",
"toggle_3d": "3D umschalten",
"fullscreen": "Vollbildmodus",
"fullscreen": "Full screen",
"settings": "Einstellungen",
"distance_units": "Entfernungseinheiten",
"metric": "Metrisch",
@@ -235,7 +235,7 @@
},
"elevation": {
"button": "Höhendaten anfragen",
"help": "Das Anfordern von Höhendaten löscht die vorhandenen Höhendaten, falls vorhanden, und ersetzt diese durch Daten von Mapterhorn.",
"help": "Requesting elevation data will erase the existing elevation data, if any, and replace it with data from Mapterhorn.",
"help_no_selection": "Wählen Sie ein Datei-Element, um Höhendaten anzufordern."
},
"waypoint": {
@@ -305,7 +305,7 @@
"united_kingdom": "Großbritannien",
"united_states": "USA",
"libertyTopo": "Liberty Topo",
"libertySatellite": "Liberty Satellit",
"libertySatellite": "Liberty Satellite",
"osm": "OpenMapTiles OSM",
"osmTopo": "OpenMapTiles OSM Topo",
"esriSatellite": "Esri Satellite",
+2 -2
View File
@@ -163,7 +163,7 @@
"path": "Sendero",
"pedestrian": "Peatonal",
"cycleway": "Ciclovía",
"steps": "Pasos",
"steps": "Escalones",
"road": "Carretera",
"bridleway": "Ruta ecuestre",
"platform": "Plataforma",
@@ -230,7 +230,7 @@
"extract": {
"tooltip": "Extraer contenidos en elementos separados",
"button": "Extraer",
"help": "La extracción del contenido de los elementos seleccionados creará un elemento separado para cada uno de sus contenidos.",
"help": "Al extraer los contenidos de los elementos seleccionados creará un elemento separado para cada uno.",
"help_invalid_selection": "Su selección debe contener elementos con múltiples trazas para extraerlos."
},
"elevation": {
+18 -18
View File
@@ -36,7 +36,7 @@
"switch_basemap": "Aldatu aurreko mapa erabiltzera",
"toggle_overlays": "Txandakatu geruzak",
"toggle_3d": "Txandakatu 3D",
"fullscreen": "Pantaila osoa",
"fullscreen": "Full screen",
"settings": "Ezarpenak",
"distance_units": "Distantzia unitateak",
"metric": "Metrikoa",
@@ -64,7 +64,7 @@
"ctrl": "Ctrl",
"click": "Klik",
"drag": "Arrastatu",
"right_click_drag": "Eskuin klik eta errestan eraman",
"right_click_drag": "Right-click drag",
"metadata": {
"button": "Informazioa...",
"name": "Izena",
@@ -192,8 +192,8 @@
"from": "Hasiera puntua errepide hurbilenetik oso hurrun dago",
"via": "Puntua errepide hurbilenetik oso hurrun dago",
"to": "Bukaera puntua errepide hurbilenetik oso hurrun dago",
"distance": "Bukaera-puntua hasiera-puntutik urrutiegi dago",
"connection": "Ez da konexiorik topatu puntuen artean",
"distance": "The end point is too far from the start point",
"connection": "No connection found between the points",
"timeout": "Ibilbidea kalkulatzea luzeegi joan da, saiatu hurbilago dauden puntuak gehitzen"
}
},
@@ -235,7 +235,7 @@
},
"elevation": {
"button": "Eskatu altueraren datuak",
"help": "Kota-datuak eskatzeak lehendik dauden kota-datuak ezabatuko ditu, halakorik balego, eta Mapterhorn-eko datuekin ordezkatuko dira.",
"help": "Requesting elevation data will erase the existing elevation data, if any, and replace it with data from Mapterhorn.",
"help_no_selection": "Aukeratu fitxategi bat altuera datuak eskatzeko."
},
"waypoint": {
@@ -277,7 +277,7 @@
"new": "Geruza pertsonalizatu berria",
"edit": "Editatu geruza pertsonalizatua",
"urls": "URLa(k)",
"url_placeholder": "WMTS, WMS edo MapLibre estiloko JSON",
"url_placeholder": "WMTS, WMS or MapLibre style JSON",
"max_zoom": "Zoom max",
"layer_type": "Geruza mota",
"basemap": "Oinarrizko-mapa",
@@ -305,7 +305,7 @@
"united_kingdom": "Erresuma Batua",
"united_states": "Ameriketako Estatu Batuak",
"libertyTopo": "Liberty Topo",
"libertySatellite": "Liberty Satelitea",
"libertySatellite": "Liberty Satellite",
"osm": "OpenMapTiles OSM",
"osmTopo": "OpenMapTiles OSM Topo",
"esriSatellite": "Esri Satellite",
@@ -494,7 +494,7 @@
"email": "Eposta",
"contribute": "Lagundu",
"supported_by": "hauek lagunduta",
"features": "Funtzioak",
"features": "Features",
"route_planning": "Bideak planifikatzea",
"route_planning_description": "OpenStreetMapen datuetan oinarritutako interfaze erabilterraza kirol bakoitzerako ibilbideak sortzeko.",
"file_processing": "Fitxategien prozesaketa aurreratua",
@@ -503,15 +503,15 @@
"maps_description": "Oinarrizko mapa, geruza eta interes-puntuen bilduma zabala. Zure aire-libreko ekintzak planifikatzen lagunduko dizu!",
"data_visualization": "Datuak bistaratzea",
"data_visualization_description": "Grabatutako ekintzak edo etorkizuneko zure bideak aztertzeko altuera-profil interaktiboa.",
"philosophy": "Filosofia",
"foss": "Doakoa, propagandarik gabe eta kode irekikoa",
"foss_description": "Webgunea doakoa da, iragarkirik gabe, eta iturburu-kodea publikoki eskuragarri dago GitHub-en.",
"privacy": "Pribatutasuna zaintzen du",
"privacy_description": "Zure GPX fitxategiak ez dira inoiz zure nabigatzailetik irteten. Ez dago jarraipenik, ez datu-bilketarik.",
"community": "Komunitateak posible egin du",
"community_description": "gpx.studio-k komunitate harrigarri bat du, urte luzez dohaintzen bidez bere kostuak estali dituena, proiektuaren ezaugarri-iradokizunen, akatsen txostenen eta hizkuntza askotarako itzulpenen bidez moldatu dena.",
"support_button": "Lagundu gpx.studio Open Collectiveren bidez",
"translate_button": "Lagundu webgunea itzultzen Crowdin-en"
"philosophy": "Philosophy",
"foss": "Free, ad-free and open source",
"foss_description": "The website is free to use, without ads, and the source code is publicly available on GitHub.",
"privacy": "Privacy-friendly",
"privacy_description": "Your GPX files never leave your browser. No tracking, no data collection.",
"community": "Made possible by the community",
"community_description": "gpx.studio has an amazing community that has covered its costs through donations for years, while shaping the project through feature suggestions, bug reports, and translations into many languages.",
"support_button": "Support gpx.studio on Open Collective",
"translate_button": "Help translate the website on Crowdin"
},
"docs": {
"translate": "Lagundu itzulpenarekin Crowdinen",
@@ -536,7 +536,7 @@
},
"embedding": {
"title": "Sortu zure mapa",
"maptiler_key": "MapTiler gakoa (aukeran, bakarrik behar da MapTiler mapetan)",
"maptiler_key": "MapTiler key (optional, only required for MapTiler maps)",
"file_urls": "Fitxategien URLak (komarekin banatuta)",
"drive_ids": "Google Drive fitxategien IDak (komarekin banatuta)",
"basemap": "Oinarrizko-mapa",
+1 -1
View File
@@ -20,7 +20,7 @@
"export": "Exporteren...",
"export_all": "Alles exporteren...",
"export_options": "Exporteer instellingen",
"support_message": "De tool is gratis te gebruiken, maar is niet gratis om te onderhouden. Overweeg om de website te ondersteunen als je hem vaak gebruikt. Bedankt!",
"support_message": "Het gereedschap is gratis te gebruiken, maar is niet gratis om te onderhouden. Overweeg om de website te ondersteunen als je hem vaak gebruikt. Bedankt!",
"support_button": "Help de website gratis te houden",
"download_file": "Bestand downloaden",
"download_files": "Bestanden downloaden",
+3 -3
View File
@@ -64,7 +64,7 @@
"ctrl": "Ctrl",
"click": "Clique",
"drag": "Arrastar",
"right_click_drag": "Clique direito arraste",
"right_click_drag": "Right-click drag",
"metadata": {
"button": "Informações...",
"name": "Nome",
@@ -181,7 +181,7 @@
},
"sac_scale": {
"hiking": "Caminhada",
"mountain_hiking": "",
"mountain_hiking": "Mountain hiking",
"demanding_mountain_hiking": "Demanding mountain hiking",
"alpine_hiking": "Alpine hiking",
"demanding_alpine_hiking": "Demanding alpine hiking",
@@ -239,7 +239,7 @@
"help_no_selection": "Select a file item to request elevation data."
},
"waypoint": {
"tooltip": "Criar ponto de interesse",
"tooltip": "Create and edit points of interest",
"icon": "Icon",
"link": "Link",
"longitude": "Longitude",