Does NocoDB UI support setting field display names/titles differently from the database field names?

I want to set different display names/titles for fields in NocoDB UI compared to their actual database field names. For example, showing “Book name” in NocoDB UI while the database uses “book_name”. The goal is to use Chinese for display names while keeping English field names in the database.
Or how can I set this up?

This is not supported and will not be part of roadmap.

@hengke We do not allow configuring different name for fields in UI and Database in Product, but you can use the api to perform this action.

When creating new Field, set the title property as what you want to be visible in ui and column_name as the Database Column Name