Merge pull request #3331 from jumpserver/pr@dev@perf_change_edtion

perf: 修改 applet 翻译
This commit is contained in:
老广
2023-08-10 17:32:36 +08:00
committed by GitHub
5 changed files with 7 additions and 2 deletions

View File

@@ -487,6 +487,7 @@
"ReLoginErr": "Login time has exceeded 5 minutes, please login again" "ReLoginErr": "Login time has exceeded 5 minutes, please login again"
}, },
"common": { "common": {
"Enterprise": "Enterprise",
"SyncTask": "Synchronization task", "SyncTask": "Synchronization task",
"New": "New", "New": "New",
"Strategy": "Strategy", "Strategy": "Strategy",

View File

@@ -487,6 +487,7 @@
"ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください" "ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください"
}, },
"common": { "common": {
"Enterprise": "企業版",
"SyncTask": "同期任務です", "SyncTask": "同期任務です",
"New": "新筑", "New": "新筑",
"Strategy": "せんりゃく", "Strategy": "せんりゃく",

View File

@@ -469,6 +469,7 @@
"ReLoginErr": "登录时长已超过 5 分钟,请重新登录" "ReLoginErr": "登录时长已超过 5 分钟,请重新登录"
}, },
"common": { "common": {
"Enterprise": "企业版",
"SyncTask": "同步任务", "SyncTask": "同步任务",
"New": "新建", "New": "新建",
"Strategy": "策略", "Strategy": "策略",

View File

@@ -87,7 +87,7 @@ export default {
/> />
} }
}, },
'enterprise', 'can_concurrent', 'edition', 'can_concurrent',
'date_created', 'date_updated', 'comment' 'date_created', 'date_updated', 'comment'
] ]
} }

View File

@@ -15,7 +15,9 @@
shadow="hover" shadow="hover"
@click.native="onView(d)" @click.native="onView(d)"
> >
<span v-if="d.edition === 'enterprise'" class="enterprise">企业版</span> <span v-if="d.edition === 'enterprise'" class="enterprise">
{{ $t('common.Enterprise') }}
</span>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="8"> <el-col :span="8">
<img :src="d.icon" class="image"> <img :src="d.icon" class="image">