]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Merge remote-tracking branch 'upstream/pull/4262'
[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_fi_credit_html: |
2023           %{finland}: Contains data from the
2024           National Land Survey of Finland's Topographic Database
2025           and other datasets, under the %{nlsfi_license_link}.
2026         contributors_fi_finland: Finland
2027         contributors_fi_nlsfi_license: NLSFI License
2028         contributors_fi_nlsfi_license_url: https://www.maanmittauslaitos.fi/en/opendata-licence-version1
2029         contributors_fr_credit_html: |
2030           %{france}: Contains data sourced from
2031           Direction Générale des Impôts.
2032         contributors_fr_france: France
2033         contributors_nl_credit_html: |
2034           %{netherlands}: Contains &copy; AND data, 2007 (%{and_link})
2035         contributors_nl_netherlands: Netherlands
2036         contributors_nl_and: www.and.com
2037         contributors_nl_and_url: https://www.and.com
2038         contributors_nz_credit_html: |
2039           %{new_zealand}: Contains data sourced from the %{linz_data_service_link}
2040           and licensed for reuse under %{cc_by_link}.
2041         contributors_nz_new_zealand: New Zealand
2042         contributors_nz_linz_data_service: LINZ Data Service
2043         contributors_nz_linz_data_service_url: https://data.linz.govt.nz/
2044         contributors_nz_cc_by: CC BY 4.0
2045         contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/
2046         contributors_rs_credit_html: |
2047           %{serbia}: Contains data from the %{rgz_link} and %{open_data_portal}
2048           (public information of Serbia), 2018.
2049         contributors_rs_serbia: Serbia
2050         contributors_rs_rgz: Serbian Geodetic Authority
2051         contributors_rs_rgz_url: https://geosrbija.rs/
2052         contributors_rs_open_data_portal: National Open Data Portal
2053         contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
2054         contributors_si_credit_html: |
2055           %{slovenia}: Contains data from the %{gu_link} and %{mkgp_link}
2056           (public information of Slovenia).
2057         contributors_si_slovenia: Slovenia
2058         contributors_si_gu: Surveying and Mapping Authority
2059         contributors_si_gu_url: https://www.gov.si/en/state-authorities/bodies-within-ministries/surveying-and-mapping-authority/
2060         contributors_si_mkgp: Ministry of Agriculture, Forestry and Food
2061         contributors_si_mkgp_url: https://www.gov.si/en/state-authorities/ministries/ministry-of-agriculture-forestry-and-food/
2062         contributors_es_credit_html: |
2063           %{spain}: Contains data sourced from the
2064           Spanish National Geographic Institute (%{ign_link}) and
2065           National Cartographic System (%{scne_link})
2066           licensed for reuse under %{cc_by_link}.
2067         contributors_es_spain: Spain
2068         contributors_es_ign: IGN
2069         contributors_es_ign_url: https://www.ign.es/
2070         contributors_es_scne: SCNE
2071         contributors_es_scne_url: https://www.scne.es/
2072         contributors_es_cc_by: CC BY 4.0
2073         contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/
2074         contributors_za_credit_html: |
2075           %{south_africa}: Contains data sourced from %{ngi_link}, State copyright reserved.
2076         contributors_za_south_africa: South Africa
2077         contributors_za_ngi: "Chief Directorate: National Geo-Spatial Information"
2078         contributors_za_ngi_url: https://ngi.dalrrd.gov.za/
2079         contributors_gb_credit_html: |
2080           %{united_kingdom}: Contains Ordnance
2081           Survey data &copy; Crown copyright and database right
2082           2010-2023.
2083         contributors_gb_united_kingdom: United Kingdom
2084         contributors_2_html: |
2085           For further details of these, and other sources that have been used
2086           to help improve OpenStreetMap, please see the %{contributors_page_link} on the OpenStreetMap Wiki.
2087         contributors_2_contributors_page: Contributors page
2088         contributors_2_contributors_page_url: https://wiki.openstreetmap.org/wiki/Contributors
2089         contributors_footer_2_html: |
2090           Inclusion of data in OpenStreetMap does not imply that the original
2091           data provider endorses OpenStreetMap, provides any warranty, or
2092           accepts any liability.
2093         infringement_title_html: Copyright infringement
2094         infringement_1_html: |
2095           OSM contributors are reminded never to add data from any
2096           copyrighted sources (e.g. Google Maps or printed maps) without
2097           explicit permission from the copyright holders.
2098         infringement_2_1_html: |
2099           If you believe that copyrighted material has been inappropriately
2100           added to the OpenStreetMap database or this site, please refer
2101           to our %{takedown_procedure_link} or file directly at our
2102           %{online_filing_page_link}.
2103         infringement_2_1_takedown_procedure: takedown procedure
2104         infringement_2_1_takedown_procedure_url: https://wiki.osmfoundation.org/wiki/Takedown_procedure
2105         infringement_2_1_online_filing_page: on-line filing page
2106         infringement_2_1_online_filing_page_url: https://dmca.openstreetmap.org/
2107         trademarks_title: Trademarks
2108         trademarks_1_1_html: |
2109           OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the
2110           OpenStreetMap Foundation. If you have questions about your use of the marks, please see our
2111           %{trademark_policy_link}.
2112         trademarks_1_1_trademark_policy: Trademark Policy
2113         trademarks_1_1_trademark_policy_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
2114     index:
2115       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
2116       js_2: "OpenStreetMap uses JavaScript for its slippy map."
2117       permalink: Permalink
2118       shortlink: Shortlink
2119       createnote: Add a note
2120       license:
2121         copyright: "Copyright OpenStreetMap and contributors, under an open license"
2122         license_url: "https://openstreetmap.org/copyright"
2123         project_url: "https://openstreetmap.org"
2124       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
2125     edit:
2126       not_public: "You have not set your edits to be public."
2127       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}."
2128       user_page_link: user page
2129       anon_edits_html: "(%{link})"
2130       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
2131       anon_edits_link_text: "Find out why this is the case."
2132       id_not_configured: "iD has not been configured"
2133       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
2134     export:
2135       title: "Export"
2136       area_to_export: "Area to Export"
2137       manually_select: "Manually select a different area"
2138       format_to_export: "Format to Export"
2139       osm_xml_data: "OpenStreetMap XML Data"
2140       map_image: "Map Image (shows standard layer)"
2141       embeddable_html: "Embeddable HTML"
2142       licence: "Licence"
2143       licence_details_html: OpenStreetMap data is licensed under the %{odbl_link} (ODbL).
2144       odbl: Open Data Commons Open Database License
2145       odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
2146       too_large:
2147         advice: "If the above export fails, please consider using one of the sources listed below:"
2148         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."
2149         planet:
2150           title: "Planet OSM"
2151           description: "Regularly-updated copies of the complete OpenStreetMap database"
2152         overpass:
2153           title: "Overpass API"
2154           description: "Download this bounding box from a mirror of the OpenStreetMap database"
2155         geofabrik:
2156           title: "Geofabrik Downloads"
2157           description: "Regularly-updated extracts of continents, countries, and selected cities"
2158         other:
2159           title: "Other Sources"
2160           description: "Additional sources listed on the OpenStreetMap Wiki"
2161       options: "Options"
2162       format: "Format"
2163       scale: "Scale"
2164       max: "max"
2165       image_size: "Image Size"
2166       zoom: "Zoom"
2167       add_marker: "Add a marker to the map"
2168       latitude: "Lat:"
2169       longitude: "Lon:"
2170       output: "Output"
2171       paste_html: "Paste HTML to embed in website"
2172       export_button: "Export"
2173     fixthemap:
2174       title: Report a problem / Fix the map
2175       how_to_help:
2176         title: How to Help
2177         join_the_community:
2178           title: Join the community
2179           explanation_html: |
2180             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
2181             proceed is to join the OpenStreetMap community and add or repair the data yourself.
2182         add_a_note:
2183           instructions_1_html: |
2184             Just click %{note_icon} or the same icon on the map display.
2185             This will add a marker to the map, which you can move
2186             by dragging. Add your message, then click save, and other mappers will investigate.
2187       other_concerns:
2188         title: Other concerns
2189         concerns_html: |
2190           If you have concerns about how our data is being used or about the contents please consult our
2191           %{copyright_link} for more legal information, or contact the appropriate %{working_group_link}.
2192         copyright: copyright page
2193         working_group: OSMF working group
2194         working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
2195     help:
2196       title: Getting Help
2197       introduction: |
2198         OpenStreetMap has several resources for learning about the project, asking and answering questions,
2199         and collaboratively discussing and documenting mapping topics.
2200       welcome:
2201         url: /welcome
2202         title: Welcome to OpenStreetMap
2203         description: Start with this quick guide covering the OpenStreetMap basics.
2204       beginners_guide:
2205         url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
2206         title: Beginners' Guide
2207         description: Community maintained guide for beginners.
2208       help:
2209         url: https://help.openstreetmap.org/
2210         title: Help Forum
2211         description: Ask a question or look up answers on OpenStreetMap's question-and-answer site.
2212       mailing_lists:
2213         url: https://lists.openstreetmap.org/
2214         title: Mailing Lists
2215         description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
2216       community:
2217         url: https://community.openstreetmap.org/
2218         title: Community forum
2219         description: A shared place for conversations about OpenStreetMap.
2220       irc:
2221         url: https://irc.openstreetmap.org/
2222         title: IRC
2223         description: Interactive chat in many different languages and on many topics.
2224       switch2osm:
2225         url: https://switch2osm.org/
2226         title: switch2osm
2227         description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
2228       welcomemat:
2229         url: https://welcome.openstreetmap.org/
2230         title: For Organizations
2231         description: With an organization making plans for OpenStreetMap? Find what you need to know in the Welcome Mat.
2232       wiki:
2233         url: https://wiki.openstreetmap.org/
2234         title: OpenStreetMap Wiki
2235         description: Browse the wiki for in-depth OpenStreetMap documentation.
2236     potlatch:
2237       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.
2238       desktop_application_html: You can still use Potlatch by %{download_link}.
2239       download: downloading the desktop application for Mac and Windows
2240       download_url: https://www.systemed.net/potlatch/
2241       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}.
2242       change_preferences: Change your preferences here
2243     any_questions:
2244       title: Any questions?
2245       paragraph_1_html: |
2246         OpenStreetMap has several resources for learning about the project, asking and answering
2247         questions, and collaboratively discussing and documenting mapping topics.
2248         %{help_link}. With an organization making plans for OpenStreetMap? %{welcome_mat_link}.
2249       get_help_here: Get help here
2250       welcome_mat: Check out the Welcome Mat
2251       welcome_mat_url: https://welcome.openstreetmap.org/
2252     sidebar:
2253       search_results: Search Results
2254       close: Close
2255     search:
2256       search: Search
2257       get_directions: "Get directions"
2258       get_directions_title: "Find directions between two points"
2259       from: "From"
2260       to: "To"
2261       where_am_i: "Where is this?"
2262       where_am_i_title: Describe the current location using the search engine
2263       submit_text: "Go"
2264       reverse_directions_text: "Reverse Directions"
2265     key:
2266       table:
2267         entry:
2268           motorway: "Motorway"
2269           main_road: "Main road"
2270           trunk: "Trunk road"
2271           primary: "Primary road"
2272           secondary: "Secondary road"
2273           unclassified: "Unclassified road"
2274           track: "Track"
2275           bridleway: "Bridleway"
2276           cycleway: "Cycleway"
2277           cycleway_national: "National cycleway"
2278           cycleway_regional: "Regional cycleway"
2279           cycleway_local: "Local cycleway"
2280           footway: "Footway"
2281           rail: "Railway"
2282           subway: "Subway"
2283           tram:
2284             - Light rail
2285             - tram
2286           cable:
2287             - Cable car
2288             - chair lift
2289           runway:
2290             - Airport Runway
2291             - taxiway
2292           apron:
2293             - Airport apron
2294             - terminal
2295           admin: "Administrative boundary"
2296           forest: "Forest"
2297           wood: "Wood"
2298           golf: "Golf course"
2299           park: "Park"
2300           resident: "Residential area"
2301           common:
2302             - Common
2303             - meadow
2304             - garden
2305           retail: "Retail area"
2306           industrial: "Industrial area"
2307           commercial: "Commercial area"
2308           heathland: "Heathland"
2309           lake:
2310             - Lake
2311             - reservoir
2312           farm: "Farm"
2313           brownfield: "Brownfield site"
2314           cemetery: "Cemetery"
2315           allotments: "Allotments"
2316           pitch: "Sports pitch"
2317           centre: "Sports centre"
2318           reserve: "Nature reserve"
2319           military: "Military area"
2320           school:
2321             - School
2322             - university
2323           building: "Significant building"
2324           station: "Railway station"
2325           summit:
2326             - Summit
2327             - peak
2328           tunnel: "Dashed casing = tunnel"
2329           bridge: "Black casing = bridge"
2330           private: "Private access"
2331           destination: "Destination access"
2332           construction: "Roads under construction"
2333           bicycle_shop: "Bicycle shop"
2334           bicycle_parking: "Bicycle parking"
2335           toilets: "Toilets"
2336     welcome:
2337       title: Welcome!
2338       introduction: |
2339         Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
2340         up, you're all set to get started mapping. Here's a quick guide with the most important
2341         things you need to know.
2342       whats_on_the_map:
2343         title: What's on the Map
2344         on_the_map_html: |
2345           OpenStreetMap is a place for mapping things that are both %{real_and_current} -
2346           it includes millions of buildings, roads, and other details about places. You can map
2347           whatever real-world features are interesting to you.
2348         real_and_current: real and current
2349         off_the_map_html: |
2350           What it %{doesnt} include is opinionated data like ratings, historical or
2351           hypothetical features, and data from copyrighted sources. Unless you have special
2352           permission, don't copy from online or paper maps.
2353         doesnt: doesn't
2354       basic_terms:
2355         title: Basic Terms For Mapping
2356         paragraph_1: |
2357           OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
2358         an_editor_html: An %{editor} is a program or website you can use to edit the map.
2359         a_node_html: A %{node} is a point on the map, like a single restaurant or a tree.
2360         a_way_html: A %{way} is a line or area, like a road, stream, lake or building.
2361         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.
2362         editor: editor
2363         node: node
2364         way: way
2365         tag: tag
2366       rules:
2367         title: Rules!
2368         para_1_html: |
2369           OpenStreetMap has few formal rules but we expect all participants to collaborate
2370           with, and communicate with, the community. If you are considering
2371           any activities other than editing by hand, please read and follow the guidelines on
2372           %{imports_link} and %{automated_edits_link}.
2373         imports: Imports
2374         imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
2375         automated_edits: Automated Edits
2376         automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
2377       start_mapping: Start Mapping
2378       add_a_note:
2379         title: No Time To Edit? Add a Note!
2380         para_1: |
2381           If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
2382           easy to add a note.
2383         para_2_html: |
2384           Just go to %{map_link} and click the note icon: %{note_icon}.
2385           This will add a marker to the map, which you can move by dragging.
2386           Add your message, then click save, and other mappers will investigate.
2387         the_map: the map
2388     communities:
2389       title: Communities
2390       lede_text: |
2391         People from all over the world contribute to or use OpenStreetMap.
2392         While many participate as individuals, others have formed communities.
2393         These groups come in a range of sizes and represent geographies from small towns to large multi-country regions.
2394         They can also be formal or informal.
2395       local_chapters:
2396         title: Local Chapters
2397         about_text: |
2398           Local Chapters are country-level or region-level groups that have taken the formal step of
2399           establishing not-for-profit legal entities. They represent the area's map and mappers when
2400           dealing with local government, business, and media. They have also formed an affiliation
2401           with the OpenStreetMap Foundation (OSMF), giving them a link to the legal and copyright
2402           governing body.
2403         list_text: |
2404           The following communities are formally established as Local Chapters:
2405       other_groups:
2406         title: Other Groups
2407         other_groups_html: |
2408           There is no need to formally establish a group to the same extent as the Local Chapters.
2409           Indeed many groups exist very sucessfully as an informal gathering of people or as a
2410           community group. Anyone can set up or join these. Read more on the %{communities_wiki_link}.
2411         communities_wiki: Communities wiki page
2412         communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
2413   traces:
2414     visibility:
2415       private: "Private (only shared as anonymous, unordered points)"
2416       public: "Public (shown in trace list and as anonymous, unordered points)"
2417       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
2418       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
2419     new:
2420       upload_trace: "Upload GPS Trace"
2421       visibility_help: "what does this mean?"
2422       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
2423       help: "Help"
2424       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
2425     create:
2426       upload_trace: "Upload GPS Trace"
2427       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."
2428       upload_failed: "Sorry, the GPX upload failed. An administrator has been alerted to the error. Please try again"
2429       traces_waiting:
2430         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."
2431         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."
2432     edit:
2433       cancel: Cancel
2434       title: "Editing Trace %{name}"
2435       heading: "Editing Trace %{name}"
2436       visibility_help: "what does this mean?"
2437       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
2438     update:
2439       updated: Trace updated
2440     trace_optionals:
2441       tags: "Tags"
2442     show:
2443       title: "Viewing Trace %{name}"
2444       heading: "Viewing Trace %{name}"
2445       pending: "PENDING"
2446       filename: "Filename:"
2447       download: "download"
2448       uploaded: "Uploaded:"
2449       points: "Points:"
2450       start_coordinates: "Start coordinate:"
2451       coordinates_html: "%{latitude}; %{longitude}"
2452       map: "map"
2453       edit: "edit"
2454       owner: "Owner:"
2455       description: "Description:"
2456       tags: "Tags:"
2457       none: "None"
2458       edit_trace: "Edit this trace"
2459       delete_trace: "Delete this trace"
2460       trace_not_found: "Trace not found!"
2461       visibility: "Visibility:"
2462       confirm_delete: "Delete this trace?"
2463     trace_paging_nav:
2464       older: "Older Traces"
2465       newer: "Newer Traces"
2466     trace:
2467       pending: "PENDING"
2468       count_points:
2469         one: "%{count} point"
2470         other: "%{count} points"
2471       more: "more"
2472       trace_details: "View Trace Details"
2473       view_map: "View Map"
2474       edit_map: "Edit Map"
2475       public: "PUBLIC"
2476       identifiable: "IDENTIFIABLE"
2477       private: "PRIVATE"
2478       trackable: "TRACKABLE"
2479       by: "by"
2480       in: "in"
2481     index:
2482       public_traces: "Public GPS Traces"
2483       my_gps_traces: "My GPS Traces"
2484       public_traces_from: "Public GPS Traces from %{user}"
2485       description: "Browse recent GPS trace uploads"
2486       tagged_with: " tagged with %{tags}"
2487       empty_title: Nothing here yet
2488       empty_upload_html: "%{upload_link} or learn more about GPS tracing on the %{wiki_link}."
2489       upload_new: Upload a new trace
2490       wiki_page: wiki page
2491       wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
2492       upload_trace: "Upload a trace"
2493       all_traces: "All Traces"
2494       my_traces: "My Traces"
2495       traces_from: "Public Traces from %{user}"
2496       remove_tag_filter: "Remove Tag Filter"
2497     destroy:
2498       scheduled_for_deletion: "Trace scheduled for deletion"
2499     make_public:
2500       made_public: "Trace made public"
2501     offline_warning:
2502       message: "The GPX file upload system is currently unavailable"
2503     offline:
2504       heading: "GPX Storage Offline"
2505       message: "The GPX file storage and upload system is currently unavailable."
2506     georss:
2507       title: "OpenStreetMap GPS Traces"
2508     description:
2509       description_with_count:
2510         one: "GPX file with %{count} point from %{user}"
2511         other: "GPX file with %{count} points from %{user}"
2512       description_without_count: "GPX file from %{user}"
2513   application:
2514     permission_denied: You do not have permission to access that action
2515     require_cookies:
2516       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
2517     require_admin:
2518       not_an_admin: You need to be an admin to perform that action.
2519     setup_user_auth:
2520       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."
2521       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
2522       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."
2523     settings_menu:
2524       account_settings: Account Settings
2525       oauth1_settings: OAuth 1 settings
2526       oauth2_applications: OAuth 2 applications
2527       oauth2_authorizations: OAuth 2 authorizations
2528   oauth:
2529     authorize:
2530       title: "Authorize access to your account"
2531       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."
2532       allow_to: "Allow the client application to:"
2533       allow_read_prefs:  "read your user preferences."
2534       allow_write_prefs: "modify your user preferences."
2535       allow_write_diary: "create diary entries, comments and make friends."
2536       allow_write_api:   "modify the map."
2537       allow_read_gpx:    "read your private GPS traces."
2538       allow_write_gpx:   "upload GPS traces."
2539       allow_write_notes: "modify notes."
2540       grant_access: "Grant Access"
2541     authorize_success:
2542       title: "Authorization request allowed"
2543       allowed_html: "You have granted application %{app_name} access to your account."
2544       verification: "The verification code is %{code}."
2545     authorize_failure:
2546       title: "Authorization request failed"
2547       denied: "You have denied application %{app_name} access to your account."
2548       invalid: "The authorization token is not valid."
2549     revoke:
2550       flash: "You've revoked the token for %{application}"
2551     permissions:
2552       missing: "You have not permitted the application access to this facility"
2553     scopes:
2554       openid: Sign-in using OpenStreetMap
2555       read_prefs: Read user preferences
2556       write_prefs: Modify user preferences
2557       write_diary: Create diary entries, comments and make friends
2558       write_api: Modify the map
2559       read_gpx: Read private GPS traces
2560       write_gpx: Upload GPS traces
2561       write_notes: Modify notes
2562       read_email: Read user email address
2563       skip_authorization: Auto approve application
2564   oauth_clients:
2565     new:
2566       title: "Register a new application"
2567     edit:
2568       title: "Edit your application"
2569     show:
2570       title: "OAuth details for %{app_name}"
2571       key: "Consumer Key:"
2572       secret: "Consumer Secret:"
2573       url: "Request Token URL:"
2574       access_url: "Access Token URL:"
2575       authorize_url: "Authorise URL:"
2576       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
2577       edit: "Edit Details"
2578       delete: "Delete Client"
2579       confirm: "Are you sure?"
2580       requests: "Requesting the following permissions from the user:"
2581     index:
2582       title: "My OAuth Details"
2583       my_tokens: "My Authorised Applications"
2584       list_tokens: "The following tokens have been issued to applications in your name:"
2585       application: "Application Name"
2586       issued_at: "Issued At"
2587       revoke: "Revoke!"
2588       my_apps: "My Client Applications"
2589       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."
2590       oauth: OAuth
2591       registered_apps: "You have the following client applications registered:"
2592       register_new: "Register your application"
2593     form:
2594       requests: "Request the following permissions from the user:"
2595     not_found:
2596       sorry: "Sorry, that %{type} could not be found."
2597     create:
2598       flash: "Registered the information successfully"
2599     update:
2600       flash: "Updated the client information successfully"
2601     destroy:
2602       flash: "Destroyed the client application registration"
2603   oauth2_applications:
2604     index:
2605       title: "My Client Applications"
2606       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."
2607       oauth_2: "OAuth 2"
2608       new: "Register new application"
2609       name: "Name"
2610       permissions: "Permissions"
2611     application:
2612       edit: "Edit"
2613       delete: "Delete"
2614       confirm_delete: "Delete this application?"
2615     new:
2616       title: "Register a new application"
2617     edit:
2618       title: "Edit your application"
2619     show:
2620       edit: "Edit"
2621       delete: "Delete"
2622       confirm_delete: "Delete this application?"
2623       client_id: "Client ID"
2624       client_secret: "Client Secret"
2625       client_secret_warning: "Make sure to save this secret - it will not be accessible again"
2626       permissions: "Permissions"
2627       redirect_uris: "Redirect URIs"
2628     not_found:
2629       sorry: "Sorry, that application could not be found."
2630   oauth2_authorizations:
2631     new:
2632       title: "Authorization Required"
2633       introduction: "Authorize %{application} to access your account with the following permissions?"
2634       authorize: "Authorize"
2635       deny: "Deny"
2636     error:
2637       title: "An error has occurred"
2638     show:
2639       title: "Authorization code"
2640   oauth2_authorized_applications:
2641     index:
2642       title: "My Authorized Applications"
2643       application: "Application"
2644       permissions: "Permissions"
2645       no_applications_html: "You have not yet authorized any %{oauth2} applications."
2646     application:
2647       revoke: "Revoke Access"
2648       confirm_revoke: "Revoke access for this application?"
2649   users:
2650     new:
2651       title: "Sign Up"
2652       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
2653       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.'
2654       support: support
2655       about:
2656         header: Free and editable
2657         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.
2658         paragraph_2: Sign up to get started contributing. We'll send an email to confirm your account.
2659       display name description: "Your publicly displayed username. You can change this later in the preferences."
2660       external auth: "Third Party Authentication:"
2661       use external auth: "Alternatively, use a third party to login"
2662       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
2663       continue: Sign Up
2664       terms accepted: "Thanks for accepting the new contributor terms!"
2665       email_confirmation_help_html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
2666       privacy_policy: privacy policy
2667       privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
2668       privacy_policy_title: OSMF privacy policy including section on email addresses
2669     terms:
2670       title: "Terms"
2671       heading: "Terms"
2672       heading_ct: "Contributor terms"
2673       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."
2674       contributor_terms_explain: "This agreement governs the terms for your existing and future contributions."
2675       read_ct: "I have read and agree to the above contributor terms"
2676       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."
2677       read_tou: "I have read and agree to the Terms of Use"
2678       consider_pd: "In addition to the above, I consider my contributions to be in the Public Domain"
2679       consider_pd_why: "what's this?"
2680       consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
2681       guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
2682       readable_summary: human readable summary
2683       informal_translations: informal translations
2684       continue: Continue
2685       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
2686       decline: "Decline"
2687       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
2688       legale_select: "Country of residence:"
2689       legale_names:
2690         france: "France"
2691         italy: "Italy"
2692         rest_of_world: "Rest of the world"
2693     terms_declined_flash:
2694       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}.
2695       terms_declined_link: this wiki page
2696       terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2697     no_such_user:
2698       title: "No such user"
2699       heading: "The user %{user} does not exist"
2700       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2701       deleted: "deleted"
2702     show:
2703       my diary: My Diary
2704       my edits: My Edits
2705       my traces: My Traces
2706       my notes: My Notes
2707       my messages: My Messages
2708       my profile: My Profile
2709       my settings: My Settings
2710       my comments: My Comments
2711       my_preferences: My Preferences
2712       my_dashboard: My Dashboard
2713       blocks on me: Blocks on Me
2714       blocks by me: Blocks by Me
2715       edit_profile: Edit Profile
2716       send message: Send Message
2717       diary: Diary
2718       edits: Edits
2719       traces: Traces
2720       notes: Map Notes
2721       remove as friend: Unfriend
2722       add as friend: Add Friend
2723       mapper since: "Mapper since:"
2724       uid: "User id:"
2725       ct status: "Contributor terms:"
2726       ct undecided: Undecided
2727       ct declined: Declined
2728       latest edit: "Latest edit (%{ago}):"
2729       email address: "Email address:"
2730       created from: "Created from:"
2731       status: "Status:"
2732       spam score: "Spam Score:"
2733       role:
2734         administrator: "This user is an administrator"
2735         moderator: "This user is a moderator"
2736         grant:
2737           administrator: "Grant administrator access"
2738           moderator: "Grant moderator access"
2739         revoke:
2740           administrator: "Revoke administrator access"
2741           moderator: "Revoke moderator access"
2742       block_history: "Active Blocks"
2743       moderator_history: "Blocks Given"
2744       comments: "Comments"
2745       create_block: "Block this User"
2746       activate_user: "Activate this User"
2747       confirm_user: "Confirm this User"
2748       unconfirm_user: "Unconfirm this User"
2749       unsuspend_user: "Unsuspend this User"
2750       hide_user: "Hide this User"
2751       unhide_user: "Unhide this User"
2752       delete_user: "Delete this User"
2753       confirm: "Confirm"
2754       report: Report this User
2755     go_public:
2756       flash success: "All your edits are now public, and you are now allowed to edit."
2757     index:
2758       title: Users
2759       heading: Users
2760       showing:
2761         one: Page %{page} (%{first_item} of %{items})
2762         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2763       summary_html: "%{name} created from %{ip_address} on %{date}"
2764       summary_no_ip_html: "%{name} created on %{date}"
2765       confirm: Confirm Selected Users
2766       hide: Hide Selected Users
2767       empty: No matching users found
2768     suspended:
2769       title: Account Suspended
2770       heading: Account Suspended
2771       support: support
2772       automatically_suspended: Sorry, your account has been automatically suspended due to suspicious activity.
2773       contact_support_html: This decision will be reviewed by an administrator shortly, or you may contact %{support_link} if you wish to discuss this.
2774     auth_failure:
2775       connection_failed: Connection to authentication provider failed
2776       invalid_credentials: Invalid authentication credentials
2777       no_authorization_code: No authorization code
2778       unknown_signature_algorithm: Unknown signature algorithm
2779       invalid_scope: Invalid scope
2780       unknown_error: Authentication failed
2781     auth_association:
2782       heading: Your ID is not associated with a OpenStreetMap account yet.
2783       option_1: |
2784         If you are new to OpenStreetMap, please create a new account
2785         using the form below.
2786       option_2: |
2787         If you already have an account, you can login to your account
2788         using your username and password and then associate the account
2789         with your ID in your user settings.
2790   user_role:
2791     filter:
2792       not_a_role: "The string `%{role}' is not a valid role."
2793       already_has_role: "The user already has role %{role}."
2794       doesnt_have_role: "The user does not have role %{role}."
2795       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2796     grant:
2797       title: Confirm role granting
2798       heading: Confirm role granting
2799       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2800       confirm: "Confirm"
2801       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2802     revoke:
2803       title: Confirm role revoking
2804       heading: Confirm role revoking
2805       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2806       confirm: "Confirm"
2807       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2808   user_blocks:
2809     model:
2810       non_moderator_update: "Must be a moderator to create or update a block."
2811       non_moderator_revoke: "Must be a moderator to revoke a block."
2812     not_found:
2813       sorry: "Sorry, the user block with ID %{id} could not be found."
2814       back: "Back to index"
2815     new:
2816       title: "Creating block on %{name}"
2817       heading_html: "Creating block on %{name}"
2818       period: "How long, starting now, the user will be blocked from the API for."
2819       back: "View all blocks"
2820     edit:
2821       title: "Editing block on %{name}"
2822       heading_html: "Editing block on %{name}"
2823       period: "How long, starting now, the user will be blocked from the API for."
2824       show: "View this block"
2825       back: "View all blocks"
2826     filter:
2827       block_expired: "The block has already expired and cannot be edited."
2828       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2829     create:
2830       flash: "Created a block on user %{name}."
2831     update:
2832       only_creator_can_edit: "Only the moderator who created this block can edit it."
2833       success: "Block updated."
2834     index:
2835       title: "User blocks"
2836       heading: "List of user blocks"
2837       empty: "No blocks have been made yet."
2838     revoke:
2839       title: "Revoking block on %{block_on}"
2840       heading_html: "Revoking block on %{block_on} by %{block_by}"
2841       time_future: "This block will end in %{time}."
2842       past: "This block ended %{time} and cannot be revoked now."
2843       confirm: "Are you sure you wish to revoke this block?"
2844       revoke: "Revoke!"
2845       flash: "This block has been revoked."
2846     helper:
2847       time_future_html: "Ends in %{time}."
2848       until_login: "Active until the user logs in."
2849       time_future_and_until_login_html: "Ends in %{time} and after the user has logged in."
2850       time_past_html: "Ended %{time}."
2851       block_duration:
2852         hours:
2853           one: "%{count} hour"
2854           other: "%{count} hours"
2855         days:
2856           one: "%{count} day"
2857           other: "%{count} days"
2858         weeks:
2859           one: "%{count} week"
2860           other: "%{count} weeks"
2861         months:
2862           one: "%{count} month"
2863           other: "%{count} months"
2864         years:
2865           one: "%{count} year"
2866           other: "%{count} years"
2867     blocks_on:
2868       title: "Blocks on %{name}"
2869       heading_html: "List of Blocks on %{name}"
2870       empty: "%{name} has not been blocked yet."
2871     blocks_by:
2872       title: "Blocks by %{name}"
2873       heading_html: "List of Blocks by %{name}"
2874       empty: "%{name} has not made any blocks yet."
2875     show:
2876       title: "%{block_on} blocked by %{block_by}"
2877       heading_html: "%{block_on} blocked by %{block_by}"
2878       created: "Created:"
2879       duration: "Duration:"
2880       status: "Status:"
2881       show: "Show"
2882       edit: "Edit"
2883       revoke: "Revoke!"
2884       confirm: "Are you sure?"
2885       reason: "Reason for block:"
2886       back: "View all blocks"
2887       revoker: "Revoker:"
2888       needs_view: "The user needs to log in before this block will be cleared."
2889     block:
2890       not_revoked: "(not revoked)"
2891       show: "Show"
2892       edit: "Edit"
2893       revoke: "Revoke!"
2894     blocks:
2895       display_name: "Blocked User"
2896       creator_name: "Creator"
2897       reason: "Reason for block"
2898       status: "Status"
2899       revoker_name: "Revoked by"
2900       showing_page: "Page %{page}"
2901       next: "Next »"
2902       previous: "« Previous"
2903   notes:
2904     index:
2905       title: "Notes submitted or commented on by %{user}"
2906       heading: "%{user}'s Notes"
2907       subheading_html: "Notes %{submitted} or %{commented} by %{user}"
2908       subheading_submitted: "submitted"
2909       subheading_commented: "commented on"
2910       no_notes: No notes
2911       id: "Id"
2912       creator: "Creator"
2913       description: "Description"
2914       created_at: "Created at"
2915       last_changed: "Last changed"
2916     show:
2917       title: "Note: %{id}"
2918       description: "Description"
2919       open_title: "Unresolved note #%{note_name}"
2920       closed_title: "Resolved note #%{note_name}"
2921       hidden_title: "Hidden note #%{note_name}"
2922       event_opened_by_html: "Created by %{user} %{time_ago}"
2923       event_opened_by_anonymous_html: "Created by anonymous %{time_ago}"
2924       event_commented_by_html: "Comment from %{user} %{time_ago}"
2925       event_commented_by_anonymous_html: "Comment from anonymous %{time_ago}"
2926       event_closed_by_html: "Resolved by %{user} %{time_ago}"
2927       event_closed_by_anonymous_html: "Resolved by anonymous %{time_ago}"
2928       event_reopened_by_html: "Reactivated by %{user} %{time_ago}"
2929       event_reopened_by_anonymous_html: "Reactivated by anonymous %{time_ago}"
2930       event_hidden_by_html: "Hidden by %{user} %{time_ago}"
2931       report: report this note
2932       coordinates_html: "%{latitude}, %{longitude}"
2933       anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2934       hide: Hide
2935       resolve: Resolve
2936       reactivate: Reactivate
2937       comment_and_resolve: Comment & Resolve
2938       comment: Comment
2939       report_link_html: "If this note contains sensitive information that needs to be removed, you can %{link}."
2940       other_problems_resolve: "For all other problems with the note, please resolve it yourself with a comment."
2941       other_problems_resolved: "For all other problems, resolving is sufficient."
2942       disappear_date_html: "This resolved note will disappear from the map in %{disappear_in}."
2943     new:
2944       title: "New Note"
2945       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."
2946       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."
2947       add: Add Note
2948   javascripts:
2949     close: Close
2950     share:
2951       title: "Share"
2952       cancel: "Cancel"
2953       image: "Image"
2954       link: "Link or HTML"
2955       long_link: "Link"
2956       short_link: "Short Link"
2957       geo_uri: "Geo URI"
2958       embed: "HTML"
2959       custom_dimensions: "Set custom dimensions"
2960       format: "Format:"
2961       scale: "Scale:"
2962       image_dimensions: "Image will show standard layer at %{width} x %{height}"
2963       download: "Download"
2964       short_url: "Short URL"
2965       include_marker: "Include marker"
2966       center_marker: "Center map on marker"
2967       paste_html: "Paste HTML to embed in website"
2968       view_larger_map: "View Larger Map"
2969       only_standard_layer: "Only the standard layer can be exported as an image"
2970     embed:
2971       report_problem: "Report a problem"
2972     key:
2973       title: "Map Key"
2974       tooltip: "Map Key"
2975       tooltip_disabled: "Map Key not available for this layer"
2976     map:
2977       zoom:
2978         in: Zoom In
2979         out: Zoom Out
2980       locate:
2981         title: Show My Location
2982         metersPopup:
2983           one: You are within %{count} meter of this point
2984           other: You are within %{count} meters of this point
2985         feetPopup:
2986           one: You are within %{count} foot of this point
2987           other: You are within %{count} feet of this point
2988       base:
2989         standard: Standard
2990         cyclosm: CyclOSM
2991         cycle_map: Cycle Map
2992         transport_map: Transport Map
2993         tracestracktop_topo: Tracestrack Topo
2994         hot: Humanitarian
2995         opnvkarte: ÖPNVKarte
2996       layers:
2997         header: Map Layers
2998         notes: Map Notes
2999         data: Map Data
3000         gps: Public GPS Traces
3001         overlays: Enable overlays for troubleshooting the map
3002         title: "Layers"
3003       copyright_text: "© %{copyright_link}"
3004       openstreetmap_contributors: "OpenStreetMap contributors"
3005       make_a_donation: Make a Donation
3006       website_and_api_terms: Website and API terms
3007       cyclosm_credit: "Tiles style by %{cyclosm_link} hosted by %{osm_france_link}"
3008       cyclosm_name: CyclOSM
3009       osm_france: OpenStreetMap France
3010       thunderforest_credit: "Tiles courtesy of %{thunderforest_link}"
3011       andy_allan: Andy Allan
3012       opnvkarte_credit: "Tiles courtesy of %{memomaps_link}"
3013       memomaps: MeMoMaps
3014       tracestrack_credit: "Tiles courtesy of %{tracestrack_link}"
3015       tracestrack: Tracestrack
3016       hotosm_credit: "Tiles style by %{hotosm_link} hosted by %{osm_france_link}"
3017       hotosm_name: Humanitarian OpenStreetMap Team
3018     site:
3019       edit_tooltip: Edit the map
3020       edit_disabled_tooltip: Zoom in to edit the map
3021       createnote_tooltip: Add a note to the map
3022       createnote_disabled_tooltip: Zoom in to add a note to the map
3023       map_notes_zoom_in_tooltip: Zoom in to see map notes
3024       map_data_zoom_in_tooltip: Zoom in to see map data
3025       queryfeature_tooltip: Query features
3026       queryfeature_disabled_tooltip: Zoom in to query features
3027     changesets:
3028       show:
3029         comment: "Comment"
3030         subscribe: "Subscribe"
3031         unsubscribe: "Unsubscribe"
3032         hide_comment: "hide"
3033         unhide_comment: "unhide"
3034     edit_help: Move the map and zoom in on a location you want to edit, then click here.
3035     directions:
3036       ascend: "Ascend"
3037       engines:
3038         fossgis_osrm_bike: "Bicycle (OSRM)"
3039         fossgis_osrm_car: "Car (OSRM)"
3040         fossgis_osrm_foot: "Foot (OSRM)"
3041         graphhopper_bicycle: "Bicycle (GraphHopper)"
3042         graphhopper_car: "Car (GraphHopper)"
3043         graphhopper_foot: "Foot (GraphHopper)"
3044         fossgis_valhalla_bicycle: "Bicycle (Valhalla)"
3045         fossgis_valhalla_car: "Car (Valhalla)"
3046         fossgis_valhalla_foot: "Foot (Valhalla)"
3047       descend: "Descend"
3048       directions: "Directions"
3049       distance: "Distance"
3050       distance_m: "%{distance}m"
3051       distance_km: "%{distance}km"
3052       errors:
3053         no_route: "Couldn't find a route between those two places."
3054         no_place: "Sorry - couldn't locate '%{place}'."
3055       instructions:
3056         continue_without_exit: Continue on %{name}
3057         slight_right_without_exit: Slight right onto %{name}
3058         offramp_right: Take the ramp on the right
3059         offramp_right_with_exit: Take exit %{exit} on the right
3060         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
3061         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
3062         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
3063         offramp_right_with_name: Take the ramp on the right onto %{name}
3064         offramp_right_with_directions: Take the ramp on the right towards %{directions}
3065         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
3066         onramp_right_without_exit: Turn right on the ramp onto %{name}
3067         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
3068         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
3069         onramp_right_without_directions: Turn right onto the ramp
3070         onramp_right: Turn right onto the ramp
3071         endofroad_right_without_exit: At the end of the road turn right onto %{name}
3072         merge_right_without_exit: Merge right onto %{name}
3073         fork_right_without_exit: At the fork turn right onto %{name}
3074         turn_right_without_exit: Turn right onto %{name}
3075         sharp_right_without_exit: Sharp right onto %{name}
3076         uturn_without_exit: U-turn along %{name}
3077         sharp_left_without_exit: Sharp left onto %{name}
3078         turn_left_without_exit: Turn left onto %{name}
3079         offramp_left: Take the ramp on the left
3080         offramp_left_with_exit: Take exit %{exit} on the left
3081         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
3082         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
3083         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
3084         offramp_left_with_name: Take the ramp on the left onto %{name}
3085         offramp_left_with_directions: Take the ramp on the left towards %{directions}
3086         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
3087         onramp_left_without_exit: Turn left on the ramp onto %{name}
3088         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
3089         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
3090         onramp_left_without_directions: Turn left onto the ramp
3091         onramp_left: Turn left onto the ramp
3092         endofroad_left_without_exit: At the end of the road turn left onto %{name}
3093         merge_left_without_exit: Merge left onto %{name}
3094         fork_left_without_exit: At the fork turn left onto %{name}
3095         slight_left_without_exit: Slight left onto %{name}
3096         via_point_without_exit: (via point)
3097         follow_without_exit: Follow %{name}
3098         roundabout_without_exit: At roundabout take exit onto %{name}
3099         leave_roundabout_without_exit: Leave roundabout - %{name}
3100         stay_roundabout_without_exit: Stay on roundabout - %{name}
3101         start_without_exit: Start on %{name}
3102         destination_without_exit: Reach destination
3103         against_oneway_without_exit: Go against one-way on %{name}
3104         end_oneway_without_exit: End of one-way on %{name}
3105         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
3106         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
3107         exit_roundabout: Exit roundabout onto %{name}
3108         unnamed: "unnamed road"
3109         courtesy: "Directions courtesy of %{link}"
3110         exit_counts:
3111           first: "1st"
3112           second: "2nd"
3113           third: "3rd"
3114           fourth: "4th"
3115           fifth: "5th"
3116           sixth: "6th"
3117           seventh: "7th"
3118           eighth: "8th"
3119           ninth: "9th"
3120           tenth: "10th"
3121       time: "Time"
3122     query:
3123       node: Node
3124       way: Way
3125       relation: Relation
3126       nothing_found: No features found
3127       error: "Error contacting %{server}: %{error}"
3128       timeout: "Timeout contacting %{server}"
3129     context:
3130       directions_from: Directions from here
3131       directions_to: Directions to here
3132       add_note: Add a note here
3133       show_address: Show address
3134       query_features: Query features
3135       centre_map: Centre map here
3136   redactions:
3137     edit:
3138       heading: "Edit Redaction"
3139       title: "Edit Redaction"
3140     index:
3141       empty: "No redactions to show."
3142       heading: "List of Redactions"
3143       title: "List of Redactions"
3144     new:
3145       heading: "Enter Information for New Redaction"
3146       title: "Creating New Redaction"
3147     show:
3148       description: "Description:"
3149       heading: "Showing Redaction \"%{title}\""
3150       title: "Showing Redaction"
3151       user: "Creator:"
3152       edit: "Edit this redaction"
3153       destroy: "Remove this redaction"
3154       confirm: "Are you sure?"
3155     create:
3156       flash: "Redaction created."
3157     update:
3158       flash: "Changes saved."
3159     destroy:
3160       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
3161       flash: "Redaction destroyed."
3162       error: "There was an error destroying this redaction."
3163   validations:
3164     leading_whitespace: "has leading whitespace"
3165     trailing_whitespace: "has trailing whitespace"
3166     invalid_characters: "contains invalid characters"
3167     url_characters: "contains special URL characters (%{characters})"