{{ component.label || component.placeholder || component.key }} {{'must be a valid email' | formioTranslate:null:builder}}.

{{ component.label || component.placeholder || component.key }} {{'is required' | formioTranslate:null:builder}}.

{{ component.label || component.placeholder || component.key }} {{'must be a number' | formioTranslate:null:builder}}.

{{ component.label || component.placeholder || component.key }} {{'must be shorter than' | formioTranslate:null:builder}} {{ component.validate.maxLength + 1 }} {{'characters' | formioTranslate:null:builder}}.

{{ component.label || component.placeholder || component.key }} {{'must be longer than' | formioTranslate:null:builder}} {{ component.validate.minLength - 1 }} {{'characters' | formioTranslate:null:builder}}.

{{ component.label || component.placeholder || component.key }} {{'must be higher than' | formioTranslate:null:builder}} {{ component.validate.min - 1 }}.

{{ component.label || component.placeholder || component.key }} {{'must be lower than' | formioTranslate:null:builder}} {{ component.validate.max + 1 }}.

{{ component.customError | formioTranslate }}

{{ component.label || component.placeholder || component.key }} {{'does not match the pattern' | formioTranslate:null:builder}} {{ component.validate.pattern }}

{{ component.label || component.placeholder || component.key }} {{'must be a valid date' | formioTranslate:null:builder}}.