ff43970e9a
* pull in kerberos data * fix build fails and cleanup msgs * fix 2x build errs * fix broken test * fix route, bcrumb, and card click * lint fixes * final changes from PR review * add old breadcrumb functionality back * fix breadcrumb test * lint fix
92 lines
4.4 KiB
JSON
92 lines
4.4 KiB
JSON
{
|
|
"clients": {
|
|
"clientAuthorization": "Client authorization",
|
|
"implicitFlow": "Implicit flow",
|
|
"createClient": "Create client",
|
|
"importClient": "Import client",
|
|
"clientID": "Client ID",
|
|
"type": "Type",
|
|
"homeURL": "Home URL",
|
|
"description": "Description",
|
|
"name": "Name",
|
|
"formatOption": "Format option",
|
|
"downloadAdaptorTitle": "Download adaptor configs",
|
|
"credentials": "Credentials",
|
|
"clientScopes": "Client scopes",
|
|
"addClientScope": "Add client scope",
|
|
"addClientScopesTo": "Add client scopes to {{clientId}}",
|
|
"clientScopeRemoveSuccess": "Scope mapping successfully removed",
|
|
"clientScopeRemoveError": "Could not remove the scope mapping {{error}}",
|
|
"clientScopeSuccess": "Scope mapping successfully updated",
|
|
"clientScopeError": "Could not update the scope mapping {{error}}",
|
|
"searchByName": "Search by name",
|
|
"setup": "Setup",
|
|
"evaluate": "Evaluate",
|
|
"changeTypeTo": "Change type to",
|
|
"assignRole": "Assign role",
|
|
"clientScope": {
|
|
"default" : "Default",
|
|
"optional" : "Optional"
|
|
},
|
|
"clientScopeSearch": {
|
|
"client": "Client scope",
|
|
"assigned": "Assigned type"
|
|
},
|
|
"assignedType": "Assigned type",
|
|
"hideInheritedRoles": "Hide inherited roles",
|
|
"inherentFrom": "Inherited from",
|
|
"emptyClientScopes": "This client doesn't have any added client scopes",
|
|
"emptyClientScopesInstructions": "There are currently no client scopes linked to this client. You can add existing client scopes to this client to share protocol mappers and roles.",
|
|
"emptyClientScopesPrimaryAction": "Add client scopes",
|
|
"details": "Details",
|
|
"clientList": "Clients",
|
|
"clientSettings": "Client details",
|
|
"selectEncryptionType": "Select Encryption type",
|
|
"generalSettings": "General Settings",
|
|
"capabilityConfig": "Capability config",
|
|
"clientsExplain": "Clients are applications and services that can request authentication of a user",
|
|
"createSuccess": "Client created successfully",
|
|
"createError": "Could not create client: '{{error}}'",
|
|
"clientImportError": "Could not import client",
|
|
"clientSaveSuccess": "Client successfully updated",
|
|
"clientSaveError": "Client could not be updated:",
|
|
"clientImportSuccess": "Client imported successfully",
|
|
"clientDeletedSuccess": "The client has been deleted",
|
|
"clientDeleteError": "Could not delete client: {{error}}",
|
|
"clientDeleteConfirmTitle": "Delete client?",
|
|
"disableConfirmTitle": "Disable client?",
|
|
"downloadAdapterConfig": "Download adapter config",
|
|
"disableConfirm": "If you disable this client, you cannot initiate a login or obtain access tokens.",
|
|
"clientDeleteConfirm": "If you delete this client, all associated data will be removed.",
|
|
"clientAuthentication": "Client authentication",
|
|
"authentication": "Authentication",
|
|
"authenticationFlow": "Authentication flow",
|
|
"standardFlow": "Standard flow",
|
|
"directAccess": "Direct access",
|
|
"serviceAccount": "Service account roles",
|
|
"enableServiceAccount": "Enable service account roles",
|
|
"displayOnClient": "Display client on screen",
|
|
"consentScreenText": "Client consent screen text",
|
|
"loginSettings": "Login settings",
|
|
"accessSettings": "Access settings",
|
|
"rootUrl": "Root URL",
|
|
"validRedirectUri": "Valid redirect URIs",
|
|
"loginTheme": "Login theme",
|
|
"consentRequired": "Consent required",
|
|
"clientAuthenticator": "Client Authenticator",
|
|
"clientSecret": "Client secret",
|
|
"regenerate": "Regenerate",
|
|
"confirmClientSecretTitle": "Regenerate secret for this client?",
|
|
"confirmClientSecretBody": "If you regenerate secret, the Keycloak database will be updated and you will need to download a new adapter for this client.",
|
|
"confirmAccessTokenTitle": "Regenerate registration access token?",
|
|
"confirmAccessTokenBody": "If you regenerate registration access token, the access data regarding the client registration service will be updated.",
|
|
"clientSecretSuccess": "Client secret regenerated",
|
|
"clientSecretError": "Could not regenerate client secret due to: {{error}}",
|
|
"registrationAccessToken": "Registration access token",
|
|
"accessTokenSuccess": "Access token regenerated",
|
|
"accessTokenError": "Could not regenerate access token due to: {{error}}",
|
|
"signatureAlgorithm": "Signature algorithm",
|
|
"subject": "Subject DN",
|
|
"searchForClient": "Search for client"
|
|
}
|
|
}
|