Translate pagination "/page/3/" to "/seite/3/"

I have not yet found a solution to translate the pagination:

example.com/page/3/

to:

example.com/seite/3/

Does anyone have an idea? Thanks in advance.

I don’t think this is currently possible right now since it’s hard coded in the collection routing logic:

https://github.com/TryGhost/Ghost/blob/master/core/frontend/services/routing/CollectionRouter.js#L75-L76