1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-07 17:10:07 +08:00

style: 修改部分翻译

This commit is contained in:
zhengkunwang223 2023-02-16 14:23:30 +08:00 committed by zhengkunwang223
parent 345cc3d955
commit 6f0d9f9484
3 changed files with 21 additions and 6 deletions

View File

@ -90,6 +90,7 @@ export default {
uploadSuccess: 'Update Success', uploadSuccess: 'Update Success',
operate: 'Operate', operate: 'Operate',
inputOrSelect: 'Please select or enter', inputOrSelect: 'Please select or enter',
backupSuccess: 'Backup Success',
}, },
login: { login: {
firstLogin: 'First login, please create an initial administrator user!', firstLogin: 'First login, please create an initial administrator user!',
@ -110,6 +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',
}, },
rule: { rule: {
username: 'Please enter a username', username: 'Please enter a username',
@ -232,6 +234,11 @@ export default {
koInfo: 'Open source lightweight Kubernetes distribution', koInfo: 'Open source lightweight Kubernetes distribution',
kubepiInfo: 'Modern open source Kubernetes panel', kubepiInfo: 'Modern open source Kubernetes panel',
goInstall: 'Go install', goInstall: 'Go install',
allNetworkCard: 'All',
networkCard: 'NetworkCard',
disk: 'Disk',
allDisk: 'All',
}, },
tabs: { tabs: {
more: 'More', more: 'More',
@ -835,7 +842,7 @@ export default {
install: 'Install', install: 'Install',
author: 'Author', author: 'Author',
source: 'Source', source: 'Source',
sync: 'Synchronous', sync: 'Sync',
appName: 'Application Name', appName: 'Application Name',
status: 'Status', status: 'Status',
container: 'Container', container: 'Container',
@ -848,10 +855,10 @@ export default {
deleteWarn: deleteWarn:
'The delete operation will delete all data and backups together. This operation cannot be rolled back. Do you want to continue? ', 'The delete operation will delete all data and backups together. This operation cannot be rolled back. Do you want to continue? ',
syncSuccess: 'Sync successfully', syncSuccess: 'Sync successfully',
canUpdate: 'can be upgraded', canUpdate: 'Upgraded',
backup: 'Backup', backup: 'Backup',
backupName: 'file name', backupName: 'File Name',
backupPath: 'file path', backupPath: 'File Path',
backupdate: 'Backup time', backupdate: 'Backup time',
restore: 'Restore', restore: 'Restore',
restoreWarn: restoreWarn:
@ -877,6 +884,13 @@ export default {
noService: 'No {0}', noService: 'No {0}',
toInstall: 'to install', toInstall: 'to install',
param: 'parameter configuration', 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: 'Website', website: 'Website',

View File

@ -116,6 +116,7 @@ export default {
warnning: '注意关闭安全入口将使您的面板登录地址被直接暴露在互联网上非常危险请谨慎操作', warnning: '注意关闭安全入口将使您的面板登录地址被直接暴露在互联网上非常危险请谨慎操作',
codeInput: '请输入 MFA 验证器的 6 位验证码', codeInput: '请输入 MFA 验证器的 6 位验证码',
mfaTitle: 'MFA认证', mfaTitle: 'MFA认证',
title: '一个现代化开源的 Linux 服务器运维管理面板',
}, },
rule: { rule: {
username: '请输入用户名', username: '请输入用户名',

View File

@ -4,7 +4,7 @@
<div class="login-wrapper" v-if="screenWidth > 1000"> <div class="login-wrapper" v-if="screenWidth > 1000">
<div class="left inline-block"> <div class="left inline-block">
<div class="login-title"> <div class="login-title">
<span>1Panel 现代化的 Linux 面板</span> <span>{{ $t('commons.login.title') }}</span>
</div> </div>
<img src="@/assets/images/1Panel-login.png" alt="" /> <img src="@/assets/images/1Panel-login.png" alt="" />
</div> </div>
@ -16,7 +16,7 @@
</div> </div>
<div class="login-wrapper" v-else> <div class="login-wrapper" v-else>
<div class="login-title"> <div class="login-title">
<span>1Panel 现代化的 Linux 面板</span> <span>{{ $t('commons.login.title') }}</span>
</div> </div>
<div class="login-container"> <div class="login-container">
<LoginForm ref="loginRef"></LoginForm> <LoginForm ref="loginRef"></LoginForm>