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