Files
gpx.studio/website/src/locales/en.json

213 lines
7.9 KiB
JSON
Raw Normal View History

2024-04-24 16:12:50 +02:00
{
"menu": {
"file": "File",
2024-04-24 17:39:56 +02:00
"new": "New",
2024-04-27 12:18:40 +02:00
"new_filename": "new",
2024-04-24 17:39:56 +02:00
"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",
2024-04-29 17:03:23 +02:00
"select_all": "Select all",
2024-05-06 15:52:11 +02:00
"view": "View",
2024-05-22 16:05:31 +02:00
"vertical_file_view": "Show vertical file list",
2024-05-06 15:52:11 +02:00
"switch_basemap": "Switch to previous basemap",
"toggle_overlays": "Toggle overlays",
2024-05-08 12:00:04 +02:00
"toggle_3d": "Toggle 3D",
2024-04-24 17:39:56 +02:00
"settings": "Settings",
"distance_units": "Distance units",
"metric": "Metric",
"imperial": "Imperial",
"velocity_units": "Velocity units",
"temperature_units": "Temperature units",
"celsius": "Celsius",
"fahrenheit": "Fahrenheit",
2024-04-27 11:16:59 +02:00
"mode": "Mode",
"light": "Light",
"dark": "Dark",
"system": "System",
2024-05-23 11:21:57 +02:00
"layers": "Map layers...",
2024-04-24 17:39:56 +02:00
"distance_markers": "Show distance markers",
"direction_markers": "Show direction markers",
"about": "About",
2024-04-29 17:03:23 +02:00
"donate": "Donate",
"ctrl": "Ctrl",
2024-05-08 12:00:04 +02:00
"click": "Click",
"drag": "Drag"
2024-04-24 17:39:56 +02:00
},
"toolbar": {
2024-04-24 18:13:01 +02:00
"routing": {
"tooltip": "Edit the route",
"activity": "Activity",
2024-05-07 17:19:53 +02:00
"use_routing": "Routing",
"use_routing_tooltip": "Connect anchor points through the road network. Disable to draw straight lines.",
2024-04-24 18:13:01 +02:00
"allow_private": "Allow private roads",
2024-05-07 17:19:53 +02:00
"reverse_tooltip": "Reverse the direction",
"route_back_to_start_tooltip": "Route back to start",
"round_trip_tooltip": "Create round trip",
2024-05-24 16:37:26 +02:00
"help_no_file": "Select a file element to use the routing tool, or create a new file from the menu",
"help_multiple_files": "Select a single file element to use the routing tool",
2024-04-24 19:32:55 +02:00
"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"
2024-04-27 11:16:59 +02:00
},
2024-04-27 11:24:29 +02:00
"surface": {
"unknown": "Unknown",
"paved": "Paved",
"unpaved": "Unpaved",
"asphalt": "Asphalt",
"concrete": "Concrete",
"chipseal": "Chipseal",
"cobblestone": "Cobblestone",
"unhewn_cobblestone": "Unhewn cobblestone",
"paving_stones": "Paving stones",
"stepping_stones": "Stepping stones",
"sett": "Sett",
"metal": "Metal",
"wood": "Wood",
"compacted": "Compacted gravel",
"fine_gravel": "Fine gravel",
"gravel": "Gravel",
"pebblestone": "Pebblestone",
"rock": "Rock",
"dirt": "Dirt",
"ground": "Ground",
"earth": "Earth",
"snow": "Snow",
"ice": "Ice",
"salt": "Salt",
"mud": "Mud",
"sand": "Sand",
"woodchips": "Woodchips",
"grass": "Grass",
"grass_paver": "Grass paver"
},
2024-04-27 11:16:59 +02:00
"error": {
"from": "The start point is too far from the nearest road",
2024-04-27 11:32:11 +02:00
"via": "The via point is too far from the nearest road",
2024-04-27 11:38:34 +02:00
"to": "The end point is too far from the nearest road",
"timeout": "The routing request took too long, try adding points closer"
2024-04-24 19:32:55 +02:00
}
2024-04-24 18:13:01 +02:00
},
2024-04-24 17:39:56 +02:00
"time_tooltip": "Change the time and speed data",
"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",
2024-05-24 16:41:43 +02:00
"style_tooltip": "Change the style of the route"
2024-04-24 17:39:56 +02:00
},
"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"
}
2024-04-24 16:12:50 +02:00
},
2024-04-24 18:02:35 +02:00
"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"
},
2024-04-24 16:12:50 +02:00
"quantities": {
"distance": "Distance",
"elevation": "Elevation",
"temperature": "Temperature",
"speed": "Speed",
"pace": "Pace",
"heartrate": "Heart rate",
"cadence": "Cadence",
"power": "Power",
"slope": "Slope",
2024-04-24 18:02:35 +02:00
"surface": "Surface",
"time": "Time",
"moving": "Moving",
"total": "Total"
2024-04-24 16:12:50 +02:00
},
"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"
2024-05-24 13:16:41 +02:00
},
"gpx": {
"track": "Track",
"segment": "Segment",
"waypoint": "Waypoint",
"waypoints": "Waypoints"
2024-04-24 16:12:50 +02:00
}
}