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

@@ -51,7 +51,12 @@
"unauthorized": "Unauthorized. Please log in to continue.",
"forbidden": "Forbidden. You do not have permission to access this resource.",
"notFound": "Not Found. The requested resource could not be found.",
"internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later."
"internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later.",
"apiRequestFailed": "The interface request failed, please try again later!",
"operationSuccess": "Operation Success",
"operationFailed": "Operation failed",
"errorTip": "Error Tip",
"successTip": "Success Tip"
}
},
"widgets": {
@@ -95,8 +100,10 @@
"loginSubtitle": "Enter your account details to manage your projects",
"username": "Username",
"password": "Password",
"captcha": "Captcha",
"usernameTip": "Please enter username",
"passwordTip": "Please enter password",
"captchaTip": "Please enter captcha",
"rememberMe": "Remember Me",
"createAnAccount": "Create an Account",
"createAccount": "Create Account",

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": "创建账号",