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