mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 14:54:43 +08:00
feat: 修改登录页文字
This commit is contained in:
parent
77fc6bc888
commit
e9e15240b2
3 changed files with 2 additions and 3 deletions
1
frontend/components.d.ts
vendored
1
frontend/components.d.ts
vendored
|
@ -60,7 +60,6 @@ declare module 'vue' {
|
||||||
ElRow: typeof import('element-plus/es')['ElRow']
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||||
ElSpace: typeof import('element-plus/es')['ElSpace']
|
|
||||||
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
||||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
||||||
ElTable: typeof import('element-plus/es')['ElTable']
|
ElTable: typeof import('element-plus/es')['ElTable']
|
||||||
|
|
|
@ -111,7 +111,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: 'A modern, open source Linux server operation and maintenance management panel',
|
title: 'Modern、OpenSource Linux server operation and maintenance management panel',
|
||||||
},
|
},
|
||||||
rule: {
|
rule: {
|
||||||
username: 'Please enter a username',
|
username: 'Please enter a username',
|
||||||
|
|
|
@ -116,7 +116,7 @@ export default {
|
||||||
warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作',
|
warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作',
|
||||||
codeInput: '请输入 MFA 验证器的 6 位验证码',
|
codeInput: '请输入 MFA 验证器的 6 位验证码',
|
||||||
mfaTitle: 'MFA认证',
|
mfaTitle: 'MFA认证',
|
||||||
title: '一个现代化、开源的 Linux 服务器运维管理面板',
|
title: '现代化、开源的 Linux 服务器运维管理面板',
|
||||||
},
|
},
|
||||||
rule: {
|
rule: {
|
||||||
username: '请输入用户名',
|
username: '请输入用户名',
|
||||||
|
|
Loading…
Reference in a new issue