This is not directly possible as the audit is created on the backend of your application and this is not aware of the names you provided in the caption for the user UI.
You could create a table with the mapping for the fields that contain the databse name, table and name you would like to display and link this record to the record in the audit trail.
Mayebe this will help in finding a solution for your case.