From 45469523881f31de4ee743541074420615f8c927 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 10 Aug 2023 17:30:50 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20applet=20=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 1 + src/i18n/langs/ja.json | 1 + src/i18n/langs/zh.json | 1 + src/views/settings/Applet/Applet/AppletDetail/Detail.vue | 2 +- src/views/settings/Applet/Applet/components/CardTable.vue | 4 +++- 5 files changed, 7 insertions(+), 2 deletions(-) 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') }} +