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