diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 80b1d7275c29c2c469f29ac120e4acd96201143c..b074d3b227e9cb038613e34f87e338c5e43f67de 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -5353,10 +5353,6 @@ }, "term": { "appsystemidlist": "Application System ID List", - "informant": { - "name": "Informant", - "groupname": "Informant" - }, "autoexec": { "allphasesarerunnerorsqlexecmode": "All stages are Runner or SQL execution mode", "assignexecuser": "Specify Execution User", @@ -5391,6 +5387,7 @@ "needexecuteuser": "Do you need to set the execution user for the execution page", "needprotocol": "Do you need to set a connection protocol for the execution page", "needroundcount": "Do you need to set the batch quantity for the execution page", + "needrunnergroup": "Do you need to set up a runner group on the execution page", "outputparamlist": "Output parameter list", "passthroughenv": "Return parameters", "phase": "Assignment Script Name", @@ -5709,6 +5706,10 @@ "userotherinfo": "Other user information", "viplevel": "User level" }, + "informant": { + "groupname": "Informant", + "name": "Informant" + }, "inspect": { "fields": "Data Structure List", "groupdesc": "Inspection platform", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4c4aa4fb58ae227f511d464b9726be5ec1638dce..972f3cb0fd16ba5366b992018afded0a1a9e592f 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -5409,10 +5409,6 @@ }, "term": { "appsystemidlist": "应用系统id列表", - "informant": { - "name": "故障诊断", - "groupname": "故障诊断" - }, "autoexec": { "allphasesarerunnerorsqlexecmode": "所有阶段都是Runner或SQL执行方式", "assignexecuser": "指定执行用户", @@ -5447,6 +5443,7 @@ "needexecuteuser": "执行页面是否需要设置执行用户", "needprotocol": "执行页面是否需要设置连接协议", "needroundcount": "执行页面是否需要设置分批数量", + "needrunnergroup": "执行页面是否需要设置runner组", "outputparamlist": "输出参数列表", "passthroughenv": "返回参数", "phase": "作业剧本Name", @@ -5765,6 +5762,10 @@ "userotherinfo": "用户其他信息", "viplevel": "用户等级" }, + "informant": { + "groupname": "故障诊断", + "name": "故障诊断" + }, "inspect": { "fields": "数据结构列表", "groupdesc": "巡检平台",