From dfdc87f81f2a2bd4707f0ebf09cedb5d99bb521b Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 20 Dec 2024 15:31:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=9B=AE=E5=BD=95-=E6=89=A7=E8=A1=8C=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1310909031481344]服务目录-执行作业失败 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1310909031481344 --- localconfig/i18n/language_en.json | 4 ++++ localconfig/i18n/language_zh.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 6418fd4..1bceddb 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1970,6 +1970,9 @@ }, "autoexecscriptsaveapi": { "getname": "Save Script" + }, + "createautoexecservicejobapi": { + "getname": "Homework creation (from service)" } }, "nmaat": { @@ -5042,6 +5045,7 @@ "execmode": "Execution method", "executeconfig": "Execution Objectives", "executeparam": "Execution parameters", + "executeuser": "Execute user", "existrunnerorsqlexecmode": "Stage with Runner or SQL execution mode", "freeparam": "Free parameter", "globalparam": "Global parameters", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index fb6db0b..e93dc30 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1998,6 +1998,9 @@ }, "autoexecscriptsaveapi": { "getname": "保存脚本" + }, + "createautoexecservicejobapi": { + "getname": "作业创建(来自服务)" } }, "nmaat": { @@ -5094,6 +5097,7 @@ "execmode": "执行方式", "executeconfig": "执行目标", "executeparam": "执行参数", + "executeuser": "执行用户", "existrunnerorsqlexecmode": "存在Runner或SQL执行方式的阶段", "freeparam": "自由参数", "globalparam": "全局参数", -- Gitee