mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-26 16:00:55 +00:00
fix: 空数据国际化调整 (#1594)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<codemirror
|
||||
ref="mymirror"
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="width: 100%; height: calc(100vh - 160px)"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 10px; height: calc(100vh - 375px)"
|
||||
|
||||
@@ -90,6 +90,7 @@ const message = {
|
||||
Rollbacking: 'Rollbacking from snapshot, please wait...',
|
||||
},
|
||||
msg: {
|
||||
noneData: 'No data available',
|
||||
delete: 'This operation delete cannot be rolled back. Do you want to continue?',
|
||||
clean: 'This operation clean cannot be rolled back. Do you want to continue?',
|
||||
deleteTitle: 'Delete',
|
||||
@@ -896,6 +897,7 @@ const message = {
|
||||
pwdAuthHelper: 'Whether to enable password authentication. This parameter is enabled by default.',
|
||||
pubkeyAuthentication: 'Key auth',
|
||||
key: 'Key',
|
||||
password: 'Password',
|
||||
pubkey: 'Key info',
|
||||
encryptionMode: 'Encryption mode',
|
||||
passwordHelper: 'Can contain 6 to 10 digits and English cases',
|
||||
|
||||
@@ -90,6 +90,7 @@ const message = {
|
||||
Rollbacking: '快照回滾中,請稍候...',
|
||||
},
|
||||
msg: {
|
||||
noneData: '暫無數據',
|
||||
delete: '刪除 操作不可回滾,是否繼續?',
|
||||
clean: '清空 操作不可回滾,是否繼續?',
|
||||
deleteTitle: '刪除',
|
||||
@@ -867,6 +868,7 @@ const message = {
|
||||
pwdAuthHelper: '是否啟用密碼認證,默認啟用。',
|
||||
pubkeyAuthentication: '密鑰認證',
|
||||
key: '密鑰',
|
||||
password: '密碼',
|
||||
pubkey: '密鑰信息',
|
||||
encryptionMode: '加密方式',
|
||||
passwordHelper: '支持大小寫英文、數字,長度6-10',
|
||||
|
||||
@@ -90,6 +90,7 @@ const message = {
|
||||
Rollbacking: '快照回滚中,请稍候...',
|
||||
},
|
||||
msg: {
|
||||
noneData: '暂无数据',
|
||||
delete: '删除 操作不可回滚,是否继续?',
|
||||
clean: '清空 操作不可回滚,是否继续?',
|
||||
deleteTitle: '删除',
|
||||
@@ -867,6 +868,7 @@ const message = {
|
||||
pwdAuthHelper: '是否启用密码认证,默认启用。',
|
||||
pubkeyAuthentication: '密钥认证',
|
||||
key: '密钥',
|
||||
password: '密码',
|
||||
pubkey: '密钥信息',
|
||||
encryptionMode: '加密方式',
|
||||
passwordHelper: '支持大小写英文、数字,长度6-10',
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 20px; height: calc(100vh - 230px)"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</template>
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="width: 100%; height: calc(100vh - 160px)"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<div v-if="activeName === 'conf'">
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 10px; height: calc(100vh - 375px)"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div v-if="activeName === 'conf'">
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 10px; height: calc(100vh - 380px)"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<template #main>
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="height: calc(100vh - 290px)"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div v-loading="loading">
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 10px; max-height: 700px"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div v-loading="loading">
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="margin-top: 10px; max-height: 700px"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div v-loading="loading">
|
||||
<codemirror
|
||||
:autofocus="true"
|
||||
placeholder="None data"
|
||||
:placeholder="$t('commons.msg.noneData')"
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
style="width: 100%; height: calc(100vh - 375px)"
|
||||
|
||||
Reference in New Issue
Block a user