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