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