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"
},
"common": {
"Enterprise": "Enterprise",
"SyncTask": "Synchronization task",
"New": "New",
"Strategy": "Strategy",

View File

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

View File

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

View File

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

View File

@@ -15,7 +15,9 @@
shadow="hover"
@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-col :span="8">
<img :src="d.icon" class="image">