diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index e848d1d35aef32bf66f93f56f868fd835df0fb15..887d1105092ba3b04da30491adb95fcb68e30d00 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 90b95d0ac425431f20a9099777086100a33df273..ceed1ad4b880936315a2cc8d6866cb8310d163bd 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": {