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