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') }} + +