adding and importing accessrights.jdl with spotless
This commit is contained in:
25
src/main/webapp/i18n/en/userRoleAssignment.json
Normal file
25
src/main/webapp/i18n/en/userRoleAssignment.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"hsadminNgApp": {
|
||||
"userRoleAssignment": {
|
||||
"home": {
|
||||
"title": "User Role Assignments",
|
||||
"createLabel": "Create a new User Role Assignment",
|
||||
"createOrEditLabel": "Create or edit a User Role Assignment"
|
||||
},
|
||||
"created": "A new User Role Assignment is created with identifier {{ param }}",
|
||||
"updated": "A User Role Assignment is updated with identifier {{ param }}",
|
||||
"deleted": "A User Role Assignment is deleted with identifier {{ param }}",
|
||||
"delete": {
|
||||
"question": "Are you sure you want to delete User Role Assignment {{ id }}?"
|
||||
},
|
||||
"detail": {
|
||||
"title": "User Role Assignment"
|
||||
},
|
||||
"entityTypeId": "Entity Type Id",
|
||||
"entityObjectId": "Entity Object Id",
|
||||
"userId": "User Id",
|
||||
"assignedRole": "Assigned Role",
|
||||
"user": "User"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user