|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
"The {0} field only accepts files with the following extensions: {1}": "{0}字段只允许以下扩展名的文件: {1}",
|
|
|
|
|
"The field {0} must be a string or array type with a maximum length of '{1}'.": "字段{0}必须是最大长度为'{1}'的字符串或数组.",
|
|
|
|
|
"The field {0} must be a string or array type with a minimum length of '{1}'.": "字段{0}必须是最小长度为'{1}'的字符串或数组.",
|
|
|
|
|
"The {0} field is not a valid phone number.": "字段{0}不是有效的身份证号码.",
|
|
|
|
|
"The {0} field is not a valid phone number.": "字段{0}不是有效的手机号码.",
|
|
|
|
|
"The field {0} must be between {1} and {2}.": "字段{0}值必须在{1}和{2}范围内.",
|
|
|
|
|
"The field {0} must match the regular expression '{1}'.": "字段{0}必须匹配正则表达式'{1}'.",
|
|
|
|
|
"The {0} field is required.": "字段{0}不可为空.",
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "字段只允许以下扩展名的文件: {0}",
|
|
|
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthoOf{0}": "字段必须是最大长度为'{0}'的字符串或数组.",
|
|
|
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "字段必须是最小长度为'{0}'的字符串或数组.",
|
|
|
|
|
"ThisFieldIsNotAValidPhoneNumber.": "字段不是有效的身份证号码.",
|
|
|
|
|
"ThisFieldIsNotAValidPhoneNumber.": "字段不是有效的手机号码.",
|
|
|
|
|
"ThisFieldMustBeBetween{0}And{1}": "字段值必须在{0}和{1}范围内.",
|
|
|
|
|
"ThisFieldMustMatchTheRegularExpression{0}": "字段必须匹配正则表达式'{0}'.",
|
|
|
|
|
"ThisFieldIsRequired.": "字段不可为空.",
|
|
|
|
|