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