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