fix: 国际化换行问题修改

This commit is contained in:
ssongliu 2023-03-17 11:23:34 +08:00 committed by f2c-ci-robot[bot]
parent cc0667429a
commit ac5f73c687
3 changed files with 6 additions and 6 deletions

View file

@ -107,8 +107,8 @@ export default {
welcome: 'Welcome back, please enter your username and password to log in!',
errorAuthInfo: 'The user name or password you entered is incorrect, please re-enter!',
errorMfaInfo: 'Incorrect authentication information, please try again!',
captchaHelper: 'Please enter the verification code',
errorCaptcha: 'Verification code error!',
captchaHelper: 'Captcha',
errorCaptcha: 'Captcha code error!',
safeEntrance: 'Please use the correct entry to log in to the panel',
reason: 'Cause of error:',
reasonHelper:
@ -119,7 +119,7 @@ export default {
warnning:
'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution',
codeInput: 'Please enter the 6-digit verification code of the MFA validator',
title: 'Linux server operation and maintenance management panel',
title: 'Linux Server Management Panel',
},
rule: {
username: 'Please enter a username',
@ -134,7 +134,7 @@ export default {
imageName: 'Support English, numbers, :/.-_, length 1-150',
volumeName: 'Support English, numbers, .-_, length 2-30',
complexityPassword:
'Enter a password that is longer than eight characters and contains at least two letters, digits, and special characters',
'Longer than eight characters and contains at least two combinations of letters, digits, and special characters',
commonPassword: 'Please enter a password with more than 6 characters',
email: 'Email format error',
number: 'Please enter the correct number',

View file

@ -112,7 +112,7 @@ export default {
welcome: '欢迎回来请输入用户名和密码登录',
errorAuthInfo: '您输入的用户名或密码不正确请重新输入',
errorMfaInfo: '错误的验证信息请重试',
captchaHelper: '请输入验证码',
captchaHelper: '验证码',
errorCaptcha: '验证码错误',
safeEntrance: '请使用正确的入口登录面板',
reason: '错误原因',

View file

@ -1,6 +1,6 @@
<template>
<div v-loading="loading">
<el-drawer v-model="passwordVisiable" :destroy-on-close="true" :close-on-click-modal="false" size="30%">
<el-drawer v-model="passwordVisiable" :destroy-on-close="true" :close-on-click-modal="false" size="50%">
<template #header>
<DrawerHeader :header="$t('setting.changePassword')" :back="handleClose" />
</template>