Files
breadcrumb-the-shire/modules/notifications/i18n/default_en.json
fs 975651b183 fix: eliminate $_SESSION drift in SessionProvider and add notification UI states
Pass AppContainer to SessionProvider::clear() so all module providers use
SessionStoreInterface consistently instead of raw $_SESSION. Also add
loading and error states to the notification bell dropdown (GR-UI-014).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 22:49:03 +01:00

17 lines
695 B
JSON

{
"Notifications": "Notifications",
"No notifications": "No notifications",
"Mark all as read": "Mark all as read",
"Mark as read": "Mark as read",
"Dismiss": "Dismiss",
"Action failed": "Action failed",
"Loading notifications…": "Loading notifications…",
"Failed to load notifications": "Failed to load notifications",
"New user: %s": "New user: %s",
"User deleted: %s": "User deleted: %s",
"User activated: %s": "User activated: %s",
"User deactivated: %s": "User deactivated: %s",
"User assignments updated: %s": "User assignments updated: %s",
"Tenant, role, or department assignments were changed.": "Tenant, role, or department assignments were changed."
}