fix(系统设置): 修改插件管理插件支持类型文案

This commit is contained in:
xinxin.wu 2024-09-26 16:56:08 +08:00 committed by Craftsman
parent 5cb5cd9610
commit 00ab5f1c0a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export default {
'system.plugin.disablePluginContent': 'system.plugin.disablePluginContent':
'The project can not integrate with the platform and the default template of the platform is not available, be careful!', 'The project can not integrate with the platform and the default template of the platform is not available, be careful!',
'system.plugin.alertDescribe': '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.viewTable': 'View details',
'system.plugin.downAddress': 'Click the link to open a new page', 'system.plugin.downAddress': 'Click the link to open a new page',
'system.plugin.goDownload': 'downloads', 'system.plugin.goDownload': 'downloads',

View File

@ -61,7 +61,7 @@ export default {
'system.plugin.enablePluginSuccess': '启用成功', 'system.plugin.enablePluginSuccess': '启用成功',
'system.plugin.disablePluginContent': '项目无法与该平台集成且该平台默认模板不可用,谨慎操作!', 'system.plugin.disablePluginContent': '项目无法与该平台集成且该平台默认模板不可用,谨慎操作!',
'system.plugin.alertDescribe': 'system.plugin.alertDescribe':
'MeterSphere v3.0 版本支持 DevOps、API 导入、请求、项目管理、协议 类型的插件,具体支持插件请', 'MeterSphere v3.0 版本支持 DevOps、API、项目管理、数据库驱动 类型的插件,具体支持插件请',
'system.plugin.viewTable': '查看详情', 'system.plugin.viewTable': '查看详情',
'system.plugin.downAddress': '点击新开网页打开链接', 'system.plugin.downAddress': '点击新开网页打开链接',
'system.plugin.goDownload': '去下载', 'system.plugin.goDownload': '去下载',