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