Browse Source

Update en.json

补充实体类型英文语言
pull/1408/head
XbCore 3 months ago
committed by GitHub
parent
commit
058ed47c9f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json

10
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:001100": "There already exists an entity type definition named {Name}!",
"DataProtectionManagement:001200": "The entity type already has a property 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: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"
} }
} }

Loading…
Cancel
Save