transforming vector using map?

I have a vector of strings and I have a map that maps one string to
another. How can use transform for that?
This is how I do it right now:
map
participants (1)
-
Alexander Shyrokov
I have a vector of strings and I have a map that maps one string to
another. How can use transform for that?
This is how I do it right now:
map