Hi,
Users got the popup that tells "Unable to execute action because you do not have sufficient permissions." in English.
But, we can not translate it from system texts or another component. We want this text to be translatable.
Hey Alp :)
I think you should think differently. This text maybe isn't translatable so instead you should try to catch the situation when it happens so it either doesn't pop-up the text anymore or you should implement your access check otherwise.
In my opinion this is a case where you have a microflow / nanoflow or object access not set for a specific user role. I would either give that role the access if it's part of the requirement or I would think about a different way to simply not let the user get into this scenario where the user gets the permission message.