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