]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
Update to iD v1.8.4
[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             "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
77         },
78         "orthogonalize": {
79             "title": "Square",
80             "description": {
81                 "line": "Square the corners of this line.",
82                 "area": "Square the corners of this area."
83             },
84             "key": "S",
85             "annotation": {
86                 "line": "Squared the corners of a line.",
87                 "area": "Squared the corners of an area."
88             },
89             "not_squarish": "This can't be made square because it is not squarish.",
90             "too_large": "This can't be made square because not enough of it is currently visible.",
91             "connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
92         },
93         "straighten": {
94             "title": "Straighten",
95             "description": "Straighten this line.",
96             "key": "S",
97             "annotation": "Straightened a line.",
98             "too_bendy": "This can't be straightened because it bends too much.",
99             "connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
100         },
101         "delete": {
102             "title": "Delete",
103             "description": "Delete object permanently.",
104             "annotation": {
105                 "point": "Deleted a point.",
106                 "vertex": "Deleted a node from a way.",
107                 "line": "Deleted a line.",
108                 "area": "Deleted an area.",
109                 "relation": "Deleted a relation.",
110                 "multiple": "Deleted {n} objects."
111             },
112             "incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded.",
113             "part_of_relation": "This feature can't be deleted because it's part of a larger relation. You must remove it from the relation first.",
114             "connected_to_hidden": "This can't be deleted because it is connected to a hidden feature."
115         },
116         "add_member": {
117             "annotation": "Added a member to a relation."
118         },
119         "delete_member": {
120             "annotation": "Removed a member from a relation."
121         },
122         "connect": {
123             "annotation": {
124                 "point": "Connected a way to a point.",
125                 "vertex": "Connected a way to another.",
126                 "line": "Connected a way to a line.",
127                 "area": "Connected a way to an area."
128             }
129         },
130         "disconnect": {
131             "title": "Disconnect",
132             "description": "Disconnect these lines/areas from each other.",
133             "key": "D",
134             "annotation": "Disconnected lines/areas.",
135             "not_connected": "There aren't enough lines/areas here to disconnect.",
136             "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature."
137         },
138         "merge": {
139             "title": "Merge",
140             "description": "Merge these features.",
141             "key": "C",
142             "annotation": "Merged {n} features.",
143             "not_eligible": "These features can't be merged.",
144             "not_adjacent": "These features can't be merged because they aren't connected.",
145             "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
146             "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
147             "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
148         },
149         "move": {
150             "title": "Move",
151             "description": "Move this to a different location.",
152             "key": "M",
153             "annotation": {
154                 "point": "Moved a point.",
155                 "vertex": "Moved a node in a way.",
156                 "line": "Moved a line.",
157                 "area": "Moved an area.",
158                 "multiple": "Moved multiple objects."
159             },
160             "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
161             "too_large": "This can't be moved because not enough of it is currently visible.",
162             "connected_to_hidden": "This can't be moved because it is connected to a hidden feature."
163         },
164         "rotate": {
165             "title": "Rotate",
166             "description": "Rotate this object around its centre point.",
167             "key": "R",
168             "annotation": {
169                 "line": "Rotated a line.",
170                 "area": "Rotated an area."
171             },
172             "too_large": "This can't be rotated because not enough of it is currently visible.",
173             "connected_to_hidden": "This can't be rotated because it is connected to a hidden feature."
174         },
175         "reverse": {
176             "title": "Reverse",
177             "description": "Make this line go in the opposite direction.",
178             "key": "V",
179             "annotation": "Reversed a line."
180         },
181         "split": {
182             "title": "Split",
183             "description": {
184                 "line": "Split this line into two at this node.",
185                 "area": "Split the boundary of this area into two.",
186                 "multiple": "Split the lines/area boundaries at this node into two."
187             },
188             "key": "X",
189             "annotation": {
190                 "line": "Split a line.",
191                 "area": "Split an area boundary.",
192                 "multiple": "Split {n} lines/area boundaries."
193             },
194             "not_eligible": "Lines can't be split at their beginning or end.",
195             "multiple_ways": "There are too many lines here to split.",
196             "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
197         },
198         "restriction": {
199             "help": {
200                 "select": "Click to select a road segment.",
201                 "toggle": "Click to toggle turn restrictions.",
202                 "toggle_on": "Click to add a \"{restriction}\" restriction.",
203                 "toggle_off": "Click to remove the \"{restriction}\" restriction."
204             },
205             "annotation": {
206                 "create": "Added a turn restriction",
207                 "delete": "Deleted a turn restriction"
208             }
209         }
210     },
211     "undo": {
212         "tooltip": "Undo: {action}",
213         "nothing": "Nothing to undo."
214     },
215     "redo": {
216         "tooltip": "Redo: {action}",
217         "nothing": "Nothing to redo."
218     },
219     "tooltip_keyhint": "Shortcut:",
220     "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
221     "translate": {
222         "translate": "Translate"
223     },
224     "zoom_in_edit": "Zoom in to Edit",
225     "inspector": {
226         "none": "None"
227     },
228     "background": {
229         "fix_misalignment": "Fix alignment"
230     },
231     "gpx": {
232         "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
233         "browse": "Browse for a .gpx file"
234     },
235     "presets": {
236         "fields": {
237             "fax": {
238                 "placeholder": "+44 207 123456"
239             },
240             "fuel/lpg": {
241                 "label": "Sells LPG"
242             },
243             "lit": {
244                 "label": "Street Lighting"
245             },
246             "phone": {
247                 "placeholder": "+44 207 123456"
248             },
249             "toilets/disposal": {
250                 "label": "Toilet Disposal"
251             }
252         },
253         "presets": {
254             "aerialway/gondola": {
255                 "terms": "Dangleway"
256             },
257             "amenity/arts_centre": {
258                 "name": "Arts Centre"
259             },
260             "amenity/fuel": {
261                 "name": "Petrol Station",
262                 "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
263             },
264             "amenity/post_box": {
265                 "name": "Post Box",
266                 "terms": "Mailbox"
267             },
268             "amenity/ranger_station": {
269                 "name": "Warden Station"
270             },
271             "amenity/theatre": {
272                 "name": "Theatre"
273             },
274             "building/static_caravan": {
275                 "name": "Static Caravan"
276             },
277             "building/terrace": {
278                 "name": "Terraced houses"
279             },
280             "highway/bridleway": {
281                 "name": "Bridleway"
282             },
283             "landuse/allotments": {
284                 "name": "Allotments"
285             },
286             "leisure/pitch/baseball": {
287                 "name": "Baseball"
288             },
289             "leisure/pitch/soccer": {
290                 "name": "Football Field"
291             },
292             "office/estate_agent": {
293                 "name": "Estate Agent"
294             },
295             "shop/alcohol": {
296                 "name": "Off license"
297             },
298             "shop/farm": {
299                 "name": "Farm Shop"
300             },
301             "shop/garden_centre": {
302                 "name": "Garden Centre"
303             },
304             "shop/jewelry": {
305                 "name": "Jeweller"
306             },
307             "tourism/camp_site": {
308                 "terms": "camping"
309             },
310             "tourism/caravan_site": {
311                 "name": "Caravan Park"
312             }
313         }
314     }
315 }