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