From a0426d20d096c8403eea7b0c8eb5d743eb60619c Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 29 Jul 2024 18:12:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=8E=A7=E5=88=B6=E7=94=A8=E6=88=B7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1209375258017792]后端-全局控制用户默认首页 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1209375258017792 --- localconfig/i18n/language_en.json | 32 +++++++++++++++++++++++++++++++ localconfig/i18n/language_zh.json | 32 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 614a918..116d6ca 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -518,6 +518,10 @@ "getauthdisplayname": "Extra menu management permissions", "getauthintroduction": "Configure extra menus" }, + "home_page_modify": { + "getauthdisplayname": "Homepage Settings Management Permissions", + "getauthintroduction": "Add, modify, and delete homepage settings" + }, "matrix_modify": { "getauthdisplayname": "Matrix Management Permissions", "getauthintroduction": "Adding, modifying, and deleting matrices" @@ -1215,6 +1219,14 @@ "eventsolutionnotfoundedittargetexception": "Solution: {0} does not exist" } }, + "nfeh": { + "homepagenamerepeatexception": { + "homepagenamerepeatexception": "Homepage configuration: \u0027{0}\u0027 already exists" + }, + "homepagenotfoundexception": { + "homepagenotfoundexception": "Homepage configuration: \u0027{0}\u0027 does not exist" + } + }, "nfer": { "rolenamerepeatexception": { "rolenamerepeatexception": "Role: \u0027{0}\u0027 already exists" @@ -4265,6 +4277,26 @@ "getname": "Set form version scenario read-only" } }, + "nmtah": { + "activehomepageapi": { + "getname": "Activate homepage configuration information" + }, + "deletehomepageapi": { + "getname": "Delete homepage configuration information" + }, + "gethomepageapi": { + "getname": "Get homepage configuration information" + }, + "listhomepageapi": { + "getname": "Homepage Configuration List" + }, + "movehomepageapi": { + "getname": "Mobile homepage configuration location" + }, + "savehomepageapi": { + "getname": "Save homepage configuration information" + } + }, "nmtai": { "exportapi": { "getname": "Universal export interface" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 7d97574..7c45ab0 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -518,6 +518,10 @@ "getauthdisplayname": "附加菜单管理权限", "getauthintroduction": "对附加菜单进行配置" }, + "home_page_modify": { + "getauthdisplayname": "首页设置管理权限", + "getauthintroduction": "对首页设置添加、修改和删除" + }, "matrix_modify": { "getauthdisplayname": "矩阵管理权限", "getauthintroduction": "对矩阵进行添加、修改和删除" @@ -1244,6 +1248,14 @@ "eventsolutionnotfoundedittargetexception": "解决方案:{0}不存在" } }, + "nfeh": { + "homepagenamerepeatexception": { + "homepagenamerepeatexception": "首页配置:“{0}” 已存在" + }, + "homepagenotfoundexception": { + "homepagenotfoundexception": "首页配置:“{0}”不存在" + } + }, "nfer": { "rolenamerepeatexception": { "rolenamerepeatexception": "角色:“{0}”已存在" @@ -4317,6 +4329,26 @@ "getname": "设置表单版本场景只读" } }, + "nmtah": { + "activehomepageapi": { + "getname": "激活首页配置信息" + }, + "deletehomepageapi": { + "getname": "删除首页配置信息" + }, + "gethomepageapi": { + "getname": "获取首页配置信息" + }, + "listhomepageapi": { + "getname": "首页配置列表" + }, + "movehomepageapi": { + "getname": "移动首页配置位置" + }, + "savehomepageapi": { + "getname": "保存首页配置信息" + } + }, "nmtai": { "exportapi": { "getname": "通用导出接口" -- Gitee