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