]> 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         disabled: Gravatar has been disabled.
1353         enabled: Display of your Gravatar has been enabled.
1354       new image: Add an image
1355       keep image: Keep the current image
1356       delete image: Remove the current image
1357       replace image: Replace the current image
1358       image size hint: (square images at least 100x100 work best)
1359       home location: Home Location
1360       no home location: You have not entered your home location.
1361       update home location on click: Update home location when I click on the map?
1362   sessions:
1363     new:
1364       title: Login
1365       heading: Login
1366       email or username: 'E-mail Address or Username:'
1367       password: 'Password:'
1368       openid_html: '%{logo} OpenID:'
1369       remember: Remember me
1370       lost password link: Lost your password?
1371       login_button: Login
1372       register now: Register now
1373       with external: 'Alternatively, use a third party to login:'
1374       no account: Don't have an account?
1375       auth failure: Sorry, could not log in with those details.
1376       openid_logo_alt: Log in with an OpenID
1377       auth_providers:
1378         openid:
1379           title: Login with OpenID
1380           alt: Login with an OpenID URL
1381         google:
1382           title: Login with Google
1383           alt: Login with a Google OpenID
1384         facebook:
1385           title: Login with Facebook
1386           alt: Login with a Facebook Account
1387         windowslive:
1388           title: Login with Windows Live
1389           alt: Login with a Windows Live Account
1390         github:
1391           title: Login with GitHub
1392           alt: Login with a GitHub Account
1393         wikipedia:
1394           title: Login with Wikipedia
1395           alt: Login with a Wikipedia Account
1396         wordpress:
1397           title: Login with Wordpress
1398           alt: Login with a Wordpress OpenID
1399         aol:
1400           title: Login with AOL
1401           alt: Login with an AOL OpenID
1402     destroy:
1403       title: Logout
1404       heading: Logout of OpenStreetMap
1405       logout_button: Logout
1406   site:
1407     about:
1408       next: Next
1409       lede_text: OpenStreetMap is built by a community of mappers that contribute
1410         and maintain data about roads, trails, cafés, railway stations, and much more,
1411         all over the world.
1412       local_knowledge_title: Local Knowledge
1413       local_knowledge_html: |-
1414         OpenStreetMap emphasises local knowledge. Contributors use
1415         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1416         is accurate and up to date.
1417       community_driven_title: Community Driven
1418       community_driven_1_html: |-
1419         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.
1420         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.
1421       open_data_title: Open Data
1422       legal_title: Legal
1423       legal_1_1_html: "This site and many other related services are formally operated
1424         by the  \n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
1425         (OSMF) \non behalf of the community. Use of all OSMF operated services is
1426         subject \nto our <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Terms
1427         of Use</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nAcceptable
1428         Use Policies</a> and our <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Privacy
1429         Policy</a>."
1430       partners_title: Partners
1431     copyright:
1432       foreign:
1433         title: About this translation
1434         html: In the event of a conflict between this translated page and %{english_original_link},
1435           the English page shall take precedence
1436         english_link: the English original
1437       native:
1438         title: About this page
1439         html: You are viewing the English version of the copyright page. You can go
1440           back to the %{native_link} of this page or you can stop reading about copyright
1441           and %{mapping_link}.
1442         native_link: British English version
1443         mapping_link: start mapping
1444       legal_babble:
1445         title_html: Copyright and Licence
1446         credit_title_html: How to credit OpenStreetMap
1447         attribution_example:
1448           alt: Example of how to attribute OpenStreetMap on a webpage
1449           title: Attribution example
1450         more_title_html: Finding out more
1451         contributors_title_html: Our contributors
1452         contributors_intro_html: |-
1453           Our contributors are thousands of individuals. We also include
1454           openly-licenced data from national mapping agencies
1455           and other sources, among them:
1456         contributors_footer_2_html: Inclusion of data in OpenStreetMap does not imply
1457           that the original data provider endorses OpenStreetMap, provides any warranty,
1458           or accepts any liability.
1459         infringement_title_html: Copyright infringement
1460         infringement_1_html: OSM contributors are reminded never to add data from
1461           any copyrighted sources (e.g. Google Maps or printed maps) without explicit
1462           permission from the copyright holders.
1463     index:
1464       js_1: You are either using a browser that does not support JavaScript, or you
1465         have disabled JavaScript.
1466       permalink: Permalink
1467       shortlink: Shortlink
1468       createnote: Add a note
1469       license:
1470         copyright: Copyright OpenStreetMap and contributors, under an open licence
1471       remote_failed: Editing failed - make sure JOSM or Merkaartor is loaded and that
1472         the remote control option is enabled
1473     edit:
1474       not_public: You have not set your edits to be public.
1475       not_public_description_html: You can no longer edit the map unless you do so.
1476         You can set your edits as public from your %{user_page}.
1477       user_page_link: user page
1478       anon_edits_link_text: Find out why this is the case.
1479       id_not_configured: iD has not been configured
1480       no_iframe_support: Your browser doesn't support HTML iframes, which are necessary
1481         for this feature.
1482     export:
1483       title: Export
1484       area_to_export: Area to Export
1485       manually_select: Manually select a different area
1486       format_to_export: Format to Export
1487       osm_xml_data: OpenStreetMap XML Data
1488       map_image: Map Image (shows standard layer)
1489       embeddable_html: Embeddable HTML
1490       licence: Licence
1491       too_large:
1492         advice: 'If the above export fails, please consider using one of the sources
1493           listed below:'
1494         body: This area is too large to be exported as OpenStreetMap XML Data. Please
1495           zoom in or select a smaller area, or use one of the sources listed below
1496           for bulk data downloads.
1497         planet:
1498           title: Planet OSM
1499           description: Regularly updated copies of the complete OpenStreetMap database
1500         overpass:
1501           title: Overpass API
1502           description: Download this bounding box from a mirror of the OpenStreetMap
1503             database
1504         geofabrik:
1505           title: Geofabrik Downloads
1506           description: Regularly-updated extracts of continents, countries, and selected
1507             cities
1508         other:
1509           title: Other Sources
1510           description: Additional sources listed on the OpenStreetMap wiki
1511       options: Options
1512       format: Format
1513       scale: Scale
1514       max: max
1515       image_size: Image Size
1516       zoom: Zoom
1517       add_marker: Add a marker to the map
1518       latitude: 'Lat:'
1519       longitude: 'Lon:'
1520       output: Output
1521       paste_html: Paste HTML to embed in website
1522       export_button: Export
1523     fixthemap:
1524       title: Report a problem/Fix the map
1525       how_to_help:
1526         title: How to Help
1527         join_the_community:
1528           title: Join the community
1529           explanation_html: If you have noticed a problem with our map data, for example
1530             a road is missing or your address, the best way to proceed is to join
1531             the OpenStreetMap community and add or repair the data yourself.
1532       other_concerns:
1533         title: Other concerns
1534     help:
1535       title: Getting Help
1536       introduction: OpenStreetMap has several resources for learning about the project,
1537         asking and answering questions, and collaboratively discussing and documenting
1538         mapping topics.
1539       welcome:
1540         url: /welcome
1541         title: Welcome to OpenStreetMap
1542         description: Start with this quick guide covering the OpenStreetMap basics.
1543       beginners_guide:
1544         title: Beginners' Guide
1545         description: Community maintained guide for beginners.
1546       help:
1547         title: Help Forum
1548         description: Ask a question or look up answers on OpenStreetMap's question-and-answer
1549           site.
1550       mailing_lists:
1551         title: Mailing Lists
1552         description: Ask a question or discuss interesting matters on a wide range
1553           of topical or regional mailing lists.
1554       irc:
1555         title: IRC
1556         description: Interactive chat in many different languages and on many topics.
1557       switch2osm:
1558         title: switch2osm
1559         description: Help for companies and organisations switching to OpenStreetMap
1560           based maps and other services.
1561       wiki:
1562         title: OpenStreetMap Wiki
1563         description: Browse the wiki for in-depth OpenStreetMap documentation.
1564     any_questions:
1565       title: Any questions?
1566     sidebar:
1567       search_results: Search Results
1568       close: Close
1569     search:
1570       search: Search
1571       get_directions: Get directions
1572       get_directions_title: Find directions between two points
1573       from: From
1574       to: To
1575       where_am_i: Where is this?
1576       where_am_i_title: Describe the current location using the search engine
1577       submit_text: Go
1578       reverse_directions_text: Reverse Directions
1579     key:
1580       table:
1581         entry:
1582           motorway: Motorway
1583           main_road: Main road
1584           trunk: Trunk road
1585           primary: Primary road
1586           secondary: Secondary road
1587           unclassified: Unclassified road
1588           track: Track
1589           bridleway: Bridleway
1590           cycleway: Cycleway
1591           cycleway_national: National cycleway
1592           cycleway_regional: Regional cycleway
1593           cycleway_local: Local cycleway
1594           footway: Footway
1595           rail: Railway
1596           subway: Subway
1597           tram:
1598           - Light rail
1599           - tram
1600           cable:
1601           - Cable car
1602           - chairlift
1603           runway:
1604           - Airport Runway
1605           - taxiway
1606           apron:
1607           - Airport apron
1608           - terminal
1609           admin: Administrative boundary
1610           forest: Forest
1611           wood: Wood
1612           golf: Golf course
1613           park: Park
1614           resident: Residential area
1615           common:
1616           - Common
1617           - meadow
1618           retail: Retail area
1619           industrial: Industrial area
1620           commercial: Commercial area
1621           heathland: Heathland
1622           lake:
1623           - Lake
1624           - reservoir
1625           farm: Farm
1626           brownfield: Brownfield site
1627           cemetery: Cemetery
1628           allotments: Allotments
1629           pitch: Sports pitch
1630           centre: Sports centre
1631           reserve: Nature reserve
1632           military: Military area
1633           school:
1634           - School
1635           - university
1636           building: Significant building
1637           station: Railway station
1638           summit:
1639           - Summit
1640           - peak
1641           tunnel: Dashed casing = tunnel
1642           bridge: Black casing = bridge
1643           private: Private access
1644           destination: Destination access
1645           construction: Roads under construction
1646           bicycle_shop: Bicycle shop
1647           bicycle_parking: Bicycle parking
1648           toilets: Toilets
1649     welcome:
1650       title: Welcome!
1651       introduction: Welcome to OpenStreetMap, the free and editable map of the world.
1652         Now that you're signed up, you're all set to get started mapping. Here's a
1653         quick guide with the most important things you need to know.
1654       whats_on_the_map:
1655         title: What's on the Map
1656       basic_terms:
1657         title: Basic Terms For Mapping
1658         paragraph_1: OpenStreetMap has some of its own lingo. Here are a few key words
1659           that'll come in handy.
1660       rules:
1661         title: Rules!
1662       start_mapping: Start Mapping
1663       add_a_note:
1664         title: No Time To Edit? Add a Note!
1665         para_1: If you just want something small fixed and don't have the time to
1666           sign up and learn how to edit, it's easy to add a note.
1667   traces:
1668     visibility:
1669       private: Private (only shared as anonymous, unordered points)
1670       public: Public (shown in trace list and as anonymous, unordered points)
1671       trackable: Trackable (only shared as anonymous, ordered points with timestamps)
1672       identifiable: Identifiable (shown in trace list and as identifiable, ordered
1673         points with timestamps)
1674     new:
1675       visibility_help: what does this mean?
1676       help: Help
1677       help_url: https://wiki.openstreetmap.org/wiki/Upload
1678     create:
1679       upload_trace: Upload GPS Trace
1680       trace_uploaded: Your GPX file has been uploaded and is awaiting insertion in
1681         to the database. This will usually happen within half an hour, and an email
1682         will be sent to you on completion.
1683       traces_waiting:
1684         one: You have %{count} trace waiting for upload. Please consider waiting for
1685           this to finish before uploading any more, so as not to block the queue for
1686           other users.
1687         other: You have %{count} traces waiting for upload. Please consider waiting
1688           for these to finish before uploading any more, so as not to block the queue
1689           for other users.
1690     edit:
1691       title: Editing trace %{name}
1692       heading: Editing trace %{name}
1693       visibility_help: what does this mean?
1694     trace_optionals:
1695       tags: Tags
1696     show:
1697       title: Viewing trace %{name}
1698       heading: Viewing trace %{name}
1699       pending: PENDING
1700       filename: 'Filename:'
1701       download: download
1702       uploaded: 'Uploaded:'
1703       points: 'Points:'
1704       start_coordinates: 'Start coordinate:'
1705       map: map
1706       edit: edit
1707       owner: 'Owner:'
1708       description: 'Description:'
1709       tags: 'Tags:'
1710       none: None
1711       edit_trace: Edit this trace
1712       delete_trace: Delete this trace
1713       trace_not_found: Trace not found!
1714       visibility: 'Visibility:'
1715     trace_paging_nav:
1716       showing_page: Page %{page}
1717       older: Older Traces
1718       newer: Newer Traces
1719     trace:
1720       pending: PENDING
1721       count_points:
1722         one: 1 point
1723         other: '%{count} points'
1724       more: more
1725       trace_details: View Trace Details
1726       view_map: View Map
1727       edit_map: Edit Map
1728       public: PUBLIC
1729       identifiable: IDENTIFIABLE
1730       private: PRIVATE
1731       trackable: TRACKABLE
1732       by: by
1733       in: in
1734     index:
1735       public_traces: Public GPS traces
1736       public_traces_from: Public GPS traces from %{user}
1737       description: Browse recent GPS track uploads
1738       tagged_with: ' tagged with %{tags}'
1739       upload_trace: Upload a trace
1740     destroy:
1741       scheduled_for_deletion: Trace scheduled for deletion
1742     make_public:
1743       made_public: Trace made public
1744     offline_warning:
1745       message: The GPX file upload system is currently unavailable
1746     offline:
1747       heading: GPX Storage Offline
1748       message: The GPX file storage and upload system is currently unavailable.
1749     georss:
1750       title: OpenStreetMap GPS Traces
1751     description:
1752       description_with_count:
1753         one: GPX file with %{count} point from %{user}
1754         other: GPX file with %{count} points from %{user}
1755       description_without_count: GPX file from %{user}
1756   application:
1757     require_cookies:
1758       cookies_needed: You appear to have cookies disabled - please enable cookies
1759         in your browser before continuing.
1760     setup_user_auth:
1761       blocked: Your access to the API has been blocked. Please log-in to the web interface
1762         to find out more.
1763       need_to_see_terms: Your access to the API is temporarily suspended. Please log-in
1764         to the web interface to view the Contributor Terms. You do not need to agree,
1765         but you must view them.
1766   oauth:
1767     authorize:
1768       title: Authorise access to your account
1769       request_access_html: The application %{app_name} is requesting access to your
1770         account, %{user}. Please check whether you would like the application to have
1771         the following capabilities. You may choose as many or as few as you like.
1772       allow_to: 'Allow the client application to:'
1773       allow_read_prefs: read your user preferences.
1774       allow_write_prefs: modify your user preferences.
1775       allow_write_diary: create diary entries, comments and make friends.
1776       allow_write_api: modify the map.
1777       allow_read_gpx: read your private GPS traces.
1778       allow_write_gpx: upload GPS traces.
1779       allow_write_notes: modify notes.
1780       grant_access: Grant Access
1781     authorize_success:
1782       title: Authorisation request allowed
1783       allowed_html: You have granted application %{app_name} access to your account.
1784       verification: The verification code is %{code}.
1785     authorize_failure:
1786       title: Authorisation request failed
1787       denied: You have denied application %{app_name} access to your account.
1788       invalid: The authorisation token is not valid.
1789     revoke:
1790       flash: You've revoked the token for %{application}
1791     permissions:
1792       missing: You have not permitted the application access to this facility
1793   oauth_clients:
1794     new:
1795       title: Register a new application
1796     edit:
1797       title: Edit your application
1798     show:
1799       title: OAuth details for %{app_name}
1800       key: 'Consumer Key:'
1801       secret: 'Consumer Secret:'
1802       url: 'Request Token URL:'
1803       access_url: 'Access Token URL:'
1804       authorize_url: 'Authorise URL:'
1805       support_notice: We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures.
1806       edit: Edit Details
1807       delete: Delete Client
1808       confirm: Are you sure?
1809       requests: 'Requesting the following permissions from the user:'
1810     index:
1811       title: My OAuth Details
1812       my_tokens: My Authorised Applications
1813       list_tokens: 'The following tokens have been issued to applications in your
1814         name:'
1815       application: Application Name
1816       issued_at: Issued At
1817       revoke: Revoke!
1818       my_apps: My Client Applications
1819       no_apps_html: Do you have an application you would like to register for use
1820         with us using the %{oauth} standard? You must register your web application
1821         before it can make OAuth requests to this service.
1822       registered_apps: 'You have the following client applications registered:'
1823       register_new: Register your application
1824     form:
1825       requests: 'Request the following permissions from the user:'
1826     not_found:
1827       sorry: Sorry, that %{type} could not be found.
1828     create:
1829       flash: Registered the information successfully
1830     update:
1831       flash: Updated the client information successfully
1832     destroy:
1833       flash: Destroyed the client application registration
1834   oauth2_applications:
1835     new:
1836       title: Register a new application
1837   users:
1838     new:
1839       title: Sign Up
1840       no_auto_account_create: Unfortunately we are not currently able to create an
1841         account for you automatically.
1842       about:
1843         header: Free and editable
1844       display name description: Your publicly displayed username. You can change this
1845         later in the preferences.
1846       external auth: 'Third Party Authentication:'
1847       use external auth: Alternatively, use a third party to login
1848       auth no password: With third party authentication a password is not required,
1849         but some extra tools or server may still need one.
1850       continue: Sign Up
1851       terms accepted: Thanks for accepting the new contributor terms!
1852     terms:
1853       title: Terms
1854       heading: Terms
1855       consider_pd: In addition to the above, I consider my contributions to be in
1856         the Public Domain
1857       consider_pd_why: what's this?
1858       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1859       decline: Decline
1860       you need to accept or decline: Please read and then either accept or decline
1861         the new Contributor Terms to continue.
1862       legale_select: 'Country of residence:'
1863       legale_names:
1864         france: France
1865         italy: Italy
1866         rest_of_world: Rest of the world
1867     terms_declined_flash:
1868       terms_declined_html: We are sorry that you have decided to not accept the new
1869         Contributor Terms. For more information, please see %{terms_declined_link}.
1870     no_such_user:
1871       title: No such user
1872       heading: The user %{user} does not exist
1873       body: Sorry, there is no user with the name %{user}. Please check your spelling,
1874         or maybe the link you clicked is wrong.
1875       deleted: deleted
1876     show:
1877       my diary: My Diary
1878       my edits: My Edits
1879       my traces: My Traces
1880       my notes: My Notes
1881       my messages: My Messages
1882       my profile: My Profile
1883       my settings: My Settings
1884       my comments: My Comments
1885       blocks on me: Blocks on Me
1886       blocks by me: Blocks by Me
1887       send message: Send Message
1888       diary: Diary
1889       edits: Edits
1890       traces: Traces
1891       notes: Map Notes
1892       remove as friend: Unfriend
1893       add as friend: Add Friend
1894       mapper since: 'Mapper since:'
1895       ct status: 'Contributor terms:'
1896       ct undecided: Undecided
1897       ct declined: Declined
1898       latest edit: 'Latest edit (%{ago}):'
1899       email address: 'Email address:'
1900       created from: 'Created from:'
1901       status: 'Status:'
1902       spam score: 'Spam Score:'
1903       role:
1904         administrator: This user is an administrator
1905         moderator: This user is a moderator
1906         grant:
1907           administrator: Grant administrator access
1908           moderator: Grant moderator access
1909         revoke:
1910           administrator: Revoke administrator access
1911           moderator: Revoke moderator access
1912       block_history: Active Blocks
1913       moderator_history: Blocks Given
1914       comments: Comments
1915       create_block: Block this User
1916       activate_user: Activate this User
1917       confirm_user: Confirm this user
1918       hide_user: Hide this User
1919       unhide_user: Unhide this User
1920       delete_user: Delete this User
1921       confirm: Confirm
1922     go_public:
1923       flash success: All your edits are now public, and you are now allowed to edit.
1924     index:
1925       title: Users
1926       heading: Users
1927       showing:
1928         one: Page %{page} (%{first_item} of %{items})
1929         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1930       summary_html: '%{name} created from %{ip_address} on %{date}'
1931       summary_no_ip_html: '%{name} created on %{date}'
1932       confirm: Confirm Selected Users
1933       hide: Hide Selected Users
1934       empty: No matching users found
1935     suspended:
1936       title: Account Suspended
1937       heading: Account Suspended
1938     auth_failure:
1939       connection_failed: Connection to authentication provider failed
1940       invalid_credentials: Invalid authentication credentials
1941       no_authorization_code: No authorisation code
1942       unknown_signature_algorithm: Unknown signature algorithm
1943       invalid_scope: Invalid scope
1944     auth_association:
1945       heading: Your ID is not associated with a OpenStreetMap account yet.
1946       option_1: |-
1947         If you are new to OpenStreetMap, please create a new account
1948         using the form below.
1949       option_2: |-
1950         If you already have an account, you can login to your account
1951         using your username and password and then associate the account
1952         with your ID in your user settings.
1953   user_role:
1954     filter:
1955       not_a_role: The string `%{role}' is not a valid role.
1956       already_has_role: The user already has role %{role}.
1957       doesnt_have_role: The user does not have role %{role}.
1958     grant:
1959       title: Confirm role granting
1960       heading: Confirm role granting
1961       are_you_sure: Are you sure you want to grant the role `%{role}' to the user
1962         `%{name}'?
1963       confirm: Confirm
1964       fail: Could not grant role `%{role}' to user `%{name}'. Please check that the
1965         user and role are both valid.
1966     revoke:
1967       title: Confirm role revoking
1968       heading: Confirm role revoking
1969       are_you_sure: Are you sure you want to revoke the role `%{role}' from the user
1970         `%{name}'?
1971       confirm: Confirm
1972       fail: Could not revoke role `%{role}' from user `%{name}'. Please check that
1973         the user and role are both valid.
1974   user_blocks:
1975     model:
1976       non_moderator_update: Must be a moderator to create or update a block.
1977       non_moderator_revoke: Must be a moderator to revoke a block.
1978     not_found:
1979       sorry: Sorry, the user block with ID %{id} could not be found.
1980       back: Back to index
1981     new:
1982       title: Creating block on %{name}
1983       heading_html: Creating block on %{name}
1984       period: How long, starting now, the user will be blocked from the API for.
1985       back: View all blocks
1986     edit:
1987       title: Editing block on %{name}
1988       heading_html: Editing block on %{name}
1989       period: How long, starting now, the user will be blocked from the API for.
1990       show: View this block
1991       back: View all blocks
1992     filter:
1993       block_expired: The block has already expired and cannot be edited.
1994       block_period: The blocking period must be one of the values selectable in the
1995         drop-down list.
1996     create:
1997       flash: Created a block on user %{name}.
1998     update:
1999       only_creator_can_edit: Only the moderator who created this block can edit it.
2000       success: Block updated.
2001     index:
2002       title: User blocks
2003       heading: List of user blocks
2004       empty: No blocks have been made yet.
2005     revoke:
2006       title: Revoking block on %{block_on}
2007       heading_html: Revoking block on %{block_on} by %{block_by}
2008       time_future: This block will end in %{time}.
2009       past: This block ended %{time} and cannot be revoked now.
2010       confirm: Are you sure you wish to revoke this block?
2011       revoke: Revoke!
2012       flash: This block has been revoked.
2013     helper:
2014       time_future_html: Ends in %{time}.
2015       until_login: Active until the user logs in.
2016       time_future_and_until_login_html: Ends in %{time} and after the user has logged
2017         in.
2018       time_past_html: Ended %{time}.
2019       block_duration:
2020         hours:
2021           one: 1 hour
2022           other: '%{count} hours'
2023     blocks_on:
2024       title: Blocks on %{name}
2025       heading_html: List of blocks on %{name}
2026       empty: '%{name} has not been blocked yet.'
2027     blocks_by:
2028       title: Blocks by %{name}
2029       heading_html: List of blocks by %{name}
2030       empty: '%{name} has not made any blocks yet.'
2031     show:
2032       title: '%{block_on} blocked by %{block_by}'
2033       heading_html: '%{block_on} blocked by %{block_by}'
2034       created: 'Created:'
2035       status: 'Status:'
2036       show: Show
2037       edit: Edit
2038       revoke: Revoke!
2039       confirm: Are you sure?
2040       reason: 'Reason for block:'
2041       back: View all blocks
2042       revoker: 'Revoker:'
2043       needs_view: The user needs to log in before this block will be cleared.
2044     block:
2045       not_revoked: (not revoked)
2046       show: Show
2047       edit: Edit
2048       revoke: Revoke!
2049     blocks:
2050       display_name: Blocked User
2051       creator_name: Creator
2052       reason: Reason for block
2053       status: Status
2054       revoker_name: Revoked by
2055       showing_page: Page %{page}
2056       next: Next »
2057       previous: « Previous
2058   notes:
2059     index:
2060       title: Notes submitted or commented on by %{user}
2061       heading: '%{user}''s notes'
2062       subheading_html: Notes submitted or commented on by %{user}
2063       id: Id
2064       creator: Creator
2065       description: Description
2066       created_at: Created at
2067       last_changed: Last changed
2068     show:
2069       title: 'Note: %{id}'
2070       description: Description
2071       open_title: 'Unresolved note #%{note_name}'
2072       closed_title: 'Resolved note #%{note_name}'
2073       hidden_title: 'Hidden note #%{note_name}'
2074       anonymous_warning: This note includes comments from anonymous users which should
2075         be independently verified.
2076       hide: Hide
2077       resolve: Resolve
2078       reactivate: Reactivate
2079       comment_and_resolve: Comment & Resolve
2080       comment: Comment
2081     new:
2082       title: New Note
2083       intro: Spotted a mistake or something missing? Let other mappers know so we
2084         can fix it. Move the marker to the correct position and type a note to explain
2085         the problem.
2086       advice: Your note is public and may be used to update the map, so don't enter
2087         personal information or information from copyrighted maps or directory listings.
2088       add: Add Note
2089   javascripts:
2090     close: Close
2091     share:
2092       title: Share
2093       cancel: Cancel
2094       image: Image
2095       link: Link or HTML
2096       long_link: Link
2097       short_link: Short Link
2098       geo_uri: Geo URI
2099       embed: HTML
2100       custom_dimensions: Set custom dimensions
2101       format: 'Format:'
2102       scale: 'Scale:'
2103       download: Download
2104       short_url: Short URL
2105       include_marker: Include marker
2106       center_marker: Centre map on marker
2107       paste_html: Paste HTML to embed in website
2108       view_larger_map: View Larger Map
2109       only_standard_layer: Only the standard layer can be exported as an image
2110     embed:
2111       report_problem: Report a problem
2112     key:
2113       title: Map Key
2114       tooltip: Legend
2115       tooltip_disabled: Map Key not available for this layer
2116     map:
2117       zoom:
2118         in: Zoom In
2119         out: Zoom Out
2120       locate:
2121         title: Show My Location
2122       base:
2123         standard: Standard
2124         cycle_map: Cycle Map
2125         transport_map: Transport Map
2126         hot: Humanitarian
2127       layers:
2128         header: Map Layers
2129         notes: Map Notes
2130         data: Map Data
2131         gps: Public GPS Traces
2132         overlays: Enable overlays for troubleshooting the map
2133         title: Layers
2134     site:
2135       edit_tooltip: Edit the map
2136       edit_disabled_tooltip: Zoom in to edit the map
2137       createnote_tooltip: Add a note to the map
2138       createnote_disabled_tooltip: Zoom in to add a note to the map
2139       map_notes_zoom_in_tooltip: Zoom in to see map notes
2140       map_data_zoom_in_tooltip: Zoom in to see map data
2141       queryfeature_tooltip: Query features
2142       queryfeature_disabled_tooltip: Zoom in to query features
2143     changesets:
2144       show:
2145         comment: Comment
2146         subscribe: Subscribe
2147         unsubscribe: Unsubscribe
2148         hide_comment: hide
2149         unhide_comment: unhide
2150     edit_help: Move the map and zoom in on a location you want to edit, then click
2151       here.
2152     directions:
2153       ascend: Ascend
2154       engines:
2155         fossgis_osrm_car: Car (OSRM)
2156         graphhopper_bicycle: Bicycle (GraphHopper)
2157         graphhopper_car: Car (GraphHopper)
2158         graphhopper_foot: Foot (GraphHopper)
2159       descend: Descend
2160       directions: Directions
2161       distance: Distance
2162       errors:
2163         no_route: Couldn't find a route between those two places.
2164         no_place: Sorry - couldn't locate '%{place}'.
2165       instructions:
2166         continue_without_exit: Continue on %{name}
2167         slight_right_without_exit: Slight right onto %{name}
2168         offramp_right: Take the sliproad on the right
2169         offramp_right_with_name: Take the sliproad on the right onto %{name}
2170         offramp_right_with_directions: Take the sliproad on the right towards %{directions}
2171         offramp_right_with_name_directions: Take the sliproad on the right onto %{name},
2172           towards %{directions}
2173         onramp_right_without_exit: Turn right on the sliproad onto %{name}
2174         onramp_right_with_directions: Turn right onto the sliproad towards %{directions}
2175         onramp_right_with_name_directions: Turn right on the sliproad onto %{name},
2176           towards %{directions}
2177         onramp_right_without_directions: Turn right onto the sliproad
2178         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2179         merge_right_without_exit: Merge right onto %{name}
2180         fork_right_without_exit: At the fork turn right onto %{name}
2181         turn_right_without_exit: Turn right onto %{name}
2182         sharp_right_without_exit: Sharp right onto %{name}
2183         uturn_without_exit: U-turn along %{name}
2184         sharp_left_without_exit: Sharp left onto %{name}
2185         turn_left_without_exit: Turn left onto %{name}
2186         offramp_left: Take the sliproad on the left
2187         offramp_left_with_name: Take the sliproad on the left onto %{name}
2188         offramp_left_with_directions: Take the sliproad on the left towards %{directions}
2189         offramp_left_with_name_directions: Take the sliproad on the left onto %{name},
2190           towards %{directions}
2191         onramp_left_without_exit: Turn left on the sliproad onto %{name}
2192         onramp_left_with_directions: Turn left onto the sliproad towards %{directions}
2193         onramp_left_with_name_directions: Turn left on the sliproad onto %{name},
2194           towards %{directions}
2195         onramp_left_without_directions: Turn left onto the sliproad
2196         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2197         merge_left_without_exit: Merge left onto %{name}
2198         fork_left_without_exit: At the fork turn left onto %{name}
2199         slight_left_without_exit: Slight left onto %{name}
2200         via_point_without_exit: (via point)
2201         follow_without_exit: Follow %{name}
2202         roundabout_without_exit: At roundabout take exit onto %{name}
2203         leave_roundabout_without_exit: Leave roundabout - %{name}
2204         stay_roundabout_without_exit: Stay on roundabout - %{name}
2205         start_without_exit: Start on %{name}
2206         destination_without_exit: Reach destination
2207         against_oneway_without_exit: Go against one-way on %{name}
2208         end_oneway_without_exit: End of one-way on %{name}
2209         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2210         unnamed: unnamed road
2211         courtesy: Directions courtesy of %{link}
2212         exit_counts:
2213           first: 1st
2214           second: 2nd
2215           third: 3rd
2216           fourth: 4th
2217           fifth: 5th
2218           sixth: 6th
2219           seventh: 7th
2220           eighth: 8th
2221           ninth: 9th
2222           tenth: 10th
2223       time: Time
2224     query:
2225       node: Node
2226       way: Way
2227       relation: Relation
2228       nothing_found: No features found
2229       error: 'Error contacting %{server}: %{error}'
2230       timeout: Timeout contacting %{server}
2231     context:
2232       directions_from: Directions from here
2233       directions_to: Directions to here
2234       add_note: Add a note here
2235       show_address: Show address
2236       query_features: Query features
2237       centre_map: Centre map here
2238   redactions:
2239     edit:
2240       heading: Edit redaction
2241       title: Edit redaction
2242     index:
2243       empty: No redactions to show.
2244       heading: List of redactions
2245       title: List of redactions
2246     new:
2247       heading: Enter information for new redaction
2248       title: Creating new redaction
2249     show:
2250       description: 'Description:'
2251       heading: Showing redaction "%{title}"
2252       title: Showing redaction
2253       user: 'Creator:'
2254       edit: Edit this redaction
2255       destroy: Remove this redaction
2256       confirm: Are you sure?
2257     create:
2258       flash: Redaction created.
2259     update:
2260       flash: Changes saved.
2261     destroy:
2262       not_empty: Redaction is not empty. Please un-redact all versions belonging to
2263         this redaction before destroying it.
2264       flash: Redaction destroyed.
2265       error: There was an error destroying this redaction.
2266   validations:
2267     invalid_characters: contains invalid characters
2268 ...