### Description Hello! Currently in Sylius, when i change my backend to german and i for example update a product, it says: "Product wurde erfolgreich aktualisiert". As you can see "Product" is not correctly translated. I dont know if there is a way to only translate the key of the resource (Product) in this case. I only found a way to translate the hole resource flash message string with: ```yaml sylius: resource: My string ``` But this affects every resource. So far i dont found a way to translate only the resource key. ### Example _No response_