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>
17 lines
695 B
JSON
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."
|
|
}
|