How to create specific text verbiage based on the end user selection?

I have a text field with specific phrasing for every 50 states in the USA. In other words, if the user selects “New York,” I want to display “big apple,” “Florida,” displays “orange bowl,” and so on.

My issue is how to create the data entry in Strapi that will meet my requirement.

  1. Do I have to make 50 data entry points for each state?
  2. How do I toggle the text during data entry?

Thank you.