From 00ab5f1c0a059506845cd30549fb3d6e10c1c665 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Thu, 26 Sep 2024 16:56:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E6=94=AF=E6=8C=81=E7=B1=BB=E5=9E=8B=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/setting/system/pluginManager/locale/en-US.ts | 2 +- frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/setting/system/pluginManager/locale/en-US.ts b/frontend/src/views/setting/system/pluginManager/locale/en-US.ts index 73807c1bb7..cb70550230 100644 --- a/frontend/src/views/setting/system/pluginManager/locale/en-US.ts +++ b/frontend/src/views/setting/system/pluginManager/locale/en-US.ts @@ -39,7 +39,7 @@ export default { 'system.plugin.disablePluginContent': 'The project can not integrate with the platform and the default template of the platform is not available, be careful!', 'system.plugin.alertDescribe': - 'The MeterSphere v3.0 release supports plug-ins of DevOps、 API imports、 requests、 project management、 protocols、 and other types', + 'The MeterSphere v3.0 release supports DevOps、 API、 project management、 and database-driven plug-ins ', 'system.plugin.viewTable': 'View details', 'system.plugin.downAddress': 'Click the link to open a new page', 'system.plugin.goDownload': 'downloads', diff --git a/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts b/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts index 9565c806e6..d3d0bffb51 100644 --- a/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts +++ b/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts @@ -61,7 +61,7 @@ export default { 'system.plugin.enablePluginSuccess': '启用成功', 'system.plugin.disablePluginContent': '项目无法与该平台集成且该平台默认模板不可用,谨慎操作!', 'system.plugin.alertDescribe': - 'MeterSphere v3.0 版本支持 DevOps、API 导入、请求、项目管理、协议 类型的插件,具体支持插件请', + 'MeterSphere v3.0 版本支持 DevOps、API、项目管理、数据库驱动 类型的插件,具体支持插件请', 'system.plugin.viewTable': '查看详情', 'system.plugin.downAddress': '点击新开网页打开链接', 'system.plugin.goDownload': '去下载',