From e556cdf7712fc4bd20139e743962a6110ff6363a Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 20 Aug 2024 20:56:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E9=80=9A=E7=9F=A5=E7=AD=96=E7=95=A5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1227345283743744]自动化通知策略增加触发点 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1227345283743744 --- localconfig/i18n/language_en.json | 16 ++++++++++++++-- localconfig/i18n/language_zh.json | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index e848d1d..887d110 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -398,10 +398,22 @@ "nfac": { "autoexecjobnotifytriggertype": { "description": { - "jobfailed": "Trigger notification when homework fails" + "jobcompleted": "Trigger notification when homework is completed", + "jobfailed": "Trigger notification when homework fails", + "jobwaitinput": "Trigger notification when homework is waiting to be inputted" }, "text": { - "jobfailed": "Homework failed" + "jobcompleted": "The homework has been completed", + "jobfailed": "Homework failed", + "jobwaitinput": "Homework to be inputted" + } + }, + "autoexecnotifytriggertype": { + "description": { + "createjobfailed": "Trigger notification when job creation fails" + }, + "text": { + "createjobfailed": "Failed to create homework" } }, "autoexectenantconfig": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 90b95d0..ceed1ad 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -398,10 +398,22 @@ "nfac": { "autoexecjobnotifytriggertype": { "description": { - "jobfailed": "作业失败时触发通知" + "jobcompleted": "作业已完成时触发通知", + "jobfailed": "作业失败时触发通知", + "jobwaitinput": "作业待输入时触发通知" }, "text": { - "jobfailed": "作业失败" + "jobcompleted": "作业已完成", + "jobfailed": "作业失败", + "jobwaitinput": "作业待输入" + } + }, + "autoexecnotifytriggertype": { + "description": { + "createjobfailed": "创建作业失败时触发通知" + }, + "text": { + "createjobfailed": "创建作业失败" } }, "autoexectenantconfig": { -- Gitee