blob: f81862e2791d9065261ce4c47c495956c063813c [file] [log] [blame]
#messages
msg.form.saved=形式被保存
# default validators
inputForm.integerInRangeProperty.RequiredValidator=领域 'integerInRange' 必需
inputForm.stringProperty.RequiredValidator=领域 'string' 必需
inputForm.integerProperty.RequiredValidator=领域 'integer' 必需
inputForm.doubleProperty.RequiredValidator=领域 'double' 必需
inputForm.dateProperty.RequiredValidator=领域 'date' 必需
inputForm.integerProperty.TypeValidator='${input}' 不是一个合法的整数
inputForm.doubleProperty.TypeValidator='${input}' 不是合法的双
inputForm.dateProperty.TypeValidator='${input}' 不是一个合法的日期; 请使用格式 '${format}'
inputForm.integerInRangeProperty.TypeValidator='${input}' 不是一个合法的整数
inputForm.integerInRangeProperty.IntegerValidator='${input}' 不是在 ${min} 和 ${max} 之间
inputForm.urlProperty.TypeValidator='${input}' 不是合法的 URL