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