mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
feat(mentions): richer inbox — filters, date groups, type badge, relative time, per-row actions, highlighted preview
This commit is contained in:
@@ -707,6 +707,24 @@
|
||||
'chatcmd.client.info': 'Client info',
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// Mentions
|
||||
// ------------------------------------------------------------------------
|
||||
'mentions.window.title': 'Mentions',
|
||||
'mentions.window.empty': 'No mentions',
|
||||
'mentions.window.markall': 'Mark all as read',
|
||||
'mentions.tab.title': 'Mentions',
|
||||
'mentions.notification': '%sender% mentioned you in %room%',
|
||||
'mentions.filter.all': 'All',
|
||||
'mentions.filter.unread': 'Unread',
|
||||
'mentions.filter.direct': 'Direct',
|
||||
'mentions.filter.room': 'Room',
|
||||
'mentions.group.today': 'Today',
|
||||
'mentions.group.yesterday': 'Yesterday',
|
||||
'mentions.group.older': 'Earlier',
|
||||
'mentions.type.direct': 'Direct mention',
|
||||
'mentions.type.room': 'Room mention',
|
||||
'mentions.action.goto': 'Go to room',
|
||||
'mentions.action.remove': 'Remove',
|
||||
// Me-menu settings + User account settings window
|
||||
// ------------------------------------------------------------------------
|
||||
'usersettings.tab.general': "General",
|
||||
@@ -772,13 +790,4 @@
|
||||
'usersettings.success.password': "Password updated successfully.",
|
||||
'usersettings.success.email': "Email updated successfully.",
|
||||
'usersettings.success.username': "Username updated. Please log in again with your new name.",
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// Mentions
|
||||
// ------------------------------------------------------------------------
|
||||
'mentions.window.title': 'Mentions',
|
||||
'mentions.window.empty': 'No mentions',
|
||||
'mentions.window.markall': 'Mark all as read',
|
||||
'mentions.tab.title': 'Mentions',
|
||||
'mentions.notification': '%sender% mentioned you in %room%',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user