Browse Source

localization permission name: AbpIdentityServer.Permissions:Grants

pull/166/head
cKey 5 years ago
parent
commit
8fbf73916e
  1. 1
      aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/en.json
  2. 1
      aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/zh-Hans.json

1
aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/en.json

@ -15,6 +15,7 @@
"Permissions:ApiResources": "Api Resources",
"Permissions:ApiScopes": "Api Scopes",
"Permissions:IdentityResources": "Identity Resources",
"Permissions:Grants": "Persistent Grants",
"ClientIdExisted": "Client id: {0} already exists!",
"ApiResourceNameExisted": "Api resource name: {0} already exists!",
"ApiScopeNameExisted": "Api scope: {0} already exists!",

1
aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/zh-Hans.json

@ -15,6 +15,7 @@
"Permissions:ApiResources": "Api资源管理",
"Permissions:ApiScopes": "Api授权范围管理",
"Permissions:IdentityResources": "身份资源管理",
"Permissions:Grants": "持久授权",
"ClientIdExisted": "客户端标识: {0} 已经存在!",
"ApiResourceNameExisted": "Api资源: {0} 已经存在!",
"ApiScopeNameExisted": "Api授权范围: {0} 已经存在!",

Loading…
Cancel
Save