feat(notifications): open bell popover
This commit is contained in:
@@ -33,6 +33,17 @@ export const translations = {
|
||||
systemStatus: "System status",
|
||||
manage: "Manage",
|
||||
notifications: "Notifications",
|
||||
notificationsPanel: "Notifications panel",
|
||||
notificationsRecent: "Recent updates and background work",
|
||||
notificationsLoadFailed: "Notifications could not be loaded.",
|
||||
notificationsActionFailed: "The notification could not be updated.",
|
||||
notificationsEmptyTitle: "You're all caught up",
|
||||
notificationsEmptyBody: "New alerts and completed background work will appear here.",
|
||||
notificationsOpen: "Open",
|
||||
notificationsMarkRead: "Mark read",
|
||||
notificationsDismiss: "Dismiss",
|
||||
notificationsViewAll: "View all activity",
|
||||
retry: "Retry",
|
||||
quickSearch: "Quick Search",
|
||||
searchPlaceholder: "Search jobs, companies, or actions",
|
||||
noMatchingCommands: "No matching commands or records.",
|
||||
@@ -1174,6 +1185,17 @@ export const translations = {
|
||||
systemStatus: "Systemstatus",
|
||||
manage: "Administrer",
|
||||
notifications: "Varsler",
|
||||
notificationsPanel: "Varslingspanel",
|
||||
notificationsRecent: "Nylige oppdateringer og bakgrunnsarbeid",
|
||||
notificationsLoadFailed: "Varslene kunne ikke lastes.",
|
||||
notificationsActionFailed: "Varslet kunne ikke oppdateres.",
|
||||
notificationsEmptyTitle: "Du er ajour",
|
||||
notificationsEmptyBody: "Nye varsler og fullført bakgrunnsarbeid vises her.",
|
||||
notificationsOpen: "Åpne",
|
||||
notificationsMarkRead: "Marker som lest",
|
||||
notificationsDismiss: "Fjern",
|
||||
notificationsViewAll: "Vis all aktivitet",
|
||||
retry: "Prøv igjen",
|
||||
quickSearch: "Hurtigsøk",
|
||||
searchPlaceholder: "Søk etter jobber, selskaper eller handlinger",
|
||||
noMatchingCommands: "Ingen treff på kommandoer eller poster.",
|
||||
|
||||
Reference in New Issue
Block a user