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