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