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