simple-validator.messages.messages_zh.properties Maven / Gradle / Ivy
# any
VNonNull=[`{{target}}`]不能为 null.
# cmp.number
VBetween=[`{{target}}`]({{value}})不在{{min}}与{{max}}之间.
VDomain=[`{{target}}`]({{value}})不在 {{domain}} 之中.
VMax=[`{{target}}`]({{value}})不小于#{inclusive ? '等于' : ''}{{max}}.
VMin=[`{{target}}`]({{value}})不大于#{inclusive ? '等于' : ''}{{min}}.
VPositive=[`{{target}}`]({{value}})必须是一个正数.
# multival
VNotEmpty=[`{{target}}`]不能为空.
VSize=[`{{target}}`]({{value}})的大小必须在{{min}}与{{max}}.
# text
VNotBlank=[`{{target}}`]不能为空.
VNotNullOrBlank=[`{{target}}`]不能为空.
VNumericText=[`{{target}}`]({{value}})不是一个合法的数字.
VPattern=[`{{target}}`]({{value}})格式不正确.
# time
VFuture=[`{{target}}`]({{value}})不在[{{ref}}]之后.
VPast=[`{{target}}`]({{value}})不在[{{ref}}]之前.
# enumeration
VCodeOfEnum=[`{{target}}`]({{value}}) 不在可选值 {{optionalValues}} 之中.
VNameOfEnum=[`{{target}}`]({{value}}) 不在可选值 {{optionalValues}} 之中.
## bankCard
VBankCard=[`{{target}}`]({{value}})是无效的.
## email
VEmail=[`{{target}}`]({{value}})格式不正确.
## id
VId=[`{{target}}`]({{value}})非法.
## chinese id card
VChineseIdCard=[`{{target}}`]({{value}})非法或不符合要求.
VChineseIdCard.Generation.FIRST=第一代
VChineseIdCard.Generation.SECOND=第二代
VChineseIdCard.Gender.FEMALE=女性
VChineseIdCard.Gender.MALE=男性
# phrases
NO_RESTRICTIONS=不限制
NO_OPTIONAL_VALUE=无可选值
© 2015 - 2024 Weber Informatics LLC | Privacy Policy