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