Files
dafuweng-buildadmin/dafuweng-webman/web/src/lang/common/zh-cn/validate.ts
2026-03-18 11:22:12 +08:00

19 lines
1.0 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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: '浮点数(不包括整数)',
}