Override the page-status format. The cngx-pgn-status segment renders the
returned string verbatim, so this localises the "Page n of m" readout that
the responsive collapse reveals.
provideCngxPaginatorConfig( withPaginatorPageStatusFormat((page, totalPages) => `Seite ${page} von ${totalPages}`),);