Transalation of labels

Hi
How can I translate System-Elements. For example:

All the infos in the date selector

or the “Filter” on the filter button.

Many thanks for your help again.
Simon

hi,

since this issue 2x weeks ago https://github.com/metasfresh/metasfresh-webui-frontend/issues/1717
The date range picker is fully localized including names and date format.

To find the messages behind the labels just do:
select * from metasfresh.public.ad_message where msgtext='Dieser Monat'
or use the window “Messages” in SysAdmin for filter for the msgtext.
You can then translate this message like any other.

Hint: To find all webui related messsages you can search for webui.%

cheers,
Norbert