keycloak-scim/src/clients/messages.json

31 lines
1.1 KiB
JSON
Raw Normal View History

{
"clients": {
2020-09-16 14:56:23 +00:00
"createClient": "Create client",
"importClient": "Import client",
"clientID": "Client ID",
"type": "Type",
"homeURL": "Home URL",
"description": "Description",
"name": "Name",
"clientList": "Client list",
"generalSettings": "General Settings",
"capabilityConfig": "Capability config",
"clientsExplain": "Clients are applications and services that can request authentication of a user",
"clientImportError": "Could not import client",
"clientImportSuccess": "Client imported succeful",
"clientDeletedSucess": "The client has been deleted",
"clientDeleteError": "Could not delete client:",
"clientAuthentication": "Client authentication",
"authentication": "Authentication",
"authenticationFlow": "Authentication flow",
"standardFlow": "Standard flow",
"enableStandardFlow": "Enable standard flow",
"directAccess": "Direct access",
"enableDirectAccess": "Enable direct access",
"implicidFlow": "Implicid flow",
"enableImplicidFlow": "Enable implicid flow",
"serviceAccount": "Service account",
"enableServiceAccount": "Enable service account"
}
}