feat: implement hover functionality for calendar events and enhance email deletion confirmation
This commit is contained in:
@@ -120,8 +120,14 @@
|
||||
"mark_read": "Mark as read",
|
||||
"mark_unread": "Mark as unread",
|
||||
"delete": "Delete",
|
||||
"delete_confirm_title": "Delete emails",
|
||||
"delete_confirm_message": "Are you sure you want to delete {count, plural, one {1 email} other {# emails}}?",
|
||||
"clear_selection": "Clear selection"
|
||||
}
|
||||
},
|
||||
"permanent_delete": "Delete permanently",
|
||||
"permanent_delete_confirm_title": "Permanently delete",
|
||||
"permanent_delete_confirm_message": "This email will be permanently deleted. This action cannot be undone.",
|
||||
"permanent_delete_confirm_batch_message": "These {count, plural, one {1 email} other {# emails}} will be permanently deleted. This action cannot be undone."
|
||||
},
|
||||
"email_viewer": {
|
||||
"no_email_selected": "No email selected",
|
||||
|
||||
Reference in New Issue
Block a user