]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
Merge remote-tracking branch 'openstreetmap/pull/1085'
[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             "description": "Merge these lines.",
135             "key": "C",
136             "annotation": "Merged {n} lines.",
137             "not_eligible": "These features can't be merged.",
138             "not_adjacent": "These lines can't be merged because they aren't connected.",
139             "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
140             "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
141         },
142         "move": {
143             "title": "Move",
144             "description": "Move this to a different location.",
145             "key": "M",
146             "annotation": {
147                 "point": "Moved a point.",
148                 "vertex": "Moved a node in a way.",
149                 "line": "Moved a line.",
150                 "area": "Moved an area.",
151                 "multiple": "Moved multiple objects."
152             },
153             "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
154             "too_large": "This can't be moved because not enough of it is currently visible."
155         },
156         "rotate": {
157             "title": "Rotate",
158             "description": "Rotate this object around its centre point.",
159             "key": "R",
160             "annotation": {
161                 "line": "Rotated a line.",
162                 "area": "Rotated an area."
163             },
164             "too_large": "This can't be rotated because not enough of it is currently visible."
165         },
166         "reverse": {
167             "title": "Reverse",
168             "description": "Make this line go in the opposite direction.",
169             "key": "V",
170             "annotation": "Reversed a line."
171         },
172         "split": {
173             "title": "Split",
174             "description": {
175                 "line": "Split this line into two at this node.",
176                 "area": "Split the boundary of this area into two.",
177                 "multiple": "Split the lines/area boundaries at this node into two."
178             },
179             "key": "X",
180             "annotation": {
181                 "line": "Split a line.",
182                 "area": "Split an area boundary.",
183                 "multiple": "Split {n} lines/area boundaries."
184             },
185             "not_eligible": "Lines can't be split at their beginning or end.",
186             "multiple_ways": "There are too many lines here to split."
187         },
188         "restriction": {
189             "help": {
190                 "select": "Click to select a road segment.",
191                 "toggle": "Click to toggle turn restrictions.",
192                 "toggle_on": "Click to add a \"{restriction}\" restriction.",
193                 "toggle_off": "Click to remove the \"{restriction}\" restriction."
194             },
195             "annotation": {
196                 "create": "Added a turn restriction",
197                 "delete": "Deleted a turn restriction"
198             }
199         }
200     },
201     "undo": {
202         "tooltip": "Undo: {action}",
203         "nothing": "Nothing to undo."
204     },
205     "redo": {
206         "tooltip": "Redo: {action}",
207         "nothing": "Nothing to redo."
208     },
209     "tooltip_keyhint": "Shortcut:",
210     "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
211     "translate": {
212         "translate": "Translate"
213     },
214     "zoom_in_edit": "Zoom in to Edit",
215     "inspector": {
216         "none": "None"
217     },
218     "background": {
219         "fix_misalignment": "Fix alignment"
220     },
221     "gpx": {
222         "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
223         "browse": "Browse for a .gpx file"
224     },
225     "intro": {
226         "lines": {
227             "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**"
228         }
229     },
230     "presets": {
231         "fields": {
232             "fax": {
233                 "placeholder": "+44 207 123456"
234             },
235             "fuel/lpg": {
236                 "label": "Sells LPG"
237             },
238             "lit": {
239                 "label": "Street Lighting"
240             },
241             "phone": {
242                 "placeholder": "+44 207 123456"
243             },
244             "toilets/disposal": {
245                 "label": "Toilet Disposal"
246             }
247         },
248         "presets": {
249             "aerialway/gondola": {
250                 "terms": "Dangleway"
251             },
252             "amenity/arts_centre": {
253                 "name": "Arts Centre"
254             },
255             "amenity/fuel": {
256                 "name": "Petrol Station",
257                 "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
258             },
259             "amenity/post_box": {
260                 "name": "Post Box",
261                 "terms": "Mailbox"
262             },
263             "amenity/ranger_station": {
264                 "name": "Warden Station"
265             },
266             "amenity/theatre": {
267                 "name": "Theatre"
268             },
269             "building/static_caravan": {
270                 "name": "Static Caravan"
271             },
272             "building/terrace": {
273                 "name": "Terraced houses"
274             },
275             "highway/bridleway": {
276                 "name": "Bridleway"
277             },
278             "landuse/allotments": {
279                 "name": "Allotments"
280             },
281             "leisure/pitch/baseball": {
282                 "name": "Baseball"
283             },
284             "leisure/pitch/soccer": {
285                 "name": "Football Field"
286             },
287             "office/estate_agent": {
288                 "name": "Estate Agent"
289             },
290             "shop/alcohol": {
291                 "name": "Off license"
292             },
293             "shop/farm": {
294                 "name": "Farm Shop"
295             },
296             "shop/garden_centre": {
297                 "name": "Garden Centre"
298             },
299             "shop/jewelry": {
300                 "name": "Jeweller"
301             },
302             "tourism/camp_site": {
303                 "terms": "camping"
304             },
305             "tourism/caravan_site": {
306                 "name": "Caravan Park"
307             }
308         }
309     }
310 }