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