Browse Source
Merge pull request #1408 from XbCore/dev
补充 entity type 中英文语言
pull/1422/head
yx lin
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
16 additions and
4 deletions
-
aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/en.json
-
aspnet-core/modules/data-protection/LINGYUN.Abp.DataProtectionManagement.Domain.Shared/LINGYUN/Abp/DataProtectionManagement/Localization/Resources/zh-Hans.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" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
@ -13,6 +13,12 @@ |
|
|
"DataProtectionManagement:001100": "已经存在名为 {Name} 的实体类型定义!", |
|
|
"DataProtectionManagement:001100": "已经存在名为 {Name} 的实体类型定义!", |
|
|
"DataProtectionManagement:001200": "实体类型已经存在名为 {Name} 的属性定义!", |
|
|
"DataProtectionManagement:001200": "实体类型已经存在名为 {Name} 的属性定义!", |
|
|
"DataProtectionManagement:002100": "已为角色 {RoleName} 分配了实体 {Name} 的 {Operation} 访问规则!", |
|
|
"DataProtectionManagement:002100": "已为角色 {RoleName} 分配了实体 {Name} 的 {Operation} 访问规则!", |
|
|
"DataProtectionManagement:003100": "已为组织机构 {OrgCode} 分配了实体 {Name} 的 {Operation} 访问规则!" |
|
|
"DataProtectionManagement:003100": "已为组织机构 {OrgCode} 分配了实体 {Name} 的 {Operation} 访问规则!", |
|
|
|
|
|
|
|
|
|
|
|
"EntityTypeInfos": "实体类型", |
|
|
|
|
|
"DisplayName:Name": "名称", |
|
|
|
|
|
"DisplayName:DisplayName": "显示名称", |
|
|
|
|
|
"DisplayName:TypeFullName": "类型全名", |
|
|
|
|
|
"DisplayName:IsAuditEnabled": "数据审计" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|