mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
Merge pull request #3331 from jumpserver/pr@dev@perf_change_edtion
perf: 修改 applet 翻译
This commit is contained in:
@@ -487,6 +487,7 @@
|
||||
"ReLoginErr": "Login time has exceeded 5 minutes, please login again"
|
||||
},
|
||||
"common": {
|
||||
"Enterprise": "Enterprise",
|
||||
"SyncTask": "Synchronization task",
|
||||
"New": "New",
|
||||
"Strategy": "Strategy",
|
||||
|
@@ -487,6 +487,7 @@
|
||||
"ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください"
|
||||
},
|
||||
"common": {
|
||||
"Enterprise": "企業版",
|
||||
"SyncTask": "同期任務です",
|
||||
"New": "新筑",
|
||||
"Strategy": "せんりゃく",
|
||||
|
@@ -469,6 +469,7 @@
|
||||
"ReLoginErr": "登录时长已超过 5 分钟,请重新登录"
|
||||
},
|
||||
"common": {
|
||||
"Enterprise": "企业版",
|
||||
"SyncTask": "同步任务",
|
||||
"New": "新建",
|
||||
"Strategy": "策略",
|
||||
|
@@ -87,7 +87,7 @@ export default {
|
||||
/>
|
||||
}
|
||||
},
|
||||
'enterprise', 'can_concurrent',
|
||||
'edition', 'can_concurrent',
|
||||
'date_created', 'date_updated', 'comment'
|
||||
]
|
||||
}
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user