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",