platform/plugins/notification-assets/lang/en.json
Vyacheslav Tumanov 1d97d0c689
TSK-713: Notifications for DM (#2695)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
2023-03-01 16:23:42 +07:00

20 lines
597 B
JSON

{
"string": {
"LastView": "Last View",
"Notification": "Notification",
"Notifications": "Notifications",
"NoNotifications": "No notifications",
"MentionNotification": "Mentioned",
"DMNotification": "Sent you a message",
"EmailNotification": "by email",
"PlatformNotification": "in platform",
"Track": "Track",
"DontTrack": "Don't track",
"BrowserNotification": "in browser",
"Remove": "Delete notification",
"RemoveAll": "Delete all notifications",
"MarkAllAsRead": "Mark all notifications as read",
"MarkAsRead": "Mark as read"
}
}