8ef7bd7ddb
fix storybook demos add attributes tab to realm roles section use TableComposable fix formatting css updates fix up styling of role attributes table fix check-types erros logic from call with Jeff clean up, format, make eslint proud delete roledetails call with Erik add delete function and css changes fix storybook demos and format make key input disabled once new attribute is created minus icon gray address PR feedback from Sarah set add and save buttons to disabled when new input field is empty fix save/add fix onChange formState rebase with resolved conflicts fix formatting remove !important Update RealmRolesSection.css Update src/realm-roles/RoleAttributes.tsx Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> address PR feedback from Sarah and Erik fix paths and use error msg from response remove log stmt fix lint remove minLength
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"roles": {
|
|
"attributes": "Attributes",
|
|
"addAttributeText": "Add an attribute",
|
|
"deleteAttributeText": "Delete an attribute",
|
|
"title": "Realm roles",
|
|
"createRole": "Create role",
|
|
"importRole": "Import role",
|
|
"roleID": "Role ID",
|
|
"type": "Type",
|
|
"homeURL": "Home URL",
|
|
"roleExplain": "Realm-level roles are a global namespace to define your roles.",
|
|
"roleCreateExplain": "This is some description",
|
|
"roleName": "Role name",
|
|
"roleDetails": "Role details",
|
|
"composite": "Composite",
|
|
"deleteRole": "Delete this role",
|
|
"description": "Description",
|
|
"details": "Details",
|
|
"roleList": "Role list",
|
|
"searchFor": "Search for role",
|
|
"generalSettings": "General Settings",
|
|
"capabilityConfig": "Capability config",
|
|
"roleImportError": "Could not import role",
|
|
"roleCreated": "Role created",
|
|
"roleCreateError": "Could not create role: {{error}}",
|
|
"roleImportSuccess": "Role import successful",
|
|
"roleDeleteConfirm": "Delete role?",
|
|
"roleDeleteConfirmDialog": "This action will permanently delete the role {{selectedRoleName}} and cannot be undone.",
|
|
"roleDeletedSuccess": "The role has been deleted",
|
|
"roleDeleteError": "Could not delete role:",
|
|
"roleSaveSuccess": "The role has been saved",
|
|
"roleSaveError": "Could not save role: {{error}}",
|
|
"noRolesInThisRealm": "No roles in this realm",
|
|
"noRolesInThisRealmInstructions": "You haven't created any roles in this realm. Create a role to get started.",
|
|
"roleAuthentication": "Role authentication"
|
|
}
|
|
}
|