]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
771cb75f9ebb61814004cd55600fc76d701baff1
[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/post_box": {
72                 "name": "Post Box",
73                 "terms": "Mailbox"
74             },
75             "amenity/ranger_station": {
76                 "name": "Warden Station"
77             },
78             "amenity/theatre": {
79                 "name": "Theatre"
80             },
81             "building/static_caravan": {
82                 "name": "Static Caravan"
83             },
84             "building/terrace": {
85                 "name": "Terraced houses"
86             },
87             "shop/garden_centre": {
88                 "name": "Garden Centre"
89             },
90             "shop/jewelry": {
91                 "name": "Jeweller"
92             },
93             "tourism/camp_site": {
94                 "terms": "camping"
95             },
96             "tourism/caravan_site": {
97                 "name": "Caravan Park"
98             }
99         }
100     }
101 }