]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
Merge remote-tracking branch 'origin/master' into routing
[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         "cancel_draw": {
37             "annotation": "Cancelled drawing."
38         },
39         "circularize": {
40             "title": "Circularise"
41         },
42         "rotate": {
43             "description": "Rotate this object around its centre point."
44         }
45     },
46     "zoom_in_edit": "Zoom in to Edit",
47     "inspector": {
48         "none": "None"
49     },
50     "background": {
51         "fix_misalignment": "Fix alignment"
52     },
53     "gpx": {
54         "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
55         "browse": "Browse for a .gpx file"
56     },
57     "intro": {
58         "lines": {
59             "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**"
60         }
61     },
62     "presets": {
63         "presets": {
64             "amenity/arts_centre": {
65                 "name": "Arts Centre"
66             },
67             "amenity/fuel": {
68                 "name": "Petrol Station",
69                 "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
70             },
71             "amenity/kindergarten": {
72                 "name": "Nursery",
73                 "terms": "Nursery, Pre-school, preschool, kingergarden"
74             },
75             "amenity/post_box": {
76                 "name": "Post Box",
77                 "terms": "Mailbox"
78             },
79             "amenity/ranger_station": {
80                 "name": "Warden Station"
81             },
82             "amenity/theatre": {
83                 "name": "Theatre"
84             },
85             "building/static_caravan": {
86                 "name": "Static Caravan"
87             },
88             "building/terrace": {
89                 "name": "Terraced houses"
90             },
91             "leisure/sports_center": {
92                 "name": "Sports Centre"
93             },
94             "shop/garden_centre": {
95                 "name": "Garden Centre"
96             },
97             "shop/jewelry": {
98                 "name": "Jeweller"
99             },
100             "tourism/camp_site": {
101                 "terms": "camping"
102             },
103             "tourism/caravan_site": {
104                 "name": "Caravan Park"
105             }
106         }
107     }
108 }