Embedding values in strings.json

Hi,

I’m wondering if this is possible.

I have a strings.json for a config flow. I want the message to be something like “default %s”, where I can import the value from somewhere else (i.e. a const file).

Is this possible? If so, how?