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