项目初始化
This commit is contained in:
18
web/src/lang/common/en/validate.ts
Normal file
18
web/src/lang/common/en/validate.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'Captcha loading failed, please click refresh button': 'Captcha loading failed, please click refresh button',
|
||||
'The correct area is not clicked, please try again!': 'The correct area is not clicked, please try again!',
|
||||
'Verification is successful!': 'Verification is successful!',
|
||||
'Please click': 'Please click',
|
||||
'Please enter the correct mobile number': 'Please enter the correct mobile number',
|
||||
'Please enter the correct account': 'The account requires 3 to 15 characters and contains a-z A-Z 0-9 _',
|
||||
'Please enter the correct password': 'The password requires 6 to 32 characters and cannot contains & < > " \'',
|
||||
'Please enter the correct name': 'Please enter the correct name',
|
||||
'Content cannot be empty': 'The content cannot be blank',
|
||||
'Floating point number': ' Floating number',
|
||||
required: 'Required',
|
||||
'editor required': 'editor Required',
|
||||
'Please enter the correct ID number': 'Please enter the correct ID number',
|
||||
number: 'Number (including float and integer)',
|
||||
integer: 'Integer (excluding float)',
|
||||
float: 'Float (excluding integer)',
|
||||
}
|
||||
Reference in New Issue
Block a user