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