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 @@