mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
refactor(i18n): fix spelling error (#7476)
This commit is contained in:
parent
50c01762e7
commit
2751c37716
@ -29,7 +29,7 @@ const message = {
|
|||||||
reset: 'Reset',
|
reset: 'Reset',
|
||||||
restart: 'Restart',
|
restart: 'Restart',
|
||||||
conn: 'Connect',
|
conn: 'Connect',
|
||||||
disconn: 'Disconnect',
|
disconnect: 'Disconnect',
|
||||||
clean: 'Clean',
|
clean: 'Clean',
|
||||||
login: 'Login',
|
login: 'Login',
|
||||||
close: 'Close',
|
close: 'Close',
|
||||||
|
@ -28,7 +28,7 @@ const message = {
|
|||||||
reset: '重置',
|
reset: '重置',
|
||||||
restart: '重啟',
|
restart: '重啟',
|
||||||
conn: '連接',
|
conn: '連接',
|
||||||
disconn: '斷開',
|
disconnect: '斷開',
|
||||||
clean: '清空',
|
clean: '清空',
|
||||||
login: '登錄',
|
login: '登錄',
|
||||||
close: '關閉',
|
close: '關閉',
|
||||||
|
@ -28,7 +28,7 @@ const message = {
|
|||||||
reset: '重置',
|
reset: '重置',
|
||||||
restart: '重启',
|
restart: '重启',
|
||||||
conn: '连接',
|
conn: '连接',
|
||||||
disconn: '断开',
|
disconnect: '断开',
|
||||||
clean: '清空',
|
clean: '清空',
|
||||||
login: '登录',
|
login: '登录',
|
||||||
close: '关闭',
|
close: '关闭',
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<el-button v-if="!terminalOpen" @click="initTerm(formRef)">
|
<el-button v-if="!terminalOpen" @click="initTerm(formRef)">
|
||||||
{{ $t('commons.button.conn') }}
|
{{ $t('commons.button.conn') }}
|
||||||
</el-button>
|
</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
|
<Terminal
|
||||||
style="height: calc(100vh - 302px); margin-top: 18px"
|
style="height: calc(100vh - 302px); margin-top: 18px"
|
||||||
ref="terminalRef"
|
ref="terminalRef"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user