keycloak-scim/public/resources/en/attributes-group.json

27 lines
No EOL
1.5 KiB
JSON

{
"createGroupText": "Create attributes group",
"editGroupText": "Edit attributes group",
"tableTitle": "Attributes groups",
"columnName": "Name",
"columnDisplayName": "Display name",
"columnDisplayDescription": "Display description",
"emptyStateMessage": "No attributes groups",
"emptyStateInstructions": "If you want to add an attributes group click the button below.",
"deleteDialogTitle": "Delete attribute group?",
"deleteDialogDescription": "Are you sure you want to permanently delete the attributes group <1>{{group}}</1>?",
"deleteSuccess": "Attributes group deleted.",
"deleteError": "Could not delete user attributes group: {{error}}",
"nameField": "Name",
"nameHint": "A unique name for the group. This name will be used to reference the group when binding an attribute to a group.",
"displayHeaderField": "Display name",
"displayHeaderHint": "A user-friendly name for the group that should be used when rendering a group of attributes in user-facing forms. Supports keys for localized values as well. For example: ${profile.attribute.group.address}.",
"displayDescriptionField": "Display description",
"displayDescriptionHint": "A text that should be used as a tooltip when rendering user-facing forms.",
"annotationsText": "Annotations",
"addAnnotationText": "Add annotation",
"removeAnnotationText": "Remove annotation",
"keyPlaceholder": "Type a key",
"keyLabel": "Key",
"valuePlaceholder": "Type a value",
"valueLabel": "Value"
}