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