From ae829e6e4ebb3cb58d7c4d8aa93d1d471d8b7489 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 21 Jul 2023 19:04:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=5F?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86=5F=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/pluginManager/locale/en-US.ts | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 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 9c73dda6bb..b0724fe7b4 100644 --- a/frontend/src/views/setting/system/pluginManager/locale/en-US.ts +++ b/frontend/src/views/setting/system/pluginManager/locale/en-US.ts @@ -2,8 +2,8 @@ export default { 'system.plugin.uploadPlugin': 'Upload Plugin', 'system.plugin.searchPlugin': 'Search by name', 'system.plugin.delete': 'Delete', - 'system.resourcePool.tableEnable': 'Enable', - 'system.resourcePool.tableDisable': 'Disable', + 'system.plugin.tableEnable': 'Enable', + 'system.plugin.tableDisable': 'Disable', 'system.plugin.edit': 'Edit', 'system.plugin.tableColunmName': 'Name', 'system.plugin.tableColunmJarPackage': 'Jar Package', @@ -12,11 +12,13 @@ export default { 'system.plugin.tableColunmCreateTime': 'CreateTime', 'system.plugin.tableColunmUpdateTime': 'UpdateTime', 'system.plugin.tableColunmApplicationScene': 'ApplicationScene', + 'system.plugin.ChangeSceneName': 'Change Scene({name})', 'system.plugin.tableColunmOrg': 'Application Organization', 'system.plugin.tableColunmAuthorization': 'Authorization Type', 'system.plugin.tableColunmCreatedBy': 'Created By', 'system.plugin.tableColunmExpirationDate': 'Expiration Date', 'system.plugin.tableColunmActions': 'Actions', + 'system.plugin.tableColunmStatus': 'Status', 'system.plugin.ChangeScene': 'Change Scene', 'system.plugin.SelectApplicationScene': 'Select Application Scene', 'system.plugin.interfaceTest': 'Interface Test', @@ -32,21 +34,26 @@ export default { 'system.resourcePool.disablePoolConfirm': 'Confirm', 'system.resourcePool.disablePoolCancel': 'Cancel', 'system.plugin.deletePluginSuccess': 'Delete successfully', + 'system.plugin.disablePluginSuccess': 'Disabled successfully', + '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 v2.10 LTS release supports plug-ins of DevOps、 API imports、 requests、 project management、 protocols、 and other types', 'system.plugin.viewTable': 'View the form', 'system.plugin.downAddress': 'More open source plug-ins can be downloaded here', 'system.plugin.goDownload': 'downloads', 'system.plugin.deletePluginTip': 'Are you sure to delete the `{name}` plugin?', + 'system.plugin.disablePluginTip': 'Are you sure to disable the `{name}` plugin?', 'system.resourcePool.deletePoolContentUsed': 'This resource pool has been used, and related tests will stop immediately after deletion, please operate with caution!', 'system.resourcePool.deletePoolContentUnuse': 'This resource pool is not in use. Are you sure to delete it?', 'system.plugin.deletePluginConfirm': 'Confirm', + 'system.plugin.disablePluginConfirm': 'Confirm', 'system.plugin.pluginConfirm': 'Confirm', 'system.plugin.pluginCancel': 'Cancel', 'system.plugin.pluginPreStep': 'Previous Step', 'system.plugin.saveAndAdd': 'Save & Continue', - 'system.plugin.updateTitle': 'Update Plugin(`name`)', + 'system.plugin.updateTitle': 'Update Plugin({name})', 'system.plugin.selectOriginize': 'Please Choose Organization', 'system.plugin.selectOrganization': 'Choose Organization', 'system.plugin.infoTip': 'Jump to the Github download plug-in', @@ -62,7 +69,25 @@ export default { 'system.plugin.changeSceneTips': 'Plug-in functionality can not be enabled if the plug-in content is inconsistent with the application scenario. Please be careful!', 'system.plugin.currentScene': 'Current Scene', + 'system.plugin.totalNum': 'total', + 'system.plugin.dataList': 'items of data', + 'system.plugin.allOrganize': 'All organizations', + 'system.plugin.theOrganize': 'Specifies the organization', + 'system.plugin.statusEnableTip': + 'Open: projects can integrate with the platform and generate default templates for the platform', + 'system.plugin.statusDisableTip': + 'Shutdown: the project can not integrate with the platform and the default template for the platform is not available', + 'system.plugin.uploadSuccessTip': 'Upload successfully', + 'system.plugin.updateSuccessTip': 'Update successfully', + 'system.plugin.uploadDefeatTip': 'Plug-in failed to resolve, please re-upload!', + 'system.plugin.uploadFileTip': 'Please upload the file and submit it!', + 'system.plugin.uploadOpenSource': 'Open Source', + 'system.plugin.uploadCompSource': 'Enterprise Edition', + 'system.plugin.secneApi': 'Interface Testing', + 'system.plugin.secneProManger': 'Project Management', 'system.resourcePool.deletePoolSuccess': 'Deleted successfully', + 'system.plugin.sizeExceedTip': 'The file size exceeds the limit!', + 'system.plugin.showScriptTitle': 'View the script ({name})', 'system.resourcePool.detailDesc': 'Description', 'system.resourcePool.detailUrl': 'Current site URL', 'system.resourcePool.detailRange': 'Available range',