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