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