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