chore: 脚手架

This commit is contained in:
dap
2024-08-07 08:57:56 +08:00
parent 4bd4f7490b
commit c31259598b
83 changed files with 2127 additions and 225 deletions

View File

@@ -1,10 +1,10 @@
{
"page": {
"core": {
"login": "登",
"login": "登",
"register": "注册",
"codeLogin": "验证码登",
"qrcodeLogin": "二维码登",
"codeLogin": "验证码登",
"qrcodeLogin": "二维码登",
"forgetPassword": "忘记密码"
},
"dashboard": {
@@ -51,7 +51,12 @@
"unauthorized": "登录认证过期。请重新登录后继续。",
"forbidden": "禁止访问, 您没有权限访问此资源。",
"notFound": "未找到, 请求的资源不存在。",
"internalServerError": "内部服务器错误,请稍后再试。"
"internalServerError": "内部服务器错误,请稍后再试。",
"apiRequestFailed": "请求出错,请稍候重试",
"operationSuccess": "操作成功",
"operationFailed": "操作失败",
"errorTip": "错误提示",
"successTip": "成功提示"
}
},
"widgets": {
@@ -95,8 +100,10 @@
"loginSubtitle": "请输入您的帐户信息以开始管理您的项目",
"username": "账号",
"password": "密码",
"captcha": "验证码",
"usernameTip": "请输入用户名",
"passwordTip": "请输入密码",
"captchaTip": "请输入验证码",
"rememberMe": "记住账号",
"createAnAccount": "创建一个账号",
"createAccount": "创建账号",