feat(notifications): open bell popover
CI and Deploy / test (pull_request) Failing after 2m55s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-15 13:37:29 +02:00
parent 109745edb0
commit 998ee07a9a
13 changed files with 321 additions and 32 deletions
+22
View File
@@ -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.",