feat: 登录页标题修改
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
@@ -14,7 +14,6 @@ const logo = computed(() => preferences.logo.source);
|
|||||||
<AuthPageLayout
|
<AuthPageLayout
|
||||||
:app-name="appName"
|
:app-name="appName"
|
||||||
:logo="logo"
|
:logo="logo"
|
||||||
:page-description="$t('authentication.pageDesc')"
|
|
||||||
:page-title="$t('authentication.pageTitle')"
|
:page-title="$t('authentication.pageTitle')"
|
||||||
>
|
>
|
||||||
<!-- 自定义工具栏 -->
|
<!-- 自定义工具栏 -->
|
||||||
|
|||||||
@@ -1,61 +1,61 @@
|
|||||||
{
|
{
|
||||||
"welcomeBack": "Welcome Back",
|
|
||||||
"pageTitle": "Plug-and-play Admin system",
|
|
||||||
"pageDesc": "Efficient, versatile frontend template",
|
|
||||||
"loginSuccess": "Login Successful",
|
|
||||||
"loginSuccessDesc": "Welcome Back",
|
|
||||||
"loginSubtitle": "Enter your account details to manage your projects",
|
|
||||||
"selectAccount": "Quick Select Account",
|
|
||||||
"username": "Username",
|
|
||||||
"password": "Password",
|
|
||||||
"nickname": "Nickname",
|
|
||||||
"tenant": "Tenant",
|
|
||||||
"usernameTip": "Please enter username",
|
|
||||||
"passwordErrorTip": "Password is incorrect",
|
|
||||||
"passwordTip": "Please enter password",
|
|
||||||
"nicknameTip": "Please enter nickname",
|
|
||||||
"tenantTip": "Please select tenant",
|
|
||||||
"verifyRequiredTip": "Please complete the verification first",
|
|
||||||
"rememberMe": "Remember Me",
|
|
||||||
"createAnAccount": "Create an Account",
|
|
||||||
"createAccount": "Create Account",
|
|
||||||
"alreadyHaveAccount": "Already have an account?",
|
|
||||||
"accountTip": "Don't have an account?",
|
"accountTip": "Don't have an account?",
|
||||||
"signUp": "Sign Up",
|
"agree": "I agree to",
|
||||||
"signUpSubtitle": "Make managing your applications simple and fun",
|
"agreeTip": "Please agree to the Privacy Policy and Terms",
|
||||||
|
"alreadyHaveAccount": "Already have an account?",
|
||||||
|
"code": "Security code",
|
||||||
|
"codeSubtitle": "Enter your phone number to start managing your project",
|
||||||
|
"codeTip": "Security code required {0} characters",
|
||||||
"confirmPassword": "Confirm Password",
|
"confirmPassword": "Confirm Password",
|
||||||
"confirmPasswordTip": "The passwords do not match",
|
"confirmPasswordTip": "The passwords do not match",
|
||||||
"agree": "I agree to",
|
"createAccount": "Create Account",
|
||||||
"privacyPolicy": "Privacy-policy",
|
"createAnAccount": "Create an Account",
|
||||||
"terms": "Terms",
|
"email": "Email",
|
||||||
"agreeTip": "Please agree to the Privacy Policy and Terms",
|
|
||||||
"goToLogin": "Login instead",
|
|
||||||
"passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols",
|
|
||||||
"forgetPassword": "Forget Password?",
|
|
||||||
"forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password",
|
|
||||||
"resetPasswordSuccess": "Reset password success",
|
|
||||||
"emailTip": "Please enter email",
|
"emailTip": "Please enter email",
|
||||||
"emailValidErrorTip": "The email format you entered is incorrect",
|
"emailValidErrorTip": "The email format you entered is incorrect",
|
||||||
"resetPassword": "Reset Password",
|
"forgetPassword": "Forget Password?",
|
||||||
"email": "Email",
|
"forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password",
|
||||||
"qrcodeSubtitle": "Scan the QR code with your phone to login",
|
"goToLogin": "Login instead",
|
||||||
"qrcodePrompt": "Click 'Confirm' after scanning to complete login",
|
"layout": {
|
||||||
"qrcodeLogin": "QR Code Login",
|
"alignLeft": "Align Left",
|
||||||
"codeSubtitle": "Enter your phone number to start managing your project",
|
"alignRight": "Align Right",
|
||||||
"code": "Security code",
|
"center": "Align Center"
|
||||||
"codeTip": "Security code required {0} characters",
|
},
|
||||||
|
"loginAgainSubTitle": "Your login session has expired. Please log in again to continue.",
|
||||||
|
"loginAgainTitle": "Please Log In Again",
|
||||||
|
"loginSubtitle": "Enter your account details to manage your projects",
|
||||||
|
"loginSuccess": "Login Successful",
|
||||||
|
"loginSuccessDesc": "Welcome Back",
|
||||||
"mobile": "Mobile",
|
"mobile": "Mobile",
|
||||||
|
"mobileErrortip": "The phone number format is incorrect",
|
||||||
"mobileLogin": "Mobile Login",
|
"mobileLogin": "Mobile Login",
|
||||||
"mobileTip": "Please enter mobile number",
|
"mobileTip": "Please enter mobile number",
|
||||||
"mobileErrortip": "The phone number format is incorrect",
|
"nickname": "Nickname",
|
||||||
|
"nicknameTip": "Please enter nickname",
|
||||||
|
"pageDesc": "Efficient, versatile frontend template",
|
||||||
|
"pageTitle": "License Admin System",
|
||||||
|
"password": "Password",
|
||||||
|
"passwordErrorTip": "Password is incorrect",
|
||||||
|
"passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols",
|
||||||
|
"passwordTip": "Please enter password",
|
||||||
|
"privacyPolicy": "Privacy-policy",
|
||||||
|
"qrcodeLogin": "QR Code Login",
|
||||||
|
"qrcodePrompt": "Click 'Confirm' after scanning to complete login",
|
||||||
|
"qrcodeSubtitle": "Scan the QR code with your phone to login",
|
||||||
|
"rememberMe": "Remember Me",
|
||||||
|
"resetPassword": "Reset Password",
|
||||||
|
"resetPasswordSuccess": "Reset password success",
|
||||||
|
"selectAccount": "Quick Select Account",
|
||||||
"sendCode": "Get Security code",
|
"sendCode": "Get Security code",
|
||||||
"sendText": "Resend in {0}s",
|
"sendText": "Resend in {0}s",
|
||||||
|
"signUp": "Sign Up",
|
||||||
|
"signUpSubtitle": "Make managing your applications simple and fun",
|
||||||
|
"tenant": "Tenant",
|
||||||
|
"tenantTip": "Please select tenant",
|
||||||
|
"terms": "Terms",
|
||||||
"thirdPartyLogin": "Or continue with",
|
"thirdPartyLogin": "Or continue with",
|
||||||
"loginAgainTitle": "Please Log In Again",
|
"username": "Username",
|
||||||
"loginAgainSubTitle": "Your login session has expired. Please log in again to continue.",
|
"usernameTip": "Please enter username",
|
||||||
"layout": {
|
"verifyRequiredTip": "Please complete the verification first",
|
||||||
"center": "Align Center",
|
"welcomeBack": "Welcome Back"
|
||||||
"alignLeft": "Align Left",
|
|
||||||
"alignRight": "Align Right"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,61 +1,61 @@
|
|||||||
{
|
{
|
||||||
"welcomeBack": "欢迎回来",
|
|
||||||
"pageTitle": "开箱即用的大型中后台管理系统",
|
|
||||||
"pageDesc": "工程化、高性能、跨组件库的前端模版",
|
|
||||||
"loginSuccess": "登录成功",
|
|
||||||
"loginSuccessDesc": "欢迎回来",
|
|
||||||
"loginSubtitle": "请输入您的帐户信息以开始管理您的项目",
|
|
||||||
"selectAccount": "快速选择账号",
|
|
||||||
"username": "账号",
|
|
||||||
"password": "密码",
|
|
||||||
"nickname": "昵称",
|
|
||||||
"tenant": "租户",
|
|
||||||
"usernameTip": "请输入用户名",
|
|
||||||
"passwordTip": "请输入密码",
|
|
||||||
"nicknameTip": "请输入昵称",
|
|
||||||
"tenantTip": "请选择租户",
|
|
||||||
"verifyRequiredTip": "请先完成验证",
|
|
||||||
"passwordErrorTip": "密码错误",
|
|
||||||
"rememberMe": "记住账号",
|
|
||||||
"createAnAccount": "创建一个账号",
|
|
||||||
"createAccount": "创建账号",
|
|
||||||
"alreadyHaveAccount": "已经有账号了?",
|
|
||||||
"accountTip": "还没有账号?",
|
"accountTip": "还没有账号?",
|
||||||
"signUp": "注册",
|
"agree": "我同意",
|
||||||
"signUpSubtitle": "让您的应用程序管理变得简单而有趣",
|
"agreeTip": "请同意隐私政策和条款",
|
||||||
|
"alreadyHaveAccount": "已经有账号了?",
|
||||||
|
"code": "验证码",
|
||||||
|
"codeSubtitle": "请输入您的手机号码以开始管理您的项目",
|
||||||
|
"codeTip": "请输入{0}位验证码",
|
||||||
"confirmPassword": "确认密码",
|
"confirmPassword": "确认密码",
|
||||||
"confirmPasswordTip": "两次输入的密码不一致",
|
"confirmPasswordTip": "两次输入的密码不一致",
|
||||||
"agree": "我同意",
|
"createAccount": "创建账号",
|
||||||
"privacyPolicy": "隐私政策",
|
"createAnAccount": "创建一个账号",
|
||||||
"terms": "条款",
|
"email": "邮箱",
|
||||||
"agreeTip": "请同意隐私政策和条款",
|
|
||||||
"goToLogin": "去登录",
|
|
||||||
"passwordStrength": "使用 8 个或更多字符,混合字母、数字和符号",
|
|
||||||
"forgetPassword": "忘记密码?",
|
|
||||||
"forgetPasswordSubtitle": "输入您的电子邮件,我们将向您发送重置密码的连接",
|
|
||||||
"resetPasswordSuccess": "重置密码成功",
|
|
||||||
"emailTip": "请输入邮箱",
|
"emailTip": "请输入邮箱",
|
||||||
"emailValidErrorTip": "你输入的邮箱格式不正确",
|
"emailValidErrorTip": "你输入的邮箱格式不正确",
|
||||||
"resetPassword": "重置密码",
|
"forgetPassword": "忘记密码?",
|
||||||
"email": "邮箱",
|
"forgetPasswordSubtitle": "输入您的电子邮件,我们将向您发送重置密码的连接",
|
||||||
"qrcodeSubtitle": "请用手机扫描二维码登录",
|
"goToLogin": "去登录",
|
||||||
"qrcodePrompt": "扫码后点击 '确认',即可完成登录",
|
"layout": {
|
||||||
"qrcodeLogin": "扫码登录",
|
"alignLeft": "居左",
|
||||||
"codeSubtitle": "请输入您的手机号码以开始管理您的项目",
|
"alignRight": "居右",
|
||||||
"code": "验证码",
|
"center": "居中"
|
||||||
"codeTip": "请输入{0}位验证码",
|
},
|
||||||
|
"loginAgainSubTitle": "您的登录状态已过期,请重新登录以继续。",
|
||||||
|
"loginAgainTitle": "重新登录",
|
||||||
|
"loginSubtitle": "请输入您的帐户信息以开始管理您的项目",
|
||||||
|
"loginSuccess": "登录成功",
|
||||||
|
"loginSuccessDesc": "欢迎回来",
|
||||||
"mobile": "手机号码",
|
"mobile": "手机号码",
|
||||||
"mobileTip": "请输入手机号",
|
|
||||||
"mobileErrortip": "手机号码格式错误",
|
"mobileErrortip": "手机号码格式错误",
|
||||||
"mobileLogin": "手机号登录",
|
"mobileLogin": "手机号登录",
|
||||||
|
"mobileTip": "请输入手机号",
|
||||||
|
"nickname": "昵称",
|
||||||
|
"nicknameTip": "请输入昵称",
|
||||||
|
"pageDesc": "工程化、高性能、跨组件库的前端模版",
|
||||||
|
"pageTitle": "License管理系统",
|
||||||
|
"password": "密码",
|
||||||
|
"passwordErrorTip": "密码错误",
|
||||||
|
"passwordStrength": "使用 8 个或更多字符,混合字母、数字和符号",
|
||||||
|
"passwordTip": "请输入密码",
|
||||||
|
"privacyPolicy": "隐私政策",
|
||||||
|
"qrcodeLogin": "扫码登录",
|
||||||
|
"qrcodePrompt": "扫码后点击 '确认',即可完成登录",
|
||||||
|
"qrcodeSubtitle": "请用手机扫描二维码登录",
|
||||||
|
"rememberMe": "记住账号",
|
||||||
|
"resetPassword": "重置密码",
|
||||||
|
"resetPasswordSuccess": "重置密码成功",
|
||||||
|
"selectAccount": "快速选择账号",
|
||||||
"sendCode": "获取验证码",
|
"sendCode": "获取验证码",
|
||||||
"sendText": "{0}秒后重新获取",
|
"sendText": "{0}秒后重新获取",
|
||||||
|
"signUp": "注册",
|
||||||
|
"signUpSubtitle": "让您的应用程序管理变得简单而有趣",
|
||||||
|
"tenant": "租户",
|
||||||
|
"tenantTip": "请选择租户",
|
||||||
|
"terms": "条款",
|
||||||
"thirdPartyLogin": "其他登录方式",
|
"thirdPartyLogin": "其他登录方式",
|
||||||
"loginAgainTitle": "重新登录",
|
"username": "账号",
|
||||||
"loginAgainSubTitle": "您的登录状态已过期,请重新登录以继续。",
|
"usernameTip": "请输入用户名",
|
||||||
"layout": {
|
"verifyRequiredTip": "请先完成验证",
|
||||||
"center": "居中",
|
"welcomeBack": "欢迎回来"
|
||||||
"alignLeft": "居左",
|
|
||||||
"alignRight": "居右"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user