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