19 lines
1.0 KiB
TypeScript
19 lines
1.0 KiB
TypeScript
export default {
|
||
'Captcha loading failed, please click refresh button': '验证码加载失败,请点击刷新按钮',
|
||
'The correct area is not clicked, please try again!': '未点中正确区域,请重试!',
|
||
'Verification is successful!': '验证成功!',
|
||
'Please click': '请依次点击',
|
||
'Please enter the correct mobile number': '请输入正确的手机号',
|
||
'Please enter the correct account': '要求3到15位,字母开头且只含字母、数字、下划线',
|
||
'Please enter the correct password': '密码要求6到32位,不能包含 & < > " \'',
|
||
'Please enter the correct name': '请输入正确的名称',
|
||
'Content cannot be empty': '内容不能为空',
|
||
'Floating point number': '浮点数',
|
||
required: '必填',
|
||
'editor required': '富文本必填',
|
||
'Please enter the correct ID number': '请输入正确的身份证号码',
|
||
number: '数字(包括浮点数和整数)',
|
||
integer: '整数(不包括浮点数)',
|
||
float: '浮点数(不包括整数)',
|
||
}
|