Merge pull request #314 from rkflx/pr/add-and-fix-shortcuts
Add more keyboard shortcuts and fix various shortcut related issues
This commit is contained in:
commit
77f1b5f0af
17 changed files with 433 additions and 107 deletions
|
|
@ -11,7 +11,8 @@
|
|||
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
|
||||
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.",
|
||||
"support": "General discussions/questions, support",
|
||||
"title": "About"
|
||||
"title": "About",
|
||||
"tooltip": "Show more information about Brouter-Web (H key)"
|
||||
},
|
||||
"credits": {
|
||||
"brouter": "BRouter",
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
"ascend": "Ascend",
|
||||
"cost": "Cost",
|
||||
"distance": "Distance",
|
||||
"elevation-chart": "Toggle elevation chart (E key)",
|
||||
"energy-per-100km": "Energy per 100 km",
|
||||
"hours": "hours",
|
||||
"hours-abbrev": "h",
|
||||
|
|
@ -80,9 +82,10 @@
|
|||
"attribution-osm-long": "OpenStreetMap contributors",
|
||||
"attribution-osm-short": "OpenStreetMap",
|
||||
"clear-route": "Clear route data",
|
||||
"clear-route-tooltip": "Clear route data (Backspace key)",
|
||||
"copyright": "Copyright",
|
||||
"cycling": "Cycling",
|
||||
"delete-last-point": "Delete last point",
|
||||
"delete-last-point": "Delete last point (Z key)",
|
||||
"delete-nogo-areas": "Delete all no-go areas",
|
||||
"delete-pois": "Delete all points of interest",
|
||||
"delete-route": "Delete route",
|
||||
|
|
@ -91,6 +94,8 @@
|
|||
"draw-route-start": "Draw route (D key)",
|
||||
"draw-route-stop": "Stop drawing route (ESC key)",
|
||||
"enter-poi-name": "Enter Point of Interest name",
|
||||
"geocoder": "Search (F key)",
|
||||
"geocoder-placeholder": "Search…",
|
||||
"hikebike-hillshading": "Hillshading",
|
||||
"hiking": "Hiking",
|
||||
"layer": {
|
||||
|
|
@ -110,25 +115,25 @@
|
|||
"topo": "OpenTopoMap"
|
||||
},
|
||||
"loading": "Loading…",
|
||||
"locate-me": "Show me where I am",
|
||||
"locate-me": "Show me where I am (L key)",
|
||||
"nogo": {
|
||||
"cancel": "Cancel drawing no-go area",
|
||||
"cancel": "Cancel drawing no-go area (ESC key)",
|
||||
"click-drag": "Click and drag to draw circle",
|
||||
"draw": "Draw no-go area (circle)",
|
||||
"draw": "Draw circular no-go area (N key)",
|
||||
"edit": "Click to edit",
|
||||
"help": "□ = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing"
|
||||
},
|
||||
"opacity-slider": "Set transparency of route track and markers. Press and hold the 'M' key to temporarily hide the planned route.",
|
||||
"opacity-slider": "Set transparency of route track and markers\n(Hold M key to mute temporarily)",
|
||||
"preview": "Preview",
|
||||
"privacy": "Privacy",
|
||||
"reverse-route": "Reverse route",
|
||||
"route-quality-altitude": "Altitude coding",
|
||||
"route-quality-cost": "Cost coding",
|
||||
"route-quality-incline": "Incline coding",
|
||||
"strava-biking": "Show Strava biking segments",
|
||||
"strava-running": "Show Strava running segments",
|
||||
"zoomInTitle": "Zoom in",
|
||||
"zoomOutTitle": "Zoom out"
|
||||
"reverse-route": "Reverse route (R key)",
|
||||
"route-quality-altitude": "Altitude coding (C key to toggle)",
|
||||
"route-quality-cost": "Cost coding (C key to toggle)",
|
||||
"route-quality-incline": "Incline coding (C key to toggle)",
|
||||
"strava-biking": "Show Strava biking segments\n(S key to toggle layer, click to reload for current area)",
|
||||
"strava-running": "Show Strava running segments\n(S key to toggle layer, click to reload for current area)",
|
||||
"zoomInTitle": "Zoom in (+ key)",
|
||||
"zoomOutTitle": "Zoom out (- key)"
|
||||
},
|
||||
"modal": {
|
||||
"close": "Close"
|
||||
|
|
@ -142,9 +147,11 @@
|
|||
"third": "3rd alternative"
|
||||
},
|
||||
"export": "Export",
|
||||
"export-tooltip": "Export route (X key)",
|
||||
"load": {
|
||||
"nogos": "No-go areas",
|
||||
"title": "Load",
|
||||
"tooltip": "Load tracks (O key)\nLoad No-go areas (Shift+O)",
|
||||
"tracks": "Tracks"
|
||||
},
|
||||
"profile": {
|
||||
|
|
@ -168,7 +175,8 @@
|
|||
"trekking-steep": "Trekking bike (steep)",
|
||||
"vm-forum-liegerad-schnell": "Recumbent bike (fast)",
|
||||
"vm-forum-velomobil-schnell": "Velomobile (fast)"
|
||||
}
|
||||
},
|
||||
"profile-tooltip": "\n(G key to switch)"
|
||||
},
|
||||
"sidebar": {
|
||||
"analysis": {
|
||||
|
|
@ -183,17 +191,21 @@
|
|||
"total_known": "Total Known:",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"title": "Analysis"
|
||||
"title": "Analysis",
|
||||
"tooltip": "Analyse route\n(T key to toggle, Shift+T to switch to next tab)"
|
||||
},
|
||||
"customize-profile": {
|
||||
"title": "Customize profile"
|
||||
"title": "Customize profile",
|
||||
"tooltip": "Customize profile\n(T key to toggle, Shift+T to switch to next tab)"
|
||||
},
|
||||
"data": {
|
||||
"sync-map": "Synchronize map",
|
||||
"title": "Data"
|
||||
"title": "Data",
|
||||
"tooltip": "Show detailed route data table\n(T key to toggle, Shift+T to switch to next tab)"
|
||||
},
|
||||
"itinerary": {
|
||||
"title": "Itinerary"
|
||||
"title": "Itinerary",
|
||||
"tooltip": "Show itinerary\n(T key to toggle, Shift+T to switch to next tab)"
|
||||
},
|
||||
"layers": {
|
||||
"category": {
|
||||
|
|
@ -219,7 +231,8 @@
|
|||
"name": "Name",
|
||||
"type": "Type"
|
||||
},
|
||||
"title": "Layers"
|
||||
"title": "Layers",
|
||||
"tooltip": "Select layers\n(T key to toggle, Shift+T to switch to next tab)"
|
||||
},
|
||||
"profile": {
|
||||
"apply": "Apply",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue