]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
902f69a2d3e400e6bda0ab824b816fab66842f39
[rails.git] / vendor / assets / iD / iD / locales / en-GB.json
1 {
2     "modes": {
3         "add_area": {
4             "title": "Area",
5             "description": "Add parks, buildings, lakes or other areas to the map.",
6             "tail": "Click on the map to start drawing an area, like a park, lake, or building."
7         },
8         "add_line": {
9             "title": "Line",
10             "description": "Add roads, streets, footpaths, canals or other lines to the map.",
11             "tail": "Click on the map to start drawing a road, path, or route."
12         },
13         "add_point": {
14             "title": "Point",
15             "description": "Add restaurants, monuments, post boxes or other points to the map.",
16             "tail": "Click on the map to add a point."
17         },
18         "browse": {
19             "title": "Browse",
20             "description": "Pan and zoom the map."
21         }
22     },
23     "operations": {
24         "add": {
25             "annotation": {
26                 "point": "Added a point.",
27                 "vertex": "Added a node to a way."
28             }
29         },
30         "start": {
31             "annotation": {
32                 "line": "Started a line.",
33                 "area": "Started an area."
34             }
35         },
36         "rotate": {
37             "description": "Rotate this object around its centre point."
38         }
39     },
40     "zoom_in_edit": "Zoom in to Edit",
41     "inspector": {
42         "none": "None"
43     },
44     "background": {
45         "fix_misalignment": "Fix alignment"
46     },
47     "gpx": {
48         "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
49         "browse": "Browse for a .gpx file"
50     },
51     "intro": {
52         "lines": {
53             "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**"
54         }
55     },
56     "presets": {
57         "presets": {
58             "amenity/fuel": {
59                 "name": "Petrol Station",
60                 "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
61             },
62             "amenity/kindergarten": {
63                 "name": "Nursery",
64                 "terms": "Nursery, Pre-school, preschool, kingergarden"
65             },
66             "amenity/post_box": {
67                 "name": "Post Box",
68                 "terms": "Mailbox"
69             },
70             "amenity/ranger_station": {
71                 "name": "Warden Station"
72             },
73             "tourism/camp_site": {
74                 "terms": "camping"
75             },
76             "tourism/caravan_site": {
77                 "name": "Caravan Park"
78             }
79         }
80     }
81 }