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