Browse Source
Update zh-Hans.json
fixed the maxlength describe
pull/4003/head
xyfy
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/zh-Hans.json
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
"The field {0} must be between {1} and {2}.": "字段{0}值必须在{1}和{2}范围内.", |
|
|
|
"The field {0} must match the regular expression '{1}'.": "字段{0}与请求的格式不匹配。", |
|
|
|
"The {0} field is required.": "字段{0}不可为空.", |
|
|
|
"The field {0} must be a string with a maximum length of {1}.": "字段{0}必须是长度为{1}的字符串.", |
|
|
|
"The field {0} must be a string with a maximum length of {1}.": "字段{0}必须是最大长度为{1}的字符串.", |
|
|
|
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "字段{0}必须是最小长度为{2}并且最大长度{1}的字符串.", |
|
|
|
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "字段{0}不是有效的完全限定的http,https或ftp URL.", |
|
|
|
"The field {0} is invalid.": "字段{0}是无效值.", |
|
|
|
@ -31,4 +31,4 @@ |
|
|
|
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "字段{0}不是有效的完全限定的http,https或ftp URL.", |
|
|
|
"ThisFieldIsInvalid.": "该字段无效." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|