This PR follows our Release Process and implements the “Translation string freeze” step.
Steps to reproduce the diff on Ubuntu:
0$ cmake --preset dev-mode -DWITH_USDT=OFF -DWITH_MULTIPROCESS=OFF
1$ cmake --build build_dev_mode --target translate
At the moment, the multiprocess-specific code does not introduce any new translatable strings. Therefore, there is no need to build depends with MULTIPROCESS=1
to review this PR.