Quick, cbvalidator and cbi18n

Hi, I have a Quick model (Post) with a constrainst:

his.constraints = {
name = {
required = true
}
}

I want to translate with cb18n the error messages I have tried without luck:.

“Post.name.required”: “The post name is required”

What key is needed to setup?

Thanks!