From 2b1536b6b5cc9f9fa873627aca0dea678efefb8f Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Mon, 25 Dec 2023 14:41:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-EOA?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1052149474099200]后端-EOA审批模板 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1052149474099200 --- localconfig/i18n/language_en.json | 53 ++++++++++++++++++++++++++++++- localconfig/i18n/language_zh.json | 53 ++++++++++++++++++++++++++++++- 2 files changed, 104 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 83d3344..aa592fd 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -879,6 +879,11 @@ "authencryptexception": "The front-end encryption method is abnormal. Please configure login. auth. password. encryption\u003d{0} in the back-end service configuration file, restart the back-end service, refresh the front-end page, and log in again" } }, + "nfeal": { + "eoa_base": { + "getauthdisplayname": "EOA Basic Permissions" + } + }, "nfec": { "apifieldvalidexception": { "apifieldvalidexception": "Abnormal input parameter verification" @@ -898,6 +903,40 @@ } }, "nfee": { + "approvalpolicy": { + "description": { + "and": "Set up multiple approvers, and approve after everyone agrees", + "oneperson": "Set a unique approver and approve after approval", + "or": "Set up multiple approvers, with approval from any one person", + "read": "The approver circulates the approval process, does not participate in rejection, only views", + "vote": "Set up multiple approvers and approve after more than half of them agree" + }, + "text": { + "and": "Countersignature", + "oneperson": "Single person", + "or": "Or sign", + "read": "Circulation", + "vote": "vote" + } + }, + "eoaapprovalpolicynotfoundexception": { + "eoaapprovalpolicynotfoundexception": "EOA approval strategy: {0} does not exist" + }, + "eoaonepersonapprovalpolicyonlyoneuserexception": { + "eoaonepersonapprovalpolicyonlyoneuserexception": "EOA single person approval strategy, can only have one handler" + }, + "eoatemplateatleastonestepexception": { + "eoatemplateatleastonestepexception": "The EOA template must have at least one step" + }, + "eoatemplatenameisexistsexception": { + "eoatemplatenameisexistsexception": "EOA template name: {0} already exists" + }, + "eoatemplatenotfoundedittargetexception": { + "eoatemplatenotfoundedittargetexception": "EOA template: {0} does not exist" + }, + "eoatemplatestepnameisrequiredexception": { + "eoatemplatestepnameisrequiredexception": "EOA template step name is mandatory" + }, "extramenuexistchildrenexception": { "extramenuexistchildrenexception": "Current directory: {0} has child nodes, cannot be deleted" }, @@ -2605,6 +2644,9 @@ } }, "nmeat": { + "deleteeoatemplateapi": { + "getname": "Delete EOA template" + }, "eventtypesaveapi": { "getname": "Save event type information", "input": { @@ -2617,6 +2659,15 @@ }, "eventtypetreesearchapi": { "getname": "Retrieve event type schema" + }, + "geteoatemplateapi": { + "getname": "Obtain EOA template" + }, + "saveeoatemplateapi": { + "getname": "Save EOA template" + }, + "searcheoatemplateapi": { + "getname": "Query EOA template list" } }, "nmffh": { @@ -4021,4 +4072,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 0c1de0b..a50c003 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -908,6 +908,11 @@ "authencryptexception": "前端加密方式异常,请在后端服务配置文件配置login.auth.password.encrypt\u003d{0}后,重启后端服务后,刷新前端页面重新登录" } }, + "nfeal": { + "eoa_base": { + "getauthdisplayname": "EOA基础权限" + } + }, "nfec": { "apifieldvalidexception": { "apifieldvalidexception": "入参数校验异常" @@ -927,6 +932,40 @@ } }, "nfee": { + "approvalpolicy": { + "description": { + "and": "设置多位审批人,所有人同意后审批通过", + "oneperson": "设置唯一审批人,同意后通过", + "or": "设置多位审批人,任意一人同意后审批通过", + "read": "审批人传阅审批流程,不参与否决,仅查看", + "vote": "设置多位审批人,超过半数同意后审批通过" + }, + "text": { + "and": "会签", + "oneperson": "单人", + "or": "或签", + "read": "传阅", + "vote": "投票" + } + }, + "eoaapprovalpolicynotfoundexception": { + "eoaapprovalpolicynotfoundexception": "EOA审批策略:{0} 不存在" + }, + "eoaonepersonapprovalpolicyonlyoneuserexception": { + "eoaonepersonapprovalpolicyonlyoneuserexception": "EOA单人审批策略,只能有一个处理人" + }, + "eoatemplateatleastonestepexception": { + "eoatemplateatleastonestepexception": "EOA模板至少要有一个步骤" + }, + "eoatemplatenameisexistsexception": { + "eoatemplatenameisexistsexception": "EOA模板名称:{0} 已存在" + }, + "eoatemplatenotfoundedittargetexception": { + "eoatemplatenotfoundedittargetexception": "EOA模板:{0} 不存在" + }, + "eoatemplatestepnameisrequiredexception": { + "eoatemplatestepnameisrequiredexception": "EOA模板步骤名称是必填的" + }, "extramenuexistchildrenexception": { "extramenuexistchildrenexception": "当前目录:{0}存在子节点,无法删除" }, @@ -2633,6 +2672,9 @@ } }, "nmeat": { + "deleteeoatemplateapi": { + "getname": "删除EOA模板" + }, "eventtypesaveapi": { "getname": "保存事件类型信息", "input": { @@ -2645,6 +2687,15 @@ }, "eventtypetreesearchapi": { "getname": "检索事件类型架构" + }, + "geteoatemplateapi": { + "getname": "获取EOA模板" + }, + "saveeoatemplateapi": { + "getname": "保存EOA模板" + }, + "searcheoatemplateapi": { + "getname": "查询EOA模板列表" } }, "nmffh": { @@ -4075,4 +4126,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} -- Gitee