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