diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 55b47b1a3..140a80634 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -487,6 +487,7 @@ "ReLoginErr": "Login time has exceeded 5 minutes, please login again" }, "common": { + "Enterprise": "Enterprise", "SyncTask": "Synchronization task", "New": "New", "Strategy": "Strategy", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 96783f97e..c5256406b 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -487,6 +487,7 @@ "ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください" }, "common": { + "Enterprise": "企業版", "SyncTask": "同期任務です", "New": "新筑", "Strategy": "せんりゃく", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index ac37eac09..854bae262 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -469,6 +469,7 @@ "ReLoginErr": "登录时长已超过 5 分钟,请重新登录" }, "common": { + "Enterprise": "企业版", "SyncTask": "同步任务", "New": "新建", "Strategy": "策略", diff --git a/src/views/settings/Applet/Applet/AppletDetail/Detail.vue b/src/views/settings/Applet/Applet/AppletDetail/Detail.vue index ed328ad16..0f2352129 100644 --- a/src/views/settings/Applet/Applet/AppletDetail/Detail.vue +++ b/src/views/settings/Applet/Applet/AppletDetail/Detail.vue @@ -87,7 +87,7 @@ export default { /> } }, - 'enterprise', 'can_concurrent', + 'edition', 'can_concurrent', 'date_created', 'date_updated', 'comment' ] } diff --git a/src/views/settings/Applet/Applet/components/CardTable.vue b/src/views/settings/Applet/Applet/components/CardTable.vue index 53382f136..49326bc4d 100644 --- a/src/views/settings/Applet/Applet/components/CardTable.vue +++ b/src/views/settings/Applet/Applet/components/CardTable.vue @@ -15,7 +15,9 @@ shadow="hover" @click.native="onView(d)" > - 企业版 + + {{ $t('common.Enterprise') }} +