keycloak-scim/src/user-federation/messages.json

171 lines
7.8 KiB
JSON
Raw Normal View History

{
"user-federation": {
"userFederation": "User federation",
"descriptionLanding": "This is the description for the user federation landing page",
"userFederationExplanation": "Keycloak can federate external user databases. Out of the box we have support for LDAP and Active Directory.",
"getStarted": "To get started, select a provider from the list below.",
"providers": "Add providers",
"addKerberos": "Add Kerberos providers",
"addLdap": "Add LDAP providers",
"addKerberosWizardTitle": "Add Kerberos user federation provider",
"addLdapWizardTitle": "Add LDAP user federation provider",
"syncChangedUsers": "Sync changed users",
"syncAllUsers": "Sync all users",
"unlinkUsers": "Unlink users",
"removeImported": "Remove imported",
"deleteProvider": "Delete provider",
"generalOptions": "General options",
"consoleDisplayName": "Console display name",
"vendor": "Vendor",
"connectionAndAuthenticationSettings": "Connection and authentication settings",
"connectionURL": "Connection URL",
"enableStartTls": "Enable StartTLS",
"useTruststoreSpi": "Use Truststore SPI",
"connectionPooling": "Connection pooling",
"connectionTimeout": "Connection timeout",
"bindType": "Bind type",
"bindDn": "Bind DN",
"bindCredentials": "Bind credentials",
"ldapSearchingAndUpdatingSettings": "LDAP searching and updating",
"editMode": "Edit mode",
"usersDN": "Users DN",
"usernameLdapAttribute": "Username LDAP attribute",
"rdnLdapAttribute": "RDN LDAP attribute",
"uuidLdapAttribute": "UUID LDAP attribute",
"userObjectClasses": "User object classes",
"userLdapFilter": "User LDAP filter",
"searchScope": "Search scope",
"readTimeout": "Read timeout",
"pagination": "Pagination",
"synchronizationSettings": "Synchronization settings",
"importUsers": "Import users",
"batchSize": "Batch size",
"periodicFullSync": "Periodic full sync",
"fullSyncPeriod": "Full sync period",
"periodicChangedUsersSync": "Periodic changed users sync",
"changedUsersSyncPeriod": "Changed users sync period",
"kerberosIntegration": "Kerberos integration",
"allowKerberosAuthentication": "Allow Kerberos authentication",
"useKerberosForPasswordAuthentication": "Use Kerberos for password authentication",
"cacheSettings": "Cache settings",
"cachePolicy": "Cache policy",
"evictionDay": "Eviction day",
"evictionHour": "Eviction hour",
"evictionMinute": "Eviction minute",
"maxLifespan": "Max lifespan",
"advancedSettings": "Advanced settings",
"enableLdapv3Password": "Enable the LDAPv3 password modify extended operation",
"validatePasswordPolicy": "Validate password policy",
"trustEmail": "Trust email",
"requiredSettings": "Required Settings",
"kerberosRealm": "Kerberos realm",
"serverPrincipal": "Server principal",
"keyTab": "Key tab",
"debug": "Debug",
"allowPasswordAuthentication": "Allow password authentication",
"updateFirstLogin": "Update first login",
"always": "Always",
"never": "Never",
"onlyLdaps": "Only for ldaps",
"oneLevel": "One Level",
"subtree": "Subtree",
2021-02-10 21:54:21 +00:00
"saveSuccess": "User federation provider successfully saved",
"saveError": "User federation provider could not be saved: {error}",
"createSuccess": "User federation provider successfully created",
"createError": "User federation provider could not be created: {error}",
"learnMore": "Learn more",
"addNewProvider": "Add new provider",
"userFedDeletedSuccess": "The user federation provider has been deleted.",
"userFedDeleteError": "Could not delete user federation provider: '{{error}}'",
"userFedDeleteConfirmTitle": "Delete user federation provider?",
2021-01-13 19:28:53 +00:00
"userFedDeleteConfirm": "If you delete this user federation provider, all associated data will be removed.",
2021-01-20 15:43:52 +00:00
"userFedDisableConfirmTitle": "Disable user federation provider?",
"userFedDisableConfirm": "If you disable this user federation provider, it will not be considered for queries and imported users will be disabled and read-only until the provider is enabled again.",
"removeImportedUsers": "Remove imported users?",
"removeImportedUsersMessage": "Do you really want to remove all imported users? The option \"Unlink users\" makes sense just for the Edit Mode \"Unsynced\" and there should be a warning that \"unlinked\" users without the password in the Keycloak database won't be able to authenticate.",
"removeImportedUsersSuccess": "Imported users have been removed",
"removeImportedUsersError": "Could not remove imported users: '{{error}}'",
2021-01-13 19:28:53 +00:00
"validateName": "You must enter a name",
"validateRealm":"You must enter a realm",
"validateServerPrincipal":"You must enter a server principal",
"validateKeyTab": "You must enter a key tab",
"validateConnectionUrl": "You must enter a connection URL",
"validateBindCredentials": "You must enter bind credentials",
"validateUuidLDAPAttribute": "You must enter a UUID LDAP attribute",
"validateUserObjectClasses": "You must enter one or more user object classes",
"validateUsersDn": "You must enter users DN",
"validateUsernameLDAPAttribute": "You must enter a username LDAP attribute",
"validateRdnLdapAttribute": "You must enter an RDN LDAP attribute",
"validateCustomUserSearchFilter": "Filter must be enclosed in parentheses, for example: (filter)",
2021-01-13 19:28:53 +00:00
"id": "ID",
2021-01-13 19:28:53 +00:00
"mapperType": "Mapper type",
"mapperTypeMsadUserAccountControlManager": "msad-user-account-control-mapper",
"mapperTypeMsadLdsUserAccountControlMapper": "msad-user-account-control-mapper",
"mapperTypeGroupLdapMapper": "group-ldap-mapper",
"mapperTypeUserAttributeLdapMapper": "user-attribute-ldap-mapper",
"mapperTypeRoleLdapMapper": "role-ldap-mapper",
"mapperTypeHardcodedAttributeMapper": "hardcoded-attribute-mapper",
"mapperTypeHardcodedLdapRoleMapper": "hardcoded-ldap-role-mapper",
"mapperTypeCertificateLdapMapper": "certificate-ldap-mapper",
"mapperTypeFullNameLdapMapper": "full-name-ldap-mapper",
"mapperTypeHardcodedLdapGroupMapper": "hardcoded-ldap-group-mapper",
2021-01-14 15:56:03 +00:00
"mapperTypeLdapAttributeMapper": "hardcoded-ldap-attribute-mapper",
2021-01-13 19:28:53 +00:00
"passwordPolicyHintsEnabled": "Password policy hints enabled",
"ldapGroupsDn": "LDAP Groups DN",
"groupNameLDAPAttribute": "Group name LDAP attribute",
"groupObjectClasses": "Group object classes",
"preserveGroupInheritance": "Preserve group inheritance",
"ignoreMissingGroups": "Ignore missing groups",
"membershipLdapAttribute": "Membership LDAP attribute",
"membershipAttributeType": "Membership attribute type",
"membershipUserLdapAttribute": "Membership user LDAP attribute",
"ldapFilter": "LDAP filter",
"mode": "Mode",
"userGroupsRetrieveStrategy": "User groups retrieve strategy",
"memberofLdapAttribute": "Member-of LDAP attribute",
"mappedGroupAttributes": "Mapped group attributes",
"dropNonexistingGroupsDuringSync": "Drop non-existing groups during sync",
"groupsPath": "Groups path",
"userModelAttribute": "User model attribute",
"ldapAttribute": "LDAP attribute",
"readOnly": "Read only",
"alwaysReadValueFromLdap": "Always read value from LDAP",
"isMandatoryInLdap": "Is mandatory in LDAP",
"isBinaryAttribute": "Is binary attribute",
"ldapRolesDN": "LDAP roles DN",
"roleNameLdapAttribute": "Role Name LDAP attribute",
"roleObjectClasses": "Role object classes",
"useRealmRolesMapping": "Use realm roles mapping",
"clientId": "Client ID",
"derFormatted": "DER formatted",
"ldapFullNameAttribute": "LDAP full name attribute",
"writeOnly": "Write only",
"group": "Group",
"ldapAttributeName": "LDAP attribute name",
"ldapAttributeValue": "LDAP attribute value"
}
}