How to translate in Sonata Admin:
- You don't need $this->trans
- Create a directory "translations" in your bundle directory
src/TestBundle/Resources
- add a file
AcmeTestBundle.zh_CN.yml
app/config/config.yml - default_locale: "zh_CN"
- In its content translate it like below: