Adding Translations

How can I change translations, for example I have an “date” field in a
MySQL Database, and Rails generated a nice data controller, but instead
of March, April, June I want the translations to be in my own language.
What class and/or file do I need to modifiy to achieve this?