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" ,
"type" : "Type" ,
"homeURL" : "Home URL" ,
"description" : "Description" ,
"name" : "Name" ,
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" ,
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" : {
"default" : "Default" ,
"optional" : "Optional"
} ,
"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" ,
2020-10-06 19:51:21 +00:00
"details" : "Details" ,
2020-11-05 14:40:00 +00:00
"clientList" : "Clients" ,
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" ,
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." ,
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" ,
2020-09-28 15:58:03 +00:00
"searchForClient" : "Search for client"
2020-09-10 18:04:03 +00:00
}
}