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