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