]> git.openstreetmap.org Git - rails.git/blob - config/locales/en-GB.yml
Merge remote-tracking branch 'upstream/pull/5537'
[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     mark:
1200       as_read: Message marked as read
1201       as_unread: Message marked as unread
1202     destroy:
1203       destroyed: Message deleted
1204     mailboxes:
1205       heading:
1206         my_inbox: My Inbox
1207       messages_table:
1208         from: From
1209         to: To
1210         subject: Subject
1211         date: Date
1212       message:
1213         unread_button: Mark as unread
1214         read_button: Mark as read
1215         destroy_button: Delete
1216     inboxes:
1217       show:
1218         title: Inbox
1219         messages: You have %{new_messages} and %{old_messages}
1220         new_messages:
1221           one: '%{count} new message'
1222           other: '%{count} new messages'
1223         old_messages:
1224           one: '%{count} old message'
1225           other: '%{count} old messages'
1226         no_messages_yet_html: You have no messages yet. Why not get in touch with
1227           some of the %{people_mapping_nearby_link}?
1228         people_mapping_nearby: people mapping nearby
1229     outboxes:
1230       show:
1231         title: Outbox
1232         messages:
1233           one: You have %{count} sent message
1234           other: You have %{count} sent messages
1235         no_sent_messages_html: You have no sent messages yet. Why not get in touch
1236           with some of the %{people_mapping_nearby_link}?
1237         people_mapping_nearby: people mapping nearby
1238       message:
1239         destroy_button: Delete
1240   passwords:
1241     new:
1242       title: Lost password
1243       heading: Forgotten Password?
1244       new password button: Reset password
1245       help_text: Enter the e-mail address you used to sign up, we will send a link
1246         to it that you can use to reset your password.
1247     edit:
1248       title: Reset password
1249       heading: Reset Password for %{user}
1250       reset: Reset Password
1251       flash token bad: Did not find that token, check the URL maybe?
1252     update:
1253       flash changed: Your password has been changed.
1254   profiles:
1255     edit:
1256       image: Image
1257       gravatar:
1258         gravatar: Use Gravatar
1259         disabled: Gravatar has been disabled.
1260         enabled: Display of your Gravatar has been enabled.
1261       new image: Add an image
1262       keep image: Keep the current image
1263       delete image: Remove the current image
1264       replace image: Replace the current image
1265       image size hint: (square images at least 100x100 work best)
1266       home location: Home Location
1267       no home location: You have not entered your home location.
1268       update home location on click: Update home location when I click on the map?
1269   sessions:
1270     new:
1271       email or username: E-mail Address or Username
1272       password: Password
1273       remember: Remember me
1274       lost password link: Lost your password?
1275       auth failure: Sorry, could not log in with those details.
1276     destroy:
1277       title: Logout
1278       heading: Logout of OpenStreetMap
1279       logout_button: Logout
1280   shared:
1281     pagination:
1282       diary_comments:
1283         older: Older Comments
1284         newer: Newer Comments
1285       diary_entries:
1286         older: Older Entries
1287         newer: Newer Entries
1288       traces:
1289         older: Older Traces
1290         newer: Newer Traces
1291   site:
1292     about:
1293       lede_text: OpenStreetMap is built by a community of mappers that contribute
1294         and maintain data about roads, trails, cafés, railway stations, and much more,
1295         all over the world.
1296       local_knowledge_title: Local Knowledge
1297       local_knowledge_html: |-
1298         OpenStreetMap emphasises local knowledge. Contributors use
1299         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1300         is accurate and up to date.
1301       community_driven_title: Community Driven
1302       open_data_title: Open Data
1303       open_data_1_html: |-
1304         OpenStreetMap is %{open_data}: you are free to use it for any purpose
1305         as long as you credit OpenStreetMap and its contributors. If you alter or
1306         build upon the data in certain ways, you may distribute the result only
1307         under the same licence. See the %{copyright_license_link} for details.
1308       open_data_copyright_license: Copyright and Licence page
1309       legal_title: Legal
1310       partners_title: Partners
1311     copyright:
1312       title: Copyright and Licence
1313       foreign:
1314         title: About this translation
1315         html: In the event of a conflict between this translated page and %{english_original_link},
1316           the English page shall take precedence
1317         english_link: the English original
1318       native:
1319         title: About this page
1320         html: You are viewing the English version of the copyright page. You can go
1321           back to the %{native_link} of this page or you can stop reading about copyright
1322           and %{mapping_link}.
1323         native_link: British English version
1324         mapping_link: start mapping
1325       legal_babble:
1326         introduction_3_html: Our documentation is licensed under the %{creative_commons_link}
1327           license (CC BY-SA 2.0).
1328         credit_title_html: How to credit OpenStreetMap
1329         attribution_example:
1330           alt: Example of how to attribute OpenStreetMap on a webpage
1331           title: Attribution example
1332         more_title_html: Finding out more
1333         more_1_1_osmf_licence_page: OSMF Licence page
1334         contributors_title_html: Our contributors
1335         contributors_intro_html: |-
1336           Our contributors are thousands of individuals. We also include
1337           openly-licenced data from national mapping agencies
1338           and other sources, among them:
1339         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
1340           licence (CC BY 4.0)
1341         contributors_footer_2_html: Inclusion of data in OpenStreetMap does not imply
1342           that the original data provider endorses OpenStreetMap, provides any warranty,
1343           or accepts any liability.
1344         infringement_title_html: Copyright infringement
1345         infringement_1_html: OSM contributors are reminded never to add data from
1346           any copyrighted sources (e.g. Google Maps or printed maps) without explicit
1347           permission from the copyright holders.
1348     index:
1349       js_1: You are either using a browser that does not support JavaScript, or you
1350         have disabled JavaScript.
1351       license:
1352         copyright: Copyright OpenStreetMap and contributors, under an open licence
1353       remote_failed: Editing failed - make sure JOSM or Merkaartor is loaded and that
1354         the remote control option is enabled
1355     edit:
1356       not_public: You have not set your edits to be public.
1357       not_public_description_html: You can no longer edit the map unless you do so.
1358         You can set your edits as public from your %{user_page}.
1359       user_page_link: user page
1360       anon_edits_link_text: Find out why this is the case.
1361       id_not_configured: iD has not been configured
1362     export:
1363       title: Export
1364       manually_select: Manually select a different area
1365       licence: Licence
1366       too_large:
1367         advice: 'If the above export fails, please consider using one of the sources
1368           listed below:'
1369         body: This area is too large to be exported as OpenStreetMap XML Data. Please
1370           zoom in or select a smaller area, or use one of the sources listed below
1371           for bulk data downloads.
1372         planet:
1373           title: Planet OSM
1374           description: Regularly updated copies of the complete OpenStreetMap database
1375         overpass:
1376           title: Overpass API
1377           description: Download this bounding box from a mirror of the OpenStreetMap
1378             database
1379         geofabrik:
1380           title: Geofabrik Downloads
1381           description: Regularly-updated extracts of continents, countries, and selected
1382             cities
1383         other:
1384           title: Other Sources
1385           description: Additional sources listed on the OpenStreetMap wiki
1386       export_button: Export
1387     fixthemap:
1388       how_to_help:
1389         title: How to Help
1390         join_the_community:
1391           title: Join the community
1392           explanation_html: If you have noticed a problem with our map data, for example
1393             a road is missing or your address, the best way to proceed is to join
1394             the OpenStreetMap community and add or repair the data yourself.
1395       other_concerns:
1396         title: Other concerns
1397     help:
1398       title: Getting Help
1399       introduction: OpenStreetMap has several resources for learning about the project,
1400         asking and answering questions, and collaboratively discussing and documenting
1401         mapping topics.
1402       welcome:
1403         url: /welcome
1404         title: Welcome to OpenStreetMap
1405         description: Start with this quick guide covering the OpenStreetMap basics.
1406       beginners_guide:
1407         title: Beginners' Guide
1408         description: Community maintained guide for beginners.
1409       mailing_lists:
1410         title: Mailing Lists
1411         description: Ask a question or discuss interesting matters on a wide range
1412           of topical or regional mailing lists.
1413       irc:
1414         title: IRC
1415         description: Interactive chat in many different languages and on many topics.
1416       switch2osm:
1417         title: switch2osm
1418         description: Help for companies and organisations switching to OpenStreetMap
1419           based maps and other services.
1420       wiki:
1421         title: OpenStreetMap Wiki
1422         description: Browse the wiki for in-depth OpenStreetMap documentation.
1423     any_questions:
1424       title: Any questions?
1425     sidebar:
1426       search_results: Search Results
1427     search:
1428       search: Search
1429       get_directions_title: Find directions between two points
1430       from: From
1431       to: To
1432       where_am_i: Where is this?
1433       where_am_i_title: Describe the current location using the search engine
1434       submit_text: Go
1435       reverse_directions_text: Reverse Directions
1436     key:
1437       table:
1438         entry:
1439           motorway: Motorway
1440           main_road: Main road
1441           trunk: Trunk road
1442           primary: Primary road
1443           secondary: Secondary road
1444           unclassified: Unclassified road
1445           track: Track
1446           bridleway: Bridleway
1447           cycleway: Cycleway
1448           cycleway_national: National cycleway
1449           cycleway_regional: Regional cycleway
1450           cycleway_local: Local cycleway
1451           footway: Footway
1452           rail: Railway
1453           subway: Subway
1454           cable_car: Cable car
1455           chair_lift: Chairlift
1456           runway: Airport Runway
1457           taxiway: Taxiway
1458           apron: Airport apron
1459           admin: Administrative boundary
1460           forest: Forest
1461           wood: Wood
1462           golf: Golf course
1463           park: Park
1464           common: Common
1465           resident: Residential area
1466           retail: Retail area
1467           industrial: Industrial area
1468           commercial: Commercial area
1469           heathland: Heathland
1470           lake: Lake
1471           reservoir: Reservoir
1472           farm: Farm
1473           brownfield: Brownfield site
1474           cemetery: Cemetery
1475           allotments: Allotments
1476           pitch: Sports pitch
1477           centre: Sports centre
1478           reserve: Nature reserve
1479           military: Military area
1480           school: School
1481           university: University
1482           building: Significant building
1483           station: Railway station
1484           summit: Summit
1485           peak: Peak
1486           tunnel: Dashed casing = tunnel
1487           bridge: Black casing = bridge
1488           private: Private access
1489           destination: Destination access
1490           construction: Roads under construction
1491           bicycle_shop: Bicycle shop
1492           bicycle_parking: Bicycle parking
1493           toilets: Toilets
1494     welcome:
1495       title: Welcome!
1496       introduction: Welcome to OpenStreetMap, the free and editable map of the world.
1497         Now that you're signed up, you're all set to get started mapping. Here's a
1498         quick guide with the most important things you need to know.
1499       whats_on_the_map:
1500         title: What's on the Map
1501       basic_terms:
1502         title: Basic Terms For Mapping
1503         paragraph_1: OpenStreetMap has some of its own lingo. Here are a few key words
1504           that'll come in handy.
1505       rules:
1506         title: Rules!
1507       start_mapping: Start Mapping
1508       add_a_note:
1509         title: No Time To Edit? Add a Note!
1510         para_1: If you just want something small fixed and don't have the time to
1511           sign up and learn how to edit, it's easy to add a note.
1512   traces:
1513     visibility:
1514       private: Private (only shared as anonymous, unordered points)
1515       public: Public (shown in trace list and as anonymous, unordered points)
1516       trackable: Trackable (only shared as anonymous, ordered points with timestamps)
1517       identifiable: Identifiable (shown in trace list and as identifiable, ordered
1518         points with timestamps)
1519     new:
1520       visibility_help: what does this mean?
1521       help: Help
1522       help_url: https://wiki.openstreetmap.org/wiki/Upload
1523     create:
1524       upload_trace: Upload GPS Trace
1525       trace_uploaded: Your GPX file has been uploaded and is awaiting insertion in
1526         to the database. This will usually happen within half an hour, and an email
1527         will be sent to you on completion.
1528       traces_waiting:
1529         one: You have %{count} trace waiting for upload. Please consider waiting for
1530           this to finish before uploading any more, so as not to block the queue for
1531           other users.
1532         other: You have %{count} traces waiting for upload. Please consider waiting
1533           for these to finish before uploading any more, so as not to block the queue
1534           for other users.
1535     edit:
1536       visibility_help: what does this mean?
1537     show:
1538       pending: PENDING
1539       filename: 'Filename:'
1540       download: download
1541       uploaded: 'Uploaded:'
1542       points: 'Points:'
1543       map: map
1544       edit: edit
1545       owner: 'Owner:'
1546       description: 'Description:'
1547       tags: 'Tags:'
1548       none: None
1549       edit_trace: Edit this trace
1550       delete_trace: Delete this trace
1551       trace_not_found: Trace not found!
1552       visibility: 'Visibility:'
1553     trace:
1554       pending: PENDING
1555       count_points:
1556         one: '%{count} point'
1557         other: '%{count} points'
1558       more: more
1559       trace_details: View Trace Details
1560       view_map: View Map
1561       edit_map: Edit Map
1562       public: PUBLIC
1563       identifiable: IDENTIFIABLE
1564       private: PRIVATE
1565       trackable: TRACKABLE
1566     index:
1567       description: Browse recent GPS track uploads
1568       tagged_with: ' tagged with %{tags}'
1569       upload_trace: Upload a trace
1570     destroy:
1571       scheduled_for_deletion: Trace scheduled for deletion
1572     offline_warning:
1573       message: The GPX file upload system is currently unavailable
1574     offline:
1575       heading: GPX Storage Offline
1576       message: The GPX file storage and upload system is currently unavailable.
1577     feeds:
1578       show:
1579         title: OpenStreetMap GPS Traces
1580       description:
1581         description_with_count:
1582           one: GPX file with %{count} point from %{user}
1583           other: GPX file with %{count} points from %{user}
1584         description_without_count: GPX file from %{user}
1585   application:
1586     require_cookies:
1587       cookies_needed: You appear to have cookies disabled - please enable cookies
1588         in your browser before continuing.
1589     setup_user_auth:
1590       blocked: Your access to the API has been blocked. Please log-in to the web interface
1591         to find out more.
1592       need_to_see_terms: Your access to the API is temporarily suspended. Please log-in
1593         to the web interface to view the Contributor Terms. You do not need to agree,
1594         but you must view them.
1595   oauth:
1596     permissions:
1597       missing: You have not permitted the application access to this facility
1598   oauth2_applications:
1599     new:
1600       title: Register a new application
1601   users:
1602     new:
1603       title: Sign Up
1604       no_auto_account_create: Unfortunately we are not currently able to create an
1605         account for you automatically.
1606       display name description: Your publicly displayed username. You can change this
1607         later in the preferences.
1608       continue: Sign Up
1609     no_such_user:
1610       title: No such user
1611       heading: The user %{user} does not exist
1612       body: Sorry, there is no user with the name %{user}. Please check your spelling,
1613         or maybe the link you clicked is wrong.
1614       deleted: deleted
1615     show:
1616       my diary: My Diary
1617       my edits: My Edits
1618       my traces: My Traces
1619       my notes: My Notes
1620       my messages: My Messages
1621       my profile: My Profile
1622       my settings: My Settings
1623       my comments: My Comments
1624       blocks on me: Blocks on Me
1625       blocks by me: Blocks by Me
1626       send message: Send Message
1627       diary: Diary
1628       edits: Edits
1629       traces: Traces
1630       notes: Map Notes
1631       mapper since: 'Mapper since:'
1632       ct status: 'Contributor terms:'
1633       ct undecided: Undecided
1634       ct declined: Declined
1635       email address: 'Email address:'
1636       created from: 'Created from:'
1637       status: 'Status:'
1638       spam score: 'Spam Score:'
1639       role:
1640         administrator: This user is an administrator
1641         moderator: This user is a moderator
1642         grant:
1643           administrator: Grant administrator access
1644           moderator: Grant moderator access
1645         revoke:
1646           administrator: Revoke administrator access
1647           moderator: Revoke moderator access
1648       block_history: Active Blocks
1649       moderator_history: Blocks Given
1650       comments: Comments
1651       create_block: Block this User
1652       activate_user: Activate this User
1653       hide_user: Hide this User
1654       unhide_user: Unhide this User
1655       delete_user: Delete this User
1656       confirm: Confirm
1657     go_public:
1658       flash success: All your edits are now public, and you are now allowed to edit.
1659     issued_blocks:
1660       show:
1661         title: Blocks by %{name}
1662         empty: '%{name} has not made any blocks yet.'
1663     received_blocks:
1664       show:
1665         title: Blocks on %{name}
1666         empty: '%{name} has not been blocked yet.'
1667     lists:
1668       show:
1669         title: Users
1670         heading: Users
1671         empty: No matching users found
1672       page:
1673         confirm: Confirm Selected Users
1674         hide: Hide Selected Users
1675       user:
1676         summary_html: '%{name} created from %{ip_address} on %{date}'
1677         summary_no_ip_html: '%{name} created on %{date}'
1678     changeset_comments:
1679       page:
1680         when: When
1681         comment: Comment
1682     diary_comments:
1683       page:
1684         post: Post
1685     suspended:
1686       title: Account Suspended
1687       heading: Account Suspended
1688     auth_failure:
1689       connection_failed: Connection to authentication provider failed
1690       invalid_credentials: Invalid authentication credentials
1691       no_authorization_code: No authorisation code
1692       unknown_signature_algorithm: Unknown signature algorithm
1693       invalid_scope: Invalid scope
1694     auth_association:
1695       heading: Your ID is not associated with a OpenStreetMap account yet.
1696       option_1: |-
1697         If you are new to OpenStreetMap, please create a new account
1698         using the form below.
1699   user_role:
1700     filter:
1701       already_has_role: The user already has role %{role}.
1702       doesnt_have_role: The user does not have role %{role}.
1703   user_blocks:
1704     model:
1705       non_moderator_update: Must be a moderator to create or update a block.
1706       non_moderator_revoke: Must be a moderator to revoke a block.
1707     not_found:
1708       sorry: Sorry, the user block with ID %{id} could not be found.
1709       back: Back to index
1710     new:
1711       title: Creating block on %{name}
1712       heading_html: Creating block on %{name}
1713       period: How long, starting now, the user will be blocked from the API for.
1714     edit:
1715       title: Editing block on %{name}
1716       heading_html: Editing block on %{name}
1717       period: How long, starting now, the user will be blocked from the API for.
1718     filter:
1719       block_period: The blocking period must be one of the values selectable in the
1720         drop-down list.
1721     create:
1722       flash: Created a block on user %{name}.
1723     update:
1724       only_creator_can_edit: Only the moderator who created this block can edit it.
1725       success: Block updated.
1726     index:
1727       title: User blocks
1728       heading: List of user blocks
1729       empty: No blocks have been made yet.
1730     helper:
1731       time_future_html: Ends in %{time}.
1732       until_login: Active until the user logs in.
1733       time_future_and_until_login_html: Ends in %{time} and after the user has logged
1734         in.
1735       time_past_html: Ended %{time}.
1736       block_duration:
1737         hours:
1738           one: '%{count} hour'
1739           other: '%{count} hours'
1740     show:
1741       title: '%{block_on} blocked by %{block_by}'
1742       heading_html: '%{block_on} blocked by %{block_by}'
1743       created: 'Created:'
1744       status: 'Status:'
1745       edit: Edit
1746       reason: 'Reason for block:'
1747       revoker: 'Revoker:'
1748     block:
1749       show: Show
1750       edit: Edit
1751     page:
1752       display_name: Blocked User
1753       creator_name: Creator
1754       reason: Reason for block
1755       status: Status
1756   notes:
1757     index:
1758       title: Notes submitted or commented on by %{user}
1759       subheading_html: Notes %{submitted} or %{commented} by %{user}
1760       id: Id
1761       creator: Creator
1762       description: Description
1763       created_at: Created at
1764       last_changed: Last changed
1765     show:
1766       title: 'Note: %{id}'
1767       description: Description
1768       open_title: 'Unresolved note #%{note_name}'
1769       closed_title: 'Resolved note #%{note_name}'
1770       hidden_title: 'Hidden note #%{note_name}'
1771       anonymous_warning: This note includes comments from anonymous users which should
1772         be independently verified.
1773       hide: Hide
1774       resolve: Resolve
1775       reactivate: Reactivate
1776       comment_and_resolve: Comment & Resolve
1777       comment: Comment
1778     new:
1779       title: New Note
1780       intro: Spotted a mistake or something missing? Let other mappers know so we
1781         can fix it. Move the marker to the correct position and type a note to explain
1782         the problem.
1783       advice: Your note is public and may be used to update the map, so don't enter
1784         personal information or information from copyrighted maps or directory listings.
1785       add: Add Note
1786     notes_paging_nav:
1787       showing_page: Page %{page}
1788   javascripts:
1789     close: Close
1790     share:
1791       title: Share
1792       cancel: Cancel
1793       image: Image
1794       link: Link or HTML
1795       long_link: Link
1796       short_link: Short Link
1797       geo_uri: Geo URI
1798       embed: HTML
1799       custom_dimensions: Set custom dimensions
1800       format: 'Format:'
1801       scale: 'Scale:'
1802       download: Download
1803       short_url: Short URL
1804       include_marker: Include marker
1805       center_marker: Centre map on marker
1806       paste_html: Paste HTML to embed in website
1807       view_larger_map: View Larger Map
1808     embed:
1809       report_problem: Report a problem
1810     key:
1811       title: Map Key
1812       tooltip: Legend
1813       tooltip_disabled: Map Key not available for this layer
1814     map:
1815       zoom:
1816         in: Zoom In
1817         out: Zoom Out
1818       locate:
1819         title: Show My Location
1820       base:
1821         standard: Standard
1822         cycle_map: Cycle Map
1823         transport_map: Transport Map
1824         hot: Humanitarian
1825       layers:
1826         header: Map Layers
1827         notes: Map Notes
1828         data: Map Data
1829         gps: Public GPS Traces
1830         overlays: Enable overlays for troubleshooting the map
1831         title: Layers
1832     site:
1833       edit_tooltip: Edit the map
1834       edit_disabled_tooltip: Zoom in to edit the map
1835       createnote_tooltip: Add a note to the map
1836       createnote_disabled_tooltip: Zoom in to add a note to the map
1837       map_notes_zoom_in_tooltip: Zoom in to see map notes
1838       map_data_zoom_in_tooltip: Zoom in to see map data
1839       queryfeature_tooltip: Query features
1840       queryfeature_disabled_tooltip: Zoom in to query features
1841     edit_help: Move the map and zoom in on a location you want to edit, then click
1842       here.
1843     directions:
1844       ascend: Ascend
1845       engines:
1846         fossgis_osrm_car: Car (OSRM)
1847         graphhopper_bicycle: Bicycle (GraphHopper)
1848         graphhopper_car: Car (GraphHopper)
1849         graphhopper_foot: Foot (GraphHopper)
1850       descend: Descend
1851       directions: Directions
1852       distance: Distance
1853       errors:
1854         no_route: Couldn't find a route between those two places.
1855         no_place: Sorry - couldn't locate '%{place}'.
1856       instructions:
1857         continue_without_exit: Continue on %{name}
1858         slight_right_without_exit: Slight right onto %{name}
1859         offramp_right: Take the sliproad on the right
1860         offramp_right_with_name: Take the sliproad on the right onto %{name}
1861         offramp_right_with_directions: Take the sliproad on the right towards %{directions}
1862         offramp_right_with_name_directions: Take the sliproad on the right onto %{name},
1863           towards %{directions}
1864         onramp_right_without_exit: Turn right on the sliproad onto %{name}
1865         onramp_right_with_directions: Turn right onto the sliproad towards %{directions}
1866         onramp_right_with_name_directions: Turn right on the sliproad onto %{name},
1867           towards %{directions}
1868         onramp_right_without_directions: Turn right onto the sliproad
1869         endofroad_right_without_exit: At the end of the road turn right onto %{name}
1870         merge_right_without_exit: Merge right onto %{name}
1871         fork_right_without_exit: At the fork turn right onto %{name}
1872         turn_right_without_exit: Turn right onto %{name}
1873         sharp_right_without_exit: Sharp right onto %{name}
1874         uturn_without_exit: U-turn along %{name}
1875         sharp_left_without_exit: Sharp left onto %{name}
1876         turn_left_without_exit: Turn left onto %{name}
1877         offramp_left: Take the sliproad on the left
1878         offramp_left_with_name: Take the sliproad on the left onto %{name}
1879         offramp_left_with_directions: Take the sliproad on the left towards %{directions}
1880         offramp_left_with_name_directions: Take the sliproad on the left onto %{name},
1881           towards %{directions}
1882         onramp_left_without_exit: Turn left on the sliproad onto %{name}
1883         onramp_left_with_directions: Turn left onto the sliproad towards %{directions}
1884         onramp_left_with_name_directions: Turn left on the sliproad onto %{name},
1885           towards %{directions}
1886         onramp_left_without_directions: Turn left onto the sliproad
1887         endofroad_left_without_exit: At the end of the road turn left onto %{name}
1888         merge_left_without_exit: Merge left onto %{name}
1889         fork_left_without_exit: At the fork turn left onto %{name}
1890         slight_left_without_exit: Slight left onto %{name}
1891         via_point_without_exit: (via point)
1892         follow_without_exit: Follow %{name}
1893         leave_roundabout_without_exit: Leave roundabout - %{name}
1894         stay_roundabout_without_exit: Stay on roundabout - %{name}
1895         start_without_exit: Start on %{name}
1896         destination_without_exit: Reach destination
1897         against_oneway_without_exit: Go against one-way on %{name}
1898         end_oneway_without_exit: End of one-way on %{name}
1899         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
1900         unnamed: unnamed road
1901         courtesy: Directions courtesy of %{link}
1902         exit_counts:
1903           first: 1st
1904           second: 2nd
1905           third: 3rd
1906           fourth: 4th
1907           fifth: 5th
1908           sixth: 6th
1909           seventh: 7th
1910           eighth: 8th
1911           ninth: 9th
1912           tenth: 10th
1913       time: Time
1914     query:
1915       node: Node
1916       way: Way
1917       relation: Relation
1918       nothing_found: No features found
1919       error: 'Error contacting %{server}: %{error}'
1920       timeout: Timeout contacting %{server}
1921     context:
1922       directions_from: Directions from here
1923       directions_to: Directions to here
1924       add_note: Add a note here
1925       show_address: Show address
1926       query_features: Query features
1927       centre_map: Centre map here
1928   redactions:
1929     index:
1930       empty: No redactions to show.
1931     show:
1932       description: 'Description:'
1933       user: 'Creator:'
1934       edit: Edit this redaction
1935       destroy: Remove this redaction
1936       confirm: Are you sure?
1937     create:
1938       flash: Redaction created.
1939     update:
1940       flash: Changes saved.
1941     destroy:
1942       not_empty: Redaction is not empty. Please un-redact all versions belonging to
1943         this redaction before destroying it.
1944       flash: Redaction destroyed.
1945       error: There was an error destroying this redaction.
1946   validations:
1947     invalid_characters: contains invalid characters
1948 ...