Files
gpx.studio/website/src/locales/en.json
2024-04-27 11:16:59 +02:00

162 lines
5.9 KiB
JSON

{
"menu": {
"file": "File",
"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",
"mode": "Mode",
"light": "Light",
"dark": "Dark",
"system": "System",
"distance_markers": "Show distance markers",
"direction_markers": "Show direction markers",
"about": "About",
"donate": "Donate"
},
"toolbar": {
"routing": {
"tooltip": "Edit the route",
"activity": "Activity",
"use_routing": "Routing (follow roads)",
"allow_private": "Allow private roads",
"help_no_file": "Select a file to use the routing tool, or create a new file from the menu",
"help_multiple_files": "Select a single file to use the routing tool",
"help": "Click on the map to add a new point, or drag existing points to change the route",
"activities": {
"bike": "Bike",
"racing_bike": "Racing bike",
"mountain_bike": "Mountain bike",
"foot": "Run/hike",
"motorcycle": "Motorcycle",
"water": "Water",
"railway": "Railway"
},
"error": {
"from": "The start point is too far from the nearest road",
"to": "The end point is too far from the nearest road"
}
},
"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"
}
},
"chart": {
"show_slope": "Show slope",
"show_surface": "Show surface",
"show_speed": "Show speed",
"show_pace": "Show pace",
"show_heartrate": "Show heart rate",
"show_cadence": "Show cadence",
"show_temperature": "Show temperature",
"show_power": "Show power"
},
"quantities": {
"distance": "Distance",
"elevation": "Elevation",
"temperature": "Temperature",
"speed": "Speed",
"pace": "Pace",
"heartrate": "Heart rate",
"cadence": "Cadence",
"power": "Power",
"slope": "Slope",
"surface": "Surface",
"time": "Time",
"moving": "Moving",
"total": "Total"
},
"units": {
"meters": "m",
"feet": "ft",
"kilometers": "km",
"miles": "mi",
"celsius": "°C",
"fahrenheit": "°F",
"kilometers_per_hour": "km/h",
"miles_per_hour": "mph",
"minutes_per_kilometer": "min/km",
"minutes_per_mile": "min/mi",
"heartrate": "bpm",
"cadence": "rpm",
"power": "W"
}
}