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