diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c140598a8729a30e02c8980983755442939c2938..cbfbf397b35f06d33612b9f26f8594ff7eeb3355 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -134,6 +134,7 @@ "includelist": "Used to require echo parameters", "index": "subscript", "inittime": "Initialization time", + "inittype": "Front end initialization type, value range [user, team, role]", "inputfrom": "Update method", "inputfromname": "Change method name", "int": "int", @@ -239,9 +240,11 @@ "reviewerlist": "List of approvers", "rht": "Right encoding", "role": "role", + "roleauthlist": "Role permission list", "roleuuid": "Role uuid", "roleuuidlist": "Role uuid List", "rownum": "Data Entry", + "rule": "rule", "savemode": "Save Mode", "sceneuuid": "Scenario uuid", "schedule": "Scheduled Tasks", @@ -283,6 +286,8 @@ "task": "task", "tbodylist": "tbody list", "team": "group", + "teamlist": "Group List", + "teamusertitlelist": "Group Leader Collection", "teamuuid": "User group uuid", "teamuuidlist": "User group uuid list", "tel": "Mobile phone number", @@ -1041,6 +1046,9 @@ } }, "nfer": { + "rolenamerepeatexception": { + "rolenamerepeatexception": "Role: \u0027{0}\u0027 already exists" + }, "runnerconnectrefusedexception": { "runnerconnectrefusedexceptiona": "Runner link failed: {0}" }, @@ -1069,6 +1077,9 @@ "paramjsonirregularexception": { "paramjsonirregularexception": "The parameter is not in a valid JSON format" }, + "teamnamerepeatexception": { + "teamnamerepeatexception": "Grouping: \"{0}\" already exists" + }, "tenantconfignotfoundexception": { "tenantconfignotfoundexception": "Configuration information: {0} does not exist" } @@ -3632,14 +3643,29 @@ "getnotifypolicydefaulttemplateapi": { "getname": "Obtain default template for notification policy trigger points" }, + "importnotifypolicyapi": { + "getname": "Import notification policy" + }, + "notifypolicycopyapi": { + "getname": "Copy notification policy" + }, "notifypolicyhandlerlistapi": { "getname": "Notification Policy Classification List" }, + "notifypolicysaveapi": { + "getname": "Save notification policy information" + }, "notifypolicysearchapi": { "getname": "Search notification policy" } }, "nmtar": { + "roledeleteapi": { + "getname": "Delete Role" + }, + "rolesaveapi": { + "getname": "Save role information" + }, "runnerregisterapi": { "description": { "desc": "Runner registration interface, directly determining a runner by IP" @@ -3725,6 +3751,12 @@ }, "savetenantconfigapi": { "getname": "Save current tenant configuration information" + }, + "teamdeleteapi": { + "getname": "Delete Group" + }, + "teamsaveapi": { + "getname": "Save group information" } }, "nmtau": { @@ -4297,4 +4329,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index a3604af7900165c7bed3c2e3aaa867b9d8128462..affa813c3c70bc67d20d5e870b5d0831c7382a75 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -134,6 +134,7 @@ "includelist": "用于需要回显参数", "index": "下标", "inittime": "初始化时间", + "inittype": "前端初始化类型,取值范围[user,team,role]", "inputfrom": "更新方式", "inputfromname": "变更方式名称", "int": "整形", @@ -239,9 +240,11 @@ "reviewerlist": "审批人列表", "rht": "右编码", "role": "角色", + "roleauthlist": "角色权限列表", "roleuuid": "角色uuid", "roleuuidlist": "角色uuid列表", "rownum": "数据条目", + "rule": "规则", "savemode": "保存模式", "sceneuuid": "场景uuid", "schedule": "定时任务", @@ -283,6 +286,8 @@ "task": "任务", "tbodylist": "展示的值", "team": "组", + "teamlist": "分组列表", + "teamusertitlelist": "分组领导集合", "teamuuid": "用户组uuid", "teamuuidlist": "用户组uuid列表", "tel": "手机号", @@ -1070,6 +1075,9 @@ } }, "nfer": { + "rolenamerepeatexception": { + "rolenamerepeatexception": "角色:“{0}”已存在" + }, "runnerconnectrefusedexception": { "runnerconnectrefusedexceptiona": "Runner 链接失败: {0}" }, @@ -1098,6 +1106,9 @@ "paramjsonirregularexception": { "paramjsonirregularexception": "参数不是合法的JSON格式" }, + "teamnamerepeatexception": { + "teamnamerepeatexception": "分组:“{0}”已存在" + }, "tenantconfignotfoundexception": { "tenantconfignotfoundexception": "配置信息:“{0}”不存在" } @@ -3686,14 +3697,29 @@ "getnotifypolicydefaulttemplateapi": { "getname": "获取通知策略触发点默认模板" }, + "importnotifypolicyapi": { + "getname": "导入通知策略" + }, + "notifypolicycopyapi": { + "getname": "复制通知策略" + }, "notifypolicyhandlerlistapi": { "getname": "通知策略分类列表" }, + "notifypolicysaveapi": { + "getname": "保存通知策略信息" + }, "notifypolicysearchapi": { "getname": "搜索通知策略" } }, "nmtar": { + "roledeleteapi": { + "getname": "删除角色" + }, + "rolesaveapi": { + "getname": "保存角色信息" + }, "runnerregisterapi": { "description": { "desc": "runner 注册接口,直接由ip确定一个runner" @@ -3779,6 +3805,12 @@ }, "savetenantconfigapi": { "getname": "保存当前租户配置信息" + }, + "teamdeleteapi": { + "getname": "删除分组" + }, + "teamsaveapi": { + "getname": "保存组信息" } }, "nmtau": { @@ -4351,4 +4383,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}