keycloakify
Version:
Framework to create custom Keycloak UIs
357 lines (356 loc) • 11.3 kB
TypeScript
declare const messages: {
doSave: string;
doCancel: string;
doLogOutAllSessions: string;
doRemove: string;
doAdd: string;
doSignOut: string;
doLogIn: string;
doLink: string;
noAccessMessage: string;
editAccountHtmlTitle: string;
personalInfoHtmlTitle: string;
federatedIdentitiesHtmlTitle: string;
accountLogHtmlTitle: string;
changePasswordHtmlTitle: string;
deviceActivityHtmlTitle: string;
sessionsHtmlTitle: string;
accountManagementTitle: string;
authenticatorTitle: string;
applicationsHtmlTitle: string;
linkedAccountsHtmlTitle: string;
accountManagementWelcomeMessage: string;
personalInfoIntroMessage: string;
accountSecurityTitle: string;
accountSecurityIntroMessage: string;
applicationsIntroMessage: string;
resourceIntroMessage: string;
passwordLastUpdateMessage: string;
updatePasswordTitle: string;
updatePasswordMessageTitle: string;
updatePasswordMessage: string;
personalSubTitle: string;
personalSubMessage: string;
authenticatorCode: string;
email: string;
firstName: string;
givenName: string;
fullName: string;
lastName: string;
familyName: string;
password: string;
currentPassword: string;
passwordConfirm: string;
passwordNew: string;
username: string;
address: string;
street: string;
locality: string;
region: string;
postal_code: string;
country: string;
emailVerified: string;
website: string;
phoneNumber: string;
phoneNumberVerified: string;
gender: string;
birthday: string;
zoneinfo: string;
gssDelegationCredential: string;
profileScopeConsentText: string;
emailScopeConsentText: string;
addressScopeConsentText: string;
phoneScopeConsentText: string;
offlineAccessScopeConsentText: string;
samlRoleListScopeConsentText: string;
rolesScopeConsentText: string;
role_admin: string;
"role_realm-admin": string;
"role_create-realm": string;
"role_view-realm": string;
"role_view-users": string;
"role_view-applications": string;
"role_view-clients": string;
"role_view-events": string;
"role_view-identity-providers": string;
"role_view-consent": string;
"role_manage-realm": string;
"role_manage-users": string;
"role_manage-applications": string;
"role_manage-identity-providers": string;
"role_manage-clients": string;
"role_manage-events": string;
"role_view-profile": string;
"role_manage-account": string;
"role_manage-account-links": string;
"role_manage-consent": string;
"role_read-token": string;
"role_offline-access": string;
role_uma_authorization: string;
client_account: string;
"client_account-console": string;
"client_security-admin-console": string;
"client_admin-cli": string;
"client_realm-management": string;
client_broker: string;
requiredFields: string;
allFieldsRequired: string;
backToApplication: string;
backTo: string;
date: string;
event: string;
ip: string;
client: string;
clients: string;
details: string;
started: string;
lastAccess: string;
expires: string;
applications: string;
account: string;
federatedIdentity: string;
authenticator: string;
"device-activity": string;
sessions: string;
log: string;
application: string;
availableRoles: string;
availablePermissions: string;
grantedPermissions: string;
grantedPersonalInfo: string;
additionalGrants: string;
action: string;
inResource: string;
fullAccess: string;
offlineToken: string;
revoke: string;
configureAuthenticators: string;
mobile: string;
totpStep1: string;
totpStep2: string;
totpStep3: string;
totpStep3DeviceName: string;
totpManualStep2: string;
totpManualStep3: string;
totpUnableToScan: string;
totpScanBarcode: string;
"totp.totp": string;
"totp.hotp": string;
totpType: string;
totpAlgorithm: string;
totpDigits: string;
totpInterval: string;
totpCounter: string;
totpDeviceName: string;
irreversibleAction: string;
deletingImplies: string;
errasingData: string;
loggingOutImmediately: string;
accountUnusable: string;
missingUsernameMessage: string;
missingFirstNameMessage: string;
invalidEmailMessage: string;
missingLastNameMessage: string;
missingEmailMessage: string;
missingPasswordMessage: string;
notMatchPasswordMessage: string;
invalidUserMessage: string;
updateReadOnlyAttributesRejectedMessage: string;
missingTotpMessage: string;
missingTotpDeviceNameMessage: string;
invalidPasswordExistingMessage: string;
invalidPasswordConfirmMessage: string;
invalidTotpMessage: string;
usernameExistsMessage: string;
emailExistsMessage: string;
readOnlyUserMessage: string;
readOnlyUsernameMessage: string;
readOnlyPasswordMessage: string;
successTotpMessage: string;
successTotpRemovedMessage: string;
successGrantRevokedMessage: string;
accountUpdatedMessage: string;
accountPasswordUpdatedMessage: string;
missingIdentityProviderMessage: string;
invalidFederatedIdentityActionMessage: string;
identityProviderNotFoundMessage: string;
federatedIdentityLinkNotActiveMessage: string;
federatedIdentityRemovingLastProviderMessage: string;
identityProviderRedirectErrorMessage: string;
identityProviderRemovedMessage: string;
identityProviderAlreadyLinkedMessage: string;
staleCodeAccountMessage: string;
consentDenied: string;
accountDisabledMessage: string;
accountTemporarilyDisabledMessage: string;
invalidPasswordMinLengthMessage: string;
invalidPasswordMaxLengthMessage: string;
invalidPasswordMinLowerCaseCharsMessage: string;
invalidPasswordMinDigitsMessage: string;
invalidPasswordMinUpperCaseCharsMessage: string;
invalidPasswordMinSpecialCharsMessage: string;
invalidPasswordNotUsernameMessage: string;
invalidPasswordNotEmailMessage: string;
invalidPasswordRegexPatternMessage: string;
invalidPasswordHistoryMessage: string;
invalidPasswordBlacklistedMessage: string;
invalidPasswordGenericMessage: string;
myResources: string;
myResourcesSub: string;
doDeny: string;
doRevoke: string;
doApprove: string;
doRemoveSharing: string;
doRemoveRequest: string;
peopleAccessResource: string;
resourceManagedPolicies: string;
resourceNoPermissionsGrantingAccess: string;
anyAction: string;
description: string;
name: string;
scopes: string;
resource: string;
user: string;
peopleSharingThisResource: string;
shareWithOthers: string;
needMyApproval: string;
requestsWaitingApproval: string;
icon: string;
requestor: string;
owner: string;
resourcesSharedWithMe: string;
permissionRequestion: string;
permission: string;
shares: string;
notBeingShared: string;
notHaveAnyResource: string;
noResourcesSharedWithYou: string;
havePermissionRequestsWaitingForApproval: string;
clickHereForDetails: string;
resourceIsNotBeingShared: string;
locale_ca: string;
locale_de: string;
locale_en: string;
locale_es: string;
locale_fr: string;
locale_hu: string;
locale_it: string;
locale_ja: string;
locale_lt: string;
locale_nl: string;
locale_no: string;
locale_pl: string;
"locale_pt-BR": string;
locale_ru: string;
locale_sk: string;
locale_sv: string;
locale_tr: string;
"locale_zh-CN": string;
locale_fi: string;
applicationName: string;
applicationType: string;
applicationInUse: string;
clearAllFilter: string;
activeFilters: string;
filterByName: string;
allApps: string;
internalApps: string;
thirdpartyApps: string;
appResults: string;
clientNotFoundMessage: string;
authorizedProvider: string;
authorizedProviderMessage: string;
identityProvider: string;
identityProviderMessage: string;
socialLogin: string;
userDefined: string;
removeAccess: string;
removeAccessMessage: string;
authenticatorStatusMessage: string;
authenticatorFinishSetUpTitle: string;
authenticatorFinishSetUpMessage: string;
authenticatorSubTitle: string;
authenticatorSubMessage: string;
authenticatorMobileTitle: string;
authenticatorMobileMessage: string;
authenticatorMobileFinishSetUpMessage: string;
authenticatorActionSetup: string;
authenticatorSMSTitle: string;
authenticatorSMSMessage: string;
authenticatorSMSFinishSetUpMessage: string;
authenticatorDefaultStatus: string;
authenticatorChangePhone: string;
authenticatorBackupCodesTitle: string;
authenticatorBackupCodesMessage: string;
authenticatorBackupCodesFinishSetUpMessage: string;
authenticatorMobileSetupTitle: string;
smscodeIntroMessage: string;
mobileSetupStep1: string;
mobileSetupStep2: string;
mobileSetupStep3: string;
scanBarCode: string;
enterBarCode: string;
doCopy: string;
doFinish: string;
authenticatorSMSCodeSetupTitle: string;
chooseYourCountry: string;
enterYourPhoneNumber: string;
sendVerficationCode: string;
enterYourVerficationCode: string;
authenticatorBackupCodesSetupTitle: string;
backupcodesIntroMessage: string;
realmName: string;
doDownload: string;
doPrint: string;
"backupCodesTips-1": string;
"backupCodesTips-2": string;
generateNewBackupCodes: string;
"backupCodesTips-3": string;
backtoAuthenticatorPage: string;
resources: string;
sharedwithMe: string;
share: string;
sharedwith: string;
accessPermissions: string;
permissionRequests: string;
approve: string;
approveAll: string;
people: string;
perPage: string;
currentPage: string;
sharetheResource: string;
group: string;
selectPermission: string;
addPeople: string;
addTeam: string;
myPermissions: string;
waitingforApproval: string;
anyPermission: string;
"openshift.scope.user_info": string;
"openshift.scope.user_check-access": string;
"openshift.scope.user_full": string;
"openshift.scope.list-projects": string;
"error-invalid-value": string;
"error-invalid-blank": string;
"error-empty": string;
"error-invalid-length": string;
"error-invalid-length-too-short": string;
"error-invalid-length-too-long": string;
"error-invalid-email": string;
"error-invalid-number": string;
"error-number-out-of-range": string;
"error-number-out-of-range-too-small": string;
"error-number-out-of-range-too-big": string;
"error-pattern-no-match": string;
"error-invalid-uri": string;
"error-invalid-uri-scheme": string;
"error-invalid-uri-fragment": string;
"error-user-attribute-required": string;
"error-invalid-date": string;
"error-user-attribute-read-only": string;
"error-username-invalid-character": string;
"error-person-name-invalid-character": string;
newPasswordSameAsOld: string;
passwordConfirmNotMatch: string;
};
export default messages;