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