X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/76d8bed5d12fc10a785366bfa1a411aa4e0c39d8..3b6580297f619573a24bc22b8b995b64c979c5db:/vendor/assets/iD/iD/locales/en-GB.json?ds=sidebyside diff --git a/vendor/assets/iD/iD/locales/en-GB.json b/vendor/assets/iD/iD/locales/en-GB.json index 095ba0fbd..f8db4d76e 100644 --- a/vendor/assets/iD/iD/locales/en-GB.json +++ b/vendor/assets/iD/iD/locales/en-GB.json @@ -1,9 +1,59 @@ { + "modes": { + "add_area": { + "title": "Area", + "description": "Add parks, buildings, lakes or other areas to the map.", + "tail": "Click on the map to start drawing an area, like a park, lake, or building." + }, + "add_line": { + "title": "Line", + "description": "Add roads, streets, footpaths, canals or other lines to the map.", + "tail": "Click on the map to start drawing a road, path, or route." + }, + "add_point": { + "title": "Point", + "description": "Add restaurants, monuments, post boxes or other points to the map.", + "tail": "Click on the map to add a point." + }, + "browse": { + "title": "Browse", + "description": "Pan and zoom the map." + } + }, "operations": { + "add": { + "annotation": { + "point": "Added a point.", + "vertex": "Added a node to a way." + } + }, + "start": { + "annotation": { + "line": "Started a line.", + "area": "Started an area." + } + }, + "cancel_draw": { + "annotation": "Cancelled drawing." + }, + "circularize": { + "title": "Circularise" + }, "rotate": { "description": "Rotate this object around its centre point." } }, + "zoom_in_edit": "Zoom in to Edit", + "inspector": { + "none": "None" + }, + "background": { + "fix_misalignment": "Fix alignment" + }, + "gpx": { + "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse", + "browse": "Browse for a .gpx file" + }, "intro": { "lines": { "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**" @@ -11,9 +61,41 @@ }, "presets": { "presets": { + "amenity/arts_centre": { + "name": "Arts Centre" + }, "amenity/fuel": { "name": "Petrol Station", "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel" + }, + "amenity/kindergarten": { + "name": "Nursery", + "terms": "Nursery, Pre-school, preschool, kingergarden" + }, + "amenity/post_box": { + "name": "Post Box", + "terms": "Mailbox" + }, + "amenity/ranger_station": { + "name": "Warden Station" + }, + "amenity/theatre": { + "name": "Theatre" + }, + "leisure/sports_center": { + "name": "Sports Centre" + }, + "shop/garden_centre": { + "name": "Garden Centre" + }, + "shop/jewelry": { + "name": "Jeweller" + }, + "tourism/camp_site": { + "terms": "camping" + }, + "tourism/caravan_site": { + "name": "Caravan Park" } } }