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