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