mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
3.3 KiB
36 lines
3.3 KiB
{
|
|
"culture": "en",
|
|
"texts": {
|
|
"'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.",
|
|
"The {0} field is not a valid credit card number.": "The {0} field is not a valid credit card number.",
|
|
"{0} is not valid.": "{0} is not valid.",
|
|
"The {0} field is not a valid e-mail address.": "The {0} field is not a valid e-mail address.",
|
|
"The {0} field only accepts files with the following extensions: {1}": "The {0} field only accepts files with the following extensions: {1}",
|
|
"The field {0} must be a string or array type with a maximum length of '{1}'.": "The field {0} must be a string or array type with a maximum length of '{1}'.",
|
|
"The field {0} must be a string or array type with a minimum length of '{1}'.": "The field {0} must be a string or array type with a minimum length of '{1}'.",
|
|
"The {0} field is not a valid phone number.": "The {0} field is not a valid phone number.",
|
|
"The field {0} must be between {1} and {2}.": "The field {0} must be between {1} and {2}.",
|
|
"The field {0} must match the regular expression '{1}'.": "The field {0} does not match the requested format.",
|
|
"The {0} field is required.": "The {0} field is required.",
|
|
"The field {0} must be a string with a maximum length of {1}.": "The field {0} must be a string with a maximum length of {1}.",
|
|
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.",
|
|
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "The {0} field is not a valid fully-qualified http, https, or ftp URL.",
|
|
"The field {0} is invalid.": "The field {0} is invalid.",
|
|
"ThisFieldIsNotAValidCreditCardNumber.": "This field is not a valid credit card number.",
|
|
"ThisFieldIsNotValid.": "This field is not valid.",
|
|
"ThisFieldIsNotAValidEmailAddress.": "This field is not a valid e-mail address.",
|
|
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "This field only accepts files with the following extensions: {0}",
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "This field must be a string or array type with a maximum length of '{0}'.",
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "This field must be a string or array type with a minimum length of '{0}'.",
|
|
"ThisFieldIsNotAValidPhoneNumber.": "This field is not a valid phone number.",
|
|
"ThisFieldMustBeBetween{0}And{1}": "This field must be between {0} and {1}.",
|
|
"ThisFieldMustBeGreaterThanOrEqual{0}":"This field must be greater than or equal to {0}.",
|
|
"ThisFieldMustBeLessOrEqual{0}":"This field must be less than or equal to {0}.",
|
|
"ThisFieldMustMatchTheRegularExpression{0}": "This field must match the regular expression '{0}'.",
|
|
"ThisFieldIsRequired.": "This field is required.",
|
|
"ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "This field must be a string with a maximum length of {0}.",
|
|
"ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "This field must be a string with a minimum length of {1} and a maximum length of {0}.",
|
|
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "This field is not a valid fully-qualified http, https, or ftp URL.",
|
|
"ThisFieldIsInvalid.": "This field is invalid."
|
|
}
|
|
} |