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