mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
fix: 国际化换行问题修改
This commit is contained in:
parent
cc0667429a
commit
ac5f73c687
@ -107,8 +107,8 @@ export default {
|
|||||||
welcome: 'Welcome back, please enter your username and password to log in!',
|
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!',
|
errorAuthInfo: 'The user name or password you entered is incorrect, please re-enter!',
|
||||||
errorMfaInfo: 'Incorrect authentication information, please try again!',
|
errorMfaInfo: 'Incorrect authentication information, please try again!',
|
||||||
captchaHelper: 'Please enter the verification code',
|
captchaHelper: 'Captcha',
|
||||||
errorCaptcha: 'Verification code error!',
|
errorCaptcha: 'Captcha code error!',
|
||||||
safeEntrance: 'Please use the correct entry to log in to the panel',
|
safeEntrance: 'Please use the correct entry to log in to the panel',
|
||||||
reason: 'Cause of error:',
|
reason: 'Cause of error:',
|
||||||
reasonHelper:
|
reasonHelper:
|
||||||
@ -119,7 +119,7 @@ export default {
|
|||||||
warnning:
|
warnning:
|
||||||
'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution',
|
'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',
|
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: {
|
rule: {
|
||||||
username: 'Please enter a username',
|
username: 'Please enter a username',
|
||||||
@ -134,7 +134,7 @@ export default {
|
|||||||
imageName: 'Support English, numbers, :/.-_, length 1-150',
|
imageName: 'Support English, numbers, :/.-_, length 1-150',
|
||||||
volumeName: 'Support English, numbers, .-_, length 2-30',
|
volumeName: 'Support English, numbers, .-_, length 2-30',
|
||||||
complexityPassword:
|
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',
|
commonPassword: 'Please enter a password with more than 6 characters',
|
||||||
email: 'Email format error',
|
email: 'Email format error',
|
||||||
number: 'Please enter the correct number',
|
number: 'Please enter the correct number',
|
||||||
|
@ -112,7 +112,7 @@ export default {
|
|||||||
welcome: '欢迎回来,请输入用户名和密码登录!',
|
welcome: '欢迎回来,请输入用户名和密码登录!',
|
||||||
errorAuthInfo: '您输入的用户名或密码不正确,请重新输入!',
|
errorAuthInfo: '您输入的用户名或密码不正确,请重新输入!',
|
||||||
errorMfaInfo: '错误的验证信息,请重试!',
|
errorMfaInfo: '错误的验证信息,请重试!',
|
||||||
captchaHelper: '请输入验证码',
|
captchaHelper: '验证码',
|
||||||
errorCaptcha: '验证码错误!',
|
errorCaptcha: '验证码错误!',
|
||||||
safeEntrance: '请使用正确的入口登录面板',
|
safeEntrance: '请使用正确的入口登录面板',
|
||||||
reason: '错误原因:',
|
reason: '错误原因:',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-loading="loading">
|
<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>
|
<template #header>
|
||||||
<DrawerHeader :header="$t('setting.changePassword')" :back="handleClose" />
|
<DrawerHeader :header="$t('setting.changePassword')" :back="handleClose" />
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user