From 4dae63997603a1545d3b0219d949849ad84e4134 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 30 Jul 2024 20:49:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=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 | 4 ++-- localconfig/i18n/language_zh.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 027ee8d..d145e34 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -519,8 +519,8 @@ "getauthintroduction": "Configure extra menus" }, "home_page_modify": { - "getauthdisplayname": "Homepage Settings Management Permissions", - "getauthintroduction": "Add, modify, and delete homepage settings" + "getauthdisplayname": "Default homepage management permissions", + "getauthintroduction": "Add, modify, and delete the default homepage" }, "matrix_modify": { "getauthdisplayname": "Matrix Management Permissions", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4a9d190..9e540dd 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -519,8 +519,8 @@ "getauthintroduction": "对附加菜单进行配置" }, "home_page_modify": { - "getauthdisplayname": "首页设置管理权限", - "getauthintroduction": "对首页设置添加、修改和删除" + "getauthdisplayname": "默认首页管理权限", + "getauthintroduction": "对默认首页进行添加、修改、删除" }, "matrix_modify": { "getauthdisplayname": "矩阵管理权限", @@ -4331,22 +4331,22 @@ }, "nmtah": { "activehomepageapi": { - "getname": "激活首页配置信息" + "getname": "激活默认首页配置信息" }, "deletehomepageapi": { - "getname": "删除首页配置信息" + "getname": "删除默认首页配置信息" }, "gethomepageapi": { - "getname": "获取首页配置信息" + "getname": "获取默认首页配置信息" }, "listhomepageapi": { - "getname": "首页配置列表" + "getname": "默认首页配置列表" }, "movehomepageapi": { - "getname": "移动首页配置位置" + "getname": "移动默认首页配置位置" }, "savehomepageapi": { - "getname": "保存首页配置信息" + "getname": "保存默认首页配置信息" } }, "nmtai": { -- Gitee