From 488d876b3b43b91ff3e4ff1189ea74ec101ebb50 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 16 Oct 2024 17:31:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E8=A1=A8=E5=8D=95-=E5=AF=86=E7=A0=81=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=8E=9F=E5=AF=86=E7=A0=81=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1268877969817600]后端-表单-密码控件查看原密码授权 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1268877969817600 --- localconfig/i18n/language_en.json | 12 ++++++++++++ localconfig/i18n/language_zh.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index e4308bd..85bf480 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1378,6 +1378,10 @@ } }, "nffe": { + "formattributenotfoundexception": { + "formattributenotfoundexception_a": "Form property: {0} does not exist", + "formattributenotfoundexception_b": "{1} attribute not found in form {0}" + }, "formextendattributeconfigillegalexception": { "formextendattributeconfigillegalexception_a": "In the form extension data, the configuration of the {0} type attribute {1} is missing the {2} field", "formextendattributeconfigillegalexception_b": "In the form extension data, the configuration of the {0} type attribute {1} has an invalid {2} field value of {3}" @@ -3667,6 +3671,14 @@ "getname": "Query service type relationship list (dedicated to dropdown box)" } }, + "nmpaf": { + "processtaskformpassworddecryptapi": { + "formattributeuuid": "UUID of form password component", + "getname": "Decrypt the password component value of the form in the work order", + "nopermissiontoviewpassword": "No permission to view password", + "otherparamconfig": "Other parameter configurations" + } + }, "nmpap": { "batchabortprocesstaskapi": { "getname": "Batch cancellation of work orders" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 127e59c..4cea29c 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1406,6 +1406,10 @@ } }, "nffe": { + "formattributenotfoundexception": { + "formattributenotfoundexception_a": "表单属性:{0}不存在", + "formattributenotfoundexception_b": "表单{0}中找不到{1}属性" + }, "formextendattributeconfigillegalexception": { "formextendattributeconfigillegalexception_a": "表单扩展数据中,{0} 类型属性 {1} 的配置中缺少 {2} 字段", "formextendattributeconfigillegalexception_b": "表单扩展数据中,{0} 类型属性 {1} 的配置中 {2} 字段值为 {3} 不合法" @@ -3717,6 +3721,14 @@ "getname": "查询服务类型关系列表(下拉框专用)" } }, + "nmpaf": { + "processtaskformpassworddecryptapi": { + "formattributeuuid": "表单密码组件UUID", + "getname": "解密工单中表单的密码组件值", + "nopermissiontoviewpassword": "没有权限查看密码", + "otherparamconfig": "其他参数配置" + } + }, "nmpap": { "batchabortprocesstaskapi": { "getname": "批量取消工单" -- Gitee