From 32e76088e5b3a9d1ac3c13db6da185269b39fdad Mon Sep 17 00:00:00 2001 From: XbCore <31983974@qq.com> Date: Tue, 6 Jan 2026 11:29:05 +0800 Subject: [PATCH 1/2] Add new localization entries in zh-Hans.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充实体类型中文语言 --- .../Localization/Resources/zh-Hans.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/zh-Hans.json b/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/zh-Hans.json index 0bc3696b4..387b31150 100644 --- a/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/zh-Hans.json @@ -13,6 +13,12 @@ "DataProtectionManagement:001100": "已经存在名为 {Name} 的实体类型定义!", "DataProtectionManagement:001200": "实体类型已经存在名为 {Name} 的属性定义!", "DataProtectionManagement:002100": "已为角色 {RoleName} 分配了实体 {Name} 的 {Operation} 访问规则!", - "DataProtectionManagement:003100": "已为组织机构 {OrgCode} 分配了实体 {Name} 的 {Operation} 访问规则!" + "DataProtectionManagement:003100": "已为组织机构 {OrgCode} 分配了实体 {Name} 的 {Operation} 访问规则!", + + "EntityTypeInfos": "实体类型", + "DisplayName:Name": "名称", + "DisplayName:DisplayName": "显示名称", + "DisplayName:TypeFullName": "类型全名", + "DisplayName:IsAuditEnabled": "数据审计" } -} \ No newline at end of file +} From 058ed47c9f20f0e9cbeeb3e18c3df3c46e1a2c95 Mon Sep 17 00:00:00 2001 From: XbCore <31983974@qq.com> Date: Tue, 6 Jan 2026 11:29:39 +0800 Subject: [PATCH 2/2] Update en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充实体类型英文语言 --- .../Localization/Resources/en.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json b/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json index b2a092c24..2d56bbf99 100644 --- a/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json +++ b/aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json @@ -13,6 +13,12 @@ "DataProtectionManagement:001100": "There already exists an entity type definition named {Name}!", "DataProtectionManagement:001200": "The entity type already has a property definition named {Name}!", "DataProtectionManagement:002100": "The {Operation} access rule for entity {Name} has been assigned to role {RoleName}!", - "DataProtectionManagement:003100": "The {Operation} access rule for entity {Name} has been assigned to organization {RoleName}!" + "DataProtectionManagement:003100": "The {Operation} access rule for entity {Name} has been assigned to organization {RoleName}!", + + "EntityTypeInfos": "Entity Type Infos", + "DisplayName:Name": "Name", + "DisplayName:DisplayName": "Display Name", + "DisplayName:TypeFullName": "Type FullName", + "DisplayName:IsAuditEnabled": "Is Audit Enabled" } -} \ No newline at end of file +}