feature notifications

This commit is contained in:
Alexandro Uc Santos
2024-09-07 18:44:57 -06:00
parent 84c0595f5b
commit c5f0831a81
23 changed files with 514 additions and 96 deletions

View File

@@ -451,7 +451,25 @@ const en = {
helpText: 'Load status indicators',
general: 'General calendar',
my: 'My calendar'
}
},
noty: {
title: 'Notifications',
empty: 'No notifications',
read: 'Read',
unread: 'Not read',
markAll: 'Mark all as read',
markRead: 'Mark as read',
markUnread: 'Mark as unread',
msgMarkAll: 'All notifications have been marked as read',
msgMarkRead: 'Notification marked as read',
msgMarkUnread: 'Notification marked as unread',
newProposalTitle: 'New offer received',
acceptedProposalTitle: 'Offer accepted',
rejectedProposalTitle: 'Offer rejected',
newProposalDesc: 'Congratulations, you have received a new offer in your load',
acceptedProposalDesc: 'Your offer has been accepted in the upload',
rejectedProposalDesc: 'Your offer has been rejected on upload',
},
};
export default en;