mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
continue localization
This commit is contained in:
@@ -1,7 +1,98 @@
|
||||
{
|
||||
"menu": {
|
||||
"file": "File",
|
||||
"new": "New"
|
||||
"new": "New",
|
||||
"load_desktop": "Load from desktop...",
|
||||
"load_drive": "Load from Google Drive...",
|
||||
"duplicate": "Duplicate",
|
||||
"export": "Export...",
|
||||
"export_all": "Export all...",
|
||||
"edit": "Edit",
|
||||
"undo": "Undo",
|
||||
"redo": "Redo",
|
||||
"delete": "Delete",
|
||||
"delete_all": "Delete all",
|
||||
"settings": "Settings",
|
||||
"distance_units": "Distance units",
|
||||
"metric": "Metric",
|
||||
"imperial": "Imperial",
|
||||
"velocity_units": "Velocity units",
|
||||
"temperature_units": "Temperature units",
|
||||
"celsius": "Celsius",
|
||||
"fahrenheit": "Fahrenheit",
|
||||
"distance_markers": "Show distance markers",
|
||||
"direction_markers": "Show direction markers",
|
||||
"about": "About",
|
||||
"donate": "Donate"
|
||||
},
|
||||
"toolbar": {
|
||||
"routing_tooltip": "Edit the route",
|
||||
"time_tooltip": "Change the time and speed data",
|
||||
"reverse_tooltip": "Reverse the direction",
|
||||
"merge_tooltip": "Merge files together",
|
||||
"extract_tooltip": "Extract inner tracks or segments",
|
||||
"waypoint_tooltip": "Create a new point of interest",
|
||||
"reduce_tooltip": "Reduce the number of points",
|
||||
"clean_tooltip": "Clean track points and points of interest with a rectangle selection",
|
||||
"style_tooltip": "Change the style of the route",
|
||||
"structure_tooltip": "Manage the file structure"
|
||||
},
|
||||
"layers": {
|
||||
"manage": "Manage layers",
|
||||
"settings": "Layer settings",
|
||||
"settings_help": "Select the map layers you want to show in the interface, add custom ones, and adjust their settings.",
|
||||
"selection": "Layer selection",
|
||||
"custom_layers": "Custom layers",
|
||||
"heatmap": "Heatmap",
|
||||
"pois": "Points of interest",
|
||||
"label": {
|
||||
"basemaps": "Basemaps",
|
||||
"overlays": "Overlays",
|
||||
"world": "World",
|
||||
"countries": "Countries",
|
||||
"bulgaria": "Bulgaria",
|
||||
"finland": "Finland",
|
||||
"france": "France",
|
||||
"new_zealand": "New Zealand",
|
||||
"norway": "Norway",
|
||||
"spain": "Spain",
|
||||
"sweden": "Sweden",
|
||||
"switzerland": "Switzerland",
|
||||
"united_kingdom": "United Kingdom",
|
||||
"united_states": "United States",
|
||||
"mapboxOutdoors": "Mapbox Outdoors",
|
||||
"mapboxSatellite": "Mapbox Satellite",
|
||||
"openStreetMap": "OpenStreetMap",
|
||||
"openTopoMap": "OpenTopoMap",
|
||||
"openHikingMap": "OpenHikingMap",
|
||||
"cyclOSM": "CyclOSM",
|
||||
"linz": "LINZ Topo",
|
||||
"linzTopo": "LINZ Topo50",
|
||||
"swisstopo": "swisstopo",
|
||||
"ignPlanV2": "IGN Plan",
|
||||
"ignFrScan25": "IGN SCAN25",
|
||||
"ignSatellite": "IGN Satellite",
|
||||
"ignEs": "IGN",
|
||||
"ordnanceSurvey": "Ordnance Survey",
|
||||
"norwayTopo": "Topografisk Norgeskart 4",
|
||||
"swedenTopo": "Lantmäteriet Topo",
|
||||
"finlandTopo": "Lantmäteriverket Terrängkarta",
|
||||
"bgMountains": "BGMountains",
|
||||
"usgs": "USGS",
|
||||
"cyclOSMlite": "CyclOSM Lite",
|
||||
"swisstopoSlope": "swisstopo Slope",
|
||||
"swisstopoCycling": "swisstopo Cycling",
|
||||
"swisstopoMountainBike": "swisstopo MTB",
|
||||
"ignFrCadastre": "IGN Cadastre",
|
||||
"ignSlope": "IGN Slope",
|
||||
"waymarked_trails": "Waymarked Trails",
|
||||
"waymarkedTrailsHiking": "Hiking",
|
||||
"waymarkedTrailsCycling": "Cycling",
|
||||
"waymarkedTrailsMTB": "MTB",
|
||||
"waymarkedTrailsSkating": "Skating",
|
||||
"waymarkedTrailsHorseRiding": "Horse Riding",
|
||||
"waymarkedTrailsWinter": "Winter"
|
||||
}
|
||||
},
|
||||
"quantities": {
|
||||
"distance": "Distance",
|
||||
|
Reference in New Issue
Block a user