keycloak-scim/src/client-scopes/messages.json
Erik Jan de Wit 8e2000283c
Some pages don't support pagination (#134)
* introduced non paginating toolbar

* use patternfly util class instead of inline css
2020-10-07 11:47:03 -04:00

16 lines
655 B
JSON

{
"client-scopes": {
"createClientScope": "Create client scope",
"clientScopeList": "List of client scopes",
"clientScopeExplain": "Client scopes allow you to define a common set of protocol mappers and roles, which are shared between multiple clients",
"searchFor": "Search for client scope",
"name": "Name",
"description": "Description",
"protocol": "Protocol",
"createClientScopeSuccess": "Client scope created",
"createClientScopeError": "Could not create client scope:",
"displayOnConsentScreen": "Display on consent screen",
"consentScreenText": "Consent screen text",
"guiOrder": "GUI Order"
}
}