How to maintain uniform values for all language versions only once?

At the moment I am building a multilingual website. On one page contain a table with monthly updated values. These values are indentical for all languages. If I update the values for Germany, I have to change them in the other languages as well. This is not the desired way. What strategy is there to enter uniform values for all languages only once?

If you set fields which contain the values to translate: false this should work automatically.

1 Like

Perfect, thank you! I did not know this function yet.
Great that the fields are disabled in the other languages.