]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Fix rubocop-minitest warnings
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   time:
5     formats:
6       friendly: "%e %B %Y at %H:%M"
7       blog: "%e %B %Y"
8   helpers:
9     submit:
10       diary_comment:
11         create: Save
12       diary_entry:
13         create: "Publish"
14         update: "Update"
15       issue_comment:
16         create: Add Comment
17       message:
18         create: Send
19       client_application:
20         create: Register
21         update: Edit
22       redaction:
23         create: Create redaction
24         update: Save redaction
25       trace:
26         create: Upload
27         update: Save Changes
28       user_block:
29         create: Create block
30         update: Update block
31   activerecord:
32     errors:
33       messages:
34         invalid_email_address: does not appear to be a valid e-mail address
35         email_address_not_routable: is not routable
36     # Translates all the model names, which is used in error handling on the web site
37     models:
38       acl: "Access Control List"
39       changeset: "Changeset"
40       changeset_tag: "Changeset Tag"
41       country: "Country"
42       diary_comment: "Diary Comment"
43       diary_entry: "Diary Entry"
44       friend: "Friend"
45       issue: "Issue"
46       language: "Language"
47       message: "Message"
48       node: "Node"
49       node_tag: "Node Tag"
50       notifier: "Notifier"
51       old_node: "Old Node"
52       old_node_tag: "Old Node Tag"
53       old_relation: "Old Relation"
54       old_relation_member: "Old Relation Member"
55       old_relation_tag: "Old Relation Tag"
56       old_way: "Old Way"
57       old_way_node: "Old Way Node"
58       old_way_tag: "Old Way Tag"
59       relation: "Relation"
60       relation_member: "Relation Member"
61       relation_tag: "Relation Tag"
62       report: "Report"
63       session: "Session"
64       trace: "Trace"
65       tracepoint: "Trace Point"
66       tracetag: "Trace Tag"
67       user: "User"
68       user_preference: "User Preference"
69       user_token: "User Token"
70       way: "Way"
71       way_node: "Way Node"
72       way_tag: "Way Tag"
73     # Translates all the model attributes, which is used in error handling on the web site
74     # Only the ones that are used on the web site are translated at the moment
75     attributes:
76       diary_comment:
77         body: "Body"
78       diary_entry:
79         user: "User"
80         title: "Subject"
81         latitude: "Latitude"
82         longitude: "Longitude"
83         language: "Language"
84       friend:
85         user: "User"
86         friend: "Friend"
87       trace:
88         user: "User"
89         visible: "Visible"
90         name: "Name"
91         size: "Size"
92         latitude: "Latitude"
93         longitude: "Longitude"
94         public: "Public"
95         description: "Description"
96       message:
97         sender: "Sender"
98         title: "Subject"
99         body: "Body"
100         recipient: "Recipient"
101       user:
102         email: "Email"
103         active: "Active"
104         display_name: "Display Name"
105         description: "Description"
106         languages: "Languages"
107         pass_crypt: "Password"
108   datetime:
109     distance_in_words_ago:
110       about_x_hours:
111         one: about 1 hour ago
112         other: about %{count} hours ago
113       about_x_months:
114         one: about 1 month ago
115         other: about %{count} months ago
116       about_x_years:
117         one: about 1 year ago
118         other: about %{count} years ago
119       almost_x_years:
120         one: almost 1 year ago
121         other: almost %{count} years ago
122       half_a_minute: half a minute ago
123       less_than_x_seconds:
124         one: less than 1 second ago
125         other: less than %{count} seconds ago
126       less_than_x_minutes:
127         one: less than a minute ago
128         other: less than %{count} minutes ago
129       over_x_years:
130         one: over 1 year ago
131         other: over %{count} years ago
132       x_seconds:
133         one: 1 second ago
134         other: "%{count} seconds ago"
135       x_minutes:
136         one: 1 minute ago
137         other: "%{count} minutes ago"
138       x_days:
139         one: 1 day ago
140         other: "%{count} days ago"
141       x_months:
142         one: 1 month ago
143         other: "%{count} months ago"
144       x_years:
145         one: 1 year ago
146         other: "%{count} years ago"
147   printable_name:
148     with_id: "%{id}"
149     with_version: "%{id}, v%{version}"
150     with_name_html: "%{name} (%{id})"
151   editor:
152     default: "Default (currently %{name})"
153     potlatch:
154       name: "Potlatch 1"
155       description: "Potlatch 1 (in-browser editor)"
156     id:
157       name: "iD"
158       description: "iD (in-browser editor)"
159     potlatch2:
160       name: "Potlatch 2"
161       description: "Potlatch 2 (in-browser editor)"
162     remote:
163       name: "Remote Control"
164       description: "Remote Control (JOSM or Merkaartor)"
165   auth:
166     providers:
167       none: None
168       openid: OpenID
169       google: Google
170       facebook: Facebook
171       windowslive: Windows Live
172       github: GitHub
173       wikipedia: Wikipedia
174   api:
175     notes:
176       comment:
177         opened_at_html: "Created %{when}"
178         opened_at_by_html: "Created %{when} by %{user}"
179         commented_at_html: "Updated %{when}"
180         commented_at_by_html: "Updated %{when} by %{user}"
181         closed_at_html: "Resolved %{when}"
182         closed_at_by_html: "Resolved %{when} by %{user}"
183         reopened_at_html: "Reactivated %{when}"
184         reopened_at_by_html: "Reactivated %{when} by %{user}"
185       rss:
186         title: "OpenStreetMap Notes"
187         description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
188         description_item: "An rss feed for note %{id}"
189         opened: "new note (near %{place})"
190         commented: "new comment (near %{place})"
191         closed: "closed note (near %{place})"
192         reopened: "reactivated note (near %{place})"
193       entry:
194         comment: Comment
195         full: Full note
196   browse:
197     created: "Created"
198     closed: "Closed"
199     created_html: "Created <abbr title='%{title}'>%{time}</abbr>"
200     closed_html: "Closed <abbr title='%{title}'>%{time}</abbr>"
201     created_by_html: "Created <abbr title='%{title}'>%{time}</abbr> by %{user}"
202     deleted_by_html: "Deleted <abbr title='%{title}'>%{time}</abbr> by %{user}"
203     edited_by_html: "Edited <abbr title='%{title}'>%{time}</abbr> by %{user}"
204     closed_by_html: "Closed <abbr title='%{title}'>%{time}</abbr> by %{user}"
205     version: "Version"
206     in_changeset: "Changeset"
207     anonymous: "anonymous"
208     no_comment: "(no comment)"
209     part_of: "Part of"
210     download_xml: "Download XML"
211     view_history: "View History"
212     view_details: "View Details"
213     location: "Location:"
214     changeset:
215       title: "Changeset: %{id}"
216       belongs_to: "Author"
217       node: "Nodes (%{count})"
218       node_paginated: "Nodes (%{x}-%{y} of %{count})"
219       way: "Ways (%{count})"
220       way_paginated: "Ways (%{x}-%{y} of %{count})"
221       relation: "Relations (%{count})"
222       relation_paginated: "Relations (%{x}-%{y} of %{count})"
223       comment: "Comments (%{count})"
224       hidden_commented_by: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
225       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
226       changesetxml: "Changeset XML"
227       osmchangexml: "osmChange XML"
228       feed:
229         title: "Changeset %{id}"
230         title_comment: "Changeset %{id} - %{comment}"
231       join_discussion: "Log in to join the discussion"
232       discussion: Discussion
233       still_open: "Changeset still open - discussion will open once the changeset is closed."
234     node:
235       title_html: "Node: %{name}"
236       history_title_html: "Node History: %{name}"
237     way:
238       title_html: "Way: %{name}"
239       history_title_html: "Way History: %{name}"
240       nodes: "Nodes"
241       also_part_of_html:
242         one: "part of way %{related_ways}"
243         other: "part of ways %{related_ways}"
244     relation:
245       title_html: "Relation: %{name}"
246       history_title_html: "Relation History: %{name}"
247       members: "Members"
248     relation_member:
249       entry_html: "%{type} %{name}"
250       entry_role_html: "%{type} %{name} as %{role}"
251       type:
252         node: "Node"
253         way: "Way"
254         relation: "Relation"
255     containing_relation:
256       entry_html: "Relation %{relation_name}"
257       entry_role_html: "Relation %{relation_name} (as %{relation_role})"
258     not_found:
259       sorry: "Sorry, %{type} #%{id} could not be found."
260       type:
261         node: node
262         way: way
263         relation: relation
264         changeset: changeset
265         note: note
266     timeout:
267       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
268       type:
269         node: node
270         way: way
271         relation: relation
272         changeset: changeset
273         note: note
274     redacted:
275       redaction: "Redaction %{id}"
276       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
277       type:
278         node: "node"
279         way: "way"
280         relation: "relation"
281     start_rjs:
282       feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
283       load_data: "Load Data"
284       loading: "Loading..."
285     tag_details:
286       tags: "Tags"
287       wiki_link:
288         key: "The wiki description page for the %{key} tag"
289         tag: "The wiki description page for the %{key}=%{value} tag"
290       wikidata_link: "The %{page} item on Wikidata"
291       wikipedia_link: "The %{page} article on Wikipedia"
292       wikimedia_commons_link: "The %{page} item on Wikimedia Commons"
293       telephone_link: "Call %{phone_number}"
294       colour_preview: "Colour %{colour_value} preview"
295     note:
296       title: "Note: %{id}"
297       new_note: "New Note"
298       description: "Description"
299       open_title: "Unresolved note #%{note_name}"
300       closed_title: "Resolved note #%{note_name}"
301       hidden_title: "Hidden note #%{note_name}"
302       opened_by: "Created by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
303       opened_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
304       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
305       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
306       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
307       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
308       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
309       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
310       hidden_by: "Hidden by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
311       report: Report this note
312     query:
313       title: "Query Features"
314       introduction: "Click on the map to find nearby features."
315       nearby: "Nearby features"
316       enclosing: "Enclosing features"
317   changesets:
318     changeset_paging_nav:
319       showing_page: "Page %{page}"
320       next: "Next »"
321       previous: "« Previous"
322     changeset:
323       anonymous: "Anonymous"
324       no_edits: "(no edits)"
325       view_changeset_details: "View changeset details"
326     changesets:
327       id: "ID"
328       saved_at: "Saved at"
329       user: "User"
330       comment: "Comment"
331       area: "Area"
332     index:
333       title: "Changesets"
334       title_user: "Changesets by %{user}"
335       title_friend: "Changesets by my friends"
336       title_nearby: "Changesets by nearby users"
337       empty: "No changesets found."
338       empty_area: "No changesets in this area."
339       empty_user: "No changesets by this user."
340       no_more: "No more changesets found."
341       no_more_area: "No more changesets in this area."
342       no_more_user: "No more changesets by this user."
343       load_more: "Load more"
344     timeout:
345       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
346   changeset_comments:
347     comment:
348       comment: "New comment on changeset #%{changeset_id} by %{author}"
349       commented_at_by_html: "Updated %{when} by %{user}"
350     comments:
351       comment: "New comment on changeset #%{changeset_id} by %{author}"
352     index:
353       title_all: OpenStreetMap changeset discussion
354       title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
355     timeout:
356       sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
357   diary_entries:
358     new:
359       title: New Diary Entry
360     form:
361       subject: "Subject:"
362       body: "Body:"
363       language: "Language:"
364       location: "Location:"
365       latitude: "Latitude:"
366       longitude: "Longitude:"
367       use_map_link: "use map"
368     index:
369       title: "Users' diaries"
370       title_friends: "Friends' diaries"
371       title_nearby: "Nearby Users' diaries"
372       user_title: "%{user}'s diary"
373       in_language_title: "Diary Entries in %{language}"
374       new: New Diary Entry
375       new_title: Compose a new entry in my user diary
376       no_entries: No diary entries
377       recent_entries: "Recent diary entries"
378       older_entries: Older Entries
379       newer_entries: Newer Entries
380     edit:
381       title: Edit Diary Entry
382       marker_text: Diary entry location
383     show:
384       title: "%{user}'s diary | %{title}"
385       user_title: "%{user}'s diary"
386       leave_a_comment: "Leave a comment"
387       login_to_leave_a_comment_html: "%{login_link} to leave a comment"
388       login: "Login"
389     no_such_entry:
390       title: "No such diary entry"
391       heading: "No entry with the id: %{id}"
392       body: "Sorry, there is no diary entry or comment with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
393     diary_entry:
394       posted_by_html: "Posted by %{link_user} on %{created} in %{language_link}"
395       comment_link: Comment on this entry
396       reply_link: Reply to this entry
397       comment_count:
398         zero: No comments
399         one: "%{count} comment"
400         other: "%{count} comments"
401       edit_link: Edit this entry
402       hide_link: Hide this entry
403       unhide_link: Unhide this entry
404       confirm: Confirm
405       report: Report this entry
406     diary_comment:
407       comment_from_html: "Comment from %{link_user} on %{comment_created_at}"
408       hide_link: Hide this comment
409       unhide_link: Unhide this comment
410       confirm: Confirm
411       report: Report this comment
412     location:
413       location: "Location:"
414       view: "View"
415       edit: "Edit"
416     feed:
417       user:
418         title: "OpenStreetMap diary entries for %{user}"
419         description: "Recent OpenStreetMap diary entries from %{user}"
420       language:
421         title: "OpenStreetMap diary entries in %{language_name}"
422         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
423       all:
424         title: "OpenStreetMap diary entries"
425         description: "Recent diary entries from users of OpenStreetMap"
426     comments:
427       has_commented_on: "%{display_name} has commented on the following diary entries"
428       post: Post
429       when: When
430       comment: Comment
431       newer_comments: "Newer Comments"
432       older_comments: "Older Comments"
433   geocoder:
434     search:
435       title:
436         latlon_html: 'Results from <a href="https://openstreetmap.org/">Internal</a>'
437         ca_postcode_html: 'Results from <a href="https://geocoder.ca/">Geocoder.CA</a>'
438         osm_nominatim_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
439         geonames_html: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
440         osm_nominatim_reverse_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
441         geonames_reverse_html: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
442     search_osm_nominatim:
443       prefix_format: "%{name}"
444       prefix:
445         aerialway:
446           cable_car: "Cable Car"
447           chair_lift: "Chair Lift"
448           drag_lift: "Drag Lift"
449           gondola: "Gondola Lift"
450           platter: "Platter Lift"
451           pylon: "Pylon"
452           station: "Aerialway Station"
453           t-bar: "T-Bar Lift"
454         aeroway:
455           aerodrome: "Aerodrome"
456           airstrip: "Airstrip"
457           apron: "Apron"
458           gate: "Gate"
459           hangar: "Hangar"
460           helipad: "Helipad"
461           holding_position: "Holding Position"
462           parking_position: "Parking Position"
463           runway: "Runway"
464           taxiway: "Taxiway"
465           terminal: "Terminal"
466         amenity:
467           animal_shelter: "Animal Shelter"
468           arts_centre: "Arts Centre"
469           atm: "ATM"
470           bank: "Bank"
471           bar: "Bar"
472           bbq: "BBQ"
473           bench: "Bench"
474           bicycle_parking: "Cycle Parking"
475           bicycle_rental: "Cycle Rental"
476           biergarten: "Beer Garden"
477           boat_rental: "Boat Rental"
478           brothel: "Brothel"
479           bureau_de_change: "Bureau de Change"
480           bus_station: "Bus Station"
481           cafe: "Cafe"
482           car_rental: "Car Rental"
483           car_sharing: "Car Sharing"
484           car_wash: "Car Wash"
485           casino: "Casino"
486           charging_station: "Charging Station"
487           childcare: "Childcare"
488           cinema: "Cinema"
489           clinic: "Clinic"
490           clock: "Clock"
491           college: "College"
492           community_centre: "Community Centre"
493           courthouse: "Courthouse"
494           crematorium: "Crematorium"
495           dentist: "Dentist"
496           doctors: "Doctors"
497           drinking_water: "Drinking Water"
498           driving_school: "Driving School"
499           embassy: "Embassy"
500           fast_food: "Fast Food"
501           ferry_terminal: "Ferry Terminal"
502           fire_station: "Fire Station"
503           food_court: "Food Court"
504           fountain: "Fountain"
505           fuel: "Fuel"
506           gambling: "Gambling"
507           grave_yard: "Grave Yard"
508           grit_bin: "Grit Bin"
509           hospital: "Hospital"
510           hunting_stand: "Hunting Stand"
511           ice_cream: "Ice Cream"
512           kindergarten: "Kindergarten"
513           library: "Library"
514           marketplace: "Marketplace"
515           monastery: "Monastery"
516           motorcycle_parking: "Motorcycle Parking"
517           nightclub: "Night Club"
518           nursing_home: "Nursing Home"
519           office: "Office"
520           parking: "Parking"
521           parking_entrance: "Parking Entrance"
522           parking_space: "Parking Space"
523           pharmacy: "Pharmacy"
524           place_of_worship: "Place of Worship"
525           police: "Police"
526           post_box: "Post Box"
527           post_office: "Post Office"
528           preschool: "Pre-School"
529           prison: "Prison"
530           pub: "Pub"
531           public_building: "Public Building"
532           recycling: "Recycling Point"
533           restaurant: "Restaurant"
534           retirement_home: "Retirement Home"
535           sauna: "Sauna"
536           school: "School"
537           shelter: "Shelter"
538           shop: "Shop"
539           shower: "Shower"
540           social_centre: "Social Centre"
541           social_club: "Social Club"
542           social_facility: "Social Facility"
543           studio: "Studio"
544           swimming_pool: "Swimming Pool"
545           taxi: "Taxi"
546           telephone: "Public Telephone"
547           theatre: "Theatre"
548           toilets: "Toilets"
549           townhall: "Town Hall"
550           university: "University"
551           vending_machine: "Vending Machine"
552           veterinary: "Veterinary Surgery"
553           village_hall: "Village Hall"
554           waste_basket: "Waste Basket"
555           waste_disposal: "Waste Disposal"
556           water_point: "Water Point"
557           youth_centre: "Youth Centre"
558         boundary:
559           administrative: "Administrative Boundary"
560           census: "Census Boundary"
561           national_park: "National Park"
562           protected_area : "Protected Area"
563         bridge:
564           aqueduct: "Aqueduct"
565           boardwalk: "Boardwalk"
566           suspension: "Suspension Bridge"
567           swing: "Swing Bridge"
568           viaduct: "Viaduct"
569           "yes": "Bridge"
570         building:
571           "yes": "Building"
572         craft:
573           brewery: "Brewery"
574           carpenter: "Carpenter"
575           electrician: "Electrician"
576           gardener: "Gardener"
577           painter: "Painter"
578           photographer: "Photographer"
579           plumber: "Plumber"
580           shoemaker: "Shoemaker"
581           tailor: "Tailor"
582           "yes": "Craft Shop"
583         emergency:
584           ambulance_station: "Ambulance Station"
585           assembly_point: "Assembly Point"
586           defibrillator: "Defibrillator"
587           landing_site: "Emergency Landing Site"
588           phone: "Emergency Phone"
589           water_tank: "Emergency Water Tank"
590           "yes": "Emergency"
591         highway:
592           abandoned: "Abandoned Highway"
593           bridleway: "Bridleway"
594           bus_guideway: "Guided Bus Lane"
595           bus_stop: "Bus Stop"
596           construction: "Highway under Construction"
597           corridor: "Corridor"
598           cycleway: "Cycle Path"
599           elevator: "Elevator"
600           emergency_access_point: "Emergency Access Point"
601           footway: "Footpath"
602           ford: "Ford"
603           give_way: "Give Way Sign"
604           living_street: "Living Street"
605           milestone: "Milestone"
606           motorway: "Motorway"
607           motorway_junction: "Motorway Junction"
608           motorway_link: "Motorway Road"
609           passing_place: "Passing Place"
610           path: "Path"
611           pedestrian: "Pedestrian Way"
612           platform: "Platform"
613           primary: "Primary Road"
614           primary_link: "Primary Road"
615           proposed: "Proposed Road"
616           raceway: "Raceway"
617           residential: "Residential Road"
618           rest_area: "Rest Area"
619           road: "Road"
620           secondary: "Secondary Road"
621           secondary_link: "Secondary Road"
622           service: "Service Road"
623           services: "Motorway Services"
624           speed_camera: "Speed Camera"
625           steps: "Steps"
626           stop: "Stop Sign"
627           street_lamp: "Street Lamp"
628           tertiary: "Tertiary Road"
629           tertiary_link: "Tertiary Road"
630           track: "Track"
631           traffic_signals: "Traffic Signals"
632           trail: "Trail"
633           trunk: "Trunk Road"
634           trunk_link: "Trunk Road"
635           turning_loop: "Turning Loop"
636           unclassified: "Unclassified Road"
637           "yes" : "Road"
638         historic:
639           archaeological_site: "Archaeological Site"
640           battlefield: "Battlefield"
641           boundary_stone: "Boundary Stone"
642           building: "Historic Building"
643           bunker: "Bunker"
644           castle: "Castle"
645           church: "Church"
646           city_gate: "City Gate"
647           citywalls: "City Walls"
648           fort: "Fort"
649           heritage: "Heritage Site"
650           house: "House"
651           icon: "Icon"
652           manor: "Manor"
653           memorial: "Memorial"
654           mine: "Mine"
655           mine_shaft: "Mine Shaft"
656           monument: "Monument"
657           roman_road: "Roman Road"
658           ruins: "Ruins"
659           stone: "Stone"
660           tomb: "Tomb"
661           tower: "Tower"
662           wayside_cross: "Wayside Cross"
663           wayside_shrine: "Wayside Shrine"
664           wreck: "Wreck"
665           "yes": "Historic Site"
666         junction:
667           "yes": "Junction"
668         landuse:
669           allotments: "Allotments"
670           basin: "Basin"
671           brownfield: "Brownfield Land"
672           cemetery: "Cemetery"
673           commercial: "Commercial Area"
674           conservation: "Conservation"
675           construction: "Construction"
676           farm: "Farm"
677           farmland: "Farmland"
678           farmyard: "Farmyard"
679           forest: "Forest"
680           garages: "Garages"
681           grass: "Grass"
682           greenfield: "Greenfield Land"
683           industrial: "Industrial Area"
684           landfill: "Landfill"
685           meadow: "Meadow"
686           military: "Military Area"
687           mine: "Mine"
688           orchard: "Orchard"
689           quarry: "Quarry"
690           railway: "Railway"
691           recreation_ground: "Recreation Ground"
692           reservoir: "Reservoir"
693           reservoir_watershed: "Reservoir Watershed"
694           residential: "Residential Area"
695           retail: "Retail"
696           road: "Road Area"
697           village_green: "Village Green"
698           vineyard: "Vineyard"
699           "yes": "Landuse"
700         leisure:
701           beach_resort: "Beach Resort"
702           bird_hide: "Bird Hide"
703           common: "Common Land"
704           dog_park: "Dog Park"
705           firepit: "Fire Pit"
706           fishing: "Fishing Area"
707           fitness_centre: "Fitness Centre"
708           fitness_station: "Fitness Station"
709           garden: "Garden"
710           golf_course: "Golf Course"
711           horse_riding: "Horse Riding"
712           ice_rink: "Ice Rink"
713           marina: "Marina"
714           miniature_golf: "Miniature Golf"
715           nature_reserve: "Nature Reserve"
716           park: "Park"
717           pitch: "Sports Pitch"
718           playground: "Playground"
719           recreation_ground: "Recreation Ground"
720           resort: "Resort"
721           sauna: "Sauna"
722           slipway: "Slipway"
723           sports_centre: "Sports Centre"
724           stadium: "Stadium"
725           swimming_pool: "Swimming Pool"
726           track: "Running Track"
727           water_park: "Water Park"
728           "yes": "Leisure"
729         man_made:
730           adit: "Adit"
731           beacon: "Beacon"
732           beehive: "Bee Hive"
733           breakwater: "Breakwater"
734           bridge: "Bridge"
735           bunker_silo: "Bunker"
736           chimney: "Chimney"
737           crane: "Crane"
738           dolphin: "Mooring Post"
739           dyke: "Dyke"
740           embankment: "Embankment"
741           flagpole: "Flagpole"
742           gasometer: "Gasometer"
743           groyne: "Groyne"
744           kiln: "Kiln"
745           lighthouse: "Lighthouse"
746           mast: "Mast"
747           mine: "Mine"
748           mineshaft: "Mine Shaft"
749           monitoring_station: "Monitoring Station"
750           petroleum_well: "Petroleum Well"
751           pier: "Pier"
752           pipeline: "Pipeline"
753           silo: "Silo"
754           storage_tank: "Storage Tank"
755           surveillance: "Surveillance"
756           tower: "Tower"
757           wastewater_plant: "Wastewater Plant"
758           watermill: "Water Mill"
759           water_tower: "Water Tower"
760           water_well: "Well"
761           water_works: "Water Works"
762           windmill: "Wind Mill"
763           works: "Factory"
764           "yes": "Man-made"
765         military:
766           airfield: "Military Airfield"
767           barracks: "Barracks"
768           bunker: "Bunker"
769           "yes": "Military"
770         mountain_pass:
771           "yes" : "Mountain Pass"
772         natural:
773           bay: "Bay"
774           beach: "Beach"
775           cape: "Cape"
776           cave_entrance: "Cave Entrance"
777           cliff: "Cliff"
778           crater: "Crater"
779           dune: "Dune"
780           fell: "Fell"
781           fjord: "Fjord"
782           forest: "Forest"
783           geyser: "Geyser"
784           glacier: "Glacier"
785           grassland: "Grassland"
786           heath: "Heath"
787           hill: "Hill"
788           island: "Island"
789           land: "Land"
790           marsh: "Marsh"
791           moor: "Moor"
792           mud: "Mud"
793           peak: "Peak"
794           point: "Point"
795           reef: "Reef"
796           ridge: "Ridge"
797           rock: "Rock"
798           saddle: "Saddle"
799           sand: "Sand"
800           scree: "Scree"
801           scrub: "Scrub"
802           spring: "Spring"
803           stone: "Stone"
804           strait: "Strait"
805           tree: "Tree"
806           valley: "Valley"
807           volcano: "Volcano"
808           water: "Water"
809           wetland: "Wetland"
810           wood: "Wood"
811         office:
812           accountant: "Accountant"
813           administrative: "Administration"
814           architect: "Architect"
815           association: "Association"
816           company: "Company"
817           educational_institution: "Educational Institution"
818           employment_agency: "Employment Agency"
819           estate_agent: "Estate Agent"
820           government: "Governmental Office"
821           insurance: "Insurance Office"
822           it: "IT Office"
823           lawyer: "Lawyer"
824           ngo: "NGO Office"
825           telecommunication: "Telecommunication Office"
826           travel_agent: "Travel Agency"
827           "yes": "Office"
828         place:
829           allotments: "Allotments"
830           city: "City"
831           city_block: "City Block"
832           country: "Country"
833           county: "County"
834           farm: "Farm"
835           hamlet: "Hamlet"
836           house: "House"
837           houses: "Houses"
838           island: "Island"
839           islet: "Islet"
840           isolated_dwelling: "Isolated Dwelling"
841           locality: "Locality"
842           municipality: "Municipality"
843           neighbourhood: "Neighbourhood"
844           postcode: "Postcode"
845           quarter: "Quarter"
846           region: "Region"
847           sea: "Sea"
848           square: "Square"
849           state: "State"
850           subdivision: "Subdivision"
851           suburb: "Suburb"
852           town: "Town"
853           unincorporated_area: "Unincorporated Area"
854           village: "Village"
855           "yes": "Place"
856         railway:
857           abandoned: "Abandoned Railway"
858           construction: "Railway under Construction"
859           disused: "Disused Railway"
860           funicular: "Funicular Railway"
861           halt: "Train Stop"
862           junction: "Railway Junction"
863           level_crossing: "Level Crossing"
864           light_rail: "Light Rail"
865           miniature: "Miniature Rail"
866           monorail: "Monorail"
867           narrow_gauge: "Narrow Gauge Railway"
868           platform: "Railway Platform"
869           preserved: "Preserved Railway"
870           proposed: "Proposed Railway"
871           spur: "Railway Spur"
872           station: "Railway Station"
873           stop: "Railway Stop"
874           subway: "Subway"
875           subway_entrance: "Subway Entrance"
876           switch: "Railway Points"
877           tram: "Tramway"
878           tram_stop: "Tram Stop"
879         shop:
880           alcohol: "Off License"
881           antiques: "Antiques"
882           art: "Art Shop"
883           bakery: "Bakery"
884           beauty: "Beauty Shop"
885           beverages: "Beverages Shop"
886           bicycle: "Bicycle Shop"
887           bookmaker: "Bookmaker"
888           books: "Book Shop"
889           boutique: "Boutique"
890           butcher: "Butcher"
891           car: "Car Shop"
892           car_parts: "Car Parts"
893           car_repair: "Car Repair"
894           carpet: "Carpet Shop"
895           charity: "Charity Shop"
896           chemist: "Chemist"
897           clothes: "Clothes Shop"
898           computer: "Computer Shop"
899           confectionery: "Confectionery Shop"
900           convenience: "Convenience Store"
901           copyshop: "Copy Shop"
902           cosmetics: "Cosmetics Shop"
903           deli: "Deli"
904           department_store: "Department Store"
905           discount: "Discount Items Shop"
906           doityourself: "Do-It-Yourself"
907           dry_cleaning: "Dry Cleaning"
908           electronics: "Electronics Shop"
909           estate_agent: "Estate Agent"
910           farm: "Farm Shop"
911           fashion: "Fashion Shop"
912           fish: "Fish Shop"
913           florist: "Florist"
914           food: "Food Shop"
915           funeral_directors: "Funeral Directors"
916           furniture: "Furniture"
917           gallery: "Gallery"
918           garden_centre: "Garden Centre"
919           general: "General Store"
920           gift: "Gift Shop"
921           greengrocer: "Greengrocer"
922           grocery: "Grocery Shop"
923           hairdresser: "Hairdresser"
924           hardware: "Hardware Store"
925           hifi: "Hi-Fi"
926           houseware: "Houseware Shop"
927           interior_decoration: "Interior Decoration"
928           jewelry: "Jewelry Shop"
929           kiosk: "Kiosk Shop"
930           kitchen: "Kitchen Shop"
931           laundry: "Laundry"
932           lottery: "Lottery"
933           mall: "Mall"
934           market: "Market"
935           massage: "Massage"
936           mobile_phone: "Mobile Phone Shop"
937           motorcycle: "Motorcycle Shop"
938           music: "Music Shop"
939           newsagent: "Newsagent"
940           optician: "Optician"
941           organic: "Organic Food Shop"
942           outdoor: "Outdoor Shop"
943           paint: "Paint Shop"
944           pawnbroker: "Pawnbroker"
945           pet: "Pet Shop"
946           pharmacy: "Pharmacy"
947           photo: "Photo Shop"
948           seafood: "Sea Food"
949           second_hand: "Second-hand Shop"
950           shoes: "Shoe Shop"
951           sports: "Sports Shop"
952           stationery: "Stationery Shop"
953           supermarket: "Supermarket"
954           tailor: "Tailor"
955           ticket: "Ticket Shop"
956           tobacco: "Tobacco Shop"
957           toys: "Toy Shop"
958           travel_agency: "Travel Agency"
959           tyres: "Tyre Shop"
960           vacant: "Vacant Shop"
961           variety_store: "Variety Store"
962           video: "Video Shop"
963           wine: "Wine Store"
964           "yes": "Shop"
965         tourism:
966           alpine_hut: "Alpine Hut"
967           apartment: "Holiday Apartment"
968           artwork: "Artwork"
969           attraction: "Attraction"
970           bed_and_breakfast: "Bed and Breakfast"
971           cabin: "Cabin"
972           camp_site: "Camp Site"
973           caravan_site: "Caravan Site"
974           chalet: "Chalet"
975           gallery: "Gallery"
976           guest_house: "Guest House"
977           hostel: "Hostel"
978           hotel: "Hotel"
979           information: "Information"
980           motel: "Motel"
981           museum: "Museum"
982           picnic_site: "Picnic Site"
983           theme_park: "Theme Park"
984           viewpoint: "Viewpoint"
985           zoo: "Zoo"
986         tunnel:
987           building_passage: "Building Passage"
988           culvert: "Culvert"
989           "yes": "Tunnel"
990         waterway:
991           artificial: "Artificial Waterway"
992           boatyard: "Boatyard"
993           canal: "Canal"
994           dam: "Dam"
995           derelict_canal: "Derelict Canal"
996           ditch: "Ditch"
997           dock: "Dock"
998           drain: "Drain"
999           lock: "Lock"
1000           lock_gate: "Lock Gate"
1001           mooring: "Mooring"
1002           rapids: "Rapids"
1003           river: "River"
1004           stream: "Stream"
1005           wadi: "Wadi"
1006           waterfall: "Waterfall"
1007           weir: "Weir"
1008           "yes": "Waterway"
1009       admin_levels:
1010         level2: "Country Boundary"
1011         level4: "State Boundary"
1012         level5: "Region Boundary"
1013         level6: "County Boundary"
1014         level8: "City Boundary"
1015         level9: "Village Boundary"
1016         level10: "Suburb Boundary"
1017     description:
1018       title:
1019         osm_nominatim: 'Location from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
1020         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
1021       types:
1022         cities: Cities
1023         towns: Towns
1024         places: Places
1025     results:
1026       no_results: "No results found"
1027       more_results: "More results"
1028   issues:
1029     index:
1030       title: Issues
1031       select_status: Select Status
1032       select_type: Select Type
1033       select_last_updated_by: Select Last Updated By
1034       reported_user: Reported User
1035       not_updated: Not Updated
1036       search: Search
1037       search_guidance: "Search Issues:"
1038       user_not_found: User does not exist
1039       issues_not_found: No such issues found
1040       status: Status
1041       reports: Reports
1042       last_updated: Last Updated
1043       last_updated_time_html: "<abbr title='%{title}'>%{time}</abbr>"
1044       last_updated_time_user_html: "<abbr title='%{title}'>%{time}</abbr> by %{user}"
1045       link_to_reports: View Reports
1046       reported_user: Reported User
1047       reports_count:
1048         one: "1 Report"
1049         other: "%{count} Reports"
1050       reported_item: Reported Item
1051       states:
1052         ignored: Ignored
1053         open: Open
1054         resolved: Resolved
1055     update:
1056       new_report: Your report has been registered sucessfully
1057       successful_update: Your report has been updated successfully
1058       provide_details: Please provide the required details
1059     show:
1060       title: "%{status} Issue #%{issue_id}"
1061       reports:
1062         zero: No reports
1063         one: 1 report
1064         other: "%{count} reports"
1065       report_created_at: "First reported at %{datetime}"
1066       last_resolved_at: "Last resolved at %{datetime}"
1067       last_updated_at: "Last updated at %{datetime} by %{displayname}"
1068       resolve: Resolve
1069       ignore: Ignore
1070       reopen: Reopen
1071       reports_of_this_issue: Reports of this Issue
1072       read_reports: Read Reports
1073       new_reports: New Reports
1074       other_issues_against_this_user: Other issues against this user
1075       no_other_issues: No other issues against this user.
1076       comments_on_this_issue: Comments on this issue
1077     resolve:
1078       resolved: Issue status has been set to 'Resolved'
1079     ignore:
1080       ignored: Issue status has been set to 'Ignored'
1081     reopen:
1082       reopened: Issue status has been set to 'Open'
1083     comments:
1084       comment_from_html: "Comment from %{user_link} on %{comment_created_at}"
1085       reassign_param: Reassign Issue?
1086     reports:
1087       reported_by_html: "Reported as %{category} by %{user} on %{updated_at}"
1088     helper:
1089       reportable_title:
1090         diary_comment: "%{entry_title}, comment #%{comment_id}"
1091         note: "Note #%{note_id}"
1092   issue_comments:
1093     create:
1094       comment_created: Your comment was successfully created
1095   reports:
1096     new:
1097       title_html: "Report %{link}"
1098       missing_params: "Cannot create a new report"
1099       details: Please provide some more details about the problem (required).
1100       select: "Select a reason for your report:"
1101       disclaimer:
1102         intro: "Before sending your report to the site moderators, please ensure that:"
1103         not_just_mistake: You are certain that the problem is not just a mistake
1104         unable_to_fix: You are unable to fix the problem yourself or with the help of your fellow community members
1105         resolve_with_user: You have already tried to resolve the problem with the user concerned
1106       categories:
1107         diary_entry:
1108           spam_label: This diary entry is/contains spam
1109           offensive_label: This diary entry is obscene/offensive
1110           threat_label: This diary entry contains a threat
1111           other_label: Other
1112         diary_comment:
1113           spam_label: This diary comment is/contains spam
1114           offensive_label: This diary comment is obscene/offensive
1115           threat_label: This diary comment contains a threat
1116           other_label: Other
1117         user:
1118           spam_label: This user profile is/contains spam
1119           offensive_label: This user profile is obscene/offensive
1120           threat_label: This user profile contains a threat
1121           vandal_label: This user is a vandal
1122           other_label: Other
1123         note:
1124           spam_label: This note is spam
1125           personal_label: This note contains personal data
1126           abusive_label: This note is abusive
1127           other_label: Other
1128     create:
1129       successful_report: Your report has been registered sucessfully
1130       provide_details: Please provide the required details
1131   layouts:
1132     project_name:
1133       # in <title>
1134       title: OpenStreetMap
1135       # in <h1>
1136       h1: OpenStreetMap
1137     logo:
1138       alt_text: OpenStreetMap logo
1139     home: Go to Home Location
1140     logout: Log Out
1141     log_in: Log In
1142     log_in_tooltip: Log in with an existing account
1143     sign_up: Sign Up
1144     start_mapping: Start Mapping
1145     sign_up_tooltip: Create an account for editing
1146     edit: Edit
1147     history: History
1148     export: Export
1149     issues: Issues
1150     data: Data
1151     export_data: Export Data
1152     gps_traces: GPS Traces
1153     gps_traces_tooltip: Manage GPS traces
1154     user_diaries: User Diaries
1155     user_diaries_tooltip: View user diaries
1156     edit_with: Edit with %{editor}
1157     tag_line: The Free Wiki World Map
1158     intro_header: Welcome to OpenStreetMap!
1159     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1160     intro_2_create_account: "Create a user account"
1161     hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
1162     partners_ucl: "UCL"
1163     partners_bytemark: "Bytemark Hosting"
1164     partners_partners: "partners"
1165     tou: "Terms of Use"
1166     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1167     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1168     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1169     help: Help
1170     about: About
1171     copyright: Copyright
1172     community: Community
1173     community_blogs: "Community Blogs"
1174     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1175     foundation: Foundation
1176     foundation_title: The OpenStreetMap Foundation
1177     make_a_donation:
1178       title: Support OpenStreetMap with a monetary donation
1179       text: Make a Donation
1180     learn_more: "Learn More"
1181     more: More
1182   notifier:
1183     diary_comment_notification:
1184       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1185       hi: "Hi %{to_user},"
1186       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1187       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1188     message_notification:
1189       subject_header: "[OpenStreetMap] %{subject}"
1190       hi: "Hi %{to_user},"
1191       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1192       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1193     friend_notification:
1194       hi: "Hi %{to_user},"
1195       subject: "[OpenStreetMap] %{user} added you as a friend"
1196       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1197       see_their_profile: "You can see their profile at %{userurl}."
1198       befriend_them: "You can also add them as a friend at %{befriendurl}."
1199     gpx_notification:
1200       greeting: "Hi,"
1201       your_gpx_file: "It looks like your GPX file"
1202       with_description: "with the description"
1203       and_the_tags: "and the following tags:"
1204       and_no_tags: "and no tags."
1205       failure:
1206         subject: "[OpenStreetMap] GPX Import failure"
1207         failed_to_import: "failed to import. Here is the error:"
1208         more_info_1: "More information about GPX import failures and how to avoid"
1209         more_info_2: "them can be found at:"
1210         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1211       success:
1212         subject: "[OpenStreetMap] GPX Import success"
1213         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1214     signup_confirm:
1215       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1216       greeting: "Hi there!"
1217       created: "Someone (hopefully you) just created an account at %{site_url}."
1218       confirm: "Before we do anything else, we need to confirm that this request came from you, so if it did then please click the link below to confirm your account:"
1219       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1220     email_confirm:
1221       subject: "[OpenStreetMap] Confirm your email address"
1222     email_confirm_plain:
1223       greeting: "Hi,"
1224       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1225       click_the_link: "If this is you, please click the link below to confirm the change."
1226     email_confirm_html:
1227       greeting: "Hi,"
1228       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1229       click_the_link: "If this is you, please click the link below to confirm the change."
1230     lost_password:
1231       subject: "[OpenStreetMap] Password reset request"
1232     lost_password_plain:
1233       greeting: "Hi,"
1234       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1235       click_the_link: "If this is you, please click the link below to reset your password."
1236     lost_password_html:
1237       greeting: "Hi,"
1238       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1239       click_the_link: "If this is you, please click the link below to reset your password."
1240     note_comment_notification:
1241       anonymous: An anonymous user
1242       greeting: "Hi,"
1243       commented:
1244         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1245         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1246         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1247         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1248       closed:
1249         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1250         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1251         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1252         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1253       reopened:
1254         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1255         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1256         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1257         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1258       details: "More details about the note can be found at %{url}."
1259     changeset_comment_notification:
1260       hi: "Hi %{to_user},"
1261       greeting: "Hi,"
1262       commented:
1263         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1264         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1265         your_changeset: "%{commenter} left a comment at %{time} on one of your changesets"
1266         commented_changeset: "%{commenter} left a comment at %{time} on a changeset you are watching created by %{changeset_author}"
1267         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1268         partial_changeset_without_comment: "without comment"
1269       details: "More details about the changeset can be found at %{url}."
1270       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1271   messages:
1272     inbox:
1273       title: "Inbox"
1274       my_inbox: "My Inbox"
1275       outbox: "outbox"
1276       messages: "You have %{new_messages} and %{old_messages}"
1277       new_messages:
1278         one: "%{count} new message"
1279         other: "%{count} new messages"
1280       old_messages:
1281         one: "%{count} old message"
1282         other: "%{count} old messages"
1283       from: "From"
1284       subject: "Subject"
1285       date: "Date"
1286       no_messages_yet_html: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1287       people_mapping_nearby: "people mapping nearby"
1288     message_summary:
1289       unread_button: "Mark as unread"
1290       read_button: "Mark as read"
1291       reply_button: "Reply"
1292       destroy_button: "Delete"
1293     new:
1294       title: "Send message"
1295       send_message_to_html: "Send a new message to %{name}"
1296       subject: "Subject"
1297       body: "Body"
1298       back_to_inbox: "Back to inbox"
1299     create:
1300       message_sent: "Message sent"
1301       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1302     no_such_message:
1303       title: "No such message"
1304       heading: "No such message"
1305       body: "Sorry there is no message with that id."
1306     outbox:
1307       title: "Outbox"
1308       my_inbox_html: "My %{inbox_link}"
1309       inbox: "inbox"
1310       outbox: "outbox"
1311       messages:
1312         one: "You have %{count} sent message"
1313         other: "You have %{count} sent messages"
1314       to: "To"
1315       subject: "Subject"
1316       date: "Date"
1317       no_sent_messages_html: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1318       people_mapping_nearby: "people mapping nearby"
1319     reply:
1320       wrong_user: "You are logged in as `%{user}' but the message you have asked to reply to was not sent to that user. Please login as the correct user in order to reply."
1321     show:
1322       title: "Read message"
1323       from: "From"
1324       subject: "Subject"
1325       date: "Date"
1326       reply_button: "Reply"
1327       unread_button: "Mark as unread"
1328       destroy_button: "Delete"
1329       back: "Back"
1330       to: "To"
1331       wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
1332     sent_message_summary:
1333       destroy_button: "Delete"
1334     mark:
1335       as_read: "Message marked as read"
1336       as_unread: "Message marked as unread"
1337     destroy:
1338       destroyed: "Message deleted"
1339   site:
1340     about:
1341       next: Next
1342       copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1343       used_by_html: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1344       lede_text: |
1345         OpenStreetMap is built by a community of mappers that contribute and maintain data
1346         about roads, trails, cafés, railway stations, and much more, all over the world.
1347       local_knowledge_title: Local Knowledge
1348       local_knowledge_html: |
1349         OpenStreetMap emphasizes local knowledge. Contributors use
1350         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1351         is accurate and up to date.
1352       community_driven_title: Community Driven
1353       community_driven_html: |
1354         OpenStreetMap's community is diverse, passionate, and growing every day.
1355         Our contributors include enthusiast mappers, GIS professionals, engineers
1356         running the OSM servers, humanitarians mapping disaster-affected areas,
1357         and many more.
1358         To learn more about the community, see the
1359         <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1360         <a href='%{diary_path}'>user diaries</a>,
1361         <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1362         the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1363       open_data_title: Open Data
1364       open_data_html: |
1365         OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1366         as long as you credit OpenStreetMap and its contributors. If you alter or
1367         build upon the data in certain ways, you may distribute the result only
1368         under the same licence. See the <a href='%{copyright_path}'>Copyright and
1369         License page</a> for details.
1370       legal_title: Legal
1371       legal_1_html: |
1372         This site and many other related services are formally operated by the
1373         <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1374         on behalf of the community. Use of all OSMF operated services is subject
1375         to our <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Terms of Use</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1376         Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>.
1377       legal_2_html: |
1378         Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1379         if you have licensing, copyright or other legal questions.
1380         <br>
1381         OpenStreetMap, the magnifying glass logo and State of the Map are <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registered trademarks of the OSMF</a>.
1382       partners_title: Partners
1383     copyright:
1384       foreign:
1385         title: About this translation
1386         html: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1387         english_link: the English original
1388       native:
1389         title: About this page
1390         html: You are viewing the English version of the copyright page. You can go back to the %{native_link} of this page or you can stop reading about copyright and %{mapping_link}.
1391         native_link: THIS_LANGUAGE_NAME_HERE version
1392         mapping_link: start mapping
1393       legal_babble:
1394         title_html: Copyright and License
1395         intro_1_html: |
1396           OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1397           href="https://opendatacommons.org/licenses/odbl/">Open Data
1398           Commons Open Database License</a> (ODbL) by the  <a
1399           href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1400         intro_2_html: |
1401           You are free to copy, distribute, transmit and adapt our data,
1402           as long as you credit OpenStreetMap and its
1403           contributors. If you alter or build upon our data, you
1404           may distribute the result only under the same licence. The
1405           full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1406           code</a> explains your rights and responsibilities.
1407         intro_3_html: |
1408           The cartography in our map tiles, and our documentation, are
1409           licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1410           Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1411         credit_title_html: How to credit OpenStreetMap
1412         credit_1_html: |
1413           We require that you use the credit &ldquo;&copy; OpenStreetMap
1414           contributors&rdquo;.
1415         credit_2_html: |
1416           You must also make it clear that the data is available under the Open
1417           Database License, and if using our map tiles, that the cartography is
1418           licensed as CC BY-SA. You may do this by linking to
1419           <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1420           Alternatively, and as a requirement if you are distributing OSM in a
1421           data form, you can name and link directly to the license(s). In media
1422           where links are not possible (e.g. printed works), we suggest you
1423           direct your readers to openstreetmap.org (perhaps by expanding
1424           'OpenStreetMap' to this full address), to opendatacommons.org, and
1425           if relevant, to creativecommons.org.
1426         credit_3_html: |
1427           For a browsable electronic map, the credit should appear in the corner of the map.
1428           For example:
1429         attribution_example:
1430           alt: Example of how to attribute OpenStreetMap on a webpage
1431           title: Attribution example
1432         more_title_html: Finding out more
1433         more_1_html: |
1434           Read more about using our data, and how to credit us, at the <a
1435           href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1436         more_2_html: |
1437           Although OpenStreetMap is open data, we cannot provide a
1438           free-of-charge map API for third-parties.
1439           See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1440           <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1441           and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1442         contributors_title_html: Our contributors
1443         contributors_intro_html: |
1444           Our contributors are thousands of individuals. We also include
1445           openly-licensed data from national mapping agencies
1446           and other sources, among them:
1447         contributors_at_html: |
1448           <strong>Austria</strong>: Contains data from
1449           <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1450           <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1451           <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1452           Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1453         contributors_au_html: |
1454           <strong>Australia</strong>: Contains data sourced from
1455           <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
1456           licensed by the Commonwealth of Australia under
1457           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1458         contributors_ca_html: |
1459           <strong>Canada</strong>: Contains data from
1460           GeoBase&reg;, GeoGratis (&copy; Department of Natural
1461           Resources Canada), CanVec (&copy; Department of Natural
1462           Resources Canada), and StatCan (Geography Division,
1463           Statistics Canada).
1464         contributors_fi_html: |
1465           <strong>Finland</strong>: Contains data from the
1466           National Land Survey of Finland's Topographic Database
1467           and other datasets, under the
1468           <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1469         contributors_fr_html: |
1470           <strong>France</strong>: Contains data sourced from
1471           Direction Générale des Impôts.
1472         contributors_nl_html: |
1473           <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1474           (<a href="https://www.and.com">www.and.com</a>)
1475         contributors_nz_html: |
1476           <strong>New Zealand</strong>: Contains data sourced from the
1477           <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
1478           licensed for reuse under
1479           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1480         contributors_si_html: |
1481           <strong>Slovenia</strong>: Contains data from the
1482           <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1483           <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1484           (public information of Slovenia).
1485         contributors_es_html: |
1486           <strong>Spain</strong>: Contains data sourced from the
1487           Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) and
1488           National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
1489           licensed for reuse under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1490         contributors_za_html: |
1491           <strong>South Africa</strong>: Contains data sourced from
1492           <a href="http://www.ngi.gov.za/">Chief Directorate:
1493           National Geo-Spatial Information</a>, State copyright reserved.
1494         contributors_gb_html: |
1495           <strong>United Kingdom</strong>: Contains Ordnance
1496           Survey data &copy; Crown copyright and database right
1497           2010-19.
1498         contributors_footer_1_html: |
1499           For further details of these, and other sources that have been used
1500           to help improve OpenStreetMap, please see the <a
1501           href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1502           page</a> on the OpenStreetMap Wiki.
1503         contributors_footer_2_html: |
1504           Inclusion of data in OpenStreetMap does not imply that the original
1505           data provider endorses OpenStreetMap, provides any warranty, or
1506           accepts any liability.
1507         infringement_title_html: Copyright infringement
1508         infringement_1_html: |
1509           OSM contributors are reminded never to add data from any
1510           copyrighted sources (e.g. Google Maps or printed maps) without
1511           explicit permission from the copyright holders.
1512         infringement_2_html: |
1513           If you believe that copyrighted material has been inappropriately
1514           added to the OpenStreetMap database or this site, please refer
1515           to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1516           procedure</a> or file directly at our
1517           <a href="https://dmca.openstreetmap.org/">on-line filing page</a>.
1518         trademarks_title_html: <span id="trademarks"></span>Trademarks
1519         trademarks_1_html: |
1520           OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark Policy</a>.
1521     index:
1522       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1523       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1524       permalink: Permalink
1525       shortlink: Shortlink
1526       createnote: Add a note
1527       license:
1528         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1529         license_url: "https://openstreetmap.org/copyright"
1530         project_url: "https://openstreetmap.org"
1531       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1532     edit:
1533       not_public: "You have not set your edits to be public."
1534       not_public_description_html: "You can no longer edit the map unless you do so. You can set your edits as public from your %{user_page}."
1535       user_page_link: user page
1536       anon_edits_html: "(%{link})"
1537       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1538       anon_edits_link_text: "Find out why this is the case."
1539       flash_player_required_html: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="https://get.adobe.com/flashplayer/">download Flash Player from Adobe.com</a>. <a href="https://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1540       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)"
1541       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1542       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1543       id_not_configured: "iD has not been configured"
1544       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1545     export:
1546       title: "Export"
1547       area_to_export: "Area to Export"
1548       manually_select: "Manually select a different area"
1549       format_to_export: "Format to Export"
1550       osm_xml_data: "OpenStreetMap XML Data"
1551       map_image: "Map Image (shows standard layer)"
1552       embeddable_html: "Embeddable HTML"
1553       licence: "Licence"
1554       export_details_html: 'OpenStreetMap data is licensed under the <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
1555       too_large:
1556         advice: "If the above export fails, please consider using one of the sources listed below:"
1557         body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the sources listed below for bulk data downloads."
1558         planet:
1559           title: "Planet OSM"
1560           description: "Regularly-updated copies of the complete OpenStreetMap database"
1561         overpass:
1562           title: "Overpass API"
1563           description: "Download this bounding box from a mirror of the OpenStreetMap database"
1564         geofabrik:
1565           title: "Geofabrik Downloads"
1566           description: "Regularly-updated extracts of continents, countries, and selected cities"
1567         metro:
1568           title: "Metro Extracts"
1569           description: "Extracts for major world cities and their surrounding areas"
1570         other:
1571           title: "Other Sources"
1572           description: "Additional sources listed on the OpenStreetMap wiki"
1573       options: "Options"
1574       format: "Format"
1575       scale: "Scale"
1576       max: "max"
1577       image_size: "Image Size"
1578       zoom: "Zoom"
1579       add_marker: "Add a marker to the map"
1580       latitude: "Lat:"
1581       longitude: "Lon:"
1582       output: "Output"
1583       paste_html: "Paste HTML to embed in website"
1584       export_button: "Export"
1585     fixthemap:
1586       title: Report a problem / Fix the map
1587       how_to_help:
1588         title: How to Help
1589         join_the_community:
1590           title: Join the community
1591           explanation_html: |
1592             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1593             proceed is to join the OpenStreetMap community and add or repair the data yourself.
1594         add_a_note:
1595           instructions_html: |
1596             Just click <a class='icon note'></a> or the same icon on the map display.
1597             This will add a marker to the map, which you can move
1598             by dragging. Add your message, then click save, and other mappers will investigate.
1599       other_concerns:
1600         title: Other concerns
1601         explanation_html: |
1602           If you have concerns about how our data is being used or about the contents please consult our
1603           <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1604           <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1605     help:
1606       title: Getting Help
1607       introduction: |
1608         OpenStreetMap has several resources for learning about the project, asking and answering questions,
1609         and collaboratively discussing and documenting mapping topics.
1610       welcome:
1611         url: /welcome
1612         title: Welcome to OpenStreetMap
1613         description: Start with this quick guide covering the OpenStreetMap basics.
1614       beginners_guide:
1615         url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1616         title: Beginners' Guide
1617         description: Community maintained guide for beginners.
1618       help:
1619         url: https://help.openstreetmap.org/
1620         title: Help Forum
1621         description: Ask a question or look up answers on OpenStreetMap's question-and-answer site.
1622       mailing_lists:
1623         url: https://lists.openstreetmap.org/
1624         title: Mailing Lists
1625         description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1626       forums:
1627         url: https://forum.openstreetmap.org/
1628         title: Forums
1629         description: Questions and discussions for those that prefer a bulletin board style interface.
1630       irc:
1631         url: https://irc.openstreetmap.org/
1632         title: IRC
1633         description: Interactive chat in many different languages and on many topics.
1634       switch2osm:
1635         url: https://switch2osm.org/
1636         title: switch2osm
1637         description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1638       welcomemat:
1639         url: https://welcome.openstreetmap.org/
1640         title: For Organizations
1641         description: With an organization making plans for OpenStreetMap? Find what you need to know in the Welcome Mat.
1642       wiki:
1643         url: https://wiki.openstreetmap.org/
1644         title: OpenStreetMap Wiki
1645         description: Browse the wiki for in-depth OpenStreetMap documentation.
1646     sidebar:
1647       search_results: Search Results
1648       close: Close
1649     search:
1650       search: Search
1651       get_directions: "Get directions"
1652       get_directions_title: "Find directions between two points"
1653       from: "From"
1654       to: "To"
1655       where_am_i: "Where is this?"
1656       where_am_i_title: Describe the current location using the search engine
1657       submit_text: "Go"
1658       reverse_directions_text: "Reverse Directions"
1659     key:
1660       table:
1661         entry:
1662           motorway: "Motorway"
1663           main_road: "Main road"
1664           trunk: "Trunk road"
1665           primary: "Primary road"
1666           secondary: "Secondary road"
1667           unclassified: "Unclassified road"
1668           track: "Track"
1669           bridleway: "Bridleway"
1670           cycleway: "Cycleway"
1671           cycleway_national: "National cycleway"
1672           cycleway_regional: "Regional cycleway"
1673           cycleway_local: "Local cycleway"
1674           footway: "Footway"
1675           rail: "Railway"
1676           subway: "Subway"
1677           tram:
1678             - Light rail
1679             - tram
1680           cable:
1681             - Cable car
1682             - chair lift
1683           runway:
1684             - Airport Runway
1685             - taxiway
1686           apron:
1687             - Airport apron
1688             - terminal
1689           admin: "Administrative boundary"
1690           forest: "Forest"
1691           wood: "Wood"
1692           golf: "Golf course"
1693           park: "Park"
1694           resident: "Residential area"
1695           common:
1696             - Common
1697             - meadow
1698           retail: "Retail area"
1699           industrial: "Industrial area"
1700           commercial: "Commercial area"
1701           heathland: "Heathland"
1702           lake:
1703             - Lake
1704             - reservoir
1705           farm: "Farm"
1706           brownfield: "Brownfield site"
1707           cemetery: "Cemetery"
1708           allotments: "Allotments"
1709           pitch: "Sports pitch"
1710           centre: "Sports centre"
1711           reserve: "Nature reserve"
1712           military: "Military area"
1713           school:
1714             - School
1715             - university
1716           building: "Significant building"
1717           station: "Railway station"
1718           summit:
1719             - Summit
1720             - peak
1721           tunnel: "Dashed casing = tunnel"
1722           bridge: "Black casing = bridge"
1723           private: "Private access"
1724           destination: "Destination access"
1725           construction: "Roads under construction"
1726           bicycle_shop: "Bicycle shop"
1727           bicycle_parking: "Bicycle parking"
1728           toilets: "Toilets"
1729     richtext_area:
1730       edit: Edit
1731       preview: Preview
1732     markdown_help:
1733       title_html: Parsed with <a href="https://kramdown.gettalong.org/quickref.html">kramdown</a>
1734       headings: Headings
1735       heading: Heading
1736       subheading: Subheading
1737       unordered: Unordered list
1738       ordered: Ordered list
1739       first: First item
1740       second: Second item
1741       link: Link
1742       text: Text
1743       image: Image
1744       alt: Alt text
1745       url: URL
1746     welcome:
1747       title: Welcome!
1748       introduction_html: |
1749         Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1750         up, you're all set to get started mapping. Here's a quick guide with the most important
1751         things you need to know.
1752       whats_on_the_map:
1753         title: What's on the Map
1754         on_html: |
1755           OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1756           it includes millions of buildings, roads, and other details about places. You can map
1757           whatever real-world features are interesting to you.
1758         off_html: |
1759           What it <em>doesn't</em> include is opinionated data like ratings, historical or
1760           hypothetical features, and data from copyrighted sources. Unless you have special
1761           permission, don't copy from online or paper maps.
1762       basic_terms:
1763         title: Basic Terms For Mapping
1764         paragraph_1_html: |
1765           OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1766         editor_html: |
1767           An <strong>editor</strong> is a program or website you can use to edit the map.
1768         node_html: |
1769           A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1770         way_html: |
1771           A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1772         tag_html: |
1773           A <strong>tag</strong> is a bit of data about a node or way, like a
1774           restaurant's name or a road's speed limit.
1775       rules:
1776         title: Rules!
1777         paragraph_1_html: |
1778           OpenStreetMap has few formal rules but we expect all participants to collaborate
1779           with, and communicate with, the community. If you are considering
1780           any activities other than editing by hand, please read and follow the guidelines on
1781           <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1782           <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1783       questions:
1784         title: Any questions?
1785         paragraph_1_html: |
1786           OpenStreetMap has several resources for learning about the project, asking and answering
1787           questions, and collaboratively discussing and documenting mapping topics.
1788           <a href='%{help_url}'>Get help here</a>. With an organization making plans for OpenStreetMap? <a href='https://welcome.openstreetmap.org/'>Check out the Welcome Mat</a>.
1789       start_mapping: Start Mapping
1790       add_a_note:
1791         title: No Time To Edit? Add a Note!
1792         paragraph_1_html: |
1793           If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1794           easy to add a note.
1795         paragraph_2_html: |
1796           Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1797           <span class='icon note'></span>. This will add a marker to the map, which you can move
1798           by dragging. Add your message, then click save, and other mappers will investigate.
1799   traces:
1800     visibility:
1801       private: "Private (only shared as anonymous, unordered points)"
1802       public: "Public (shown in trace list and as anonymous, unordered points)"
1803       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1804       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1805     new:
1806       upload_trace: "Upload GPS Trace"
1807       upload_gpx: "Upload GPX File:"
1808       description: "Description:"
1809       tags: "Tags:"
1810       tags_help: "comma delimited"
1811       visibility: "Visibility:"
1812       visibility_help: "what does this mean?"
1813       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1814       help: "Help"
1815       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1816     create:
1817       upload_trace: "Upload GPS Trace"
1818       trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
1819       upload_failed: "Sorry, the GPX upload failed. An administrator has been alerted to the error. Please try again"
1820       traces_waiting:
1821         one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1822         other: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1823     edit:
1824       title: "Editing trace %{name}"
1825       heading: "Editing trace %{name}"
1826       filename: "Filename:"
1827       download: "download"
1828       uploaded_at: "Uploaded:"
1829       points: "Points:"
1830       start_coord: "Start coordinate:"
1831       map: "map"
1832       edit: "edit"
1833       owner: "Owner:"
1834       description: "Description:"
1835       tags: "Tags:"
1836       tags_help: "comma delimited"
1837       visibility: "Visibility:"
1838       visibility_help: "what does this mean?"
1839       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1840     update:
1841       updated: Trace updated
1842     trace_optionals:
1843       tags: "Tags"
1844     show:
1845       title: "Viewing trace %{name}"
1846       heading: "Viewing trace %{name}"
1847       pending: "PENDING"
1848       filename: "Filename:"
1849       download: "download"
1850       uploaded: "Uploaded:"
1851       points: "Points:"
1852       start_coordinates: "Start coordinate:"
1853       map: "map"
1854       edit: "edit"
1855       owner: "Owner:"
1856       description: "Description:"
1857       tags: "Tags:"
1858       none: "None"
1859       edit_trace: "Edit this trace"
1860       delete_trace: "Delete this trace"
1861       trace_not_found: "Trace not found!"
1862       visibility: "Visibility:"
1863       confirm_delete: "Delete this trace?"
1864     trace_paging_nav:
1865       showing_page: "Page %{page}"
1866       older: "Older Traces"
1867       newer: "Newer Traces"
1868     trace:
1869       pending: "PENDING"
1870       count_points:
1871         one: "1 point"
1872         other: "%{count} points"
1873       more: "more"
1874       trace_details: "View Trace Details"
1875       view_map: "View Map"
1876       edit: "edit"
1877       edit_map: "Edit Map"
1878       public: "PUBLIC"
1879       identifiable: "IDENTIFIABLE"
1880       private: "PRIVATE"
1881       trackable: "TRACKABLE"
1882       by: "by"
1883       in: "in"
1884       map: "map"
1885     index:
1886       public_traces: "Public GPS traces"
1887       my_traces: "My GPS traces"
1888       public_traces_from: "Public GPS traces from %{user}"
1889       description: "Browse recent GPS trace uploads"
1890       tagged_with: " tagged with %{tags}"
1891       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1892       upload_trace: "Upload a trace"
1893       see_all_traces: "See all traces"
1894       see_my_traces: "See my traces"
1895     destroy:
1896       scheduled_for_deletion: "Trace scheduled for deletion"
1897     make_public:
1898       made_public: "Trace made public"
1899     offline_warning:
1900       message: "The GPX file upload system is currently unavailable"
1901     offline:
1902       heading: "GPX Storage Offline"
1903       message: "The GPX file storage and upload system is currently unavailable."
1904     georss:
1905       title: "OpenStreetMap GPS Traces"
1906     description:
1907       description_with_count:
1908         one: "GPX file with %{count} point from %{user}"
1909         other: "GPX file with %{count} points from %{user}"
1910       description_without_count: "GPX file from %{user}"
1911   application:
1912     permission_denied: You do not have permission to access that action
1913     require_cookies:
1914       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1915     require_admin:
1916       not_an_admin: You need to be an admin to perform that action.
1917     setup_user_auth:
1918       blocked_zero_hour: "You have an urgent message on the OpenStreetMap web site. You need to read the message before you will be able to save your edits."
1919       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1920       need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them."
1921   oauth:
1922     authorize:
1923       title: "Authorize access to your account"
1924       request_access_html: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1925       allow_to: "Allow the client application to:"
1926       allow_read_prefs:  "read your user preferences."
1927       allow_write_prefs: "modify your user preferences."
1928       allow_write_diary: "create diary entries, comments and make friends."
1929       allow_write_api:   "modify the map."
1930       allow_read_gpx:    "read your private GPS traces."
1931       allow_write_gpx:   "upload GPS traces."
1932       allow_write_notes: "modify notes."
1933       grant_access: "Grant Access"
1934     authorize_success:
1935       title: "Authorization request allowed"
1936       allowed_html: "You have granted application %{app_name} access to your account."
1937       verification: "The verification code is %{code}."
1938     authorize_failure:
1939       title: "Authorization request failed"
1940       denied: "You have denied application %{app_name} access to your account."
1941       invalid: "The authorization token is not valid."
1942     revoke:
1943       flash: "You've revoked the token for %{application}"
1944     permissions:
1945       missing: "You have not permitted the application access to this facility"
1946   oauth_clients:
1947     new:
1948       title: "Register a new application"
1949     edit:
1950       title: "Edit your application"
1951     show:
1952       title: "OAuth details for %{app_name}"
1953       key: "Consumer Key:"
1954       secret: "Consumer Secret:"
1955       url: "Request Token URL:"
1956       access_url: "Access Token URL:"
1957       authorize_url: "Authorise URL:"
1958       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1959       edit: "Edit Details"
1960       delete: "Delete Client"
1961       confirm: "Are you sure?"
1962       requests: "Requesting the following permissions from the user:"
1963       allow_read_prefs:  "read their user preferences."
1964       allow_write_prefs: "modify their user preferences."
1965       allow_write_diary: "create diary entries, comments and make friends."
1966       allow_write_api:   "modify the map."
1967       allow_read_gpx:    "read their private GPS traces."
1968       allow_write_gpx:   "upload GPS traces."
1969       allow_write_notes: "modify notes."
1970     index:
1971       title: "My OAuth Details"
1972       my_tokens: "My Authorised Applications"
1973       list_tokens: "The following tokens have been issued to applications in your name:"
1974       application: "Application Name"
1975       issued_at: "Issued At"
1976       revoke: "Revoke!"
1977       my_apps: "My Client Applications"
1978       no_apps_html: "Do you have an application you would like to register for use with us using the %{oauth} standard? You must register your web application before it can make OAuth requests to this service."
1979       oauth: OAuth
1980       registered_apps: "You have the following client applications registered:"
1981       register_new: "Register your application"
1982     form:
1983       name: "Name"
1984       required: "Required"
1985       url: "Main Application URL"
1986       callback_url: "Callback URL"
1987       support_url: "Support URL"
1988       requests: "Request the following permissions from the user:"
1989       allow_read_prefs:  "read their user preferences."
1990       allow_write_prefs: "modify their user preferences."
1991       allow_write_diary: "create diary entries, comments and make friends."
1992       allow_write_api:   "modify the map."
1993       allow_read_gpx:    "read their private GPS traces."
1994       allow_write_gpx:   "upload GPS traces."
1995       allow_write_notes: "modify notes."
1996     not_found:
1997       sorry: "Sorry, that %{type} could not be found."
1998     create:
1999       flash: "Registered the information successfully"
2000     update:
2001       flash: "Updated the client information successfully"
2002     destroy:
2003       flash: "Destroyed the client application registration"
2004   users:
2005     login:
2006       title: "Login"
2007       heading: "Login"
2008       email or username: "Email Address or Username:"
2009       password: "Password:"
2010       openid_html: "%{logo} OpenID:"
2011       remember: "Remember me"
2012       lost password link: "Lost your password?"
2013       login_button: "Login"
2014       register now: Register now
2015       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
2016       with external: "Alternatively, use a third party to login:"
2017       new to osm: New to OpenStreetMap?
2018       to make changes: To make changes to the OpenStreetMap data, you must have an account.
2019       create account minute: Create an account. It only takes a minute.
2020       no account: Don't have an account?
2021       account not active: "Sorry, your account is not active yet.<br />Please use the link in the account confirmation email to activate your account, or <a href=\"%{reconfirm}\">request a new confirmation email</a>."
2022       account is suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="%{webmaster}">webmaster</a> if you wish to discuss this.
2023       auth failure: "Sorry, could not log in with those details."
2024       openid_logo_alt: "Log in with an OpenID"
2025       auth_providers:
2026         openid:
2027           title: Login with OpenID
2028           alt: Login with an OpenID URL
2029         google:
2030           title: Login with Google
2031           alt: Login with a Google OpenID
2032         facebook:
2033           title: Login with Facebook
2034           alt: Login with a Facebook Account
2035         windowslive:
2036           title: Login with Windows Live
2037           alt: Login with a Windows Live Account
2038         github:
2039           title: Login with GitHub
2040           alt: Login with a GitHub Account
2041         wikipedia:
2042           title: Login with Wikipedia
2043           alt: Login with a Wikipedia Account
2044         yahoo:
2045           title: Login with Yahoo
2046           alt: Login with a Yahoo OpenID
2047         wordpress:
2048           title: Login with Wordpress
2049           alt: Login with a Wordpress OpenID
2050         aol:
2051           title: Login with AOL
2052           alt: Login with an AOL OpenID
2053     logout:
2054       title: "Logout"
2055       heading: "Logout from OpenStreetMap"
2056       logout_button: "Logout"
2057     lost_password:
2058       title: "Lost password"
2059       heading: "Forgotten Password?"
2060       email address: "Email Address:"
2061       new password button: "Reset password"
2062       help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
2063       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
2064       notice email cannot find: "Could not find that email address, sorry."
2065     reset_password:
2066       title: "Reset password"
2067       heading: "Reset Password for %{user}"
2068       password: "Password:"
2069       confirm password: "Confirm Password:"
2070       reset: "Reset Password"
2071       flash changed: "Your password has been changed."
2072       flash token bad: "Did not find that token, check the URL maybe?"
2073     new:
2074       title: "Sign Up"
2075       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
2076       contact_webmaster_html: 'Please contact the <a href="%{webmaster}">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
2077       about:
2078         header: Free and editable
2079         html: |
2080           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
2081           and it's free for anyone to fix, update, download and use.</p>
2082           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
2083       license_agreement: 'When you confirm your account you will need to agree to the <a href="https://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
2084       email address: "Email Address:"
2085       confirm email address: "Confirm Email Address:"
2086       not_displayed_publicly_html: 'Your address is not displayed publicly, see our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privacy policy including section on email addresses">privacy policy</a> for more information'
2087       display name: "Display Name:"
2088       display name description: "Your publicly displayed username. You can change this later in the preferences."
2089       external auth: "Third Party Authentication:"
2090       password: "Password:"
2091       confirm password: "Confirm Password:"
2092       use external auth: "Alternatively, use a third party to login"
2093       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
2094       continue: Sign Up
2095       terms accepted: "Thanks for accepting the new contributor terms!"
2096       terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
2097       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2098     terms:
2099       title: "Terms"
2100       heading: "Terms"
2101       heading_ct: "Contributor terms"
2102       read and accept with tou: "Please read the contributor agreement and the terms of use, check both checkboxes when done and then press the continue button."
2103       contributor_terms_explain: "This agreement governs the terms for your existing and future contributions."
2104       read_ct: "I have read and agree to the above contributor terms"
2105       tou_explain_html: "These %{tou_link} govern the use of the website and other infrastructure provided by the OSMF. Please click on the link, read and agree to the text."
2106       read_tou: "I have read and agree to the Terms of Use"
2107       consider_pd: "In addition to the above, I consider my contributions to be in the Public Domain"
2108       consider_pd_why: "what's this?"
2109       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
2110       guidance_html: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
2111       continue: Continue
2112       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
2113       decline: "Decline"
2114       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
2115       legale_select: "Country of residence:"
2116       legale_names:
2117         france: "France"
2118         italy: "Italy"
2119         rest_of_world: "Rest of the world"
2120     no_such_user:
2121       title: "No such user"
2122       heading: "The user %{user} does not exist"
2123       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2124       deleted: "deleted"
2125     show:
2126       my diary: My Diary
2127       new diary entry: new diary entry
2128       my edits: My Edits
2129       my traces: My Traces
2130       my notes: My Notes
2131       my messages: My Messages
2132       my profile: My Profile
2133       my settings: My Settings
2134       my comments: My Comments
2135       oauth settings: oauth settings
2136       blocks on me: Blocks on Me
2137       blocks by me: Blocks by Me
2138       send message: Send Message
2139       diary: Diary
2140       edits: Edits
2141       traces: Traces
2142       notes: Map Notes
2143       remove as friend: Unfriend
2144       add as friend: Add Friend
2145       mapper since: "Mapper since:"
2146       ct status: "Contributor terms:"
2147       ct undecided: Undecided
2148       ct declined: Declined
2149       latest edit: "Latest edit (%{ago}):"
2150       email address: "Email address:"
2151       created from: "Created from:"
2152       status: "Status:"
2153       spam score: "Spam Score:"
2154       description: Description
2155       user location: User location
2156       if_set_location_html: "Set your home location on the %{settings_link} page to see nearby users."
2157       settings_link_text: settings
2158       my friends: My friends
2159       no friends: You have not added any friends yet.
2160       km away: "%{count}km away"
2161       m away: "%{count}m away"
2162       nearby users: "Other nearby users"
2163       no nearby users: "There are no other users who admit to mapping nearby yet."
2164       role:
2165         administrator: "This user is an administrator"
2166         moderator: "This user is a moderator"
2167         grant:
2168           administrator: "Grant administrator access"
2169           moderator: "Grant moderator access"
2170         revoke:
2171           administrator: "Revoke administrator access"
2172           moderator: "Revoke moderator access"
2173       block_history: "Active Blocks"
2174       moderator_history: "Blocks Given"
2175       comments: "Comments"
2176       create_block: "Block this User"
2177       activate_user: "Activate this User"
2178       deactivate_user: "Deactivate this User"
2179       confirm_user: "Confirm this User"
2180       hide_user: "Hide this User"
2181       unhide_user: "Unhide this User"
2182       delete_user: "Delete this User"
2183       confirm: "Confirm"
2184       friends_changesets: "friends' changesets"
2185       friends_diaries: "friends' diary entries"
2186       nearby_changesets: "nearby user changesets"
2187       nearby_diaries: "nearby user diary entries"
2188       report: Report this User
2189     popup:
2190       your location: "Your location"
2191       nearby mapper: "Nearby mapper"
2192       friend: "Friend"
2193     account:
2194       title: "Edit account"
2195       my settings: My settings
2196       current email address: "Current Email Address:"
2197       new email address: "New Email Address:"
2198       email never displayed publicly: "(never displayed publicly)"
2199       external auth: "External Authentication:"
2200       openid:
2201         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2202         link text: "what is this?"
2203       public editing:
2204         heading: "Public editing:"
2205         enabled: "Enabled. Not anonymous and can edit data."
2206         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2207         enabled link text: "what is this?"
2208         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2209         disabled link text: "why can't I edit?"
2210       public editing note:
2211         heading: "Public editing"
2212         html: "Currently your edits are anonymous and people cannot send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. <b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href=\"https://wiki.openstreetmap.org/wiki/Anonymous_edits\">find out why</a>).<ul><li>Your email address will not be revealed by becoming public.</li><li>This action cannot be reversed and all new users are now public by default.</li></ul>"
2213       contributor terms:
2214         heading: "Contributor Terms:"
2215         agreed: "You have agreed to the new Contributor Terms."
2216         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2217         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2218         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2219         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2220         link text: "what is this?"
2221       profile description: "Profile Description:"
2222       preferred languages: "Preferred Languages:"
2223       preferred editor: "Preferred Editor:"
2224       image: "Image:"
2225       gravatar:
2226         gravatar: "Use Gravatar"
2227         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2228         link text: "what is this?"
2229         disabled: "Gravatar has been disabled."
2230         enabled: "Display of your Gravatar has been enabled."
2231       new image: "Add an image"
2232       keep image: "Keep the current image"
2233       delete image: "Remove the current image"
2234       replace image: "Replace the current image"
2235       image size hint: "(square images at least 100x100 work best)"
2236       home location: "Home Location:"
2237       no home location: "You have not entered your home location."
2238       latitude: "Latitude:"
2239       longitude: "Longitude:"
2240       update home location on click: "Update home location when I click on the map?"
2241       save changes button: Save Changes
2242       make edits public button: Make all my edits public
2243       return to profile: Return to profile
2244       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2245       flash update success: "User information updated successfully."
2246     confirm:
2247       heading: Check your email!
2248       introduction_1: |
2249         We sent you a confirmation email.
2250       introduction_2: |
2251         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2252       press confirm button: "Press the confirm button below to activate your account."
2253       button: Confirm
2254       success: "Confirmed your account, thanks for signing up!"
2255       already active: "This account has already been confirmed."
2256       unknown token: "That confirmation code has expired or does not exist."
2257       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2258     confirm_resend:
2259       success: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist %{sender} as we are unable to reply to any confirmation requests."
2260       failure: "User %{name} not found."
2261     confirm_email:
2262       heading: Confirm a change of email address
2263       press confirm button: "Press the confirm button below to confirm your new email address."
2264       button: Confirm
2265       success: "Confirmed your change of email address!"
2266       failure: "An email address has already been confirmed with this token."
2267       unknown_token: "That confirmation code has expired or does not exist."
2268     set_home:
2269       flash success: "Home location saved successfully"
2270     go_public:
2271       flash success: "All your edits are now public, and you are now allowed to edit."
2272     make_friend:
2273       heading: "Add %{user} as a friend?"
2274       button: "Add as friend"
2275       success: "%{name} is now your friend!"
2276       failed: "Sorry, failed to add %{name} as a friend."
2277       already_a_friend: "You are already friends with %{name}."
2278     remove_friend:
2279       heading: "Unfriend %{user}?"
2280       button: "Unfriend"
2281       success: "%{name} was removed from your friends."
2282       not_a_friend: "%{name} is not one of your friends."
2283     index:
2284       title: Users
2285       heading: Users
2286       showing:
2287         one: Page %{page} (%{first_item} of %{items})
2288         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2289       summary_html: "%{name} created from %{ip_address} on %{date}"
2290       summary_no_ip_html: "%{name} created on %{date}"
2291       confirm: Confirm Selected Users
2292       hide: Hide Selected Users
2293       empty: No matching users found
2294     suspended:
2295       title: Account Suspended
2296       heading: Account Suspended
2297       webmaster: webmaster
2298       body_html: |
2299         <p>
2300           Sorry, your account has been automatically suspended due to
2301           suspicious activity.
2302         </p>
2303         <p>
2304           This decision will be reviewed by an administrator shortly, or
2305           you may contact the %{webmaster} if you wish to discuss this.
2306         </p>
2307     auth_failure:
2308       connection_failed: Connection to authentication provider failed
2309       invalid_credentials: Invalid authentication credentials
2310       no_authorization_code: No authorization code
2311       unknown_signature_algorithm: Unknown signature algorithm
2312       invalid_scope: Invalid scope
2313     auth_association:
2314       heading: Your ID is not associated with a OpenStreetMap account yet.
2315       option_1: |
2316         If you are new to OpenStreetMap, please create a new account
2317         using the form below.
2318       option_2: |
2319         If you already have an account, you can login to your account
2320         using your username and password and then associate the account
2321         with your ID in your user settings.
2322   user_role:
2323     filter:
2324       not_a_role: "The string `%{role}' is not a valid role."
2325       already_has_role: "The user already has role %{role}."
2326       doesnt_have_role: "The user does not have role %{role}."
2327       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2328     grant:
2329       title: Confirm role granting
2330       heading: Confirm role granting
2331       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2332       confirm: "Confirm"
2333       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2334     revoke:
2335       title: Confirm role revoking
2336       heading: Confirm role revoking
2337       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2338       confirm: "Confirm"
2339       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2340   user_blocks:
2341     model:
2342       non_moderator_update: "Must be a moderator to create or update a block."
2343       non_moderator_revoke: "Must be a moderator to revoke a block."
2344     not_found:
2345       sorry: "Sorry, the user block with ID %{id} could not be found."
2346       back: "Back to index"
2347     new:
2348       title: "Creating block on %{name}"
2349       heading_html: "Creating block on %{name}"
2350       reason: "The reason why %{name} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation, remembering that the message will be publicly visible. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
2351       period: "How long, starting now, the user will be blocked from the API for."
2352       tried_contacting: "I have contacted the user and asked them to stop."
2353       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2354       needs_view: "User needs to log in before this block will be cleared"
2355       back: "View all blocks"
2356     edit:
2357       title: "Editing block on %{name}"
2358       heading_html: "Editing block on %{name}"
2359       reason: "The reason why %{name} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
2360       period: "How long, starting now, the user will be blocked from the API for."
2361       show: "View this block"
2362       back: "View all blocks"
2363       needs_view: "Does the user need to log in before this block will be cleared?"
2364     filter:
2365       block_expired: "The block has already expired and cannot be edited."
2366       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2367     create:
2368       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2369       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2370       flash: "Created a block on user %{name}."
2371     update:
2372       only_creator_can_edit: "Only the moderator who created this block can edit it."
2373       success: "Block updated."
2374     index:
2375       title: "User blocks"
2376       heading: "List of user blocks"
2377       empty: "No blocks have been made yet."
2378     revoke:
2379       title: "Revoking block on %{block_on}"
2380       heading_html: "Revoking block on %{block_on} by %{block_by}"
2381       time_future: "This block will end in %{time}."
2382       past: "This block ended %{time} and cannot be revoked now."
2383       confirm: "Are you sure you wish to revoke this block?"
2384       revoke: "Revoke!"
2385       flash: "This block has been revoked."
2386     helper:
2387       time_future: "Ends in %{time}."
2388       until_login: "Active until the user logs in."
2389       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2390       time_past: "Ended %{time}."
2391       block_duration:
2392         hours:
2393           one: "1 hour"
2394           other: "%{count} hours"
2395         days:
2396           one: "1 day"
2397           other: "%{count} days"
2398         weeks:
2399           one: "1 week"
2400           other: "%{count} weeks"
2401         months:
2402           one: "1 month"
2403           other: "%{count} months"
2404         years:
2405           one: "1 year"
2406           other: "%{count} years"
2407     blocks_on:
2408       title: "Blocks on %{name}"
2409       heading_html: "List of blocks on %{name}"
2410       empty: "%{name} has not been blocked yet."
2411     blocks_by:
2412       title: "Blocks by %{name}"
2413       heading_html: "List of blocks by %{name}"
2414       empty: "%{name} has not made any blocks yet."
2415     show:
2416       title: "%{block_on} blocked by %{block_by}"
2417       heading_html: "%{block_on} blocked by %{block_by}"
2418       created: "Created"
2419       status: "Status"
2420       show: "Show"
2421       edit: "Edit"
2422       revoke: "Revoke!"
2423       confirm: "Are you sure?"
2424       reason: "Reason for block:"
2425       back: "View all blocks"
2426       revoker: "Revoker:"
2427       needs_view: "The user needs to log in before this block will be cleared."
2428     block:
2429       not_revoked: "(not revoked)"
2430       show: "Show"
2431       edit: "Edit"
2432       revoke: "Revoke!"
2433     blocks:
2434       display_name: "Blocked User"
2435       creator_name: "Creator"
2436       reason: "Reason for block"
2437       status: "Status"
2438       revoker_name: "Revoked by"
2439       showing_page: "Page %{page}"
2440       next: "Next »"
2441       previous: "« Previous"
2442   notes:
2443     mine:
2444       title: "Notes submitted or commented on by %{user}"
2445       heading: "%{user}'s notes"
2446       subheading_html: "Notes submitted or commented on by %{user}"
2447       id: "Id"
2448       creator: "Creator"
2449       description: "Description"
2450       created_at: "Created at"
2451       last_changed: "Last changed"
2452   javascripts:
2453     close: Close
2454     share:
2455       title: "Share"
2456       cancel: "Cancel"
2457       image: "Image"
2458       link: "Link or HTML"
2459       long_link: "Link"
2460       short_link: "Short Link"
2461       geo_uri: "Geo URI"
2462       embed: "HTML"
2463       custom_dimensions: "Set custom dimensions"
2464       format: "Format:"
2465       scale: "Scale:"
2466       image_size: "Image will show standard layer at "
2467       download: "Download"
2468       short_url: "Short URL"
2469       include_marker: "Include marker"
2470       center_marker: "Center map on marker"
2471       paste_html: "Paste HTML to embed in website"
2472       view_larger_map: "View Larger Map"
2473       only_standard_layer: "Only the standard layer can be exported as an image"
2474     embed:
2475       report_problem: "Report a problem"
2476     key:
2477       title: "Map Key"
2478       tooltip: "Map Key"
2479       tooltip_disabled: "Map Key not available for this layer"
2480     map:
2481       zoom:
2482         in: Zoom In
2483         out: Zoom Out
2484       locate:
2485         title: Show My Location
2486         metersPopup:
2487           one: You are within one meter of this point
2488           other: You are within %{count} meters of this point
2489         feetPopup:
2490           one: You are within one foot of this point
2491           other: You are within %{count} feet of this point
2492       base:
2493         standard: Standard
2494         cycle_map: Cycle Map
2495         transport_map: Transport Map
2496         hot: Humanitarian
2497       layers:
2498         header: Map Layers
2499         notes: Map Notes
2500         data: Map Data
2501         gps: Public GPS Traces
2502         overlays: Enable overlays for troubleshooting the map
2503         title: "Layers"
2504       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2505       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2506       terms: "<a href='%{terms_url}' target='_blank'>Website and API terms</a>"
2507       thunderforest: "Tiles courtesy of <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>"
2508       hotosm: "Tiles style by <a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap Team</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>"
2509     site:
2510       edit_tooltip: Edit the map
2511       edit_disabled_tooltip: Zoom in to edit the map
2512       createnote_tooltip: Add a note to the map
2513       createnote_disabled_tooltip: Zoom in to add a note to the map
2514       map_notes_zoom_in_tooltip: Zoom in to see map notes
2515       map_data_zoom_in_tooltip: Zoom in to see map data
2516       queryfeature_tooltip: Query features
2517       queryfeature_disabled_tooltip: Zoom in to query features
2518     changesets:
2519       show:
2520         comment: "Comment"
2521         subscribe: "Subscribe"
2522         unsubscribe: "Unsubscribe"
2523         hide_comment: "hide"
2524         unhide_comment: "unhide"
2525     notes:
2526       new:
2527         intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem."
2528         advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
2529         add: Add Note
2530       show:
2531         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2532         hide: Hide
2533         resolve: Resolve
2534         reactivate: Reactivate
2535         comment_and_resolve: Comment & Resolve
2536         comment: Comment
2537     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2538     directions:
2539       ascend: "Ascend"
2540       engines:
2541         fossgis_osrm_bike: "Bicycle (OSRM)"
2542         fossgis_osrm_car: "Car (OSRM)"
2543         fossgis_osrm_foot: "Foot (OSRM)"
2544         graphhopper_bicycle: "Bicycle (GraphHopper)"
2545         graphhopper_car: "Car (GraphHopper)"
2546         graphhopper_foot: "Foot (GraphHopper)"
2547       descend: "Descend"
2548       directions: "Directions"
2549       distance: "Distance"
2550       errors:
2551         no_route: "Couldn't find a route between those two places."
2552         no_place: "Sorry - couldn't locate '%{place}'."
2553       instructions:
2554         continue_without_exit: Continue on %{name}
2555         slight_right_without_exit: Slight right onto %{name}
2556         offramp_right: Take the ramp on the right
2557         offramp_right_with_exit: Take exit %{exit} on the right
2558         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2559         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2560         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2561         offramp_right_with_name: Take the ramp on the right onto %{name}
2562         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2563         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2564         onramp_right_without_exit: Turn right on the ramp onto %{name}
2565         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2566         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2567         onramp_right_without_directions: Turn right onto the ramp
2568         onramp_right: Turn right onto the ramp
2569         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2570         merge_right_without_exit: Merge right onto %{name}
2571         fork_right_without_exit: At the fork turn right onto %{name}
2572         turn_right_without_exit: Turn right onto %{name}
2573         sharp_right_without_exit: Sharp right onto %{name}
2574         uturn_without_exit: U-turn along %{name}
2575         sharp_left_without_exit: Sharp left onto %{name}
2576         turn_left_without_exit: Turn left onto %{name}
2577         offramp_left: Take the ramp on the left
2578         offramp_left_with_exit: Take exit %{exit} on the left
2579         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2580         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2581         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2582         offramp_left_with_name: Take the ramp on the left onto %{name}
2583         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2584         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2585         onramp_left_without_exit: Turn left on the ramp onto %{name}
2586         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2587         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2588         onramp_left_without_directions: Turn left onto the ramp
2589         onramp_left: Turn left onto the ramp
2590         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2591         merge_left_without_exit: Merge left onto %{name}
2592         fork_left_without_exit: At the fork turn left onto %{name}
2593         slight_left_without_exit: Slight left onto %{name}
2594         via_point_without_exit: (via point)
2595         follow_without_exit: Follow %{name}
2596         roundabout_without_exit: At roundabout take exit onto %{name}
2597         leave_roundabout_without_exit: Leave roundabout - %{name}
2598         stay_roundabout_without_exit: Stay on roundabout - %{name}
2599         start_without_exit: Start on %{name}
2600         destination_without_exit: Reach destination
2601         against_oneway_without_exit: Go against one-way on %{name}
2602         end_oneway_without_exit: End of one-way on %{name}
2603         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2604         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
2605         exit_roundabout: Exit roundabout onto %{name}
2606         unnamed: "unnamed road"
2607         courtesy: "Directions courtesy of %{link}"
2608         exit_counts:
2609           first: "1st"
2610           second: "2nd"
2611           third: "3rd"
2612           fourth: "4th"
2613           fifth: "5th"
2614           sixth: "6th"
2615           seventh: "7th"
2616           eighth: "8th"
2617           ninth: "9th"
2618           tenth: "10th"
2619       time: "Time"
2620     query:
2621       node: Node
2622       way: Way
2623       relation: Relation
2624       nothing_found: No features found
2625       error: "Error contacting %{server}: %{error}"
2626       timeout: "Timeout contacting %{server}"
2627     context:
2628       directions_from: Directions from here
2629       directions_to: Directions to here
2630       add_note: Add a note here
2631       show_address: Show address
2632       query_features: Query features
2633       centre_map: Centre map here
2634   redactions:
2635     edit:
2636       description: "Description"
2637       heading: "Edit redaction"
2638       title: "Edit redaction"
2639     index:
2640       empty: "No redactions to show."
2641       heading: "List of redactions"
2642       title: "List of redactions"
2643     new:
2644       description: "Description"
2645       heading: "Enter information for new redaction"
2646       title: "Creating new redaction"
2647     show:
2648       description: "Description:"
2649       heading: "Showing redaction \"%{title}\""
2650       title: "Showing redaction"
2651       user: "Creator:"
2652       edit: "Edit this redaction"
2653       destroy: "Remove this redaction"
2654       confirm: "Are you sure?"
2655     create:
2656       flash: "Redaction created."
2657     update:
2658       flash: "Changes saved."
2659     destroy:
2660       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2661       flash: "Redaction destroyed."
2662       error: "There was an error destroying this redaction."
2663   validations:
2664     leading_whitespace: "has leading whitespace"
2665     trailing_whitespace: "has trailing whitespace"
2666     invalid_characters: "contains invalid characters"
2667     url_characters: "contains special URL characters (%{characters})"