From 74aa2f64e2ee553888d10c2f469c8484b8a72211 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Sun, 16 Oct 2022 20:26:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86):=20xp?= =?UTF-8?q?ack=E6=8F=92=E4=BB=B6=E7=A6=81=E6=AD=A2=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 1 + frontend/src/lang/tw.js | 1 + frontend/src/lang/zh.js | 1 + frontend/src/views/system/plugin/index.vue | 19 ++++++++++++++++++- 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 83601f6615..ae9fccca6d 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -443,6 +443,7 @@ export default { all_read_successfully: 'All read successfully', by_plugin_name: 'Search by plug-in name', unable_to_uninstall: 'Built in plug-in, unable to uninstall', + unable_to_update: 'Built in plug-in, unable to update', free: 'free', cost: 'cost', developer: 'developer', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 1c8d4523a8..1b013c7bcf 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -443,6 +443,7 @@ export default { message_list: '消息清單', by_plugin_name: '通過挿件名稱搜索', unable_to_uninstall: '內寘挿件,無法卸載', + unable_to_update: '內寘挿件,無法更新', free: '免費', cost: '費用', developer: '開發者', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index b90759b921..1aba1c25c4 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -442,6 +442,7 @@ export default { message_list: '消息列表', by_plugin_name: '通过插件名称搜索', unable_to_uninstall: '内置插件,无法卸载', + unable_to_update: '内置插件,无法更新', free: '免费', cost: '费用', developer: '开发者', diff --git a/frontend/src/views/system/plugin/index.vue b/frontend/src/views/system/plugin/index.vue index f4418f052a..918a666d73 100644 --- a/frontend/src/views/system/plugin/index.vue +++ b/frontend/src/views/system/plugin/index.vue @@ -104,8 +104,22 @@ class="card-method" :class="`btn-${numPlugin}`" > + +
+ {{ $t('dataset.update') }} +
+