250 lines
12 KiB
TypeScript
250 lines
12 KiB
TypeScript
|
export default {
|
||
|
clients: {
|
||
|
clientType: "Client type",
|
||
|
clientAuthorization: "Authorization",
|
||
|
implicitFlow: "Implicit flow",
|
||
|
createClient: "Create client",
|
||
|
importClient: "Import client",
|
||
|
homeURL: "Home URL",
|
||
|
webOrigins: "Web origins",
|
||
|
addWebOrigins: "Add web origins",
|
||
|
adminURL: "Admin URL",
|
||
|
formatOption: "Format option",
|
||
|
encryptAssertions: "Encrypt assertions",
|
||
|
clientSignature: "Client signature required",
|
||
|
downloadAdaptorTitle: "Download adaptor configs",
|
||
|
keys: "Keys",
|
||
|
credentials: "Credentials",
|
||
|
roles: "Roles",
|
||
|
createRole: "Create role",
|
||
|
noRoles: "No roles for this client",
|
||
|
noRolesInstructions:
|
||
|
"You haven't created any roles for this client. Create a role to get started.",
|
||
|
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",
|
||
|
unAssignRole: "Unassign",
|
||
|
removeMappingTitle: "Remove mapping?",
|
||
|
removeMappingConfirm: "Are you sure you want to remove this mapping?",
|
||
|
removeMappingConfirm_plural:
|
||
|
"Are you sure you want to remove {{count}} mappings",
|
||
|
clientScopeSearch: {
|
||
|
client: "Client scope",
|
||
|
assigned: "Assigned type",
|
||
|
},
|
||
|
assignedClientScope: "Assigned client scope",
|
||
|
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",
|
||
|
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",
|
||
|
details: "Details",
|
||
|
noGeneratedAccessToken: "No generated access token",
|
||
|
generatedAccessTokenIsDisabled:
|
||
|
"Generated access token is disabled when no user is selected",
|
||
|
clientList: "Clients",
|
||
|
clientsList: "Clients list",
|
||
|
initialAccessToken: "Initial access token",
|
||
|
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: {{error}}",
|
||
|
clientSaveSuccess: "Client successfully updated",
|
||
|
clientSaveError: "Client could not be updated:",
|
||
|
clientImportSuccess: "Client imported successfully",
|
||
|
clientDelete: "Delete {{clientId}} ?",
|
||
|
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.",
|
||
|
searchInitialAccessToken: "Search token",
|
||
|
createToken: "Create initial access token",
|
||
|
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}}'",
|
||
|
timestamp: "Created date",
|
||
|
created: "Created",
|
||
|
lastUpdated: "Last updated",
|
||
|
expires: "Expires",
|
||
|
count: "Count",
|
||
|
remainingCount: "Remaining count",
|
||
|
expiration: "Expiration",
|
||
|
noTokens: "No initial access tokens",
|
||
|
noTokensInstructions:
|
||
|
'You haven\'t created any initial access tokens. Create an initial access token by clicking "Create".',
|
||
|
tokenSaveSuccess: "New initial access token has been created",
|
||
|
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.",
|
||
|
clientAuthentication: "Client authentication",
|
||
|
authentication: "Authentication",
|
||
|
authenticationFlow: "Authentication flow",
|
||
|
standardFlow: "Standard flow",
|
||
|
directAccess: "Direct access grants",
|
||
|
serviceAccount: "Service accounts roles",
|
||
|
enableServiceAccount: "Enable service account roles",
|
||
|
assignRolesTo: "Assign roles to {{client}} account",
|
||
|
searchByRoleName: "Search by role name",
|
||
|
filterByOrigin: "Filter by Origin",
|
||
|
realmRoles: "Realm roles",
|
||
|
clients: "Clients",
|
||
|
assign: "Assign",
|
||
|
roleMappingUpdatedSuccess: "Role mapping updated",
|
||
|
roleMappingUpdatedError: "Could not update role mapping {{error}}",
|
||
|
displayOnClient: "Display client on screen",
|
||
|
consentScreenText: "Client consent screen text",
|
||
|
loginSettings: "Login settings",
|
||
|
accessSettings: "Access settings",
|
||
|
rootUrl: "Root URL",
|
||
|
validRedirectUri: "Valid redirect URIs",
|
||
|
addRedirectUri: "Add valid redirect URIs",
|
||
|
loginTheme: "Login theme",
|
||
|
consentRequired: "Consent required",
|
||
|
clientAuthenticator: "Client Authenticator",
|
||
|
changeAuthenticatorConfirmTitle: "Change to {{clientAuthenticatorType}}",
|
||
|
changeAuthenticatorConfirm:
|
||
|
"If you change authenticator to {{clientAuthenticatorType}}, the keycloak database will be updated and you may need to download a new adapter configuration for this client",
|
||
|
signedJWTConfirm:
|
||
|
'You should configure JWKS URL or keys in the "Keys" tab to change the parameters of Signed JWT authenticator.',
|
||
|
anyAlgorithm: "Any algorithm",
|
||
|
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",
|
||
|
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",
|
||
|
notBeforeSetToNow: "Not Before set for client",
|
||
|
notBeforeNowClear: "Not Before cleared for client",
|
||
|
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",
|
||
|
nodeReRegistrationTimeout: "Node Re-registration timeout",
|
||
|
registeredClusterNodes: "Registered cluster nodes",
|
||
|
nodeHost: "Node host",
|
||
|
noNodes: "No nodes registered",
|
||
|
noNodesInstructions:
|
||
|
"There are no nodes registered, you can add one manually.",
|
||
|
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",
|
||
|
jwksUrlConfig: "JWKS URL configs",
|
||
|
keysIntro:
|
||
|
'If "Use JWKS URL switch" is on, you need to fill a valid JWKS URL. After saving, admin can download keys from the JWKS URL or keys will be downloaded automatically by Keycloak server when see the stuff signed by the unknown KID',
|
||
|
useJwksUrl: "Use JWKS URL",
|
||
|
certificate: "Certificate",
|
||
|
jwksUrl: "JWKS URL",
|
||
|
generateNewKeys: "Generate new keys",
|
||
|
generateKeys: "Generate keys?",
|
||
|
generate: "Generate",
|
||
|
archiveFormat: "Archive format",
|
||
|
keyAlias: "Key alias",
|
||
|
keyPassword: "Key password",
|
||
|
storePassword: "Store password",
|
||
|
generateSuccess: "New key pair and certificate generated successfully",
|
||
|
generateError: "Could not generate new key pair and certificate {{error}}",
|
||
|
import: "Import",
|
||
|
importFile: "Import file",
|
||
|
importSuccess: "New certificate imported",
|
||
|
importError: "Could not import certificate {{error}}",
|
||
|
},
|
||
|
};
|