]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
Vagrant: Virtualbox: increase RAM and put 2 CPUs
[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         "draw_area": {
23             "tail": "Click to add nodes to your area. Click the first node to finish the area."
24         },
25         "draw_line": {
26             "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
27         }
28     },
29     "operations": {
30         "add": {
31             "annotation": {
32                 "point": "Added a point.",
33                 "vertex": "Added a node to a way.",
34                 "relation": "Added a relation."
35             }
36         },
37         "start": {
38             "annotation": {
39                 "line": "Started a line.",
40                 "area": "Started an area."
41             }
42         },
43         "continue": {
44             "key": "A",
45             "title": "Continue",
46             "description": "Continue this line.",
47             "not_eligible": "No line can be continued here.",
48             "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
49             "annotation": {
50                 "line": "Continued a line.",
51                 "area": "Continued an area."
52             }
53         },
54         "cancel_draw": {
55             "annotation": "Cancelled drawing."
56         },
57         "change_role": {
58             "annotation": "Changed the role of a relation member."
59         },
60         "change_tags": {
61             "annotation": "Changed tags."
62         },
63         "circularize": {
64             "title": "Circularise",
65             "description": {
66                 "line": "Make this line circular.",
67                 "area": "Make this area circular."
68             },
69             "key": "O",
70             "annotation": {
71                 "line": "Made a line circular.",
72                 "area": "Made an area circular."
73             },
74             "not_closed": "This can't be made circular because it's not a loop.",
75             "too_large": "This can't be made circular because not enough of it is currently visible."
76         },
77         "orthogonalize": {
78             "title": "Square",
79             "description": {
80                 "line": "Square the corners of this line.",
81                 "area": "Square the corners of this area."
82             },
83             "key": "S",
84             "annotation": {
85                 "line": "Squared the corners of a line.",
86                 "area": "Squared the corners of an area."
87             },
88             "not_squarish": "This can't be made square because it is not squarish.",
89             "too_large": "This can't be made square because not enough of it is currently visible."
90         },
91         "straighten": {
92             "title": "Straighten",
93             "description": "Straighten this line.",
94             "key": "S",
95             "annotation": "Straightened a line.",
96             "too_bendy": "This can't be straightened because it bends too much."
97         },
98         "delete": {
99             "title": "Delete",
100             "description": "Delete object permanently.",
101             "annotation": {
102                 "point": "Deleted a point.",
103                 "vertex": "Deleted a node from a way.",
104                 "line": "Deleted a line.",
105                 "area": "Deleted an area.",
106                 "relation": "Deleted a relation.",
107                 "multiple": "Deleted {n} objects."
108             },
109             "incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded."
110         },
111         "add_member": {
112             "annotation": "Added a member to a relation."
113         },
114         "delete_member": {
115             "annotation": "Removed a member from a relation."
116         },
117         "connect": {
118             "annotation": {
119                 "point": "Connected a way to a point.",
120                 "vertex": "Connected a way to another.",
121                 "line": "Connected a way to a line.",
122                 "area": "Connected a way to an area."
123             }
124         },
125         "disconnect": {
126             "title": "Disconnect",
127             "description": "Disconnect these lines/areas from each other.",
128             "key": "D",
129             "annotation": "Disconnected lines/areas.",
130             "not_connected": "There aren't enough lines/areas here to disconnect."
131         },
132         "merge": {
133             "title": "Merge",
134             "key": "C",
135             "not_eligible": "These features can't be merged.",
136             "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
137         },
138         "move": {
139             "title": "Move",
140             "description": "Move this to a different location.",
141             "key": "M",
142             "annotation": {
143                 "point": "Moved a point.",
144                 "vertex": "Moved a node in a way.",
145                 "line": "Moved a line.",
146                 "area": "Moved an area.",
147                 "multiple": "Moved multiple objects."
148             },
149             "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
150             "too_large": "This can't be moved because not enough of it is currently visible."
151         },
152         "rotate": {
153             "title": "Rotate",
154             "description": "Rotate this object around its centre point.",
155             "key": "R",
156             "annotation": {
157                 "line": "Rotated a line.",
158                 "area": "Rotated an area."
159             },
160             "too_large": "This can't be rotated because not enough of it is currently visible."
161         },
162         "reverse": {
163             "title": "Reverse",
164             "description": "Make this line go in the opposite direction.",
165             "key": "V",
166             "annotation": "Reversed a line."
167         },
168         "split": {
169             "title": "Split",
170             "description": {
171                 "line": "Split this line into two at this node.",
172                 "area": "Split the boundary of this area into two.",
173                 "multiple": "Split the lines/area boundaries at this node into two."
174             },
175             "key": "X",
176             "annotation": {
177                 "line": "Split a line.",
178                 "area": "Split an area boundary.",
179                 "multiple": "Split {n} lines/area boundaries."
180             },
181             "not_eligible": "Lines can't be split at their beginning or end.",
182             "multiple_ways": "There are too many lines here to split."
183         },
184         "restriction": {
185             "help": {
186                 "select": "Click to select a road segment.",
187                 "toggle": "Click to toggle turn restrictions.",
188                 "toggle_on": "Click to add a \"{restriction}\" restriction.",
189                 "toggle_off": "Click to remove the \"{restriction}\" restriction."
190             },
191             "annotation": {
192                 "create": "Added a turn restriction",
193                 "delete": "Deleted a turn restriction"
194             }
195         }
196     },
197     "undo": {
198         "tooltip": "Undo: {action}",
199         "nothing": "Nothing to undo."
200     },
201     "redo": {
202         "tooltip": "Redo: {action}",
203         "nothing": "Nothing to redo."
204     },
205     "tooltip_keyhint": "Shortcut:",
206     "translate": {
207         "translate": "Translate"
208     },
209     "zoom_in_edit": "Zoom in to Edit",
210     "inspector": {
211         "none": "None"
212     },
213     "background": {
214         "fix_misalignment": "Fix alignment"
215     },
216     "gpx": {
217         "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
218         "browse": "Browse for a .gpx file"
219     },
220     "intro": {
221         "lines": {
222             "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**"
223         }
224     },
225     "presets": {
226         "fields": {
227             "fax": {
228                 "placeholder": "+44 207 123456"
229             },
230             "fuel/lpg": {
231                 "label": "Sells LPG"
232             },
233             "lit": {
234                 "label": "Street Lighting"
235             },
236             "phone": {
237                 "placeholder": "+44 207 123456"
238             },
239             "toilets/disposal": {
240                 "label": "Toilet Disposal"
241             }
242         },
243         "presets": {
244             "aerialway/gondola": {
245                 "terms": "Dangleway"
246             },
247             "amenity/arts_centre": {
248                 "name": "Arts Centre"
249             },
250             "amenity/fuel": {
251                 "name": "Petrol Station",
252                 "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
253             },
254             "amenity/post_box": {
255                 "name": "Post Box",
256                 "terms": "Mailbox"
257             },
258             "amenity/ranger_station": {
259                 "name": "Warden Station"
260             },
261             "amenity/theatre": {
262                 "name": "Theatre"
263             },
264             "building/static_caravan": {
265                 "name": "Static Caravan"
266             },
267             "building/terrace": {
268                 "name": "Terraced houses"
269             },
270             "highway/bridleway": {
271                 "name": "Bridleway"
272             },
273             "landuse/allotments": {
274                 "name": "Allotments"
275             },
276             "leisure/pitch/baseball": {
277                 "name": "Baseball"
278             },
279             "leisure/pitch/soccer": {
280                 "name": "Football Field"
281             },
282             "office/estate_agent": {
283                 "name": "Estate Agent"
284             },
285             "shop/alcohol": {
286                 "name": "Off license"
287             },
288             "shop/farm": {
289                 "name": "Farm Shop"
290             },
291             "shop/garden_centre": {
292                 "name": "Garden Centre"
293             },
294             "shop/jewelry": {
295                 "name": "Jeweller"
296             },
297             "tourism/camp_site": {
298                 "terms": "camping"
299             },
300             "tourism/caravan_site": {
301                 "name": "Caravan Park"
302             }
303         }
304     }
305 }