]> git.openstreetmap.org Git - rails.git/blob - config/locales/en-GB.yml
Localisation updates from https://translatewiki.net.
[rails.git] / config / locales / en-GB.yml
1 # Messages for British English (British English)
2 # Exported from translatewiki.net
3 # Export driver: phpyaml
4 # Author: Abijeet Patro
5 # Author: Alefar
6 # Author: Andibing
7 # Author: BEANS
8 # Author: Bjh21
9 # Author: Bpfhjquevaps
10 # Author: Bruce89
11 # Author: Caliburn
12 # Author: Captaindogfish
13 # Author: Chase me ladies, I'm the Cavalry
14 # Author: Danieldegroot2
15 # Author: E THP
16 # Author: EdLoach
17 # Author: Eduard Popov
18 # Author: Gravitystorm
19 # Author: Hufkratzer
20 # Author: IknowJoseph
21 # Author: Jagwar
22 # Author: Jguthrie100
23 # Author: Jlrb+
24 # Author: Kosovastar
25 # Author: Macofe
26 # Author: Maro21
27 # Author: Meno25
28 # Author: Michel Bakni
29 # Author: Mvolz
30 # Author: Sampablokuper
31 # Author: Samwilson
32 # Author: Shirayuki
33 # Author: Smsm1
34 # Author: Tlubenov
35 # Author: TomH
36 # Author: Wehwei
37 # Author: ديفيد
38 ---
39 en-GB:
40   time:
41     formats:
42       friendly: '%e %B %Y at %H:%M'
43   helpers:
44     file:
45       prompt: Choose file
46     submit:
47       diary_entry:
48         create: Publish
49         update: Update
50       issue_comment:
51         create: Add Comment
52       message:
53         create: Send
54       client_application:
55         create: Register
56         update: Update
57       redaction:
58         create: Create redaction
59         update: Save redaction
60       trace:
61         create: Upload
62         update: Save Changes
63       user_block:
64         create: Create block
65         update: Update block
66   activerecord:
67     errors:
68       messages:
69         invalid_email_address: does not appear to be a valid e-mail address
70         email_address_not_routable: is not routable
71     models:
72       acl: Access Control List
73       changeset: Changeset
74       changeset_tag: Changeset Tag
75       country: Country
76       diary_comment: Diary Comment
77       diary_entry: Diary Entry
78       friend: Friend
79       issue: Issue
80       language: Language
81       message: Message
82       node: Node
83       node_tag: Node Tag
84       old_node: Old Node
85       old_node_tag: Old Node Tag
86       old_relation: Old Relation
87       old_relation_member: Old Relation Member
88       old_relation_tag: Old Relation Tag
89       old_way: Old Way
90       old_way_node: Old Way Node
91       old_way_tag: Old Way Tag
92       relation: Relation
93       relation_member: Relation Member
94       relation_tag: Relation Tag
95       report: Report
96       session: Session
97       trace: Trace
98       tracepoint: Trace Point
99       tracetag: Trace Tag
100       user: User
101       user_preference: User Preference
102       user_token: User Token
103       way: Way
104       way_node: Way Node
105       way_tag: Way Tag
106     attributes:
107       client_application:
108         name: Name (Required)
109         url: Main Application URL (Required)
110         callback_url: 'Callback URL:'
111         support_url: Support URL
112         allow_read_prefs: read their user preferences
113         allow_write_prefs: modify their user preferences
114         allow_write_diary: create diary entries, comments and make friends
115         allow_write_api: modify the map
116         allow_read_gpx: read their private GPS traces
117         allow_write_gpx: upload GPS traces
118         allow_write_notes: modify notes
119       diary_comment:
120         body: Body
121       diary_entry:
122         user: User
123         title: Subject
124         latitude: Latitude
125         longitude: Longitude
126         language_code: Language
127       friend:
128         user: User
129         friend: Friend
130       trace:
131         user: User
132         visible: Visible
133         name: Filename
134         size: Size
135         latitude: Latitude
136         longitude: Longitude
137         public: Public
138         description: Description
139         gpx_file: Upload GPX File
140         visibility: Visibility
141         tagstring: Tags
142       message:
143         sender: Sender
144         title: Subject
145         body: Body
146         recipient: Recipient
147       redaction:
148         description: Description
149       report:
150         category: 'Select a reason for your report:'
151         details: Please provide some more details about the problem (required).
152       user:
153         email: E-mail
154         new_email: New Email Address
155         active: Active
156         display_name: Display Name
157         description: Profile Description
158         home_lat: Latitude
159         home_lon: Longitude
160         languages: Preferred Languages
161         pass_crypt: Password
162         pass_crypt_confirmation: Confirm Password
163     help:
164       trace:
165         tagstring: comma delimited
166       user_block:
167         needs_view: Does the user need to log in before this block will be cleared?
168       user:
169         new_email: (never displayed publicly)
170   datetime:
171     distance_in_words_ago:
172       about_x_hours:
173         one: about 1 hour ago
174         other: about %{count} hours ago
175       about_x_months:
176         one: about 1 month ago
177         other: about %{count} months ago
178       about_x_years:
179         one: about 1 year ago
180         other: about %{count} years ago
181       almost_x_years:
182         one: almost 1 year ago
183         other: almost %{count} years ago
184       half_a_minute: half a minute ago
185       less_than_x_seconds:
186         one: less than 1 second ago
187         other: less than %{count} seconds ago
188       less_than_x_minutes:
189         one: less than a minute ago
190         other: less than %{count} minutes ago
191       over_x_years:
192         one: over 1 year ago
193         other: over %{count} years ago
194       x_seconds:
195         one: 1 second ago
196         other: '%{count} seconds ago'
197       x_minutes:
198         one: 1 minute ago
199         other: '%{count} minutes ago'
200       x_days:
201         one: 1 day ago
202         other: '%{count} days ago'
203       x_months:
204         one: 1 month ago
205         other: '%{count} months ago'
206       x_years:
207         one: 1 year ago
208         other: '%{count} years ago'
209   editor:
210     default: Default (currently %{name})
211     id:
212       name: iD
213       description: iD (in-browser editor)
214     remote:
215       name: Remote Control
216       description: Remote Control (JOSM, Potlatch, Merkaartor)
217   auth:
218     providers:
219       none: None
220       openid: OpenID
221       google: Google
222       facebook: Facebook
223       windowslive: Windows Live
224       github: GitHub
225       wikipedia: Wikipedia
226   api:
227     notes:
228       comment:
229         opened_at_html: Created %{when}
230         opened_at_by_html: Created %{when} by %{user}
231         commented_at_html: Updated %{when}
232         commented_at_by_html: Updated %{when} by %{user}
233         closed_at_html: Resolved %{when}
234         closed_at_by_html: Resolved %{when} by %{user}
235         reopened_at_html: Reactivated %{when}
236         reopened_at_by_html: Reactivated %{when} by %{user}
237       rss:
238         title: OpenStreetMap Notes
239         description_area: A list of notes, reported, commented on or closed in your
240           area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
241         description_item: An rss feed for note %{id}
242         opened: new note (near %{place})
243         commented: new comment (near %{place})
244         closed: closed note (near %{place})
245         reopened: reactivated note (near %{place})
246       entry:
247         comment: Comment
248         full: Full note
249   accounts:
250     edit:
251       title: Edit account
252       my settings: My settings
253       current email address: Current Email Address
254       external auth: External Authentication
255       openid:
256         link text: what is this?
257       public editing:
258         heading: Public editing
259         enabled: Enabled. Not anonymous and can edit data.
260         enabled link text: what is this?
261         disabled: Disabled and cannot edit data, all previous edits are anonymous.
262         disabled link text: why can't I edit?
263       contributor terms:
264         heading: Contributor Terms
265         agreed: You have agreed to the new Contributor Terms.
266         not yet agreed: You have not yet agreed to the new Contributor Terms.
267         review link text: Please follow this link at your convenience to review and
268           accept the new Contributor Terms.
269         agreed_with_pd: You have also declared that you consider your edits to be
270           in the Public Domain.
271         link text: what is this?
272       save changes button: Save Changes
273     go_public:
274       heading: Public editing
275       make_edits_public_button: Make all my edits public
276     update:
277       success_confirm_needed: User information updated successfully. Check your email
278         for a note to confirm your new email address.
279       success: User information updated successfully.
280   browse:
281     created: Created
282     closed: Closed
283     version: Version
284     in_changeset: Changeset
285     anonymous: anonymous
286     no_comment: (no comment)
287     part_of: Part of
288     download_xml: Download XML
289     view_history: View History
290     view_details: View Details
291     location: 'Location:'
292     changeset:
293       title: 'Changeset: %{id}'
294       belongs_to: Author
295       node: Nodes (%{count})
296       node_paginated: Nodes (%{x}-%{y} of %{count})
297       way: Ways (%{count})
298       way_paginated: Ways (%{x}-%{y} of %{count})
299       relation: Relations (%{count})
300       relation_paginated: Relations (%{x}-%{y} of %{count})
301       comment: Comments (%{count})
302       changesetxml: Changeset XML
303       osmchangexml: osmChange XML
304       feed:
305         title: Changeset %{id}
306         title_comment: Changeset %{id} - %{comment}
307       join_discussion: Log in to join the discussion
308       discussion: Discussion
309       still_open: Changeset still open - discussion will open once the changeset is
310         closed.
311     node:
312       title_html: 'Node: %{name}'
313       history_title_html: 'Node History: %{name}'
314     way:
315       title_html: 'Way: %{name}'
316       history_title_html: 'Way History: %{name}'
317       nodes: Nodes
318       also_part_of_html:
319         one: part of way %{related_ways}
320         other: part of ways %{related_ways}
321     relation:
322       title_html: 'Relation: %{name}'
323       history_title_html: 'Relation History: %{name}'
324       members: Members
325     relation_member:
326       entry_role_html: '%{type} %{name} as %{role}'
327       type:
328         node: Node
329         way: Way
330         relation: Relation
331     containing_relation:
332       entry_html: Relation %{relation_name}
333       entry_role_html: Relation %{relation_name} (as %{relation_role})
334     not_found:
335       title: Not Found
336       sorry: 'Sorry, %{type} #%{id} could not be found.'
337       type:
338         node: node
339         way: way
340         relation: relation
341         changeset: changeset
342         note: note
343     timeout:
344       title: Timeout Error
345       sorry: Sorry, the data for the %{type} with the id %{id}, took too long to retrieve.
346       type:
347         node: node
348         way: way
349         relation: relation
350         changeset: changeset
351         note: note
352     redacted:
353       redaction: Redaction %{id}
354       message_html: Version %{version} of this %{type} cannot be shown as it has been
355         redacted. Please see %{redaction_link} for details.
356       type:
357         node: node
358         way: way
359         relation: relation
360     start_rjs:
361       feature_warning: Loading %{num_features} features, which may make your browser
362         slow or unresponsive. Are sure you want to display this data?
363       load_data: Load Data
364       loading: Loading...
365     tag_details:
366       tags: Tags
367       wiki_link:
368         key: The wiki description page for the %{key} tag
369         tag: The wiki description page for the %{key}=%{value} tag
370       wikidata_link: The %{page} item on Wikidata
371       wikipedia_link: The %{page} article on Wikipedia
372       wikimedia_commons_link: The %{page} item on Wikimedia Commons
373       telephone_link: Call %{phone_number}
374       colour_preview: Colour %{colour_value} preview
375     query:
376       title: Query Features
377       introduction: Click on the map to find nearby features.
378       nearby: Nearby features
379       enclosing: Enclosing features
380   changesets:
381     changeset_paging_nav:
382       showing_page: Page %{page}
383       next: Next »
384       previous: « Previous
385     changeset:
386       anonymous: Anonymous
387       no_edits: (no edits)
388       view_changeset_details: View changeset details
389     changesets:
390       id: ID
391       saved_at: Saved at
392       user: User
393       comment: Comment
394       area: Area
395     index:
396       title: Changesets
397       title_user: Changesets by %{user}
398       title_friend: Changesets by my friends
399       title_nearby: Changesets by nearby users
400       empty: No changesets found.
401       empty_area: No changesets in this area.
402       empty_user: No changesets by this user.
403       no_more: No more changesets found.
404       no_more_area: No more changesets in this area.
405       no_more_user: No more changesets by this user.
406       load_more: Load more
407     timeout:
408       sorry: Sorry, the list of changesets you requested took too long to retrieve.
409   changeset_comments:
410     comment:
411       comment: 'New comment on changeset #%{changeset_id} by %{author}'
412       commented_at_by_html: Updated %{when} by %{user}
413     comments:
414       comment: 'New comment on changeset #%{changeset_id} by %{author}'
415     index:
416       title_all: OpenStreetMap changeset discussion
417       title_particular: 'OpenStreetMap changeset #%{changeset_id} discussion'
418     timeout:
419       sorry: Sorry, the list of changeset comments you requested took too long to
420         retrieve.
421   dashboards:
422     contact:
423       km away: '%{count}km away'
424       m away: '%{count}m away'
425     popup:
426       your location: Your location
427       nearby mapper: Nearby mapper
428       friend: Friend
429     show:
430       no friends: You have not added any friends yet.
431       nearby users: Other nearby users
432       no nearby users: There are no other users who admit to mapping nearby yet.
433       friends_changesets: friends' changesets
434       friends_diaries: friends' diary entries
435       nearby_changesets: nearby user changesets
436       nearby_diaries: nearby user diary entries
437   diary_entries:
438     new:
439       title: New Diary Entry
440     form:
441       location: Location
442       use_map_link: Use map
443     index:
444       title: Users' diaries
445       title_friends: Friends' diaries
446       title_nearby: Nearby Users' diaries
447       user_title: '%{user}''s diary'
448       in_language_title: Diary Entries in %{language}
449       new: New Diary Entry
450       new_title: Compose a new entry in my user diary
451       my_diary: My Diary
452       no_entries: No diary entries
453       recent_entries: Recent diary entries
454       older_entries: Older Entries
455       newer_entries: Newer Entries
456     edit:
457       title: Edit diary entry
458       marker_text: Diary entry location
459     show:
460       title: '%{user}''s diary | %{title}'
461       user_title: '%{user}''s diary'
462       leave_a_comment: Leave a comment
463       login_to_leave_a_comment_html: '%{login_link} to leave a comment'
464       login: Login
465     no_such_entry:
466       title: No such diary entry
467       heading: 'No entry with the id: %{id}'
468       body: Sorry, there is no diary entry or comment with the id %{id}. Please check
469         your spelling, or maybe the link you clicked is wrong.
470     diary_entry:
471       posted_by_html: Posted by %{link_user} on %{created} in %{language_link}.
472       updated_at_html: Last updated on %{updated}.
473       comment_link: Comment on this entry
474       reply_link: Send a message to the author
475       comment_count:
476         zero: No comments
477         one: '%{count} comment'
478         other: '%{count} comments'
479       edit_link: Edit this entry
480       hide_link: Hide this entry
481       unhide_link: Unhide this entry
482       confirm: Confirm
483       report: Report this entry
484     diary_comment:
485       comment_from_html: Comment from %{link_user} on %{comment_created_at}
486       hide_link: Hide this comment
487       unhide_link: Unhide this comment
488       confirm: Confirm
489       report: Report this comment
490     location:
491       location: 'Location:'
492       view: View
493       edit: Edit
494     feed:
495       user:
496         title: OpenStreetMap diary entries for %{user}
497         description: Recent OpenStreetMap diary entries from %{user}
498       language:
499         title: OpenStreetMap diary entries in %{language_name}
500         description: Recent diary entries from users of OpenStreetMap in %{language_name}
501       all:
502         title: OpenStreetMap diary entries
503         description: Recent diary entries from users of OpenStreetMap
504     comments:
505       post: Post
506       when: When
507       comment: Comment
508       newer_comments: Newer Comments
509       older_comments: Older Comments
510   friendships:
511     make_friend:
512       heading: Add %{user} as a friend?
513       button: Add as friend
514       success: '%{name} is now your friend!'
515       failed: Sorry, failed to add %{name} as a friend.
516       already_a_friend: You are already friends with %{name}.
517     remove_friend:
518       heading: Unfriend %{user}?
519       button: Unfriend
520       success: '%{name} was removed from your friends.'
521       not_a_friend: '%{name} is not one of your friends.'
522   geocoder:
523     search_osm_nominatim:
524       prefix:
525         aerialway:
526           cable_car: Cable Car
527           chair_lift: Chairlift
528           drag_lift: Drag Lift
529           gondola: Gondola Lift
530           magic_carpet: Magic Carpet Lift
531           platter: Platter Lift
532           pylon: Pylon
533           station: Aerialway Station
534           t-bar: T-Bar Lift
535         aeroway:
536           aerodrome: Aerodrome
537           airstrip: Airstrip
538           hangar: Hangar
539           helipad: Helipad
540           holding_position: Holding Position
541           parking_position: Parking Position
542           runway: Runway
543           taxiway: Taxiway
544         amenity:
545           animal_shelter: Animal Shelter
546           arts_centre: Arts Centre
547           atm: ATM
548           bank: Bank
549           bar: Bar
550           bbq: BBQ
551           bench: Bench
552           bicycle_parking: Cycle Parking
553           bicycle_rental: Cycle Rental
554           bicycle_repair_station: Bicycle Repair Station
555           biergarten: Beer Garden
556           blood_bank: Blood Bank
557           boat_rental: Boat Rental
558           brothel: Brothel
559           bureau_de_change: Bureau de Change
560           bus_station: Bus Station
561           cafe: Café
562           car_rental: Car Hire
563           car_sharing: Car Sharing
564           car_wash: Car Wash
565           casino: Casino
566           charging_station: Charging Station
567           childcare: Childcare
568           cinema: Cinema
569           clinic: Clinic
570           clock: Clock
571           college: College
572           community_centre: Community Centre
573           conference_centre: Conference Centre
574           courthouse: Court
575           crematorium: Crematorium
576           dentist: Dentist
577           doctors: Doctors
578           drinking_water: Drinking Water
579           driving_school: Driving School
580           embassy: Embassy
581           events_venue: Events Venue
582           fast_food: Fast Food
583           ferry_terminal: Ferry Terminal
584           fire_station: Fire Station
585           food_court: Food Court
586           fountain: Fountain
587           gambling: Gambling
588           grave_yard: Graveyard
589           grit_bin: Grit Bin
590           hospital: Hospital
591           hunting_stand: Hunting Stand
592           ice_cream: Ice Cream
593           internet_cafe: Internet Cafe
594           kindergarten: Nursery School
595           library: Library
596           loading_dock: Loading Dock
597           love_hotel: Love Hotel
598           marketplace: Marketplace
599           monastery: Monastery
600           money_transfer: Money Transfer
601           motorcycle_parking: Motorcycle Parking
602           music_school: Music School
603           nightclub: Night Club
604           nursing_home: Nursing Home
605           parking: Parking
606           parking_entrance: Parking Entrance
607           parking_space: Parking Space
608           pharmacy: Pharmacy
609           place_of_worship: Place of Worship
610           police: Police
611           post_box: Post Box
612           post_office: Post Office
613           prison: Prison
614           pub: Pub
615           public_bath: Public Bath
616           public_building: Public Building
617           recycling: Recycling Point
618           restaurant: Restaurant
619           school: School
620           shelter: Shelter
621           shower: Shower
622           social_centre: Social Centre
623           social_facility: Social Facility
624           studio: Studio
625           swimming_pool: Swimming Pool
626           taxi: Taxi
627           telephone: Public Telephone
628           theatre: Theatre
629           toilets: Toilets
630           townhall: Town Hall
631           university: University
632           vending_machine: Vending Machine
633           veterinary: Veterinary Surgery
634           village_hall: Village Hall
635           waste_basket: Waste Bin
636           waste_disposal: Waste Disposal
637           water_point: Water Point
638         boundary:
639           administrative: Administrative Boundary
640           census: Census Boundary
641           national_park: National Park
642           protected_area: Protected Area
643           "yes": Boundary
644         bridge:
645           aqueduct: Aqueduct
646           boardwalk: Promenade
647           suspension: Suspension Bridge
648           swing: Swing Bridge
649           viaduct: Viaduct
650           "yes": Bridge
651         building:
652           apartment: Apartment
653           apartments: Apartments
654           bungalow: Bungalow
655           cabin: Cabin
656           chapel: Chapel
657           church: Church
658           college: College Building
659           commercial: Commercial Building
660           construction: Building under Construction
661           garage: Garage
662           garages: Garages
663           hospital: Hospital
664           hotel: Hotel
665           house: House
666           industrial: Industrial Building
667           roof: Roof
668           "yes": Building
669         craft:
670           brewery: Brewery
671           carpenter: Carpenter
672           electrician: Electrician
673           gardener: Gardener
674           painter: Painter
675           photographer: Photographer
676           plumber: Plumber
677           shoemaker: Shoemaker
678           tailor: Tailor
679           "yes": Craft Shop
680         emergency:
681           ambulance_station: Ambulance Station
682           assembly_point: Assembly Point
683           defibrillator: Defibrillator
684           landing_site: Emergency Landing Site
685           phone: Emergency Phone
686           water_tank: Emergency Water Tank
687         highway:
688           abandoned: Abandoned Highway
689           bridleway: Bridleway
690           bus_guideway: Guided Bus Lane
691           bus_stop: Bus Stop
692           construction: Highway under construction
693           corridor: Corridor
694           cycleway: Cycle Path
695           elevator: Elevator
696           emergency_access_point: Emergency Access Point
697           footway: Footpath
698           ford: Ford
699           give_way: Give Way Sign
700           living_street: Living Street
701           milestone: Milestone
702           motorway: Motorway
703           motorway_junction: Motorway Junction
704           motorway_link: Motorway Road
705           passing_place: Passing Place
706           path: Path
707           pedestrian: Pedestrian Way
708           platform: Platform
709           primary: Primary Road
710           primary_link: Primary Road
711           proposed: Proposed Road
712           raceway: Raceway
713           residential: Residential Road
714           rest_area: Rest Area
715           road: Road
716           secondary: Secondary Road
717           secondary_link: Secondary Road
718           service: Service Road
719           services: Motorway Services
720           speed_camera: Speed Camera
721           steps: Steps
722           stop: Stop Sign
723           street_lamp: Street Lamp
724           tertiary: Tertiary Road
725           tertiary_link: Tertiary Road
726           track: Track
727           traffic_signals: Traffic Signals
728           trunk: Trunk Road
729           trunk_link: Trunk Road
730           turning_loop: Turning Loop
731           unclassified: Unclassified Road
732           "yes": Road
733         historic:
734           archaeological_site: Archaeological Site
735           battlefield: Battlefield
736           boundary_stone: Boundary Stone
737           building: Historic Building
738           bunker: Bunker
739           castle: Castle
740           church: Church
741           city_gate: City Gate
742           citywalls: City Walls
743           fort: Fort
744           heritage: Heritage Site
745           house: House
746           manor: Manor
747           memorial: Memorial
748           mine: Mine
749           mine_shaft: Mine Shaft
750           monument: Monument
751           roman_road: Roman Road
752           ruins: Ruins
753           stone: Stone
754           tomb: Tomb
755           tower: Tower
756           wayside_cross: Wayside Cross
757           wayside_shrine: Wayside Shrine
758           wreck: Wreck
759           "yes": Historic Site
760         junction:
761           "yes": Junction
762         landuse:
763           allotments: Allotments
764           basin: Basin
765           brownfield: Brownfield Land
766           cemetery: Cemetery
767           commercial: Commercial Area
768           farmland: Farmland
769           farmyard: Farmyard
770           forest: Forest
771           garages: Garages
772           grass: Grass
773           greenfield: Greenfield Land
774           industrial: Industrial Area
775           landfill: Landfill
776           meadow: Meadow
777           military: Military Area
778           mine: Mine
779           orchard: Orchard
780           quarry: Quarry
781           railway: Railway
782           recreation_ground: Recreation Ground
783           reservoir: Reservoir
784           reservoir_watershed: Reservoir Watershed
785           residential: Residential Area
786           village_green: Village Green
787           vineyard: Vineyard
788           "yes": Landuse
789         leisure:
790           beach_resort: Beach Resort
791           bird_hide: Bird Hide
792           common: Common Land
793           dog_park: Dog Park
794           firepit: Fire Pit
795           fishing: Fishing Area
796           fitness_centre: Fitness Centre
797           fitness_station: Fitness Station
798           garden: Garden
799           golf_course: Golf Course
800           horse_riding: Horse Riding Centre
801           ice_rink: Ice Rink
802           marina: Marina
803           miniature_golf: Miniature Golf
804           nature_reserve: Nature Reserve
805           park: Park
806           picnic_table: Picnic Table
807           pitch: Sports Pitch
808           playground: Playground
809           recreation_ground: Recreation Ground
810           resort: Resort
811           sauna: Sauna
812           slipway: Slipway
813           sports_centre: Sports Centre
814           stadium: Stadium
815           swimming_pool: Swimming Pool
816           track: Running Track
817           water_park: Water Park
818           "yes": Leisure
819         man_made:
820           adit: Adit
821           advertising: Advertising
822           antenna: Antenna/Antennae
823           avalanche_protection: Avalanche Protection
824           beacon: Beacon
825           beam: Beam
826           beehive: Bee Hive
827           breakwater: Breakwater
828           bridge: Bridge
829           bunker_silo: Bunker
830           cairn: Cairn
831           chimney: Chimney
832           clearcut: Clearcut
833           communications_tower: Communications Tower
834           crane: Crane
835           cross: Cross
836           dolphin: Mooring Post
837           dyke: Dyke
838           embankment: Embankment
839           flagpole: Flagpole
840           gasometer: Gasometer
841           groyne: Groyne
842           kiln: Kiln
843           lighthouse: Lighthouse
844           manhole: Manhole
845           mast: Mast
846           mine: Mine
847           mineshaft: Mine Shaft
848           monitoring_station: Monitoring Station
849           petroleum_well: Oil Well
850           pier: Pier
851           pipeline: Pipeline
852           silo: Silo
853           storage_tank: Storage Tank
854           surveillance: Surveillance
855           tower: Tower
856           wastewater_plant: Wastewater Plant
857           watermill: Water Mill
858           water_tower: Water Tower
859           water_well: Well
860           water_works: Water Works
861           windmill: Windmill
862           works: Factory
863           "yes": Man-made
864         military:
865           airfield: Military Airfield
866           barracks: Barracks
867           bunker: Bunker
868           "yes": Military
869         mountain_pass:
870           "yes": Mountain Pass
871         natural:
872           bay: Bay
873           beach: Beach
874           cape: Cape
875           cave_entrance: Cave Entrance
876           cliff: Cliff
877           crater: Crater
878           dune: Dune
879           fell: Fell
880           fjord: Fjord
881           forest: Forest
882           geyser: Geyser
883           glacier: Glacier
884           grassland: Grassland
885           heath: Heath
886           hill: Hill
887           island: Island
888           land: Land
889           marsh: Marsh
890           moor: Moor
891           mud: Mud
892           peak: Peak
893           point: Point
894           reef: Reef
895           ridge: Ridge
896           rock: Rock
897           saddle: Saddle
898           sand: Sand
899           scree: Scree
900           scrub: Scrub
901           spring: Spring
902           stone: Stone
903           strait: Strait
904           tree: Tree
905           valley: Valley
906           volcano: Volcano
907           water: Water
908           wetland: Wetland
909           wood: Wood
910         office:
911           accountant: Accountant
912           administrative: Administration
913           architect: Architect
914           association: Association
915           company: Company
916           educational_institution: Educational Institution
917           employment_agency: Employment Agency
918           estate_agent: Estate Agent
919           government: Governmental Office
920           insurance: Insurance Office
921           it: IT Office
922           lawyer: Lawyer
923           ngo: NGO Office
924           telecommunication: Telecommunication Office
925           travel_agent: Travel Agency
926           "yes": Office
927         place:
928           allotments: Allotments
929           city: City
930           city_block: City Block
931           country: Country
932           county: County
933           farm: Farm
934           hamlet: Hamlet
935           house: House
936           houses: Houses
937           island: Island
938           islet: Islet
939           isolated_dwelling: Isolated Dwelling
940           locality: Locality
941           municipality: Municipality
942           neighbourhood: Neighbourhood
943           postcode: Postcode
944           quarter: Quarter
945           region: Region
946           sea: Sea
947           square: Square
948           state: State
949           subdivision: Subdivision
950           suburb: Suburb
951           town: Town
952           village: Village
953           "yes": Place
954         railway:
955           abandoned: Abandoned Railway
956           construction: Railway under construction
957           disused: Disused Railway
958           funicular: Funicular Railway
959           halt: Train Stop
960           junction: Railway Junction
961           level_crossing: Level Crossing
962           light_rail: Light Rail
963           miniature: Miniature Rail
964           monorail: Monorail
965           narrow_gauge: Narrow Gauge Railway
966           platform: Railway Platform
967           preserved: Preserved Railway
968           proposed: Proposed Railway
969           spur: Railway Spur
970           station: Railway Station
971           stop: Railway Stop
972           subway: Subway Station
973           subway_entrance: Subway Entrance
974           switch: Railway Points
975           tram: Tramway
976           tram_stop: Tram Stop
977           yard: Railway Yard
978         shop:
979           alcohol: Off Licence
980           antiques: Antiques
981           art: Art Shop
982           bakery: Bakery
983           beauty: Beauty Shop
984           beverages: Beverages Shop
985           bicycle: Bicycle Shop
986           bookmaker: Bookmaker
987           books: Book Shop
988           boutique: Boutique
989           butcher: Butcher
990           car: Car Shop
991           car_parts: Car Parts
992           car_repair: Car Repair
993           carpet: Carpet Shop
994           charity: Charity Shop
995           chemist: Chemist
996           clothes: Clothes Shop
997           computer: Computer Shop
998           confectionery: Sweet Shop
999           convenience: Convenience Store
1000           copyshop: Copy Shop
1001           cosmetics: Cosmetics Shop
1002           deli: Delicatessen
1003           department_store: Department Store
1004           discount: Discount Items Shop
1005           doityourself: DIY Shop
1006           dry_cleaning: Dry Cleaning
1007           electronics: Electronics Shop
1008           estate_agent: Estate Agent
1009           farm: Farm Shop
1010           fashion: Fashion Shop
1011           florist: Florist
1012           food: Food Shop
1013           funeral_directors: Funeral Directors
1014           furniture: Furniture
1015           garden_centre: Garden Centre
1016           general: General Store
1017           gift: Gift Shop
1018           greengrocer: Greengrocer
1019           grocery: Grocery Shop
1020           hairdresser: Hairdresser
1021           hardware: Hardware Store
1022           houseware: Houseware Shop
1023           interior_decoration: Interior Decoration
1024           jewelry: Jewellers
1025           kiosk: Kiosk Shop
1026           kitchen: Kitchen Shop
1027           laundry: Laundry
1028           lottery: Lottery
1029           mall: Mall
1030           massage: Massage
1031           mobile_phone: Mobile Phone Shop
1032           motorcycle: Motorcycle Shop
1033           music: Music Shop
1034           newsagent: Newsagent
1035           optician: Optician
1036           organic: Organic Food Shop
1037           outdoor: Outdoor Shop
1038           paint: Paint Shop
1039           pawnbroker: Pawnbroker
1040           pet: Pet Shop
1041           photo: Photo Shop
1042           seafood: Seafood
1043           second_hand: Second-hand Shop
1044           shoes: Shoe Shop
1045           sports: Sports Shop
1046           stationery: Stationers
1047           supermarket: Supermarket
1048           tailor: Tailor
1049           ticket: Ticket Shop
1050           tobacco: Tobacconist
1051           toys: Toy Shop
1052           travel_agency: Travel Agency
1053           video: Video Shop
1054           wine: Off Licence
1055           "yes": Shop
1056         tourism:
1057           alpine_hut: Alpine Hut
1058           apartment: Holiday Flat
1059           artwork: Artwork
1060           attraction: Attraction
1061           bed_and_breakfast: Bed and Breakfast
1062           camp_site: Camp Site
1063           caravan_site: Caravan Site
1064           chalet: Chalet
1065           gallery: Gallery
1066           guest_house: Guest House
1067           hostel: Hostel
1068           hotel: Hotel
1069           information: Information
1070           motel: Motel
1071           museum: Museum
1072           picnic_site: Picnic Site
1073           theme_park: Theme Park
1074           viewpoint: Viewpoint
1075           zoo: Zoo
1076         tunnel:
1077           culvert: Culvert
1078           "yes": Tunnel
1079         waterway:
1080           artificial: Artificial Waterway
1081           boatyard: Boatyard
1082           canal: Canal
1083           dam: Dam
1084           derelict_canal: Derelict Canal
1085           ditch: Ditch
1086           dock: Dock
1087           drain: Drain
1088           lock: Lock
1089           lock_gate: Lock Gate
1090           mooring: Mooring
1091           rapids: Rapids
1092           river: River
1093           stream: Stream
1094           wadi: Wadi
1095           waterfall: Waterfall
1096           weir: Weir
1097           "yes": Waterway
1098       admin_levels:
1099         level2: Country Boundary
1100         level4: State Boundary
1101         level5: Region Boundary
1102         level6: County Boundary
1103         level8: City Boundary
1104         level9: Village Boundary
1105         level10: Suburb Boundary
1106       types:
1107         cities: Cities
1108         towns: Towns
1109         places: Places
1110     results:
1111       no_results: No results found
1112       more_results: More results
1113   issues:
1114     index:
1115       reports: Reports
1116   layouts:
1117     logo:
1118       alt_text: OpenStreetMap logo
1119     home: Go to Home Location
1120     logout: Log Out
1121     log_in: Log In
1122     sign_up: Sign Up
1123     start_mapping: Start Mapping
1124     edit: Edit
1125     history: History
1126     export: Export
1127     data: Data
1128     export_data: Export Data
1129     gps_traces: GPS Traces
1130     gps_traces_tooltip: Manage GPS traces
1131     user_diaries: User Diaries
1132     user_diaries_tooltip: View user diaries
1133     edit_with: Edit with %{editor}
1134     tag_line: The Free Wiki World Map
1135     intro_header: Welcome to OpenStreetMap!
1136     intro_text: OpenStreetMap is a map of the world, created by people like you and
1137       free to use under an open licence.
1138     intro_2_create_account: Create a user account
1139     partners_ucl: UCL
1140     partners_bytemark: Bytemark Hosting
1141     partners_partners: partners
1142     osm_offline: The OpenStreetMap database is currently offline while essential database
1143       maintenance work is carried out.
1144     osm_read_only: The OpenStreetMap database is currently in read-only mode while
1145       essential database maintenance work is carried out.
1146     donate: Support OpenStreetMap by %{link} to the Hardware Upgrade Fund.
1147     help: Help
1148     about: About
1149     copyright: Copyright
1150     community: Community
1151     community_blogs: Community Blogs
1152     community_blogs_title: Blogs from members of the OpenStreetMap community
1153     make_a_donation:
1154       title: Support OpenStreetMap with a monetary donation
1155       text: Make a Donation
1156     learn_more: Learn More
1157     more: More
1158   user_mailer:
1159     diary_comment_notification:
1160       subject: '[OpenStreetMap] %{user} commented on a diary entry'
1161       hi: Hi %{to_user},
1162       header: '%{from_user} has commented on the OpenStreetMap diary entry with the
1163         subject %{subject}:'
1164       footer: You can also read the comment at %{readurl} and you can comment at %{commenturl}
1165         or send a message to the author at %{replyurl}
1166     message_notification:
1167       hi: Hi %{to_user},
1168       header: '%{from_user} has sent you a message through OpenStreetMap with the
1169         subject %{subject}:'
1170       footer_html: You can also read the message at %{readurl} and you can send a
1171         message to the author at %{replyurl}
1172     friendship_notification:
1173       hi: Hi %{to_user},
1174       subject: '[OpenStreetMap] %{user} added you as a friend'
1175       had_added_you: '%{user} has added you as a friend on OpenStreetMap.'
1176       see_their_profile: You can see their profile at %{userurl}.
1177       befriend_them: You can also add them as a friend at %{befriendurl}.
1178     gpx_failure:
1179       failed_to_import: 'failed to import. Here is the error:'
1180       subject: '[OpenStreetMap] GPX Import failure'
1181     gpx_success:
1182       subject: '[OpenStreetMap] GPX Import success'
1183     signup_confirm:
1184       subject: '[OpenStreetMap] Welcome to OpenStreetMap'
1185       greeting: Hi there!
1186       created: Someone (hopefully you) just created an account at %{site_url}.
1187       confirm: 'Before we do anything else, we need to confirm that this request came
1188         from you, so if it did then please click the link below to confirm your account:'
1189       welcome: After you confirm your account, we'll provide you with some additional
1190         information to get you started.
1191     email_confirm:
1192       subject: '[OpenStreetMap] Confirm your e-mail address'
1193       greeting: Hi,
1194       hopefully_you: Someone (hopefully you) would like to change their email address
1195         over at %{server_url} to %{new_address}.
1196       click_the_link: If this is you, please click the link below to confirm the change.
1197     lost_password:
1198       subject: '[OpenStreetMap] Password reset request'
1199       greeting: Hi,
1200       hopefully_you: Someone (possibly you) has asked for the password to be reset
1201         on this email address's openstreetmap.org account.
1202       click_the_link: If this is you, please click the link below to reset your password.
1203     note_comment_notification:
1204       anonymous: An anonymous user
1205       greeting: Hi,
1206       commented:
1207         subject_own: '[OpenStreetMap] %{commenter} has commented on one of your notes'
1208         subject_other: '[OpenStreetMap] %{commenter} has commented on a note you are
1209           interested in'
1210         your_note: '%{commenter} has left a comment on one of your map notes near
1211           %{place}.'
1212         commented_note: '%{commenter} has left a comment on a map note you have commented
1213           on. The note is near %{place}.'
1214       closed:
1215         subject_own: '[OpenStreetMap] %{commenter} has resolved one of your notes'
1216         subject_other: '[OpenStreetMap] %{commenter} has resolved a note you are interested
1217           in'
1218         your_note: '%{commenter} has resolved one of your map notes near %{place}.'
1219         commented_note: '%{commenter} has resolved a map note you have commented on.
1220           The note is near %{place}.'
1221       reopened:
1222         subject_own: '[OpenStreetMap] %{commenter} has reactivated one of your notes'
1223         subject_other: '[OpenStreetMap] %{commenter} has reactivated a note you are
1224           interested in'
1225         your_note: '%{commenter} has reactivated one of your map notes near %{place}.'
1226         commented_note: '%{commenter} has reactivated a map note you have commented
1227           on. The note is near %{place}.'
1228       details: More details about the note can be found at %{url}.
1229     changeset_comment_notification:
1230       hi: Hi %{to_user},
1231       greeting: Hi,
1232       commented:
1233         subject_own: '[OpenStreetMap] %{commenter} has commented on one of your changesets'
1234         subject_other: '[OpenStreetMap] %{commenter} has commented on a changeset
1235           you are interested in'
1236         your_changeset: '%{commenter} left a comment at %{time} on one of your changesets'
1237         commented_changeset: '%{commenter} left a comment at %{time} on a changeset
1238           you are watching created by %{changeset_author}'
1239         partial_changeset_with_comment: with comment '%{changeset_comment}'
1240         partial_changeset_without_comment: without comment
1241       details: More details about the changeset can be found at %{url}.
1242       unsubscribe: To unsubscribe from updates to this changeset, visit %{url} and
1243         click "Unsubscribe".
1244   confirmations:
1245     confirm:
1246       heading: Check your email!
1247       introduction_1: We sent you a confirmation email.
1248       introduction_2: Confirm your account by clicking on the link in the email and
1249         you'll be able to start mapping.
1250       press confirm button: Press the confirm button below to activate your account.
1251       button: Confirm
1252       success: Confirmed your account, thanks for signing up!
1253       already active: This account has already been confirmed.
1254       unknown token: That confirmation code has expired or does not exist.
1255     confirm_resend:
1256       failure: User %{name} not found.
1257     confirm_email:
1258       heading: Confirm a change of e-mail address
1259       press confirm button: Press the confirm button below to confirm your new e-mail
1260         address.
1261       button: Confirm
1262       success: Confirmed your change of email address!
1263       failure: An e-mail address has already been confirmed with this token.
1264       unknown_token: That confirmation code has expired or does not exist.
1265   messages:
1266     inbox:
1267       title: Inbox
1268       my_inbox: My Inbox
1269       messages: You have %{new_messages} and %{old_messages}
1270       new_messages:
1271         one: '%{count} new message'
1272         other: '%{count} new messages'
1273       old_messages:
1274         one: '%{count} old message'
1275         other: '%{count} old messages'
1276       from: From
1277       subject: Subject
1278       date: Date
1279       no_messages_yet_html: You have no messages yet. Why not get in touch with some
1280         of the %{people_mapping_nearby_link}?
1281       people_mapping_nearby: people mapping nearby
1282     message_summary:
1283       unread_button: Mark as unread
1284       read_button: Mark as read
1285       reply_button: Reply
1286       destroy_button: Delete
1287     new:
1288       title: Send message
1289       send_message_to_html: Send a new message to %{name}
1290       back_to_inbox: Back to inbox
1291     create:
1292       message_sent: Message sent
1293       limit_exceeded: You have sent a lot of messages recently. Please wait a while
1294         before trying to send any more.
1295     no_such_message:
1296       title: No such message
1297       heading: No such message
1298       body: Sorry, there is no message with that id.
1299     outbox:
1300       title: Outbox
1301       messages:
1302         one: You have %{count} sent message
1303         other: You have %{count} sent messages
1304       to: To
1305       subject: Subject
1306       date: Date
1307       no_sent_messages_html: You have no sent messages yet. Why not get in touch with
1308         some of the %{people_mapping_nearby_link}?
1309       people_mapping_nearby: people mapping nearby
1310     reply:
1311       wrong_user: You are logged in as `%{user}' but the message you have asked to
1312         reply to was not sent to that user. Please login as the correct user in order
1313         to reply.
1314     show:
1315       title: Read message
1316       reply_button: Reply
1317       unread_button: Mark as unread
1318       destroy_button: Delete
1319       back: Back
1320       wrong_user: You are logged in as `%{user}' but the message you have asked to
1321         read was not sent by or to that user. Please login as the correct user in
1322         order to read it.
1323     sent_message_summary:
1324       destroy_button: Delete
1325     mark:
1326       as_read: Message marked as read
1327       as_unread: Message marked as unread
1328     destroy:
1329       destroyed: Message deleted
1330   passwords:
1331     lost_password:
1332       title: Lost password
1333       heading: Forgotten Password?
1334       email address: E-mail address
1335       new password button: Reset password
1336       help_text: Enter the e-mail address you used to sign up, we will send a link
1337         to it that you can use to reset your password.
1338       notice email on way: Sorry you lost it :-( but an email is on its way so you
1339         can reset it soon.
1340       notice email cannot find: Could not find that email address, sorry.
1341     reset_password:
1342       title: Reset password
1343       heading: Reset Password for %{user}
1344       reset: Reset Password
1345       flash changed: Your password has been changed.
1346       flash token bad: Did not find that token, check the URL maybe?
1347   profiles:
1348     edit:
1349       image: Image
1350       gravatar:
1351         gravatar: Use Gravatar
1352         link: https://wiki.openstreetmap.org/wiki/Gravatar
1353         disabled: Gravatar has been disabled.
1354         enabled: Display of your Gravatar has been enabled.
1355       new image: Add an image
1356       keep image: Keep the current image
1357       delete image: Remove the current image
1358       replace image: Replace the current image
1359       image size hint: (square images at least 100x100 work best)
1360       home location: Home Location
1361       no home location: You have not entered your home location.
1362       update home location on click: Update home location when I click on the map?
1363   sessions:
1364     new:
1365       title: Login
1366       heading: Login
1367       email or username: 'E-mail Address or Username:'
1368       password: 'Password:'
1369       openid_html: '%{logo} OpenID:'
1370       remember: Remember me
1371       lost password link: Lost your password?
1372       login_button: Login
1373       register now: Register now
1374       with external: 'Alternatively, use a third party to login:'
1375       no account: Don't have an account?
1376       auth failure: Sorry, could not log in with those details.
1377       openid_logo_alt: Log in with an OpenID
1378       auth_providers:
1379         openid:
1380           title: Login with OpenID
1381           alt: Login with an OpenID URL
1382         google:
1383           title: Login with Google
1384           alt: Login with a Google OpenID
1385         facebook:
1386           title: Login with Facebook
1387           alt: Login with a Facebook Account
1388         windowslive:
1389           title: Login with Windows Live
1390           alt: Login with a Windows Live Account
1391         github:
1392           title: Login with GitHub
1393           alt: Login with a GitHub Account
1394         wikipedia:
1395           title: Login with Wikipedia
1396           alt: Login with a Wikipedia Account
1397         wordpress:
1398           title: Login with Wordpress
1399           alt: Login with a Wordpress OpenID
1400         aol:
1401           title: Login with AOL
1402           alt: Login with an AOL OpenID
1403     destroy:
1404       title: Logout
1405       heading: Logout of OpenStreetMap
1406       logout_button: Logout
1407   site:
1408     about:
1409       next: Next
1410       lede_text: OpenStreetMap is built by a community of mappers that contribute
1411         and maintain data about roads, trails, cafés, railway stations, and much more,
1412         all over the world.
1413       local_knowledge_title: Local Knowledge
1414       local_knowledge_html: |-
1415         OpenStreetMap emphasises local knowledge. Contributors use
1416         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1417         is accurate and up to date.
1418       community_driven_title: Community Driven
1419       community_driven_1_html: |-
1420         OpenStreetMap's community is diverse, passionate, and growing every day. Our contributors include enthusiast mappers, GIS professionals, engineers running the OSM servers, humanitarians mapping disaster-affected areas, and many more.
1421         To learn more about the community, see the <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>, <a href='%{diary_path}'>user diaries</a>, <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1422       open_data_title: Open Data
1423       legal_title: Legal
1424       legal_1_1_html: "This site and many other related services are formally operated
1425         by the  \n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
1426         (OSMF) \non behalf of the community. Use of all OSMF operated services is
1427         subject \nto our <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Terms
1428         of Use</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nAcceptable
1429         Use Policies</a> and our <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Privacy
1430         Policy</a>."
1431       partners_title: Partners
1432     copyright:
1433       foreign:
1434         title: About this translation
1435         html: In the event of a conflict between this translated page and %{english_original_link},
1436           the English page shall take precedence
1437         english_link: the English original
1438       native:
1439         title: About this page
1440         html: You are viewing the English version of the copyright page. You can go
1441           back to the %{native_link} of this page or you can stop reading about copyright
1442           and %{mapping_link}.
1443         native_link: British English version
1444         mapping_link: start mapping
1445       legal_babble:
1446         title_html: Copyright and Licence
1447         credit_title_html: How to credit OpenStreetMap
1448         attribution_example:
1449           alt: Example of how to attribute OpenStreetMap on a webpage
1450           title: Attribution example
1451         more_title_html: Finding out more
1452         contributors_title_html: Our contributors
1453         contributors_intro_html: |-
1454           Our contributors are thousands of individuals. We also include
1455           openly-licenced data from national mapping agencies
1456           and other sources, among them:
1457         contributors_footer_2_html: Inclusion of data in OpenStreetMap does not imply
1458           that the original data provider endorses OpenStreetMap, provides any warranty,
1459           or accepts any liability.
1460         infringement_title_html: Copyright infringement
1461         infringement_1_html: OSM contributors are reminded never to add data from
1462           any copyrighted sources (e.g. Google Maps or printed maps) without explicit
1463           permission from the copyright holders.
1464     index:
1465       js_1: You are either using a browser that does not support JavaScript, or you
1466         have disabled JavaScript.
1467       permalink: Permalink
1468       shortlink: Shortlink
1469       createnote: Add a note
1470       license:
1471         copyright: Copyright OpenStreetMap and contributors, under an open licence
1472       remote_failed: Editing failed - make sure JOSM or Merkaartor is loaded and that
1473         the remote control option is enabled
1474     edit:
1475       not_public: You have not set your edits to be public.
1476       not_public_description_html: You can no longer edit the map unless you do so.
1477         You can set your edits as public from your %{user_page}.
1478       user_page_link: user page
1479       anon_edits_link_text: Find out why this is the case.
1480       id_not_configured: iD has not been configured
1481       no_iframe_support: Your browser doesn't support HTML iframes, which are necessary
1482         for this feature.
1483     export:
1484       title: Export
1485       area_to_export: Area to Export
1486       manually_select: Manually select a different area
1487       format_to_export: Format to Export
1488       osm_xml_data: OpenStreetMap XML Data
1489       map_image: Map Image (shows standard layer)
1490       embeddable_html: Embeddable HTML
1491       licence: Licence
1492       too_large:
1493         advice: 'If the above export fails, please consider using one of the sources
1494           listed below:'
1495         body: This area is too large to be exported as OpenStreetMap XML Data. Please
1496           zoom in or select a smaller area, or use one of the sources listed below
1497           for bulk data downloads.
1498         planet:
1499           title: Planet OSM
1500           description: Regularly updated copies of the complete OpenStreetMap database
1501         overpass:
1502           title: Overpass API
1503           description: Download this bounding box from a mirror of the OpenStreetMap
1504             database
1505         geofabrik:
1506           title: Geofabrik Downloads
1507           description: Regularly-updated extracts of continents, countries, and selected
1508             cities
1509         other:
1510           title: Other Sources
1511           description: Additional sources listed on the OpenStreetMap wiki
1512       options: Options
1513       format: Format
1514       scale: Scale
1515       max: max
1516       image_size: Image Size
1517       zoom: Zoom
1518       add_marker: Add a marker to the map
1519       latitude: 'Lat:'
1520       longitude: 'Lon:'
1521       output: Output
1522       paste_html: Paste HTML to embed in website
1523       export_button: Export
1524     fixthemap:
1525       title: Report a problem/Fix the map
1526       how_to_help:
1527         title: How to Help
1528         join_the_community:
1529           title: Join the community
1530           explanation_html: If you have noticed a problem with our map data, for example
1531             a road is missing or your address, the best way to proceed is to join
1532             the OpenStreetMap community and add or repair the data yourself.
1533       other_concerns:
1534         title: Other concerns
1535     help:
1536       title: Getting Help
1537       introduction: OpenStreetMap has several resources for learning about the project,
1538         asking and answering questions, and collaboratively discussing and documenting
1539         mapping topics.
1540       welcome:
1541         url: /welcome
1542         title: Welcome to OpenStreetMap
1543         description: Start with this quick guide covering the OpenStreetMap basics.
1544       beginners_guide:
1545         title: Beginners' Guide
1546         description: Community maintained guide for beginners.
1547       help:
1548         title: Help Forum
1549         description: Ask a question or look up answers on OpenStreetMap's question-and-answer
1550           site.
1551       mailing_lists:
1552         title: Mailing Lists
1553         description: Ask a question or discuss interesting matters on a wide range
1554           of topical or regional mailing lists.
1555       irc:
1556         title: IRC
1557         description: Interactive chat in many different languages and on many topics.
1558       switch2osm:
1559         title: switch2osm
1560         description: Help for companies and organisations switching to OpenStreetMap
1561           based maps and other services.
1562       wiki:
1563         title: OpenStreetMap Wiki
1564         description: Browse the wiki for in-depth OpenStreetMap documentation.
1565     any_questions:
1566       title: Any questions?
1567     sidebar:
1568       search_results: Search Results
1569       close: Close
1570     search:
1571       search: Search
1572       get_directions: Get directions
1573       get_directions_title: Find directions between two points
1574       from: From
1575       to: To
1576       where_am_i: Where is this?
1577       where_am_i_title: Describe the current location using the search engine
1578       submit_text: Go
1579       reverse_directions_text: Reverse Directions
1580     key:
1581       table:
1582         entry:
1583           motorway: Motorway
1584           main_road: Main road
1585           trunk: Trunk road
1586           primary: Primary road
1587           secondary: Secondary road
1588           unclassified: Unclassified road
1589           track: Track
1590           bridleway: Bridleway
1591           cycleway: Cycleway
1592           cycleway_national: National cycleway
1593           cycleway_regional: Regional cycleway
1594           cycleway_local: Local cycleway
1595           footway: Footway
1596           rail: Railway
1597           subway: Subway
1598           tram:
1599           - Light rail
1600           - tram
1601           cable:
1602           - Cable car
1603           - chairlift
1604           runway:
1605           - Airport Runway
1606           - taxiway
1607           apron:
1608           - Airport apron
1609           - terminal
1610           admin: Administrative boundary
1611           forest: Forest
1612           wood: Wood
1613           golf: Golf course
1614           park: Park
1615           resident: Residential area
1616           common:
1617           - Common
1618           - meadow
1619           retail: Retail area
1620           industrial: Industrial area
1621           commercial: Commercial area
1622           heathland: Heathland
1623           lake:
1624           - Lake
1625           - reservoir
1626           farm: Farm
1627           brownfield: Brownfield site
1628           cemetery: Cemetery
1629           allotments: Allotments
1630           pitch: Sports pitch
1631           centre: Sports centre
1632           reserve: Nature reserve
1633           military: Military area
1634           school:
1635           - School
1636           - university
1637           building: Significant building
1638           station: Railway station
1639           summit:
1640           - Summit
1641           - peak
1642           tunnel: Dashed casing = tunnel
1643           bridge: Black casing = bridge
1644           private: Private access
1645           destination: Destination access
1646           construction: Roads under construction
1647           bicycle_shop: Bicycle shop
1648           bicycle_parking: Bicycle parking
1649           toilets: Toilets
1650     welcome:
1651       title: Welcome!
1652       introduction: Welcome to OpenStreetMap, the free and editable map of the world.
1653         Now that you're signed up, you're all set to get started mapping. Here's a
1654         quick guide with the most important things you need to know.
1655       whats_on_the_map:
1656         title: What's on the Map
1657       basic_terms:
1658         title: Basic Terms For Mapping
1659         paragraph_1: OpenStreetMap has some of its own lingo. Here are a few key words
1660           that'll come in handy.
1661       rules:
1662         title: Rules!
1663       start_mapping: Start Mapping
1664       add_a_note:
1665         title: No Time To Edit? Add a Note!
1666         para_1: If you just want something small fixed and don't have the time to
1667           sign up and learn how to edit, it's easy to add a note.
1668   traces:
1669     visibility:
1670       private: Private (only shared as anonymous, unordered points)
1671       public: Public (shown in trace list and as anonymous, unordered points)
1672       trackable: Trackable (only shared as anonymous, ordered points with timestamps)
1673       identifiable: Identifiable (shown in trace list and as identifiable, ordered
1674         points with timestamps)
1675     new:
1676       visibility_help: what does this mean?
1677       help: Help
1678       help_url: https://wiki.openstreetmap.org/wiki/Upload
1679     create:
1680       upload_trace: Upload GPS Trace
1681       trace_uploaded: Your GPX file has been uploaded and is awaiting insertion in
1682         to the database. This will usually happen within half an hour, and an email
1683         will be sent to you on completion.
1684       traces_waiting:
1685         one: You have %{count} trace waiting for upload. Please consider waiting for
1686           this to finish before uploading any more, so as not to block the queue for
1687           other users.
1688         other: You have %{count} traces waiting for upload. Please consider waiting
1689           for these to finish before uploading any more, so as not to block the queue
1690           for other users.
1691     edit:
1692       title: Editing trace %{name}
1693       heading: Editing trace %{name}
1694       visibility_help: what does this mean?
1695     trace_optionals:
1696       tags: Tags
1697     show:
1698       title: Viewing trace %{name}
1699       heading: Viewing trace %{name}
1700       pending: PENDING
1701       filename: 'Filename:'
1702       download: download
1703       uploaded: 'Uploaded:'
1704       points: 'Points:'
1705       start_coordinates: 'Start coordinate:'
1706       map: map
1707       edit: edit
1708       owner: 'Owner:'
1709       description: 'Description:'
1710       tags: 'Tags:'
1711       none: None
1712       edit_trace: Edit this trace
1713       delete_trace: Delete this trace
1714       trace_not_found: Trace not found!
1715       visibility: 'Visibility:'
1716     trace_paging_nav:
1717       showing_page: Page %{page}
1718       older: Older Traces
1719       newer: Newer Traces
1720     trace:
1721       pending: PENDING
1722       count_points:
1723         one: 1 point
1724         other: '%{count} points'
1725       more: more
1726       trace_details: View Trace Details
1727       view_map: View Map
1728       edit_map: Edit Map
1729       public: PUBLIC
1730       identifiable: IDENTIFIABLE
1731       private: PRIVATE
1732       trackable: TRACKABLE
1733       by: by
1734       in: in
1735     index:
1736       public_traces: Public GPS traces
1737       public_traces_from: Public GPS traces from %{user}
1738       description: Browse recent GPS track uploads
1739       tagged_with: ' tagged with %{tags}'
1740       upload_trace: Upload a trace
1741     destroy:
1742       scheduled_for_deletion: Trace scheduled for deletion
1743     make_public:
1744       made_public: Trace made public
1745     offline_warning:
1746       message: The GPX file upload system is currently unavailable
1747     offline:
1748       heading: GPX Storage Offline
1749       message: The GPX file storage and upload system is currently unavailable.
1750     georss:
1751       title: OpenStreetMap GPS Traces
1752     description:
1753       description_with_count:
1754         one: GPX file with %{count} point from %{user}
1755         other: GPX file with %{count} points from %{user}
1756       description_without_count: GPX file from %{user}
1757   application:
1758     require_cookies:
1759       cookies_needed: You appear to have cookies disabled - please enable cookies
1760         in your browser before continuing.
1761     setup_user_auth:
1762       blocked: Your access to the API has been blocked. Please log-in to the web interface
1763         to find out more.
1764       need_to_see_terms: Your access to the API is temporarily suspended. Please log-in
1765         to the web interface to view the Contributor Terms. You do not need to agree,
1766         but you must view them.
1767   oauth:
1768     authorize:
1769       title: Authorise access to your account
1770       request_access_html: The application %{app_name} is requesting access to your
1771         account, %{user}. Please check whether you would like the application to have
1772         the following capabilities. You may choose as many or as few as you like.
1773       allow_to: 'Allow the client application to:'
1774       allow_read_prefs: read your user preferences.
1775       allow_write_prefs: modify your user preferences.
1776       allow_write_diary: create diary entries, comments and make friends.
1777       allow_write_api: modify the map.
1778       allow_read_gpx: read your private GPS traces.
1779       allow_write_gpx: upload GPS traces.
1780       allow_write_notes: modify notes.
1781       grant_access: Grant Access
1782     authorize_success:
1783       title: Authorisation request allowed
1784       allowed_html: You have granted application %{app_name} access to your account.
1785       verification: The verification code is %{code}.
1786     authorize_failure:
1787       title: Authorisation request failed
1788       denied: You have denied application %{app_name} access to your account.
1789       invalid: The authorisation token is not valid.
1790     revoke:
1791       flash: You've revoked the token for %{application}
1792     permissions:
1793       missing: You have not permitted the application access to this facility
1794   oauth_clients:
1795     new:
1796       title: Register a new application
1797     edit:
1798       title: Edit your application
1799     show:
1800       title: OAuth details for %{app_name}
1801       key: 'Consumer Key:'
1802       secret: 'Consumer Secret:'
1803       url: 'Request Token URL:'
1804       access_url: 'Access Token URL:'
1805       authorize_url: 'Authorise URL:'
1806       support_notice: We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures.
1807       edit: Edit Details
1808       delete: Delete Client
1809       confirm: Are you sure?
1810       requests: 'Requesting the following permissions from the user:'
1811     index:
1812       title: My OAuth Details
1813       my_tokens: My Authorised Applications
1814       list_tokens: 'The following tokens have been issued to applications in your
1815         name:'
1816       application: Application Name
1817       issued_at: Issued At
1818       revoke: Revoke!
1819       my_apps: My Client Applications
1820       no_apps_html: Do you have an application you would like to register for use
1821         with us using the %{oauth} standard? You must register your web application
1822         before it can make OAuth requests to this service.
1823       registered_apps: 'You have the following client applications registered:'
1824       register_new: Register your application
1825     form:
1826       requests: 'Request the following permissions from the user:'
1827     not_found:
1828       sorry: Sorry, that %{type} could not be found.
1829     create:
1830       flash: Registered the information successfully
1831     update:
1832       flash: Updated the client information successfully
1833     destroy:
1834       flash: Destroyed the client application registration
1835   oauth2_applications:
1836     new:
1837       title: Register a new application
1838   users:
1839     new:
1840       title: Sign Up
1841       no_auto_account_create: Unfortunately we are not currently able to create an
1842         account for you automatically.
1843       about:
1844         header: Free and editable
1845       display name description: Your publicly displayed username. You can change this
1846         later in the preferences.
1847       external auth: 'Third Party Authentication:'
1848       use external auth: Alternatively, use a third party to login
1849       auth no password: With third party authentication a password is not required,
1850         but some extra tools or server may still need one.
1851       continue: Sign Up
1852       terms accepted: Thanks for accepting the new contributor terms!
1853     terms:
1854       title: Terms
1855       heading: Terms
1856       consider_pd: In addition to the above, I consider my contributions to be in
1857         the Public Domain
1858       consider_pd_why: what's this?
1859       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1860       decline: Decline
1861       you need to accept or decline: Please read and then either accept or decline
1862         the new Contributor Terms to continue.
1863       legale_select: 'Country of residence:'
1864       legale_names:
1865         france: France
1866         italy: Italy
1867         rest_of_world: Rest of the world
1868     terms_declined_flash:
1869       terms_declined_html: We are sorry that you have decided to not accept the new
1870         Contributor Terms. For more information, please see %{terms_declined_link}.
1871     no_such_user:
1872       title: No such user
1873       heading: The user %{user} does not exist
1874       body: Sorry, there is no user with the name %{user}. Please check your spelling,
1875         or maybe the link you clicked is wrong.
1876       deleted: deleted
1877     show:
1878       my diary: My Diary
1879       my edits: My Edits
1880       my traces: My Traces
1881       my notes: My Notes
1882       my messages: My Messages
1883       my profile: My Profile
1884       my settings: My Settings
1885       my comments: My Comments
1886       blocks on me: Blocks on Me
1887       blocks by me: Blocks by Me
1888       send message: Send Message
1889       diary: Diary
1890       edits: Edits
1891       traces: Traces
1892       notes: Map Notes
1893       remove as friend: Unfriend
1894       add as friend: Add Friend
1895       mapper since: 'Mapper since:'
1896       ct status: 'Contributor terms:'
1897       ct undecided: Undecided
1898       ct declined: Declined
1899       latest edit: 'Latest edit (%{ago}):'
1900       email address: 'Email address:'
1901       created from: 'Created from:'
1902       status: 'Status:'
1903       spam score: 'Spam Score:'
1904       role:
1905         administrator: This user is an administrator
1906         moderator: This user is a moderator
1907         grant:
1908           administrator: Grant administrator access
1909           moderator: Grant moderator access
1910         revoke:
1911           administrator: Revoke administrator access
1912           moderator: Revoke moderator access
1913       block_history: Active Blocks
1914       moderator_history: Blocks Given
1915       comments: Comments
1916       create_block: Block this User
1917       activate_user: Activate this User
1918       confirm_user: Confirm this user
1919       hide_user: Hide this User
1920       unhide_user: Unhide this User
1921       delete_user: Delete this User
1922       confirm: Confirm
1923     go_public:
1924       flash success: All your edits are now public, and you are now allowed to edit.
1925     index:
1926       title: Users
1927       heading: Users
1928       showing:
1929         one: Page %{page} (%{first_item} of %{items})
1930         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1931       summary_html: '%{name} created from %{ip_address} on %{date}'
1932       summary_no_ip_html: '%{name} created on %{date}'
1933       confirm: Confirm Selected Users
1934       hide: Hide Selected Users
1935       empty: No matching users found
1936     suspended:
1937       title: Account Suspended
1938       heading: Account Suspended
1939     auth_failure:
1940       connection_failed: Connection to authentication provider failed
1941       invalid_credentials: Invalid authentication credentials
1942       no_authorization_code: No authorisation code
1943       unknown_signature_algorithm: Unknown signature algorithm
1944       invalid_scope: Invalid scope
1945     auth_association:
1946       heading: Your ID is not associated with a OpenStreetMap account yet.
1947       option_1: |-
1948         If you are new to OpenStreetMap, please create a new account
1949         using the form below.
1950       option_2: |-
1951         If you already have an account, you can login to your account
1952         using your username and password and then associate the account
1953         with your ID in your user settings.
1954   user_role:
1955     filter:
1956       not_a_role: The string `%{role}' is not a valid role.
1957       already_has_role: The user already has role %{role}.
1958       doesnt_have_role: The user does not have role %{role}.
1959     grant:
1960       title: Confirm role granting
1961       heading: Confirm role granting
1962       are_you_sure: Are you sure you want to grant the role `%{role}' to the user
1963         `%{name}'?
1964       confirm: Confirm
1965       fail: Could not grant role `%{role}' to user `%{name}'. Please check that the
1966         user and role are both valid.
1967     revoke:
1968       title: Confirm role revoking
1969       heading: Confirm role revoking
1970       are_you_sure: Are you sure you want to revoke the role `%{role}' from the user
1971         `%{name}'?
1972       confirm: Confirm
1973       fail: Could not revoke role `%{role}' from user `%{name}'. Please check that
1974         the user and role are both valid.
1975   user_blocks:
1976     model:
1977       non_moderator_update: Must be a moderator to create or update a block.
1978       non_moderator_revoke: Must be a moderator to revoke a block.
1979     not_found:
1980       sorry: Sorry, the user block with ID %{id} could not be found.
1981       back: Back to index
1982     new:
1983       title: Creating block on %{name}
1984       heading_html: Creating block on %{name}
1985       period: How long, starting now, the user will be blocked from the API for.
1986       back: View all blocks
1987     edit:
1988       title: Editing block on %{name}
1989       heading_html: Editing block on %{name}
1990       period: How long, starting now, the user will be blocked from the API for.
1991       show: View this block
1992       back: View all blocks
1993     filter:
1994       block_expired: The block has already expired and cannot be edited.
1995       block_period: The blocking period must be one of the values selectable in the
1996         drop-down list.
1997     create:
1998       flash: Created a block on user %{name}.
1999     update:
2000       only_creator_can_edit: Only the moderator who created this block can edit it.
2001       success: Block updated.
2002     index:
2003       title: User blocks
2004       heading: List of user blocks
2005       empty: No blocks have been made yet.
2006     revoke:
2007       title: Revoking block on %{block_on}
2008       heading_html: Revoking block on %{block_on} by %{block_by}
2009       time_future: This block will end in %{time}.
2010       past: This block ended %{time} and cannot be revoked now.
2011       confirm: Are you sure you wish to revoke this block?
2012       revoke: Revoke!
2013       flash: This block has been revoked.
2014     helper:
2015       time_future_html: Ends in %{time}.
2016       until_login: Active until the user logs in.
2017       time_future_and_until_login_html: Ends in %{time} and after the user has logged
2018         in.
2019       time_past_html: Ended %{time}.
2020       block_duration:
2021         hours:
2022           one: 1 hour
2023           other: '%{count} hours'
2024     blocks_on:
2025       title: Blocks on %{name}
2026       heading_html: List of blocks on %{name}
2027       empty: '%{name} has not been blocked yet.'
2028     blocks_by:
2029       title: Blocks by %{name}
2030       heading_html: List of blocks by %{name}
2031       empty: '%{name} has not made any blocks yet.'
2032     show:
2033       title: '%{block_on} blocked by %{block_by}'
2034       heading_html: '%{block_on} blocked by %{block_by}'
2035       created: 'Created:'
2036       status: 'Status:'
2037       show: Show
2038       edit: Edit
2039       revoke: Revoke!
2040       confirm: Are you sure?
2041       reason: 'Reason for block:'
2042       back: View all blocks
2043       revoker: 'Revoker:'
2044       needs_view: The user needs to log in before this block will be cleared.
2045     block:
2046       not_revoked: (not revoked)
2047       show: Show
2048       edit: Edit
2049       revoke: Revoke!
2050     blocks:
2051       display_name: Blocked User
2052       creator_name: Creator
2053       reason: Reason for block
2054       status: Status
2055       revoker_name: Revoked by
2056       showing_page: Page %{page}
2057       next: Next »
2058       previous: « Previous
2059   notes:
2060     index:
2061       title: Notes submitted or commented on by %{user}
2062       heading: '%{user}''s notes'
2063       subheading_html: Notes submitted or commented on by %{user}
2064       id: Id
2065       creator: Creator
2066       description: Description
2067       created_at: Created at
2068       last_changed: Last changed
2069     show:
2070       title: 'Note: %{id}'
2071       description: Description
2072       open_title: 'Unresolved note #%{note_name}'
2073       closed_title: 'Resolved note #%{note_name}'
2074       hidden_title: 'Hidden note #%{note_name}'
2075       anonymous_warning: This note includes comments from anonymous users which should
2076         be independently verified.
2077       hide: Hide
2078       resolve: Resolve
2079       reactivate: Reactivate
2080       comment_and_resolve: Comment & Resolve
2081       comment: Comment
2082     new:
2083       title: New Note
2084       intro: Spotted a mistake or something missing? Let other mappers know so we
2085         can fix it. Move the marker to the correct position and type a note to explain
2086         the problem.
2087       advice: Your note is public and may be used to update the map, so don't enter
2088         personal information or information from copyrighted maps or directory listings.
2089       add: Add Note
2090   javascripts:
2091     close: Close
2092     share:
2093       title: Share
2094       cancel: Cancel
2095       image: Image
2096       link: Link or HTML
2097       long_link: Link
2098       short_link: Short Link
2099       geo_uri: Geo URI
2100       embed: HTML
2101       custom_dimensions: Set custom dimensions
2102       format: 'Format:'
2103       scale: 'Scale:'
2104       download: Download
2105       short_url: Short URL
2106       include_marker: Include marker
2107       center_marker: Centre map on marker
2108       paste_html: Paste HTML to embed in website
2109       view_larger_map: View Larger Map
2110       only_standard_layer: Only the standard layer can be exported as an image
2111     embed:
2112       report_problem: Report a problem
2113     key:
2114       title: Map Key
2115       tooltip: Legend
2116       tooltip_disabled: Map Key not available for this layer
2117     map:
2118       zoom:
2119         in: Zoom In
2120         out: Zoom Out
2121       locate:
2122         title: Show My Location
2123       base:
2124         standard: Standard
2125         cycle_map: Cycle Map
2126         transport_map: Transport Map
2127         hot: Humanitarian
2128       layers:
2129         header: Map Layers
2130         notes: Map Notes
2131         data: Map Data
2132         gps: Public GPS Traces
2133         overlays: Enable overlays for troubleshooting the map
2134         title: Layers
2135     site:
2136       edit_tooltip: Edit the map
2137       edit_disabled_tooltip: Zoom in to edit the map
2138       createnote_tooltip: Add a note to the map
2139       createnote_disabled_tooltip: Zoom in to add a note to the map
2140       map_notes_zoom_in_tooltip: Zoom in to see map notes
2141       map_data_zoom_in_tooltip: Zoom in to see map data
2142       queryfeature_tooltip: Query features
2143       queryfeature_disabled_tooltip: Zoom in to query features
2144     changesets:
2145       show:
2146         comment: Comment
2147         subscribe: Subscribe
2148         unsubscribe: Unsubscribe
2149         hide_comment: hide
2150         unhide_comment: unhide
2151     edit_help: Move the map and zoom in on a location you want to edit, then click
2152       here.
2153     directions:
2154       ascend: Ascend
2155       engines:
2156         fossgis_osrm_car: Car (OSRM)
2157         graphhopper_bicycle: Bicycle (GraphHopper)
2158         graphhopper_car: Car (GraphHopper)
2159         graphhopper_foot: Foot (GraphHopper)
2160       descend: Descend
2161       directions: Directions
2162       distance: Distance
2163       errors:
2164         no_route: Couldn't find a route between those two places.
2165         no_place: Sorry - couldn't locate '%{place}'.
2166       instructions:
2167         continue_without_exit: Continue on %{name}
2168         slight_right_without_exit: Slight right onto %{name}
2169         offramp_right: Take the sliproad on the right
2170         offramp_right_with_name: Take the sliproad on the right onto %{name}
2171         offramp_right_with_directions: Take the sliproad on the right towards %{directions}
2172         offramp_right_with_name_directions: Take the sliproad on the right onto %{name},
2173           towards %{directions}
2174         onramp_right_without_exit: Turn right on the sliproad onto %{name}
2175         onramp_right_with_directions: Turn right onto the sliproad towards %{directions}
2176         onramp_right_with_name_directions: Turn right on the sliproad onto %{name},
2177           towards %{directions}
2178         onramp_right_without_directions: Turn right onto the sliproad
2179         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2180         merge_right_without_exit: Merge right onto %{name}
2181         fork_right_without_exit: At the fork turn right onto %{name}
2182         turn_right_without_exit: Turn right onto %{name}
2183         sharp_right_without_exit: Sharp right onto %{name}
2184         uturn_without_exit: U-turn along %{name}
2185         sharp_left_without_exit: Sharp left onto %{name}
2186         turn_left_without_exit: Turn left onto %{name}
2187         offramp_left: Take the sliproad on the left
2188         offramp_left_with_name: Take the sliproad on the left onto %{name}
2189         offramp_left_with_directions: Take the sliproad on the left towards %{directions}
2190         offramp_left_with_name_directions: Take the sliproad on the left onto %{name},
2191           towards %{directions}
2192         onramp_left_without_exit: Turn left on the sliproad onto %{name}
2193         onramp_left_with_directions: Turn left onto the sliproad towards %{directions}
2194         onramp_left_with_name_directions: Turn left on the sliproad onto %{name},
2195           towards %{directions}
2196         onramp_left_without_directions: Turn left onto the sliproad
2197         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2198         merge_left_without_exit: Merge left onto %{name}
2199         fork_left_without_exit: At the fork turn left onto %{name}
2200         slight_left_without_exit: Slight left onto %{name}
2201         via_point_without_exit: (via point)
2202         follow_without_exit: Follow %{name}
2203         roundabout_without_exit: At roundabout take exit onto %{name}
2204         leave_roundabout_without_exit: Leave roundabout - %{name}
2205         stay_roundabout_without_exit: Stay on roundabout - %{name}
2206         start_without_exit: Start on %{name}
2207         destination_without_exit: Reach destination
2208         against_oneway_without_exit: Go against one-way on %{name}
2209         end_oneway_without_exit: End of one-way on %{name}
2210         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2211         unnamed: unnamed road
2212         courtesy: Directions courtesy of %{link}
2213         exit_counts:
2214           first: 1st
2215           second: 2nd
2216           third: 3rd
2217           fourth: 4th
2218           fifth: 5th
2219           sixth: 6th
2220           seventh: 7th
2221           eighth: 8th
2222           ninth: 9th
2223           tenth: 10th
2224       time: Time
2225     query:
2226       node: Node
2227       way: Way
2228       relation: Relation
2229       nothing_found: No features found
2230       error: 'Error contacting %{server}: %{error}'
2231       timeout: Timeout contacting %{server}
2232     context:
2233       directions_from: Directions from here
2234       directions_to: Directions to here
2235       add_note: Add a note here
2236       show_address: Show address
2237       query_features: Query features
2238       centre_map: Centre map here
2239   redactions:
2240     edit:
2241       heading: Edit redaction
2242       title: Edit redaction
2243     index:
2244       empty: No redactions to show.
2245       heading: List of redactions
2246       title: List of redactions
2247     new:
2248       heading: Enter information for new redaction
2249       title: Creating new redaction
2250     show:
2251       description: 'Description:'
2252       heading: Showing redaction "%{title}"
2253       title: Showing redaction
2254       user: 'Creator:'
2255       edit: Edit this redaction
2256       destroy: Remove this redaction
2257       confirm: Are you sure?
2258     create:
2259       flash: Redaction created.
2260     update:
2261       flash: Changes saved.
2262     destroy:
2263       not_empty: Redaction is not empty. Please un-redact all versions belonging to
2264         this redaction before destroying it.
2265       flash: Redaction destroyed.
2266       error: There was an error destroying this redaction.
2267   validations:
2268     invalid_characters: contains invalid characters
2269 ...