mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 09:02:42 +08:00
fix: 国际化换行问题修改
This commit is contained in:
parent
cc0667429a
commit
ac5f73c687
3 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
|
|
|
@ -112,7 +112,7 @@ export default {
|
|||
welcome: '欢迎回来,请输入用户名和密码登录!',
|
||||
errorAuthInfo: '您输入的用户名或密码不正确,请重新输入!',
|
||||
errorMfaInfo: '错误的验证信息,请重试!',
|
||||
captchaHelper: '请输入验证码',
|
||||
captchaHelper: '验证码',
|
||||
errorCaptcha: '验证码错误!',
|
||||
safeEntrance: '请使用正确的入口登录面板',
|
||||
reason: '错误原因:',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue