]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Merge remote-tracking branch 'upstream/pull/4367'
[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       from: "From"
1686       subject: "Subject"
1687       date: "Date"
1688       no_messages_yet_html: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1689       people_mapping_nearby: "people mapping nearby"
1690     message_summary:
1691       unread_button: "Mark as unread"
1692       read_button: "Mark as read"
1693       reply_button: "Reply"
1694       destroy_button: "Delete"
1695     new:
1696       title: "Send message"
1697       send_message_to_html: "Send a new message to %{name}"
1698       back_to_inbox: "Back to inbox"
1699     create:
1700       message_sent: "Message sent"
1701       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1702     no_such_message:
1703       title: "No such message"
1704       heading: "No such message"
1705       body: "Sorry there is no message with that id."
1706     outbox:
1707       title: "Outbox"
1708       my_inbox: "My Inbox"
1709       my_outbox: "My Outbox"
1710       messages:
1711         one: "You have %{count} sent message"
1712         other: "You have %{count} sent messages"
1713       to: "To"
1714       subject: "Subject"
1715       date: "Date"
1716       no_sent_messages_html: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1717       people_mapping_nearby: "people mapping nearby"
1718     reply:
1719       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."
1720     show:
1721       title: "Read message"
1722       reply_button: "Reply"
1723       unread_button: "Mark as unread"
1724       destroy_button: "Delete"
1725       back: "Back"
1726       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."
1727     sent_message_summary:
1728       destroy_button: "Delete"
1729     mark:
1730       as_read: "Message marked as read"
1731       as_unread: "Message marked as unread"
1732     destroy:
1733       destroyed: "Message deleted"
1734   passwords:
1735     lost_password:
1736       title: "Lost password"
1737       heading: "Forgotten Password?"
1738       email address: "Email Address:"
1739       new password button: "Reset password"
1740       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."
1741       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1742       notice email cannot find: "Could not find that email address, sorry."
1743     reset_password:
1744       title: "Reset password"
1745       heading: "Reset Password for %{user}"
1746       reset: "Reset Password"
1747       flash changed: "Your password has been changed."
1748       flash token bad: "Did not find that token, check the URL maybe?"
1749   preferences:
1750     show:
1751       title: My Preferences
1752       preferred_editor: Preferred Editor
1753       preferred_languages: Preferred Languages
1754       edit_preferences: Edit Preferences
1755     edit:
1756       title: Edit Preferences
1757       save: Update Preferences
1758       cancel: Cancel
1759     update:
1760       failure: Couldn't update preferences.
1761     update_success_flash:
1762       message: Preferences updated.
1763   profiles:
1764     edit:
1765       title: Edit Profile
1766       save: Update Profile
1767       cancel: Cancel
1768       image: Image
1769       gravatar:
1770         gravatar: "Use Gravatar"
1771         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
1772         what_is_gravatar: "What is Gravatar?"
1773         disabled: "Gravatar has been disabled."
1774         enabled: "Display of your Gravatar has been enabled."
1775       new image: "Add an image"
1776       keep image: "Keep the current image"
1777       delete image: "Remove the current image"
1778       replace image: "Replace the current image"
1779       image size hint: "(square images at least 100x100 work best)"
1780       home location: "Home Location"
1781       no home location: "You have not entered your home location."
1782       update home location on click: "Update home location when I click on the map?"
1783       show: "Show"
1784       delete: "Delete"
1785       undelete: "Undo delete"
1786     update:
1787       success: Profile updated.
1788       failure: Couldn't update profile.
1789   sessions:
1790     new:
1791       title: "Login"
1792       heading: "Login"
1793       email or username: "Email Address or Username:"
1794       password: "Password:"
1795       openid_html: "%{logo} OpenID:"
1796       remember: "Remember me"
1797       lost password link: "Lost your password?"
1798       login_button: "Login"
1799       register now: Register now
1800       with external: "Alternatively, use a third party to login:"
1801       no account: Don't have an account?
1802       auth failure: "Sorry, could not log in with those details."
1803       openid_logo_alt: "Log in with an OpenID"
1804       auth_providers:
1805         openid:
1806           title: Login with OpenID
1807           alt: Login with an OpenID URL
1808         google:
1809           title: Login with Google
1810           alt: Login with a Google OpenID
1811         facebook:
1812           title: Login with Facebook
1813           alt: Login with a Facebook Account
1814         microsoft:
1815           title: Login with Microsoft
1816           alt: Login with a Microsoft Account
1817         github:
1818           title: Login with GitHub
1819           alt: Login with a GitHub Account
1820         wikipedia:
1821           title: Login with Wikipedia
1822           alt: Login with a Wikipedia Account
1823         wordpress:
1824           title: Login with Wordpress
1825           alt: Login with a Wordpress OpenID
1826         aol:
1827           title: Login with AOL
1828           alt: Login with an AOL OpenID
1829     destroy:
1830       title: "Logout"
1831       heading: "Logout from OpenStreetMap"
1832       logout_button: "Logout"
1833     suspended_flash:
1834       suspended: Sorry, your account has been suspended due to suspicious activity.
1835       contact_support_html: Please contact %{support_link} if you wish to discuss this.
1836       support: support
1837   shared:
1838     markdown_help:
1839       heading_html: Parsed with %{kramdown_link}
1840       kramdown_url: https://kramdown.gettalong.org/quickref.html
1841       kramdown: kramdown
1842       headings: Headings
1843       heading: Heading
1844       subheading: Subheading
1845       unordered: Unordered list
1846       ordered: Ordered list
1847       first: First item
1848       second: Second item
1849       link: Link
1850       text: Text
1851       image: Image
1852       alt: Alt text
1853       url: URL
1854     richtext_field:
1855       edit: Edit
1856       preview: Preview
1857   site:
1858     about:
1859       next: Next
1860       heading_html: "%{copyright}OpenStreetMap %{br} contributors"
1861       copyright_symbol_html: "&copy;"
1862       used_by_html: "%{name} provides map data for thousands of websites, mobile apps, and hardware devices"
1863       lede_text: |
1864         OpenStreetMap is built by a community of mappers that contribute and maintain data
1865         about roads, trails, cafés, railway stations, and much more, all over the world.
1866       local_knowledge_title: Local Knowledge
1867       local_knowledge_html: |
1868         OpenStreetMap emphasizes local knowledge. Contributors use
1869         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1870         is accurate and up to date.
1871       community_driven_title: Community Driven
1872       community_driven_1_html: |
1873         OpenStreetMap's community is diverse, passionate, and growing every day.
1874         Our contributors include enthusiast mappers, GIS professionals, engineers
1875         running the OSM servers, humanitarians mapping disaster-affected areas,
1876         and many more.
1877         To learn more about the community, see the %{osm_blog_link},
1878         %{user_diaries_link}, %{community_blogs_link}, and the
1879         %{osm_foundation_link} website.
1880       community_driven_osm_blog: OpenStreetMap Blog
1881       community_driven_osm_blog_url: https://blog.openstreetmap.org
1882       community_driven_user_diaries: user diaries
1883       community_driven_community_blogs: community blogs
1884       community_driven_community_blogs_url: https://blogs.openstreetmap.org/
1885       community_driven_osm_foundation: OSM Foundation
1886       community_driven_osm_foundation_url: https://www.osmfoundation.org/
1887       open_data_title: Open Data
1888       open_data_1_html: |
1889         OpenStreetMap is %{open_data}: you are free to use it for any purpose
1890         as long as you credit OpenStreetMap and its contributors. If you alter or
1891         build upon the data in certain ways, you may distribute the result only
1892         under the same licence. See the %{copyright_license_link} for details.
1893       open_data_open_data: open data
1894       open_data_copyright_license: Copyright and License page
1895       legal_title: Legal
1896       legal_1_1_html: |
1897         This site and many other related services are formally operated by the
1898         %{openstreetmap_foundation_link} (OSMF)
1899         on behalf of the community. Use of all OSMF operated services is subject
1900         to our %{terms_of_use_link}, %{aup_link} and our %{privacy_policy_link}.
1901       legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
1902       legal_1_1_openstreetmap_foundation_url: https://osmfoundation.org/
1903       legal_1_1_terms_of_use: Terms of Use
1904       legal_1_1_terms_of_use_url: https://wiki.osmfoundation.org/wiki/Terms_of_Use
1905       legal_1_1_aup: Acceptable Use Policies
1906       legal_1_1_aup_url: https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy
1907       legal_1_1_privacy_policy: Privacy Policy
1908       legal_1_1_privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
1909       legal_2_1_html: |
1910         Please %{contact_the_osmf_link}
1911         if you have licensing, copyright or other legal questions.
1912       legal_2_1_contact_the_osmf: contact the OSMF
1913       legal_2_1_contact_the_osmf_url: https://osmfoundation.org/Contact
1914       legal_2_2_html: |
1915         OpenStreetMap, the magnifying glass logo and State of the Map are %{registered_trademarks_link}.
1916       legal_2_2_registered_trademarks: registered trademarks of the OSMF
1917       legal_2_2_registered_trademarks_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
1918       partners_title: Partners
1919     copyright:
1920       foreign:
1921         title: About this translation
1922         html: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1923         english_link: the English original
1924       native:
1925         title: About this page
1926         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}.
1927         native_link: THIS_LANGUAGE_NAME_HERE version
1928         mapping_link: start mapping
1929       legal_babble:
1930         title_html: Copyright and License
1931         introduction_1_html: |
1932           OpenStreetMap%{registered_trademark_link} is %{open_data}, licensed under the
1933           %{odc_odbl_link} (ODbL) by the %{osm_foundation_link} (OSMF).
1934         introduction_1_registered_trademark_html: "&reg;"
1935         introduction_1_open_data: open data
1936         introduction_1_odc_odbl: Open Data Commons Open Database License
1937         introduction_1_odc_odbl_url: https://opendatacommons.org/licenses/odbl/
1938         introduction_1_osm_foundation: OpenStreetMap Foundation
1939         introduction_1_osm_foundation_url: https://osmfoundation.org/
1940         introduction_2_html: |
1941           You are free to copy, distribute, transmit and adapt our data,
1942           as long as you credit OpenStreetMap and its
1943           contributors. If you alter or build upon our data, you
1944           may distribute the result only under the same licence. The
1945           full %{legal_code_link} explains your rights and responsibilities.
1946         introduction_2_legal_code: legal code
1947         introduction_2_legal_code_url: https://opendatacommons.org/licenses/odbl/1.0/
1948         introduction_3_html: |
1949           Our documentation is licensed under the %{creative_commons_link} license (CC BY-SA 2.0).
1950         introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
1951         introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/
1952         credit_title_html: How to credit OpenStreetMap
1953         credit_1_html: |
1954           Where you use OpenStreetMap data, you are required to do the following two things:
1955         credit_2_1: Provide credit to OpenStreetMap by displaying our copyright notice.
1956         credit_2_2: Make clear that the data is available under the Open Database License.
1957         credit_3_html: |
1958          For the copyright notice, we have different requirements on how this should be
1959          displayed, depending on how you are using our data. For example, different
1960          rules apply on how to show the copyright notice depending on whether you have
1961          created a browsable map, a printed map or a static image. Full details on the
1962          requirements can be found in the %{attribution_guidelines_link}.
1963         credit_3_attribution_guidelines: Attribution Guidelines
1964         credit_3_attribution_guidelines_url: https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines
1965         credit_4_1_html: |
1966           To make clear that the data is available under the Open
1967           Database License, you may link to %{this_copyright_page_link}.
1968           Alternatively, and as a requirement if you are distributing OSM in a
1969           data form, you can name and link directly to the license(s). In media
1970           where links are not possible (e.g. printed works), we suggest you
1971           direct your readers to openstreetmap.org (perhaps by expanding
1972           'OpenStreetMap' to this full address) and to opendatacommons.org.
1973           In this example, the credit appears in the corner of the map.
1974         credit_4_1_this_copyright_page: this copyright page
1975         attribution_example:
1976           alt: Example of how to attribute OpenStreetMap on a webpage
1977           title: Attribution example
1978         more_title_html: Finding out more
1979         more_1_1_html: Read more about using our data, and how to credit us, at the %{osmf_licence_page_link}.
1980         more_1_1_osmf_licence_page: OSMF Licence page
1981         more_1_1_osmf_licence_page_url: https://osmfoundation.org/Licence
1982         more_2_1_html: |
1983           Although OpenStreetMap is open data, we cannot provide a
1984           free-of-charge map API for third-parties.
1985           See our %{api_usage_policy_link}, %{tile_usage_policy_link} and %{nominatim_usage_policy_link}.
1986         more_2_1_api_usage_policy: API Usage Policy
1987         more_2_1_api_usage_policy_url: https://operations.osmfoundation.org/policies/api/
1988         more_2_1_tile_usage_policy: Tile Usage Policy
1989         more_2_1_tile_usage_policy_url: https://operations.osmfoundation.org/policies/tiles/
1990         more_2_1_nominatim_usage_policy: Nominatim Usage Policy
1991         more_2_1_nominatim_usage_policy_url: https://operations.osmfoundation.org/policies/nominatim/
1992         contributors_title_html: Our contributors
1993         contributors_intro_html: |
1994           Our contributors are thousands of individuals. We also include
1995           openly-licensed data from national mapping agencies
1996           and other sources, among them:
1997         contributors_at_credit_html: |
1998           %{austria}: Contains data from %{stadt_wien_link} (under %{cc_by_link}), %{land_vorarlberg_link}
1999           and Land Tirol (under %{cc_by_at_with_amendments_link}).
2000         contributors_at_austria: Austria
2001         contributors_at_stadt_wien: Stadt Wien
2002         contributors_at_stadt_wien_url: https://data.wien.gv.at/
2003         contributors_at_cc_by: CC BY
2004         contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.de
2005         contributors_at_land_vorarlberg: Land Vorarlberg
2006         contributors_at_land_vorarlberg_url: https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm
2007         contributors_at_cc_by_at_with_amendments: CC BY AT with amendments
2008         contributors_at_cc_by_at_with_amendments_url: https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/
2009         contributors_au_credit_html: |
2010           %{australia}: Incorporates or developed using Administrative Boundaries &copy; %{geoscape_australia_link}
2011           licensed by the Commonwealth of Australia under %{cc_licence_link}.
2012         contributors_au_australia: Australia
2013         contributors_au_geoscape_australia: Geoscape Australia
2014         contributors_au_geoscape_australia_url: https://geoscape.com.au/legal/data-copyright-and-disclaimer/
2015         contributors_au_cc_licence: Creative Commons Attribution 4.0 International licence (CC BY 4.0)
2016         contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/
2017         contributors_ca_credit_html: |
2018           %{canada}: Contains data from
2019           GeoBase&reg;, GeoGratis (&copy; Department of Natural
2020           Resources Canada), CanVec (&copy; Department of Natural
2021           Resources Canada), and StatCan (Geography Division,
2022           Statistics Canada).
2023         contributors_ca_canada: Canada
2024         contributors_cz_credit_html: |
2025           %{czechia}: Contains data from the State Administration of Land Surveying
2026           and Cadastre licensed under %{cc_licence_link}
2027         contributors_cz_czechia: Czechia
2028         contributors_cz_cc_licence: Creative Commons Attribution 4.0 International licence (CC BY 4.0)
2029         contributors_cz_cc_licence_url: https://creativecommons.org/licenses/by/4.0/
2030         contributors_fi_credit_html: |
2031           %{finland}: Contains data from the
2032           National Land Survey of Finland's Topographic Database
2033           and other datasets, under the %{nlsfi_license_link}.
2034         contributors_fi_finland: Finland
2035         contributors_fi_nlsfi_license: NLSFI License
2036         contributors_fi_nlsfi_license_url: https://www.maanmittauslaitos.fi/en/opendata-licence-version1
2037         contributors_fr_credit_html: |
2038           %{france}: Contains data sourced from
2039           Direction Générale des Impôts.
2040         contributors_fr_france: France
2041         contributors_nl_credit_html: |
2042           %{netherlands}: Contains &copy; AND data, 2007 (%{and_link})
2043         contributors_nl_netherlands: Netherlands
2044         contributors_nl_and: www.and.com
2045         contributors_nl_and_url: https://www.and.com
2046         contributors_nz_credit_html: |
2047           %{new_zealand}: Contains data sourced from the %{linz_data_service_link}
2048           and licensed for reuse under %{cc_by_link}.
2049         contributors_nz_new_zealand: New Zealand
2050         contributors_nz_linz_data_service: LINZ Data Service
2051         contributors_nz_linz_data_service_url: https://data.linz.govt.nz/
2052         contributors_nz_cc_by: CC BY 4.0
2053         contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/
2054         contributors_rs_credit_html: |
2055           %{serbia}: Contains data from the %{rgz_link} and %{open_data_portal}
2056           (public information of Serbia), 2018.
2057         contributors_rs_serbia: Serbia
2058         contributors_rs_rgz: Serbian Geodetic Authority
2059         contributors_rs_rgz_url: https://geosrbija.rs/
2060         contributors_rs_open_data_portal: National Open Data Portal
2061         contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
2062         contributors_si_credit_html: |
2063           %{slovenia}: Contains data from the %{gu_link} and %{mkgp_link}
2064           (public information of Slovenia).
2065         contributors_si_slovenia: Slovenia
2066         contributors_si_gu: Surveying and Mapping Authority
2067         contributors_si_gu_url: https://www.gov.si/en/state-authorities/bodies-within-ministries/surveying-and-mapping-authority/
2068         contributors_si_mkgp: Ministry of Agriculture, Forestry and Food
2069         contributors_si_mkgp_url: https://www.gov.si/en/state-authorities/ministries/ministry-of-agriculture-forestry-and-food/
2070         contributors_es_credit_html: |
2071           %{spain}: Contains data sourced from the
2072           Spanish National Geographic Institute (%{ign_link}) and
2073           National Cartographic System (%{scne_link})
2074           licensed for reuse under %{cc_by_link}.
2075         contributors_es_spain: Spain
2076         contributors_es_ign: IGN
2077         contributors_es_ign_url: https://www.ign.es/
2078         contributors_es_scne: SCNE
2079         contributors_es_scne_url: https://www.scne.es/
2080         contributors_es_cc_by: CC BY 4.0
2081         contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/
2082         contributors_za_credit_html: |
2083           %{south_africa}: Contains data sourced from %{ngi_link}, State copyright reserved.
2084         contributors_za_south_africa: South Africa
2085         contributors_za_ngi: "Chief Directorate: National Geo-Spatial Information"
2086         contributors_za_ngi_url: https://ngi.dalrrd.gov.za/
2087         contributors_gb_credit_html: |
2088           %{united_kingdom}: Contains Ordnance
2089           Survey data &copy; Crown copyright and database right
2090           2010-2023.
2091         contributors_gb_united_kingdom: United Kingdom
2092         contributors_2_html: |
2093           For further details of these, and other sources that have been used
2094           to help improve OpenStreetMap, please see the %{contributors_page_link} on the OpenStreetMap Wiki.
2095         contributors_2_contributors_page: Contributors page
2096         contributors_2_contributors_page_url: https://wiki.openstreetmap.org/wiki/Contributors
2097         contributors_footer_2_html: |
2098           Inclusion of data in OpenStreetMap does not imply that the original
2099           data provider endorses OpenStreetMap, provides any warranty, or
2100           accepts any liability.
2101         infringement_title_html: Copyright infringement
2102         infringement_1_html: |
2103           OSM contributors are reminded never to add data from any
2104           copyrighted sources (e.g. Google Maps or printed maps) without
2105           explicit permission from the copyright holders.
2106         infringement_2_1_html: |
2107           If you believe that copyrighted material has been inappropriately
2108           added to the OpenStreetMap database or this site, please refer
2109           to our %{takedown_procedure_link} or file directly at our
2110           %{online_filing_page_link}.
2111         infringement_2_1_takedown_procedure: takedown procedure
2112         infringement_2_1_takedown_procedure_url: https://wiki.osmfoundation.org/wiki/Takedown_procedure
2113         infringement_2_1_online_filing_page: on-line filing page
2114         infringement_2_1_online_filing_page_url: https://dmca.openstreetmap.org/
2115         trademarks_title: Trademarks
2116         trademarks_1_1_html: |
2117           OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the
2118           OpenStreetMap Foundation. If you have questions about your use of the marks, please see our
2119           %{trademark_policy_link}.
2120         trademarks_1_1_trademark_policy: Trademark Policy
2121         trademarks_1_1_trademark_policy_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
2122     index:
2123       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
2124       js_2: "OpenStreetMap uses JavaScript for its slippy map."
2125       permalink: Permalink
2126       shortlink: Shortlink
2127       createnote: Add a note
2128       license:
2129         copyright: "Copyright OpenStreetMap and contributors, under an open license"
2130         license_url: "https://openstreetmap.org/copyright"
2131         project_url: "https://openstreetmap.org"
2132       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
2133     edit:
2134       not_public: "You have not set your edits to be public."
2135       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}."
2136       user_page_link: user page
2137       anon_edits_html: "(%{link})"
2138       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
2139       anon_edits_link_text: "Find out why this is the case."
2140       id_not_configured: "iD has not been configured"
2141       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
2142     export:
2143       title: "Export"
2144       area_to_export: "Area to Export"
2145       manually_select: "Manually select a different area"
2146       format_to_export: "Format to Export"
2147       osm_xml_data: "OpenStreetMap XML Data"
2148       map_image: "Map Image (shows standard layer)"
2149       embeddable_html: "Embeddable HTML"
2150       licence: "Licence"
2151       licence_details_html: OpenStreetMap data is licensed under the %{odbl_link} (ODbL).
2152       odbl: Open Data Commons Open Database License
2153       odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
2154       too_large:
2155         advice: "If the above export fails, please consider using one of the sources listed below:"
2156         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."
2157         planet:
2158           title: "Planet OSM"
2159           description: "Regularly-updated copies of the complete OpenStreetMap database"
2160         overpass:
2161           title: "Overpass API"
2162           description: "Download this bounding box from a mirror of the OpenStreetMap database"
2163         geofabrik:
2164           title: "Geofabrik Downloads"
2165           description: "Regularly-updated extracts of continents, countries, and selected cities"
2166         other:
2167           title: "Other Sources"
2168           description: "Additional sources listed on the OpenStreetMap Wiki"
2169       options: "Options"
2170       format: "Format"
2171       scale: "Scale"
2172       max: "max"
2173       image_size: "Image Size"
2174       zoom: "Zoom"
2175       add_marker: "Add a marker to the map"
2176       latitude: "Lat:"
2177       longitude: "Lon:"
2178       output: "Output"
2179       paste_html: "Paste HTML to embed in website"
2180       export_button: "Export"
2181     fixthemap:
2182       title: Report a problem / Fix the map
2183       how_to_help:
2184         title: How to Help
2185         join_the_community:
2186           title: Join the community
2187           explanation_html: |
2188             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
2189             proceed is to join the OpenStreetMap community and add or repair the data yourself.
2190         add_a_note:
2191           instructions_1_html: |
2192             Just click %{note_icon} or the same icon on the map display.
2193             This will add a marker to the map, which you can move
2194             by dragging. Add your message, then click save, and other mappers will investigate.
2195       other_concerns:
2196         title: Other concerns
2197         concerns_html: |
2198           If you have concerns about how our data is being used or about the contents please consult our
2199           %{copyright_link} for more legal information, or contact the appropriate %{working_group_link}.
2200         copyright: copyright page
2201         working_group: OSMF working group
2202         working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
2203     help:
2204       title: Getting Help
2205       introduction: |
2206         OpenStreetMap has several resources for learning about the project, asking and answering questions,
2207         and collaboratively discussing and documenting mapping topics.
2208       welcome:
2209         url: /welcome
2210         title: Welcome to OpenStreetMap
2211         description: Start with this quick guide covering the OpenStreetMap basics.
2212       beginners_guide:
2213         url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
2214         title: Beginners' Guide
2215         description: Community maintained guide for beginners.
2216       help:
2217         url: https://help.openstreetmap.org/
2218         title: Help Forum
2219         description: Ask a question or look up answers on OpenStreetMap's question-and-answer site.
2220       mailing_lists:
2221         url: https://lists.openstreetmap.org/
2222         title: Mailing Lists
2223         description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
2224       community:
2225         url: https://community.openstreetmap.org/
2226         title: Community forum
2227         description: A shared place for conversations about OpenStreetMap.
2228       irc:
2229         url: https://irc.openstreetmap.org/
2230         title: IRC
2231         description: Interactive chat in many different languages and on many topics.
2232       switch2osm:
2233         url: https://switch2osm.org/
2234         title: switch2osm
2235         description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
2236       welcomemat:
2237         url: https://welcome.openstreetmap.org/
2238         title: For Organizations
2239         description: With an organization making plans for OpenStreetMap? Find what you need to know in the Welcome Mat.
2240       wiki:
2241         url: https://wiki.openstreetmap.org/
2242         title: OpenStreetMap Wiki
2243         description: Browse the wiki for in-depth OpenStreetMap documentation.
2244     potlatch:
2245       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.
2246       desktop_application_html: You can still use Potlatch by %{download_link}.
2247       download: downloading the desktop application for Mac and Windows
2248       download_url: https://www.systemed.net/potlatch/
2249       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}.
2250       change_preferences: Change your preferences here
2251     any_questions:
2252       title: Any questions?
2253       paragraph_1_html: |
2254         OpenStreetMap has several resources for learning about the project, asking and answering
2255         questions, and collaboratively discussing and documenting mapping topics.
2256         %{help_link}. With an organization making plans for OpenStreetMap? %{welcome_mat_link}.
2257       get_help_here: Get help here
2258       welcome_mat: Check out the Welcome Mat
2259       welcome_mat_url: https://welcome.openstreetmap.org/
2260     sidebar:
2261       search_results: Search Results
2262       close: Close
2263     search:
2264       search: Search
2265       get_directions: "Get directions"
2266       get_directions_title: "Find directions between two points"
2267       from: "From"
2268       to: "To"
2269       where_am_i: "Where is this?"
2270       where_am_i_title: Describe the current location using the search engine
2271       submit_text: "Go"
2272       reverse_directions_text: "Reverse Directions"
2273     key:
2274       table:
2275         entry:
2276           motorway: "Motorway"
2277           main_road: "Main road"
2278           trunk: "Trunk road"
2279           primary: "Primary road"
2280           secondary: "Secondary road"
2281           unclassified: "Unclassified road"
2282           track: "Track"
2283           bridleway: "Bridleway"
2284           cycleway: "Cycleway"
2285           cycleway_national: "National cycleway"
2286           cycleway_regional: "Regional cycleway"
2287           cycleway_local: "Local cycleway"
2288           footway: "Footway"
2289           rail: "Railway"
2290           subway: "Subway"
2291           tram:
2292             - Light rail
2293             - tram
2294           cable:
2295             - Cable car
2296             - chair lift
2297           runway:
2298             - Airport Runway
2299             - taxiway
2300           apron:
2301             - Airport apron
2302             - terminal
2303           admin: "Administrative boundary"
2304           forest: "Forest"
2305           wood: "Wood"
2306           golf: "Golf course"
2307           park: "Park"
2308           resident: "Residential area"
2309           common:
2310             - Common
2311             - meadow
2312             - garden
2313           retail: "Retail area"
2314           industrial: "Industrial area"
2315           commercial: "Commercial area"
2316           heathland: "Heathland"
2317           lake:
2318             - Lake
2319             - reservoir
2320           farm: "Farm"
2321           brownfield: "Brownfield site"
2322           cemetery: "Cemetery"
2323           allotments: "Allotments"
2324           pitch: "Sports pitch"
2325           centre: "Sports centre"
2326           reserve: "Nature reserve"
2327           military: "Military area"
2328           school:
2329             - School
2330             - university
2331           building: "Significant building"
2332           station: "Railway station"
2333           summit:
2334             - Summit
2335             - peak
2336           tunnel: "Dashed casing = tunnel"
2337           bridge: "Black casing = bridge"
2338           private: "Private access"
2339           destination: "Destination access"
2340           construction: "Roads under construction"
2341           bicycle_shop: "Bicycle shop"
2342           bicycle_parking: "Bicycle parking"
2343           toilets: "Toilets"
2344     welcome:
2345       title: Welcome!
2346       introduction: |
2347         Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
2348         up, you're all set to get started mapping. Here's a quick guide with the most important
2349         things you need to know.
2350       whats_on_the_map:
2351         title: What's on the Map
2352         on_the_map_html: |
2353           OpenStreetMap is a place for mapping things that are both %{real_and_current} -
2354           it includes millions of buildings, roads, and other details about places. You can map
2355           whatever real-world features are interesting to you.
2356         real_and_current: real and current
2357         off_the_map_html: |
2358           What it %{doesnt} include is opinionated data like ratings, historical or
2359           hypothetical features, and data from copyrighted sources. Unless you have special
2360           permission, don't copy from online or paper maps.
2361         doesnt: doesn't
2362       basic_terms:
2363         title: Basic Terms For Mapping
2364         paragraph_1: |
2365           OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
2366         an_editor_html: An %{editor} is a program or website you can use to edit the map.
2367         a_node_html: A %{node} is a point on the map, like a single restaurant or a tree.
2368         a_way_html: A %{way} is a line or area, like a road, stream, lake or building.
2369         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.
2370         editor: editor
2371         node: node
2372         way: way
2373         tag: tag
2374       rules:
2375         title: Rules!
2376         para_1_html: |
2377           OpenStreetMap has few formal rules but we expect all participants to collaborate
2378           with, and communicate with, the community. If you are considering
2379           any activities other than editing by hand, please read and follow the guidelines on
2380           %{imports_link} and %{automated_edits_link}.
2381         imports: Imports
2382         imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
2383         automated_edits: Automated Edits
2384         automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
2385       start_mapping: Start Mapping
2386       add_a_note:
2387         title: No Time To Edit? Add a Note!
2388         para_1: |
2389           If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
2390           easy to add a note.
2391         para_2_html: |
2392           Just go to %{map_link} and click the note icon: %{note_icon}.
2393           This will add a marker to the map, which you can move by dragging.
2394           Add your message, then click save, and other mappers will investigate.
2395         the_map: the map
2396     communities:
2397       title: Communities
2398       lede_text: |
2399         People from all over the world contribute to or use OpenStreetMap.
2400         While many participate as individuals, others have formed communities.
2401         These groups come in a range of sizes and represent geographies from small towns to large multi-country regions.
2402         They can also be formal or informal.
2403       local_chapters:
2404         title: Local Chapters
2405         about_text: |
2406           Local Chapters are country-level or region-level groups that have taken the formal step of
2407           establishing not-for-profit legal entities. They represent the area's map and mappers when
2408           dealing with local government, business, and media. They have also formed an affiliation
2409           with the OpenStreetMap Foundation (OSMF), giving them a link to the legal and copyright
2410           governing body.
2411         list_text: |
2412           The following communities are formally established as Local Chapters:
2413       other_groups:
2414         title: Other Groups
2415         other_groups_html: |
2416           There is no need to formally establish a group to the same extent as the Local Chapters.
2417           Indeed many groups exist very sucessfully as an informal gathering of people or as a
2418           community group. Anyone can set up or join these. Read more on the %{communities_wiki_link}.
2419         communities_wiki: Communities wiki page
2420         communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
2421   traces:
2422     visibility:
2423       private: "Private (only shared as anonymous, unordered points)"
2424       public: "Public (shown in trace list and as anonymous, unordered points)"
2425       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
2426       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
2427     new:
2428       upload_trace: "Upload GPS Trace"
2429       visibility_help: "what does this mean?"
2430       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
2431       help: "Help"
2432       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
2433     create:
2434       upload_trace: "Upload GPS Trace"
2435       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."
2436       upload_failed: "Sorry, the GPX upload failed. An administrator has been alerted to the error. Please try again"
2437       traces_waiting:
2438         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."
2439         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."
2440     edit:
2441       cancel: Cancel
2442       title: "Editing Trace %{name}"
2443       heading: "Editing Trace %{name}"
2444       visibility_help: "what does this mean?"
2445       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
2446     update:
2447       updated: Trace updated
2448     trace_optionals:
2449       tags: "Tags"
2450     show:
2451       title: "Viewing Trace %{name}"
2452       heading: "Viewing Trace %{name}"
2453       pending: "PENDING"
2454       filename: "Filename:"
2455       download: "download"
2456       uploaded: "Uploaded:"
2457       points: "Points:"
2458       start_coordinates: "Start coordinate:"
2459       coordinates_html: "%{latitude}; %{longitude}"
2460       map: "map"
2461       edit: "edit"
2462       owner: "Owner:"
2463       description: "Description:"
2464       tags: "Tags:"
2465       none: "None"
2466       edit_trace: "Edit this trace"
2467       delete_trace: "Delete this trace"
2468       trace_not_found: "Trace not found!"
2469       visibility: "Visibility:"
2470       confirm_delete: "Delete this trace?"
2471     trace_paging_nav:
2472       older: "Older Traces"
2473       newer: "Newer Traces"
2474     trace:
2475       pending: "PENDING"
2476       count_points:
2477         one: "%{count} point"
2478         other: "%{count} points"
2479       more: "more"
2480       trace_details: "View Trace Details"
2481       view_map: "View Map"
2482       edit_map: "Edit Map"
2483       public: "PUBLIC"
2484       identifiable: "IDENTIFIABLE"
2485       private: "PRIVATE"
2486       trackable: "TRACKABLE"
2487       by: "by"
2488       in: "in"
2489     index:
2490       public_traces: "Public GPS Traces"
2491       my_gps_traces: "My GPS Traces"
2492       public_traces_from: "Public GPS Traces from %{user}"
2493       description: "Browse recent GPS trace uploads"
2494       tagged_with: " tagged with %{tags}"
2495       empty_title: Nothing here yet
2496       empty_upload_html: "%{upload_link} or learn more about GPS tracing on the %{wiki_link}."
2497       upload_new: Upload a new trace
2498       wiki_page: wiki page
2499       wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
2500       upload_trace: "Upload a trace"
2501       all_traces: "All Traces"
2502       my_traces: "My Traces"
2503       traces_from: "Public Traces from %{user}"
2504       remove_tag_filter: "Remove Tag Filter"
2505     destroy:
2506       scheduled_for_deletion: "Trace scheduled for deletion"
2507     make_public:
2508       made_public: "Trace made public"
2509     offline_warning:
2510       message: "The GPX file upload system is currently unavailable"
2511     offline:
2512       heading: "GPX Storage Offline"
2513       message: "The GPX file storage and upload system is currently unavailable."
2514     georss:
2515       title: "OpenStreetMap GPS Traces"
2516     description:
2517       description_with_count:
2518         one: "GPX file with %{count} point from %{user}"
2519         other: "GPX file with %{count} points from %{user}"
2520       description_without_count: "GPX file from %{user}"
2521   application:
2522     permission_denied: You do not have permission to access that action
2523     require_cookies:
2524       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
2525     require_admin:
2526       not_an_admin: You need to be an admin to perform that action.
2527     setup_user_auth:
2528       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."
2529       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
2530       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."
2531     settings_menu:
2532       account_settings: Account Settings
2533       oauth1_settings: OAuth 1 settings
2534       oauth2_applications: OAuth 2 applications
2535       oauth2_authorizations: OAuth 2 authorizations
2536   oauth:
2537     authorize:
2538       title: "Authorize access to your account"
2539       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."
2540       allow_to: "Allow the client application to:"
2541       allow_read_prefs:  "read your user preferences."
2542       allow_write_prefs: "modify your user preferences."
2543       allow_write_diary: "create diary entries, comments and make friends."
2544       allow_write_api:   "modify the map."
2545       allow_read_gpx:    "read your private GPS traces."
2546       allow_write_gpx:   "upload GPS traces."
2547       allow_write_notes: "modify notes."
2548       grant_access: "Grant Access"
2549     authorize_success:
2550       title: "Authorization request allowed"
2551       allowed_html: "You have granted application %{app_name} access to your account."
2552       verification: "The verification code is %{code}."
2553     authorize_failure:
2554       title: "Authorization request failed"
2555       denied: "You have denied application %{app_name} access to your account."
2556       invalid: "The authorization token is not valid."
2557     revoke:
2558       flash: "You've revoked the token for %{application}"
2559     permissions:
2560       missing: "You have not permitted the application access to this facility"
2561     scopes:
2562       openid: Sign-in using OpenStreetMap
2563       read_prefs: Read user preferences
2564       write_prefs: Modify user preferences
2565       write_diary: Create diary entries, comments and make friends
2566       write_api: Modify the map
2567       read_gpx: Read private GPS traces
2568       write_gpx: Upload GPS traces
2569       write_notes: Modify notes
2570       read_email: Read user email address
2571       skip_authorization: Auto approve application
2572   oauth_clients:
2573     new:
2574       title: "Register a new application"
2575     edit:
2576       title: "Edit your application"
2577     show:
2578       title: "OAuth details for %{app_name}"
2579       key: "Consumer Key:"
2580       secret: "Consumer Secret:"
2581       url: "Request Token URL:"
2582       access_url: "Access Token URL:"
2583       authorize_url: "Authorise URL:"
2584       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
2585       edit: "Edit Details"
2586       delete: "Delete Client"
2587       confirm: "Are you sure?"
2588       requests: "Requesting the following permissions from the user:"
2589     index:
2590       title: "My OAuth Details"
2591       my_tokens: "My Authorised Applications"
2592       list_tokens: "The following tokens have been issued to applications in your name:"
2593       application: "Application Name"
2594       issued_at: "Issued At"
2595       revoke: "Revoke!"
2596       my_apps: "My Client Applications"
2597       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."
2598       oauth: OAuth
2599       registered_apps: "You have the following client applications registered:"
2600       register_new: "Register your application"
2601     form:
2602       requests: "Request the following permissions from the user:"
2603     not_found:
2604       sorry: "Sorry, that %{type} could not be found."
2605     create:
2606       flash: "Registered the information successfully"
2607     update:
2608       flash: "Updated the client information successfully"
2609     destroy:
2610       flash: "Destroyed the client application registration"
2611   oauth2_applications:
2612     index:
2613       title: "My Client Applications"
2614       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."
2615       oauth_2: "OAuth 2"
2616       new: "Register new application"
2617       name: "Name"
2618       permissions: "Permissions"
2619     application:
2620       edit: "Edit"
2621       delete: "Delete"
2622       confirm_delete: "Delete this application?"
2623     new:
2624       title: "Register a new application"
2625     edit:
2626       title: "Edit your application"
2627     show:
2628       edit: "Edit"
2629       delete: "Delete"
2630       confirm_delete: "Delete this application?"
2631       client_id: "Client ID"
2632       client_secret: "Client Secret"
2633       client_secret_warning: "Make sure to save this secret - it will not be accessible again"
2634       permissions: "Permissions"
2635       redirect_uris: "Redirect URIs"
2636     not_found:
2637       sorry: "Sorry, that application could not be found."
2638   oauth2_authorizations:
2639     new:
2640       title: "Authorization Required"
2641       introduction: "Authorize %{application} to access your account with the following permissions?"
2642       authorize: "Authorize"
2643       deny: "Deny"
2644     error:
2645       title: "An error has occurred"
2646     show:
2647       title: "Authorization code"
2648   oauth2_authorized_applications:
2649     index:
2650       title: "My Authorized Applications"
2651       application: "Application"
2652       permissions: "Permissions"
2653       no_applications_html: "You have not yet authorized any %{oauth2} applications."
2654     application:
2655       revoke: "Revoke Access"
2656       confirm_revoke: "Revoke access for this application?"
2657   users:
2658     new:
2659       title: "Sign Up"
2660       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
2661       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.'
2662       support: support
2663       about:
2664         header: Free and editable
2665         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.
2666         paragraph_2: Sign up to get started contributing. We'll send an email to confirm your account.
2667       display name description: "Your publicly displayed username. You can change this later in the preferences."
2668       external auth: "Third Party Authentication:"
2669       use external auth: "Alternatively, use a third party to login"
2670       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
2671       continue: Sign Up
2672       terms accepted: "Thanks for accepting the new contributor terms!"
2673       email_confirmation_help_html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
2674       privacy_policy: privacy policy
2675       privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
2676       privacy_policy_title: OSMF privacy policy including section on email addresses
2677     terms:
2678       title: "Terms"
2679       heading: "Terms"
2680       heading_ct: "Contributor terms"
2681       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."
2682       contributor_terms_explain: "This agreement governs the terms for your existing and future contributions."
2683       read_ct: "I have read and agree to the above contributor terms"
2684       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."
2685       read_tou: "I have read and agree to the Terms of Use"
2686       consider_pd: "In addition to the above, I consider my contributions to be in the Public Domain"
2687       consider_pd_why: "what's this?"
2688       consider_pd_why_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
2689       guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
2690       readable_summary: human readable summary
2691       informal_translations: informal translations
2692       continue: Continue
2693       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
2694       decline: "Decline"
2695       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
2696       legale_select: "Country of residence:"
2697       legale_names:
2698         france: "France"
2699         italy: "Italy"
2700         rest_of_world: "Rest of the world"
2701     terms_declined_flash:
2702       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}.
2703       terms_declined_link: this wiki page
2704       terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2705     no_such_user:
2706       title: "No such user"
2707       heading: "The user %{user} does not exist"
2708       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2709       deleted: "deleted"
2710     show:
2711       my diary: My Diary
2712       my edits: My Edits
2713       my traces: My Traces
2714       my notes: My Notes
2715       my messages: My Messages
2716       my profile: My Profile
2717       my settings: My Settings
2718       my comments: My Comments
2719       my_preferences: My Preferences
2720       my_dashboard: My Dashboard
2721       blocks on me: Blocks on Me
2722       blocks by me: Blocks by Me
2723       edit_profile: Edit Profile
2724       send message: Send Message
2725       diary: Diary
2726       edits: Edits
2727       traces: Traces
2728       notes: Map Notes
2729       remove as friend: Unfriend
2730       add as friend: Add Friend
2731       mapper since: "Mapper since:"
2732       uid: "User id:"
2733       ct status: "Contributor terms:"
2734       ct undecided: Undecided
2735       ct declined: Declined
2736       email address: "Email address:"
2737       created from: "Created from:"
2738       status: "Status:"
2739       spam score: "Spam Score:"
2740       role:
2741         administrator: "This user is an administrator"
2742         moderator: "This user is a moderator"
2743         importer: "This user is a importer"
2744         grant:
2745           administrator: "Grant administrator access"
2746           moderator: "Grant moderator access"
2747           importer: "Grant importer access"
2748         revoke:
2749           administrator: "Revoke administrator access"
2750           moderator: "Revoke moderator access"
2751           importer: "Revoke importer access"
2752       block_history: "Active Blocks"
2753       moderator_history: "Blocks Given"
2754       comments: "Comments"
2755       create_block: "Block this User"
2756       activate_user: "Activate this User"
2757       confirm_user: "Confirm this User"
2758       unconfirm_user: "Unconfirm this User"
2759       unsuspend_user: "Unsuspend this User"
2760       hide_user: "Hide this User"
2761       unhide_user: "Unhide this User"
2762       delete_user: "Delete this User"
2763       confirm: "Confirm"
2764       report: Report this User
2765     go_public:
2766       flash success: "All your edits are now public, and you are now allowed to edit."
2767     index:
2768       title: Users
2769       heading: Users
2770       showing:
2771         one: Page %{page} (%{first_item} of %{items})
2772         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2773       summary_html: "%{name} created from %{ip_address} on %{date}"
2774       summary_no_ip_html: "%{name} created on %{date}"
2775       confirm: Confirm Selected Users
2776       hide: Hide Selected Users
2777       empty: No matching users found
2778     suspended:
2779       title: Account Suspended
2780       heading: Account Suspended
2781       support: support
2782       automatically_suspended: Sorry, your account has been automatically suspended due to suspicious activity.
2783       contact_support_html: This decision will be reviewed by an administrator shortly, or you may contact %{support_link} if you wish to discuss this.
2784     auth_failure:
2785       connection_failed: Connection to authentication provider failed
2786       invalid_credentials: Invalid authentication credentials
2787       no_authorization_code: No authorization code
2788       unknown_signature_algorithm: Unknown signature algorithm
2789       invalid_scope: Invalid scope
2790       unknown_error: Authentication failed
2791     auth_association:
2792       heading: Your ID is not associated with a OpenStreetMap account yet.
2793       option_1: |
2794         If you are new to OpenStreetMap, please create a new account
2795         using the form below.
2796       option_2: |
2797         If you already have an account, you can login to your account
2798         using your username and password and then associate the account
2799         with your ID in your user settings.
2800   user_role:
2801     filter:
2802       not_a_role: "The string `%{role}' is not a valid role."
2803       already_has_role: "The user already has role %{role}."
2804       doesnt_have_role: "The user does not have role %{role}."
2805       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2806     grant:
2807       title: Confirm role granting
2808       heading: Confirm role granting
2809       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2810       confirm: "Confirm"
2811       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2812     revoke:
2813       title: Confirm role revoking
2814       heading: Confirm role revoking
2815       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2816       confirm: "Confirm"
2817       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2818   user_blocks:
2819     model:
2820       non_moderator_update: "Must be a moderator to create or update a block."
2821       non_moderator_revoke: "Must be a moderator to revoke a block."
2822     not_found:
2823       sorry: "Sorry, the user block with ID %{id} could not be found."
2824       back: "Back to index"
2825     new:
2826       title: "Creating block on %{name}"
2827       heading_html: "Creating block on %{name}"
2828       period: "How long, starting now, the user will be blocked from the API for."
2829       back: "View all blocks"
2830     edit:
2831       title: "Editing block on %{name}"
2832       heading_html: "Editing block on %{name}"
2833       period: "How long, starting now, the user will be blocked from the API for."
2834       show: "View this block"
2835       back: "View all blocks"
2836     filter:
2837       block_expired: "The block has already expired and cannot be edited."
2838       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2839     create:
2840       flash: "Created a block on user %{name}."
2841     update:
2842       only_creator_can_edit: "Only the moderator who created this block can edit it."
2843       success: "Block updated."
2844     index:
2845       title: "User blocks"
2846       heading: "List of user blocks"
2847       empty: "No blocks have been made yet."
2848     revoke:
2849       title: "Revoking block on %{block_on}"
2850       heading_html: "Revoking block on %{block_on} by %{block_by}"
2851       time_future_html: "This block will end in %{time}."
2852       past_html: "This block ended %{time} and cannot be revoked now."
2853       confirm: "Are you sure you wish to revoke this block?"
2854       revoke: "Revoke!"
2855       flash: "This block has been revoked."
2856     helper:
2857       time_future_html: "Ends in %{time}."
2858       until_login: "Active until the user logs in."
2859       time_future_and_until_login_html: "Ends in %{time} and after the user has logged in."
2860       time_past_html: "Ended %{time}."
2861       block_duration:
2862         hours:
2863           one: "%{count} hour"
2864           other: "%{count} hours"
2865         days:
2866           one: "%{count} day"
2867           other: "%{count} days"
2868         weeks:
2869           one: "%{count} week"
2870           other: "%{count} weeks"
2871         months:
2872           one: "%{count} month"
2873           other: "%{count} months"
2874         years:
2875           one: "%{count} year"
2876           other: "%{count} years"
2877     blocks_on:
2878       title: "Blocks on %{name}"
2879       heading_html: "List of Blocks on %{name}"
2880       empty: "%{name} has not been blocked yet."
2881     blocks_by:
2882       title: "Blocks by %{name}"
2883       heading_html: "List of Blocks by %{name}"
2884       empty: "%{name} has not made any blocks yet."
2885     show:
2886       title: "%{block_on} blocked by %{block_by}"
2887       heading_html: "%{block_on} blocked by %{block_by}"
2888       created: "Created:"
2889       duration: "Duration:"
2890       status: "Status:"
2891       show: "Show"
2892       edit: "Edit"
2893       revoke: "Revoke!"
2894       confirm: "Are you sure?"
2895       reason: "Reason for block:"
2896       back: "View all blocks"
2897       revoker: "Revoker:"
2898       needs_view: "The user needs to log in before this block will be cleared."
2899     block:
2900       not_revoked: "(not revoked)"
2901       show: "Show"
2902       edit: "Edit"
2903       revoke: "Revoke!"
2904     blocks:
2905       display_name: "Blocked User"
2906       creator_name: "Creator"
2907       reason: "Reason for block"
2908       status: "Status"
2909       revoker_name: "Revoked by"
2910       showing_page: "Page %{page}"
2911       next: "Next »"
2912       previous: "« Previous"
2913   notes:
2914     index:
2915       title: "Notes submitted or commented on by %{user}"
2916       heading: "%{user}'s Notes"
2917       subheading_html: "Notes %{submitted} or %{commented} by %{user}"
2918       subheading_submitted: "submitted"
2919       subheading_commented: "commented on"
2920       no_notes: No notes
2921       id: "Id"
2922       creator: "Creator"
2923       description: "Description"
2924       created_at: "Created at"
2925       last_changed: "Last changed"
2926     show:
2927       title: "Note: %{id}"
2928       description: "Description"
2929       open_title: "Unresolved note #%{note_name}"
2930       closed_title: "Resolved note #%{note_name}"
2931       hidden_title: "Hidden note #%{note_name}"
2932       event_opened_by_html: "Created by %{user} %{time_ago}"
2933       event_opened_by_anonymous_html: "Created by anonymous %{time_ago}"
2934       event_commented_by_html: "Comment from %{user} %{time_ago}"
2935       event_commented_by_anonymous_html: "Comment from anonymous %{time_ago}"
2936       event_closed_by_html: "Resolved by %{user} %{time_ago}"
2937       event_closed_by_anonymous_html: "Resolved by anonymous %{time_ago}"
2938       event_reopened_by_html: "Reactivated by %{user} %{time_ago}"
2939       event_reopened_by_anonymous_html: "Reactivated by anonymous %{time_ago}"
2940       event_hidden_by_html: "Hidden by %{user} %{time_ago}"
2941       report: report this note
2942       coordinates_html: "%{latitude}, %{longitude}"
2943       anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2944       hide: Hide
2945       resolve: Resolve
2946       reactivate: Reactivate
2947       comment_and_resolve: Comment & Resolve
2948       comment: Comment
2949       report_link_html: "If this note contains sensitive information that needs to be removed, you can %{link}."
2950       other_problems_resolve: "For all other problems with the note, please resolve it yourself with a comment."
2951       other_problems_resolved: "For all other problems, resolving is sufficient."
2952       disappear_date_html: "This resolved note will disappear from the map in %{disappear_in}."
2953     new:
2954       title: "New Note"
2955       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."
2956       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."
2957       add: Add Note
2958   javascripts:
2959     close: Close
2960     share:
2961       title: "Share"
2962       cancel: "Cancel"
2963       image: "Image"
2964       link: "Link or HTML"
2965       long_link: "Link"
2966       short_link: "Short Link"
2967       geo_uri: "Geo URI"
2968       embed: "HTML"
2969       custom_dimensions: "Set custom dimensions"
2970       format: "Format:"
2971       scale: "Scale:"
2972       image_dimensions: "Image will show standard layer at %{width} x %{height}"
2973       download: "Download"
2974       short_url: "Short URL"
2975       include_marker: "Include marker"
2976       center_marker: "Center map on marker"
2977       paste_html: "Paste HTML to embed in website"
2978       view_larger_map: "View Larger Map"
2979       only_standard_layer: "Only the standard layer can be exported as an image"
2980     embed:
2981       report_problem: "Report a problem"
2982     key:
2983       title: "Map Key"
2984       tooltip: "Map Key"
2985       tooltip_disabled: "Map Key not available for this layer"
2986     map:
2987       zoom:
2988         in: Zoom In
2989         out: Zoom Out
2990       locate:
2991         title: Show My Location
2992         metersPopup:
2993           one: You are within %{count} meter of this point
2994           other: You are within %{count} meters of this point
2995         feetPopup:
2996           one: You are within %{count} foot of this point
2997           other: You are within %{count} feet of this point
2998       base:
2999         standard: Standard
3000         cyclosm: CyclOSM
3001         cycle_map: Cycle Map
3002         transport_map: Transport Map
3003         tracestracktop_topo: Tracestrack Topo
3004         hot: Humanitarian
3005         opnvkarte: ÖPNVKarte
3006       layers:
3007         header: Map Layers
3008         notes: Map Notes
3009         data: Map Data
3010         gps: Public GPS Traces
3011         overlays: Enable overlays for troubleshooting the map
3012         title: "Layers"
3013       copyright_text: "© %{copyright_link}"
3014       openstreetmap_contributors: "OpenStreetMap contributors"
3015       make_a_donation: Make a Donation
3016       website_and_api_terms: Website and API terms
3017       cyclosm_credit: "Tiles style by %{cyclosm_link} hosted by %{osm_france_link}"
3018       cyclosm_name: CyclOSM
3019       osm_france: OpenStreetMap France
3020       thunderforest_credit: "Tiles courtesy of %{thunderforest_link}"
3021       andy_allan: Andy Allan
3022       opnvkarte_credit: "Tiles courtesy of %{memomaps_link}"
3023       memomaps: MeMoMaps
3024       tracestrack_credit: "Tiles courtesy of %{tracestrack_link}"
3025       tracestrack: Tracestrack
3026       hotosm_credit: "Tiles style by %{hotosm_link} hosted by %{osm_france_link}"
3027       hotosm_name: Humanitarian OpenStreetMap Team
3028     site:
3029       edit_tooltip: Edit the map
3030       edit_disabled_tooltip: Zoom in to edit the map
3031       createnote_tooltip: Add a note to the map
3032       createnote_disabled_tooltip: Zoom in to add a note to the map
3033       map_notes_zoom_in_tooltip: Zoom in to see map notes
3034       map_data_zoom_in_tooltip: Zoom in to see map data
3035       queryfeature_tooltip: Query features
3036       queryfeature_disabled_tooltip: Zoom in to query features
3037       embed_html_disabled: HTML embedding is not available for this map layer
3038     changesets:
3039       show:
3040         comment: "Comment"
3041         subscribe: "Subscribe"
3042         unsubscribe: "Unsubscribe"
3043         hide_comment: "hide"
3044         unhide_comment: "unhide"
3045     edit_help: Move the map and zoom in on a location you want to edit, then click here.
3046     directions:
3047       ascend: "Ascend"
3048       engines:
3049         fossgis_osrm_bike: "Bicycle (OSRM)"
3050         fossgis_osrm_car: "Car (OSRM)"
3051         fossgis_osrm_foot: "Foot (OSRM)"
3052         graphhopper_bicycle: "Bicycle (GraphHopper)"
3053         graphhopper_car: "Car (GraphHopper)"
3054         graphhopper_foot: "Foot (GraphHopper)"
3055         fossgis_valhalla_bicycle: "Bicycle (Valhalla)"
3056         fossgis_valhalla_car: "Car (Valhalla)"
3057         fossgis_valhalla_foot: "Foot (Valhalla)"
3058       descend: "Descend"
3059       directions: "Directions"
3060       distance: "Distance"
3061       distance_m: "%{distance}m"
3062       distance_km: "%{distance}km"
3063       errors:
3064         no_route: "Couldn't find a route between those two places."
3065         no_place: "Sorry - couldn't locate '%{place}'."
3066       instructions:
3067         continue_without_exit: Continue on %{name}
3068         slight_right_without_exit: Slight right onto %{name}
3069         offramp_right: Take the ramp on the right
3070         offramp_right_with_exit: Take exit %{exit} on the right
3071         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
3072         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
3073         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
3074         offramp_right_with_name: Take the ramp on the right onto %{name}
3075         offramp_right_with_directions: Take the ramp on the right towards %{directions}
3076         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
3077         onramp_right_without_exit: Turn right on the ramp onto %{name}
3078         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
3079         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
3080         onramp_right_without_directions: Turn right onto the ramp
3081         onramp_right: Turn right onto the ramp
3082         endofroad_right_without_exit: At the end of the road turn right onto %{name}
3083         merge_right_without_exit: Merge right onto %{name}
3084         fork_right_without_exit: At the fork turn right onto %{name}
3085         turn_right_without_exit: Turn right onto %{name}
3086         sharp_right_without_exit: Sharp right onto %{name}
3087         uturn_without_exit: U-turn along %{name}
3088         sharp_left_without_exit: Sharp left onto %{name}
3089         turn_left_without_exit: Turn left onto %{name}
3090         offramp_left: Take the ramp on the left
3091         offramp_left_with_exit: Take exit %{exit} on the left
3092         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
3093         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
3094         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
3095         offramp_left_with_name: Take the ramp on the left onto %{name}
3096         offramp_left_with_directions: Take the ramp on the left towards %{directions}
3097         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
3098         onramp_left_without_exit: Turn left on the ramp onto %{name}
3099         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
3100         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
3101         onramp_left_without_directions: Turn left onto the ramp
3102         onramp_left: Turn left onto the ramp
3103         endofroad_left_without_exit: At the end of the road turn left onto %{name}
3104         merge_left_without_exit: Merge left onto %{name}
3105         fork_left_without_exit: At the fork turn left onto %{name}
3106         slight_left_without_exit: Slight left onto %{name}
3107         via_point_without_exit: (via point)
3108         follow_without_exit: Follow %{name}
3109         roundabout_without_exit: At roundabout take exit onto %{name}
3110         leave_roundabout_without_exit: Leave roundabout - %{name}
3111         stay_roundabout_without_exit: Stay on roundabout - %{name}
3112         start_without_exit: Start on %{name}
3113         destination_without_exit: Reach destination
3114         against_oneway_without_exit: Go against one-way on %{name}
3115         end_oneway_without_exit: End of one-way on %{name}
3116         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
3117         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
3118         exit_roundabout: Exit roundabout onto %{name}
3119         unnamed: "unnamed road"
3120         courtesy: "Directions courtesy of %{link}"
3121         exit_counts:
3122           first: "1st"
3123           second: "2nd"
3124           third: "3rd"
3125           fourth: "4th"
3126           fifth: "5th"
3127           sixth: "6th"
3128           seventh: "7th"
3129           eighth: "8th"
3130           ninth: "9th"
3131           tenth: "10th"
3132       time: "Time"
3133     query:
3134       node: Node
3135       way: Way
3136       relation: Relation
3137       nothing_found: No features found
3138       error: "Error contacting %{server}: %{error}"
3139       timeout: "Timeout contacting %{server}"
3140     context:
3141       directions_from: Directions from here
3142       directions_to: Directions to here
3143       add_note: Add a note here
3144       show_address: Show address
3145       query_features: Query features
3146       centre_map: Centre map here
3147   redactions:
3148     edit:
3149       heading: "Edit Redaction"
3150       title: "Edit Redaction"
3151     index:
3152       empty: "No redactions to show."
3153       heading: "List of Redactions"
3154       title: "List of Redactions"
3155     new:
3156       heading: "Enter Information for New Redaction"
3157       title: "Creating New Redaction"
3158     show:
3159       description: "Description:"
3160       heading: "Showing Redaction \"%{title}\""
3161       title: "Showing Redaction"
3162       user: "Creator:"
3163       edit: "Edit this redaction"
3164       destroy: "Remove this redaction"
3165       confirm: "Are you sure?"
3166     create:
3167       flash: "Redaction created."
3168     update:
3169       flash: "Changes saved."
3170     destroy:
3171       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
3172       flash: "Redaction destroyed."
3173       error: "There was an error destroying this redaction."
3174   validations:
3175     leading_whitespace: "has leading whitespace"
3176     trailing_whitespace: "has trailing whitespace"
3177     invalid_characters: "contains invalid characters"
3178     url_characters: "contains special URL characters (%{characters})"