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