From e228f05ca917a20cf1d56738f090de7f16db8f31 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 18 Jul 2024 15:28:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=9F=A5=E7=9C=8B=E6=9D=83=E9=99=90-?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1203414690660352]后端-工单查看权限-服务目录 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1203414690660352 --- 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 6e78855..59b7b2d 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -254,6 +254,7 @@ "release": "release", "relname": "Relationship Name", "reltype": "Relationship Type", + "reportauthoritylist": "Report permission list", "request": "demand", "retreat": "Withdrawal", "reviewable": "Is it auditable", @@ -1400,6 +1401,11 @@ "processcommenttemplatenotfoundexception": "Reply template: {0} does not exist" } }, + "nfpeo": { + "processtasknotchannelviewexception": { + "processtasknotchannelviewexception": "You do not have permission to view work orders for the [{0}] service" + } + }, "nfpep": { "processconfigexception": { "condition": "There is an invalid step in the conditional flow rule setting of step {0}", @@ -3432,6 +3438,9 @@ "cataloggetapi": { "getname": "Service directory information acquisition interface" }, + "catalogsaveapi": { + "getname": "Save service directory information" + }, "channelgetapi": { "getname": "Service channel obtaining information" }, @@ -3505,6 +3514,9 @@ "processparamlist": { "getname": "Process parameter list" }, + "processreferencelistapi": { + "getname": "Process reference list" + }, "processsearchapi": { "getname": "Process List Search Interface", "input": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c37b736..26eee0e 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -254,6 +254,7 @@ "release": "发布", "relname": "关系名称", "reltype": "关系类型", + "reportauthoritylist": "上报权限列表", "request": "需求", "retreat": "\"撤回\"", "reviewable": "是否可审核", @@ -1428,6 +1429,11 @@ "processcommenttemplatenotfoundexception": "回复模版:{0} 不存在" } }, + "nfpeo": { + "processtasknotchannelviewexception": { + "processtasknotchannelviewexception": "您没有【{0}】服务的工单查看权限" + } + }, "nfpep": { "processconfigexception": { "condition": "{0}步骤的条件流转规则设置中存在无效的步骤", @@ -3482,6 +3488,9 @@ "cataloggetapi": { "getname": "获取服务目录信息" }, + "catalogsaveapi": { + "getname": "保存服务目录信息" + }, "channelgetapi": { "getname": "获取服务通道信息" }, @@ -3555,6 +3564,9 @@ "processparamlist": { "getname": "流程参数列表" }, + "processreferencelistapi": { + "getname": "流程引用列表" + }, "processsearchapi": { "getname": "流程列表搜索接口", "input": { -- Gitee