From 8fbf73916e660501c9216b8cf86afaa9b4f9239e Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Fri, 25 Dec 2020 17:55:10 +0800 Subject: [PATCH] localization permission name: AbpIdentityServer.Permissions:Grants --- .../LINGYUN/Abp/IdentityServer/Localization/Resources/en.json | 1 + .../Abp/IdentityServer/Localization/Resources/zh-Hans.json | 1 + 2 files changed, 2 insertions(+) diff --git a/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/en.json b/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/en.json index 5b2d76ec8..a4812224d 100644 --- a/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/en.json +++ b/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!", diff --git a/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/zh-Hans.json b/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/zh-Hans.json index 92227ae46..e8e8235a5 100644 --- a/aspnet-core/modules/identityServer/LINGYUN.Abp.IdentityServer.Application.Contracts/LINGYUN/Abp/IdentityServer/Localization/Resources/zh-Hans.json +++ b/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} 已经存在!",