Translationg Blueprint Tabs and Field Labels per Selected Language

Good day to everyone.

I am after creating multilingual version of website, German and English and I am stuck at the translation blueprint field labels.

Followed PHP-based blueprints cookbook and I have a few questions mostly because I have almost hundred fields I need to translate.

Do I have to create separate php file for every field?

Here is my example.yml file that I want to translate Tabs and Field Labels per Selected Language:

Can I kindly ask to show me what my index.php need to look like inside of my plugin folder and also what the blueprints/fields folder should contain?
If there is possibility that only one file will be enough ( or I have to have separate one for all of the fields I want to translate ) can you please give me code example that will be based on my screenshot?

Thank you very much in advance.

No. The first part of that recipe explains how to create php versions for complete page blueprints?

1 Like

Thank you.

Your hint was enough to get me going.

In case anyone else is facing similar issue let me know and I will post the solution here.

Best regards.