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