2020-09-10 18:04:03 +00:00
{
"clients" : {
2020-09-22 12:43:51 +00:00
"clientAuthorization" : "Client authorization" ,
"implicitFlow" : "Implicit flow" ,
2020-09-16 14:56:23 +00:00
"createClient" : "Create client" ,
"importClient" : "Import client" ,
"clientID" : "Client ID" ,
"homeURL" : "Home URL" ,
2021-02-23 08:55:24 +00:00
"webOrigins" : "Web origins" ,
"adminURL" : "Admin URL" ,
2020-10-06 19:51:21 +00:00
"formatOption" : "Format option" ,
"downloadAdaptorTitle" : "Download adaptor configs" ,
2020-11-02 20:15:09 +00:00
"credentials" : "Credentials" ,
2021-01-29 13:59:03 +00:00
"roles" : "Roles" ,
2020-11-24 20:11:13 +00:00
"clientScopes" : "Client scopes" ,
"addClientScope" : "Add client scope" ,
"addClientScopesTo" : "Add client scopes to {{clientId}}" ,
2020-12-04 21:08:11 +00:00
"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}}" ,
2020-11-24 20:11:13 +00:00
"searchByName" : "Search by name" ,
"setup" : "Setup" ,
"evaluate" : "Evaluate" ,
"changeTypeTo" : "Change type to" ,
2020-12-07 18:37:36 +00:00
"assignRole" : "Assign role" ,
2020-11-24 20:11:13 +00:00
"clientScope" : {
2021-01-13 20:48:16 +00:00
"default" : "Default" ,
"optional" : "Optional"
2020-11-24 20:11:13 +00:00
} ,
"clientScopeSearch" : {
"client" : "Client scope" ,
"assigned" : "Assigned type"
} ,
2020-12-04 21:08:11 +00:00
"assignedType" : "Assigned type" ,
2020-12-07 18:37:36 +00:00
"hideInheritedRoles" : "Hide inherited roles" ,
"inherentFrom" : "Inherited from" ,
2020-11-24 20:11:13 +00:00
"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" ,
2021-01-12 13:16:35 +00:00
"scopeParameter" : "Scope parameter" ,
"scopeParameterPlaceholder" : "Select scope parameters" ,
"effectiveProtocolMappers" : "Effective protocol mappers" ,
"effectiveRoleScopeMappings" : "Effective role scope mappings" ,
"generatedAccessToken" : "Generated access token" ,
"searchForProtocol" : "Search protocol mapper" ,
"parentClientScope" : "Parent client scope" ,
"searchForRole" : "Search role" ,
"origin" : "Origin" ,
"user" : "User" ,
2020-10-06 19:51:21 +00:00
"details" : "Details" ,
2021-01-12 13:16:35 +00:00
"noGeneratedAccessToken" : "No generated access token" ,
"generatedAccessTokenIsDisabled" : "Generated access token is disabled when no user is selected" ,
2020-11-05 14:40:00 +00:00
"clientList" : "Clients" ,
2021-03-03 07:02:40 +00:00
"clientsList" : "Clients list" ,
"initialAccessToken" : "Initial access token" ,
2020-10-01 14:25:29 +00:00
"clientSettings" : "Client details" ,
2020-10-08 11:38:25 +00:00
"selectEncryptionType" : "Select Encryption type" ,
2020-09-16 14:56:23 +00:00
"generalSettings" : "General Settings" ,
"capabilityConfig" : "Capability config" ,
"clientsExplain" : "Clients are applications and services that can request authentication of a user" ,
2020-10-07 16:01:16 +00:00
"createSuccess" : "Client created successfully" ,
"createError" : "Could not create client: '{{error}}'" ,
2020-09-16 14:56:23 +00:00
"clientImportError" : "Could not import client" ,
2020-09-25 17:42:32 +00:00
"clientSaveSuccess" : "Client successfully updated" ,
"clientSaveError" : "Client could not be updated:" ,
"clientImportSuccess" : "Client imported successfully" ,
2021-02-24 07:59:12 +00:00
"clientDelete" : "Delete {{clientId}} ?" ,
2020-09-22 12:43:51 +00:00
"clientDeletedSuccess" : "The client has been deleted" ,
2020-12-07 19:23:18 +00:00
"clientDeleteError" : "Could not delete client: {{error}}" ,
2020-10-02 13:56:46 +00:00
"clientDeleteConfirmTitle" : "Delete client?" ,
"disableConfirmTitle" : "Disable client?" ,
2020-10-13 17:57:35 +00:00
"downloadAdapterConfig" : "Download adapter config" ,
2020-10-02 13:56:46 +00:00
"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." ,
2021-03-04 06:36:38 +00:00
"searchInitialAccessToken" : "Search token" ,
2021-03-04 08:20:37 +00:00
"createToken" : "Create initial access token" ,
2021-03-05 13:47:59 +00:00
"tokenDeleteConfirm" : "Are you sure you want to permanently delete the initial access token {{id}}" ,
"tokenDeleteConfirmTitle" : "Delete initial access token?" ,
"tokenDeleteSuccess" : "initial access token created successfully" ,
"tokenDeleteError" : "Could not delete initial access token: '{{error}}'" ,
2021-03-04 08:20:37 +00:00
"id" : "ID" ,
"timestamp" : "Created date" ,
2021-03-04 08:37:46 +00:00
"expires" : "Expires" ,
2021-03-04 08:20:37 +00:00
"count" : "Count" ,
"remainingCount" : "Remaining count" ,
"expiration" : "Expiration" ,
2021-03-04 08:37:46 +00:00
"noTokens" : "No initial access tokens" ,
"noTokensInstructions" : "You haven't created any initial access tokens. Create a initial access tokens by clicking \"Create\"" ,
2021-03-04 08:20:37 +00:00
"tokenSaveError" : "Could not create initial access token {{error}}" ,
"initialAccessTokenDetails" : "Initial access token details" ,
"copyInitialAccessToken" : "Please copy and paste the initial access token before closing as it can not be retrieved later." ,
2020-09-17 13:51:40 +00:00
"clientAuthentication" : "Client authentication" ,
"authentication" : "Authentication" ,
"authenticationFlow" : "Authentication flow" ,
"standardFlow" : "Standard flow" ,
"directAccess" : "Direct access" ,
2020-12-07 18:37:36 +00:00
"serviceAccount" : "Service account roles" ,
"enableServiceAccount" : "Enable service account roles" ,
2020-09-22 12:43:51 +00:00
"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" ,
2020-09-28 15:58:03 +00:00
"consentRequired" : "Consent required" ,
2020-11-02 20:15:09 +00:00
"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" ,
2021-02-28 20:02:31 +00:00
"searchForClient" : "Search for client" ,
"advanced" : "Advanced" ,
"revocation" : "Revocation" ,
"clustering" : "Clustering" ,
"notBefore" : "Not before" ,
"setToNow" : "Set to now" ,
"noAdminUrlSet" : "No push sent. No admin URI configured or no registered cluster nodes available" ,
"notBeforePushFail" : "Failed to push \"not before\" to: {{failedNodes}}" ,
"notBeforePushSuccess" : "Successfully push \"not before\" to: {{successNodes}}" ,
"testClusterFail" : "Failed verified availability for: {{failedNodes}}. Fix or unregister failed cluster nodes and try again" ,
"testClusterSuccess" : "Successfully verified availability for: {{successNodes}}" ,
"deleteNode" : "Delete node?" ,
"deleteNodeBody" : "Are you sure you want to permanently delete the node \"{{node}}\"" ,
"deleteNodeSuccess" : "Node successfully removed" ,
"deleteNodeFail" : "Could not delete node: '{{error}}'" ,
"addedNodeSuccess" : "Node successfully added" ,
"addedNodeFail" : "Could not add node: '{{error}}'" ,
"addNode" : "Add node" ,
"push" : "Push" ,
"clear" : "Clear" ,
"none" : "None" ,
"any" : "Any" ,
"nodeReRegistrationTimeout" : "Node Re-registration timeout" ,
"registeredClusterNodes" : "Registered cluster nodes" ,
"nodeHost" : "Node host" ,
"lastRegistration" : "Last registration" ,
"testClusterAvailability" : "Test cluster availability" ,
"registerNodeManually" : "Register node manually" ,
"fineGrainOpenIdConnectConfiguration" : "Fine grain OpenID connect configuration" ,
"fineGrainSamlEndpointConfig" : "Fine Grain SAML Endpoint Configuration" ,
"accessTokenSignatureAlgorithm" : "Access token signature algorithm" ,
"idTokenSignatureAlgorithm" : "ID token signature algorithm" ,
"idTokenEncryptionKeyManagementAlgorithm" : "ID token encryption key management algorithm" ,
"idTokenEncryptionContentEncryptionAlgorithm" : "ID token encryption content encryption algorithm" ,
"userInfoSignedResponseAlgorithm" : "User info signed response algorithm" ,
"requestObjectSignatureAlgorithm" : "Request object signature algorithm" ,
"requestObjectRequired" : "Request object required" ,
"requestObject" : {
"not required" : "Not required" ,
"request or request_uri" : "Request or Request URI" ,
"request only" : "Request only" ,
"request_uri only" : "Request URI only"
} ,
"openIdConnectCompatibilityModes" : "Open ID Connect Compatibly Modes" ,
"excludeSessionStateFromAuthenticationResponse" : "Exclude Session State From Authentication Response" ,
"assertionConsumerServicePostBindingURL" : "Assertion Consumer Service POST Binding URL" ,
"assertionConsumerServiceRedirectBindingURL" : "Assertion Consumer Service Redirect Binding URL" ,
"logoutServicePostBindingURL" : "Logout Service POST Binding URL" ,
"logoutServiceRedirectBindingURL" : "Logout Service Redirect Binding URL" ,
"advancedSettings" : "Advanced Settings" ,
"assertionLifespan" : "Assertion Lifespan" ,
"accessTokenLifespan" : "Access Token Lifespan" ,
"oAuthMutual" : "OAuth 2.0 Mutual TLS Certificate Bound Access Tokens Enabled" ,
"keyForCodeExchange" : "Proof Key for Code Exchange Code Challenge Method" ,
"authenticationOverrides" : "Authentication flow overrides" ,
"browserFlow" : "Browser Flow" ,
"directGrant" : "Direct Grant Flow"
2020-09-10 18:04:03 +00:00
}
}