1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

refactor(i18n): fix spelling error (#7476)

This commit is contained in:
莫鹍 2024-12-20 15:08:22 +08:00 committed by GitHub
parent 50c01762e7
commit 2751c37716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ const message = {
reset: 'Reset',
restart: 'Restart',
conn: 'Connect',
disconn: 'Disconnect',
disconnect: 'Disconnect',
clean: 'Clean',
login: 'Login',
close: 'Close',

View File

@ -28,7 +28,7 @@ const message = {
reset: '重置',
restart: '重啟',
conn: '連接',
disconn: '斷開',
disconnect: '斷開',
clean: '清空',
login: '登錄',
close: '關閉',

View File

@ -28,7 +28,7 @@ const message = {
reset: '重置',
restart: '重启',
conn: '连接',
disconn: '断开',
disconnect: '断开',
clean: '清空',
login: '登录',
close: '关闭',

View File

@ -44,7 +44,7 @@
<el-button v-if="!terminalOpen" @click="initTerm(formRef)">
{{ $t('commons.button.conn') }}
</el-button>
<el-button v-else @click="onClose()">{{ $t('commons.button.disconn') }}</el-button>
<el-button v-else @click="onClose()">{{ $t('commons.button.disconnect') }}</el-button>
<Terminal
style="height: calc(100vh - 302px); margin-top: 18px"
ref="terminalRef"