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