Backstage
    Preparing search index...
    notificationsTranslationRef: TranslationRef<
        "plugin.notifications",
        {
            "filters.createdAfter.anyTime": "Any time";
            "filters.createdAfter.label": "Sent out";
            "filters.createdAfter.last24h": "Last 24h";
            "filters.createdAfter.lastWeek": "Last week";
            "filters.createdAfter.placeholder": "Notifications since";
            "filters.severity.critical": "Critical";
            "filters.severity.high": "High";
            "filters.severity.label": "Min severity";
            "filters.severity.low": "Low";
            "filters.severity.normal": "Normal";
            "filters.sortBy.label": "Sort by";
            "filters.sortBy.newest": "Newest on top";
            "filters.sortBy.oldest": "Oldest on top";
            "filters.sortBy.origin": "Origin";
            "filters.sortBy.placeholder": "Field to sort by";
            "filters.sortBy.topic": "Topic";
            "filters.title": "Filters";
            "filters.topic.anyTopic": "Any topic";
            "filters.topic.label": "Topic";
            "filters.view.all": "All";
            "filters.view.label": "View";
            "filters.view.read": "Read notifications";
            "filters.view.saved": "Saved";
            "filters.view.unread": "Unread notifications";
            "notificationsPage.tableTitle.all_one": "All notifications ({{count}})";
            "notificationsPage.tableTitle.all_other": "All notifications ({{count}})";
            "notificationsPage.tableTitle.read_one": "Read notifications ({{count}})";
            "notificationsPage.tableTitle.read_other": "Read notifications ({{count}})";
            "notificationsPage.tableTitle.saved_one": "Saved notifications ({{count}})";
            "notificationsPage.tableTitle.saved_other": "Saved notifications ({{count}})";
            "notificationsPage.tableTitle.unread_one": "Unread notifications ({{count}})";
            "notificationsPage.tableTitle.unread_other": "Unread notifications ({{count}})";
            "notificationsPage.title": "Notifications";
            "settings.errors.useNotificationFormat": "useNotificationFormat must be used within a NotificationFormatProvider";
            "settings.errorTitle": "Failed to load settings";
            "settings.noSettingsAvailable": "No notification settings available, check back later";
            "settings.table.origin": "Origin";
            "settings.table.topic": "Topic";
            "settings.title": "Notification settings";
            "sidebar.errors.fetchNotificationFailed": "Failed to fetch notification";
            "sidebar.errors.markAsReadFailed": "Failed to mark notification as read";
            "sidebar.title": "Notifications";
            "table.bulkActions.markAllRead": "Mark all read";
            "table.bulkActions.markSelectedAsRead": "Mark selected as read";
            "table.bulkActions.returnSelectedAmongUnread": "Return selected among unread";
            "table.bulkActions.saveSelectedForLater": "Save selected for later";
            "table.bulkActions.undoSaveForSelected": "Undo save for selected";
            "table.confirmDialog.markAllReadConfirmation": "Mark All";
            "table.confirmDialog.markAllReadDescription": "Mark <b>all</b> notifications as <b>read</b>.";
            "table.confirmDialog.title": "Are you sure?";
            "table.emptyMessage": "No records to display";
            "table.errors.markAllReadFailed": "Failed to mark all notifications as read";
            "table.pagination.firstTooltip": "First Page";
            "table.pagination.labelDisplayedRows": "{from}-{to} of {count}";
            "table.pagination.labelRowsSelect": "rows";
            "table.pagination.lastTooltip": "Last Page";
            "table.pagination.nextTooltip": "Next Page";
            "table.pagination.previousTooltip": "Previous Page";
        },
    > = ...