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