webman迁移

This commit is contained in:
2026-03-18 11:22:12 +08:00
parent dab3b3148f
commit ea77c7b3a1
623 changed files with 38163 additions and 106 deletions

View File

@@ -0,0 +1,18 @@
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: '浮点数(不包括整数)',
}