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