* feat: Inbox item context menu component * chore: Minor fix * chore: Minor height fix * fix: Conflict * minor fix * chore: Fix conflicts * chore: Minor fix --------- Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
24 lines
798 B
JSON
24 lines
798 B
JSON
{
|
|
"INBOX": {
|
|
"LIST": {
|
|
"TITLE": "Inbox",
|
|
"LOADING": "Fetching notifications",
|
|
"EOF": "All notifications loaded 🎉",
|
|
"404": "There are no active notifications in this group."
|
|
},
|
|
"TYPES": {
|
|
"CONVERSATION_MENTION": "You have been mentioned in a conversation",
|
|
"CONVERSATION_CREATION": "New conversation created",
|
|
"CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you",
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation",
|
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in"
|
|
},
|
|
"MENU_ITEM": {
|
|
"MARK_AS_READ": "Mark as read",
|
|
"MARK_AS_UNREAD": "Mark as unread",
|
|
"SNOOZE": "Snooze",
|
|
"DELETE": "Delete"
|
|
}
|
|
}
|
|
}
|