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