diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 614a91883d0a34295fd1b952e9b7685f68ed5f63..116d6ca373fa558f0f10bf9a8dcccccba939e5ad 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 7d97574dec8ca6d403b3f4ba5c76d400889e3932..7c45ab0a3b9d065a5e54fbc0c8954b48adc8a59a 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": "通用导出接口"