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] 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 +}