File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
AbpCompanyName.AbpProjectName.Application/Roles
AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public override async Task Delete(EntityDto<int> input)
75
75
var role = await _roleManager . FindByIdAsync ( input . Id . ToString ( ) ) ;
76
76
if ( role . IsStatic )
77
77
{
78
- throw new UserFriendlyException ( "CannotDeleteAStaticRole" ) ;
78
+ throw new UserFriendlyException ( L ( "CanNotDeleteStaticRole" ) ) ;
79
79
}
80
80
81
81
var users = await _userManager . GetUsersInRoleAsync ( role . NormalizedName ) ;
Original file line number Diff line number Diff line change 72
72
<text name =" Edit" >Edit</text >
73
73
<text name =" Delete" >Delete</text >
74
74
75
- <text name =" CreateNewRole" >Create New Role </text >
75
+ <text name =" CreateNewRole" >Create new role </text >
76
76
<text name =" RoleName" >Role Name</text >
77
77
<text name =" Actions" >Actions</text >
78
78
79
79
<text name =" CouldNotCompleteLoginOperation" >Could not complete login operation. Please try again later.</text >
80
+
81
+ <text name =" CouldNotValidateExternalUser" >Could not validate external user</text >
82
+ <text name =" EditRole" >Edit role</text >
83
+ <text name =" EditTenant" >Edit tenant</text >
84
+ <text name =" EditUser" >Edit user</text >
85
+ <text name =" TenantIdIsNotActive{0}" >TenantId {0} is not active</text >
86
+ <text name =" UnknownTenantId{0}" >Unknown tenantId {0}</text >
80
87
</texts >
81
88
</localizationDictionary >
You can’t perform that action at this time.
0 commit comments