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