feature notifications
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user