From 6f0d9f94847554d926f5cc307fe8db95f77db03a Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Thu, 16 Feb 2023 14:23:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 22 ++++++++++++++++++---- frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/login/index.vue | 4 ++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index a6726e08b..099080a18 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -90,6 +90,7 @@ export default { uploadSuccess: 'Update Success', operate: 'Operate', inputOrSelect: 'Please select or enter', + backupSuccess: 'Backup Success', }, login: { firstLogin: 'First login, please create an initial administrator user!', @@ -110,6 +111,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: 'A modern, open source Linux server operation and maintenance management panel', }, rule: { username: 'Please enter a username', @@ -232,6 +234,11 @@ export default { koInfo: 'Open source lightweight Kubernetes distribution', kubepiInfo: 'Modern open source Kubernetes panel', goInstall: 'Go install', + + allNetworkCard: 'All', + networkCard: 'NetworkCard', + disk: 'Disk', + allDisk: 'All', }, tabs: { more: 'More', @@ -835,7 +842,7 @@ export default { install: 'Install', author: 'Author', source: 'Source', - sync: 'Synchronous', + sync: 'Sync', appName: 'Application Name', status: 'Status', container: 'Container', @@ -848,10 +855,10 @@ export default { deleteWarn: 'The delete operation will delete all data and backups together. This operation cannot be rolled back. Do you want to continue? ', syncSuccess: 'Sync successfully', - canUpdate: 'can be upgraded', + canUpdate: 'Upgraded', backup: 'Backup', - backupName: 'file name', - backupPath: 'file path', + backupName: 'File Name', + backupPath: 'File Path', backupdate: 'Backup time', restore: 'Restore', restoreWarn: @@ -877,6 +884,13 @@ export default { noService: 'No {0}', toInstall: 'to install', param: 'parameter configuration', + port: ' Port', + areadyRun: 'Age', + day: ' Day ', + hour: ' Hour', + syncAppList: 'Sync', + updatePrompt: 'The current application is the latest version', + installPrompt: 'No apps installed yet', }, website: { website: 'Website', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index d4e85dabe..647f16423 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -116,6 +116,7 @@ export default { warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作', codeInput: '请输入 MFA 验证器的 6 位验证码', mfaTitle: 'MFA认证', + title: '一个现代化、开源的 Linux 服务器运维管理面板', }, rule: { username: '请输入用户名', diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index 34bb059f1..87f64d371 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -4,7 +4,7 @@
@@ -16,7 +16,7 @@