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