keycloakify 9.1.8 → 9.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/account/i18n/baseMessages/ar.d.ts +2 -0
- package/account/i18n/baseMessages/ar.js +3 -1
- package/account/i18n/baseMessages/ar.js.map +1 -1
- package/account/i18n/baseMessages/ca.d.ts +230 -1
- package/account/i18n/baseMessages/ca.js +305 -76
- package/account/i18n/baseMessages/ca.js.map +1 -1
- package/account/i18n/baseMessages/cs.d.ts +1 -0
- package/account/i18n/baseMessages/cs.js +2 -1
- package/account/i18n/baseMessages/cs.js.map +1 -1
- package/account/i18n/baseMessages/da.d.ts +1 -0
- package/account/i18n/baseMessages/da.js +1 -0
- package/account/i18n/baseMessages/da.js.map +1 -1
- package/account/i18n/baseMessages/de.d.ts +1 -0
- package/account/i18n/baseMessages/de.js +39 -38
- package/account/i18n/baseMessages/de.js.map +1 -1
- package/account/i18n/baseMessages/el.d.ts +358 -0
- package/account/i18n/baseMessages/el.js +363 -0
- package/account/i18n/baseMessages/el.js.map +1 -0
- package/account/i18n/baseMessages/en.d.ts +3 -0
- package/account/i18n/baseMessages/en.js +3 -0
- package/account/i18n/baseMessages/en.js.map +1 -1
- package/account/i18n/baseMessages/es.d.ts +1 -0
- package/account/i18n/baseMessages/es.js +2 -1
- package/account/i18n/baseMessages/es.js.map +1 -1
- package/account/i18n/baseMessages/fa.d.ts +359 -0
- package/account/i18n/baseMessages/fa.js +364 -0
- package/account/i18n/baseMessages/fa.js.map +1 -0
- package/account/i18n/baseMessages/fi.d.ts +1 -0
- package/account/i18n/baseMessages/fi.js +1 -0
- package/account/i18n/baseMessages/fi.js.map +1 -1
- package/account/i18n/baseMessages/fr.d.ts +6 -0
- package/account/i18n/baseMessages/fr.js +8 -2
- package/account/i18n/baseMessages/fr.js.map +1 -1
- package/account/i18n/baseMessages/hu.d.ts +69 -0
- package/account/i18n/baseMessages/hu.js +94 -25
- package/account/i18n/baseMessages/hu.js.map +1 -1
- package/account/i18n/baseMessages/index.d.ts +472 -128
- package/account/i18n/baseMessages/index.js +3 -0
- package/account/i18n/baseMessages/index.js.map +1 -1
- package/account/i18n/baseMessages/it.d.ts +6 -0
- package/account/i18n/baseMessages/it.js +6 -0
- package/account/i18n/baseMessages/it.js.map +1 -1
- package/account/i18n/baseMessages/ja.d.ts +1 -0
- package/account/i18n/baseMessages/ja.js +2 -1
- package/account/i18n/baseMessages/ja.js.map +1 -1
- package/account/i18n/baseMessages/lt.d.ts +1 -0
- package/account/i18n/baseMessages/lt.js +2 -1
- package/account/i18n/baseMessages/lt.js.map +1 -1
- package/account/i18n/baseMessages/lv.d.ts +1 -0
- package/account/i18n/baseMessages/lv.js +1 -0
- package/account/i18n/baseMessages/lv.js.map +1 -1
- package/account/i18n/baseMessages/nl.d.ts +1 -0
- package/account/i18n/baseMessages/nl.js +2 -1
- package/account/i18n/baseMessages/nl.js.map +1 -1
- package/account/i18n/baseMessages/no.d.ts +1 -0
- package/account/i18n/baseMessages/no.js +2 -1
- package/account/i18n/baseMessages/no.js.map +1 -1
- package/account/i18n/baseMessages/pl.d.ts +1 -0
- package/account/i18n/baseMessages/pl.js +2 -1
- package/account/i18n/baseMessages/pl.js.map +1 -1
- package/account/i18n/baseMessages/pt-BR.d.ts +1 -0
- package/account/i18n/baseMessages/pt-BR.js +2 -1
- package/account/i18n/baseMessages/pt-BR.js.map +1 -1
- package/account/i18n/baseMessages/ru.d.ts +1 -0
- package/account/i18n/baseMessages/ru.js +2 -1
- package/account/i18n/baseMessages/ru.js.map +1 -1
- package/account/i18n/baseMessages/sk.d.ts +1 -0
- package/account/i18n/baseMessages/sk.js +2 -1
- package/account/i18n/baseMessages/sk.js.map +1 -1
- package/account/i18n/baseMessages/sv.d.ts +1 -0
- package/account/i18n/baseMessages/sv.js +2 -1
- package/account/i18n/baseMessages/sv.js.map +1 -1
- package/account/i18n/baseMessages/th.d.ts +337 -0
- package/account/i18n/baseMessages/th.js +342 -0
- package/account/i18n/baseMessages/th.js.map +1 -0
- package/account/i18n/baseMessages/tr.d.ts +1 -0
- package/account/i18n/baseMessages/tr.js +2 -1
- package/account/i18n/baseMessages/tr.js.map +1 -1
- package/account/i18n/baseMessages/zh-CN.d.ts +1 -0
- package/account/i18n/baseMessages/zh-CN.js +2 -1
- package/account/i18n/baseMessages/zh-CN.js.map +1 -1
- package/bin/download-builtin-keycloak-theme.js +15 -5
- package/bin/download-builtin-keycloak-theme.js.map +1 -1
- package/login/i18n/baseMessages/ar.d.ts +9 -24
- package/login/i18n/baseMessages/ar.js +9 -24
- package/login/i18n/baseMessages/ar.js.map +1 -1
- package/login/i18n/baseMessages/ca.d.ts +283 -7
- package/login/i18n/baseMessages/ca.js +391 -115
- package/login/i18n/baseMessages/ca.js.map +1 -1
- package/login/i18n/baseMessages/cs.d.ts +64 -4
- package/login/i18n/baseMessages/cs.js +76 -16
- package/login/i18n/baseMessages/cs.js.map +1 -1
- package/login/i18n/baseMessages/da.d.ts +1 -18
- package/login/i18n/baseMessages/da.js +1 -18
- package/login/i18n/baseMessages/da.js.map +1 -1
- package/login/i18n/baseMessages/de.d.ts +2 -1
- package/login/i18n/baseMessages/de.js +5 -4
- package/login/i18n/baseMessages/de.js.map +1 -1
- package/login/i18n/baseMessages/el.d.ts +452 -0
- package/login/i18n/baseMessages/el.js +457 -0
- package/login/i18n/baseMessages/el.js.map +1 -0
- package/login/i18n/baseMessages/en.d.ts +13 -3
- package/login/i18n/baseMessages/en.js +14 -4
- package/login/i18n/baseMessages/en.js.map +1 -1
- package/login/i18n/baseMessages/es.d.ts +48 -0
- package/login/i18n/baseMessages/es.js +49 -1
- package/login/i18n/baseMessages/es.js.map +1 -1
- package/login/i18n/baseMessages/fa.d.ts +452 -0
- package/login/i18n/baseMessages/fa.js +457 -0
- package/login/i18n/baseMessages/fa.js.map +1 -0
- package/login/i18n/baseMessages/fi.d.ts +1 -23
- package/login/i18n/baseMessages/fi.js +1 -23
- package/login/i18n/baseMessages/fi.js.map +1 -1
- package/login/i18n/baseMessages/fr.d.ts +26 -1
- package/login/i18n/baseMessages/fr.js +28 -3
- package/login/i18n/baseMessages/fr.js.map +1 -1
- package/login/i18n/baseMessages/hu.d.ts +151 -7
- package/login/i18n/baseMessages/hu.js +210 -66
- package/login/i18n/baseMessages/hu.js.map +1 -1
- package/login/i18n/baseMessages/index.d.ts +1167 -221
- package/login/i18n/baseMessages/index.js +3 -0
- package/login/i18n/baseMessages/index.js.map +1 -1
- package/login/i18n/baseMessages/it.d.ts +1 -1
- package/login/i18n/baseMessages/it.js +2 -2
- package/login/i18n/baseMessages/it.js.map +1 -1
- package/login/i18n/baseMessages/ja.d.ts +1 -1
- package/login/i18n/baseMessages/ja.js +1 -1
- package/login/i18n/baseMessages/lv.d.ts +1 -23
- package/login/i18n/baseMessages/lv.js +3 -25
- package/login/i18n/baseMessages/lv.js.map +1 -1
- package/login/i18n/baseMessages/nl.d.ts +1 -1
- package/login/i18n/baseMessages/nl.js +1 -1
- package/login/i18n/baseMessages/pl.d.ts +2 -1
- package/login/i18n/baseMessages/pl.js +2 -1
- package/login/i18n/baseMessages/pl.js.map +1 -1
- package/login/i18n/baseMessages/pt-BR.d.ts +1 -1
- package/login/i18n/baseMessages/pt-BR.js +2 -2
- package/login/i18n/baseMessages/pt-BR.js.map +1 -1
- package/login/i18n/baseMessages/sk.d.ts +204 -4
- package/login/i18n/baseMessages/sk.js +210 -10
- package/login/i18n/baseMessages/sk.js.map +1 -1
- package/login/i18n/baseMessages/th.d.ts +433 -0
- package/login/i18n/baseMessages/th.js +438 -0
- package/login/i18n/baseMessages/th.js.map +1 -0
- package/login/i18n/baseMessages/tr.d.ts +1 -1
- package/login/i18n/baseMessages/tr.js +2 -2
- package/login/i18n/baseMessages/tr.js.map +1 -1
- package/package.json +31 -1
- package/src/account/i18n/baseMessages/ar.ts +3 -1
- package/src/account/i18n/baseMessages/ca.ts +305 -76
- package/src/account/i18n/baseMessages/cs.ts +2 -1
- package/src/account/i18n/baseMessages/da.ts +1 -0
- package/src/account/i18n/baseMessages/de.ts +39 -38
- package/src/account/i18n/baseMessages/el.ts +364 -0
- package/src/account/i18n/baseMessages/en.ts +3 -0
- package/src/account/i18n/baseMessages/es.ts +2 -1
- package/src/account/i18n/baseMessages/fa.ts +365 -0
- package/src/account/i18n/baseMessages/fi.ts +1 -0
- package/src/account/i18n/baseMessages/fr.ts +8 -2
- package/src/account/i18n/baseMessages/hu.ts +94 -25
- package/src/account/i18n/baseMessages/index.ts +3 -0
- package/src/account/i18n/baseMessages/it.ts +6 -0
- package/src/account/i18n/baseMessages/ja.ts +2 -1
- package/src/account/i18n/baseMessages/lt.ts +2 -1
- package/src/account/i18n/baseMessages/lv.ts +1 -0
- package/src/account/i18n/baseMessages/nl.ts +2 -1
- package/src/account/i18n/baseMessages/no.ts +2 -1
- package/src/account/i18n/baseMessages/pl.ts +2 -1
- package/src/account/i18n/baseMessages/pt-BR.ts +2 -1
- package/src/account/i18n/baseMessages/ru.ts +2 -1
- package/src/account/i18n/baseMessages/sk.ts +2 -1
- package/src/account/i18n/baseMessages/sv.ts +2 -1
- package/src/account/i18n/baseMessages/th.ts +343 -0
- package/src/account/i18n/baseMessages/tr.ts +2 -1
- package/src/account/i18n/baseMessages/zh-CN.ts +2 -1
- package/src/bin/download-builtin-keycloak-theme.ts +15 -4
- package/src/login/i18n/baseMessages/ar.ts +9 -24
- package/src/login/i18n/baseMessages/ca.ts +391 -115
- package/src/login/i18n/baseMessages/cs.ts +76 -16
- package/src/login/i18n/baseMessages/da.ts +1 -18
- package/src/login/i18n/baseMessages/de.ts +5 -4
- package/src/login/i18n/baseMessages/el.ts +458 -0
- package/src/login/i18n/baseMessages/en.ts +14 -4
- package/src/login/i18n/baseMessages/es.ts +49 -1
- package/src/login/i18n/baseMessages/fa.ts +458 -0
- package/src/login/i18n/baseMessages/fi.ts +1 -23
- package/src/login/i18n/baseMessages/fr.ts +28 -3
- package/src/login/i18n/baseMessages/hu.ts +210 -66
- package/src/login/i18n/baseMessages/index.ts +3 -0
- package/src/login/i18n/baseMessages/it.ts +2 -2
- package/src/login/i18n/baseMessages/ja.ts +1 -1
- package/src/login/i18n/baseMessages/lv.ts +3 -25
- package/src/login/i18n/baseMessages/nl.ts +1 -1
- package/src/login/i18n/baseMessages/pl.ts +2 -1
- package/src/login/i18n/baseMessages/pt-BR.ts +2 -2
- package/src/login/i18n/baseMessages/sk.ts +210 -10
- package/src/login/i18n/baseMessages/th.ts +439 -0
- package/src/login/i18n/baseMessages/tr.ts +2 -2
@@ -1,182 +1,4 @@
|
|
1
1
|
export declare function getMessages(currentLanguageTag: string): Promise<{
|
2
|
-
doLogIn: string;
|
3
|
-
doRegister: string;
|
4
|
-
doCancel: string;
|
5
|
-
doSubmit: string;
|
6
|
-
doYes: string;
|
7
|
-
doNo: string;
|
8
|
-
doContinue: string;
|
9
|
-
doAccept: string;
|
10
|
-
doDecline: string;
|
11
|
-
doForgotPassword: string;
|
12
|
-
doClickHere: string;
|
13
|
-
doImpersonate: string;
|
14
|
-
kerberosNotConfigured: string;
|
15
|
-
kerberosNotConfiguredTitle: string;
|
16
|
-
bypassKerberosDetail: string;
|
17
|
-
kerberosNotSetUp: string;
|
18
|
-
registerWithTitle: string;
|
19
|
-
registerWithTitleHtml: string;
|
20
|
-
loginAccountTitle: string;
|
21
|
-
loginTitle: string;
|
22
|
-
loginTitleHtml: string;
|
23
|
-
impersonateTitle: string;
|
24
|
-
impersonateTitleHtml: string;
|
25
|
-
realmChoice: string;
|
26
|
-
unknownUser: string;
|
27
|
-
loginTotpTitle: string;
|
28
|
-
loginProfileTitle: string;
|
29
|
-
loginTimeout: string;
|
30
|
-
oauthGrantTitle: string;
|
31
|
-
oauthGrantTitleHtml: string;
|
32
|
-
errorTitle: string;
|
33
|
-
errorTitleHtml: string;
|
34
|
-
emailVerifyTitle: string;
|
35
|
-
emailForgotTitle: string;
|
36
|
-
updatePasswordTitle: string;
|
37
|
-
codeSuccessTitle: string;
|
38
|
-
codeErrorTitle: string;
|
39
|
-
termsTitle: string;
|
40
|
-
termsTitleHtml: string;
|
41
|
-
termsText: string;
|
42
|
-
recaptchaFailed: string;
|
43
|
-
recaptchaNotConfigured: string;
|
44
|
-
consentDenied: string;
|
45
|
-
noAccount: string;
|
46
|
-
username: string;
|
47
|
-
usernameOrEmail: string;
|
48
|
-
firstName: string;
|
49
|
-
givenName: string;
|
50
|
-
fullName: string;
|
51
|
-
lastName: string;
|
52
|
-
familyName: string;
|
53
|
-
email: string;
|
54
|
-
password: string;
|
55
|
-
passwordConfirm: string;
|
56
|
-
passwordNew: string;
|
57
|
-
passwordNewConfirm: string;
|
58
|
-
rememberMe: string;
|
59
|
-
authenticatorCode: string;
|
60
|
-
address: string;
|
61
|
-
street: string;
|
62
|
-
locality: string;
|
63
|
-
region: string;
|
64
|
-
postal_code: string;
|
65
|
-
country: string;
|
66
|
-
emailVerified: string;
|
67
|
-
gssDelegationCredential: string;
|
68
|
-
loginTotpStep1: string;
|
69
|
-
loginTotpStep2: string;
|
70
|
-
loginTotpStep3: string;
|
71
|
-
loginOtpOneTime: string;
|
72
|
-
oauthGrantRequest: string;
|
73
|
-
inResource: string;
|
74
|
-
emailVerifyInstruction1: string;
|
75
|
-
emailVerifyInstruction2: string;
|
76
|
-
emailVerifyInstruction3: string;
|
77
|
-
backToLogin: string;
|
78
|
-
emailInstruction: string;
|
79
|
-
copyCodeInstruction: string;
|
80
|
-
personalInfo: string;
|
81
|
-
role_admin: string;
|
82
|
-
"role_realm-admin": string;
|
83
|
-
"role_create-realm": string;
|
84
|
-
"role_create-client": string;
|
85
|
-
"role_view-realm": string;
|
86
|
-
"role_view-users": string;
|
87
|
-
"role_view-applications": string;
|
88
|
-
"role_view-clients": string;
|
89
|
-
"role_view-events": string;
|
90
|
-
"role_view-identity-providers": string;
|
91
|
-
"role_manage-realm": string;
|
92
|
-
"role_manage-users": string;
|
93
|
-
"role_manage-applications": string;
|
94
|
-
"role_manage-identity-providers": string;
|
95
|
-
"role_manage-clients": string;
|
96
|
-
"role_manage-events": string;
|
97
|
-
"role_view-profile": string;
|
98
|
-
"role_manage-account": string;
|
99
|
-
"role_read-token": string;
|
100
|
-
"role_offline-access": string;
|
101
|
-
client_account: string;
|
102
|
-
"client_security-admin-console": string;
|
103
|
-
"client_realm-management": string;
|
104
|
-
client_broker: string;
|
105
|
-
invalidUserMessage: string;
|
106
|
-
invalidEmailMessage: string;
|
107
|
-
accountDisabledMessage: string;
|
108
|
-
accountTemporarilyDisabledMessage: string;
|
109
|
-
expiredCodeMessage: string;
|
110
|
-
missingFirstNameMessage: string;
|
111
|
-
missingLastNameMessage: string;
|
112
|
-
missingEmailMessage: string;
|
113
|
-
missingUsernameMessage: string;
|
114
|
-
missingPasswordMessage: string;
|
115
|
-
missingTotpMessage: string;
|
116
|
-
notMatchPasswordMessage: string;
|
117
|
-
invalidPasswordExistingMessage: string;
|
118
|
-
invalidPasswordConfirmMessage: string;
|
119
|
-
invalidTotpMessage: string;
|
120
|
-
usernameExistsMessage: string;
|
121
|
-
emailExistsMessage: string;
|
122
|
-
federatedIdentityEmailExistsMessage: string;
|
123
|
-
federatedIdentityUsernameExistsMessage: string;
|
124
|
-
configureTotpMessage: string;
|
125
|
-
updateProfileMessage: string;
|
126
|
-
updatePasswordMessage: string;
|
127
|
-
verifyEmailMessage: string;
|
128
|
-
emailSentMessage: string;
|
129
|
-
emailSendErrorMessage: string;
|
130
|
-
accountUpdatedMessage: string;
|
131
|
-
accountPasswordUpdatedMessage: string;
|
132
|
-
noAccessMessage: string;
|
133
|
-
invalidPasswordMinLengthMessage: string;
|
134
|
-
invalidPasswordMinDigitsMessage: string;
|
135
|
-
invalidPasswordMinLowerCaseCharsMessage: string;
|
136
|
-
invalidPasswordMinUpperCaseCharsMessage: string;
|
137
|
-
invalidPasswordMinSpecialCharsMessage: string;
|
138
|
-
invalidPasswordNotUsernameMessage: string;
|
139
|
-
invalidPasswordRegexPatternMessage: string;
|
140
|
-
invalidPasswordHistoryMessage: string;
|
141
|
-
failedToProcessResponseMessage: string;
|
142
|
-
httpsRequiredMessage: string;
|
143
|
-
realmNotEnabledMessage: string;
|
144
|
-
invalidRequestMessage: string;
|
145
|
-
failedLogout: string;
|
146
|
-
unknownLoginRequesterMessage: string;
|
147
|
-
loginRequesterNotEnabledMessage: string;
|
148
|
-
bearerOnlyMessage: string;
|
149
|
-
directGrantsOnlyMessage: string;
|
150
|
-
invalidRedirectUriMessage: string;
|
151
|
-
unsupportedNameIdFormatMessage: string;
|
152
|
-
invalidRequesterMessage: string;
|
153
|
-
registrationNotAllowedMessage: string;
|
154
|
-
resetCredentialNotAllowedMessage: string;
|
155
|
-
permissionNotApprovedMessage: string;
|
156
|
-
noRelayStateInResponseMessage: string;
|
157
|
-
identityProviderAlreadyLinkedMessage: string;
|
158
|
-
insufficientPermissionMessage: string;
|
159
|
-
couldNotProceedWithAuthenticationRequestMessage: string;
|
160
|
-
couldNotObtainTokenMessage: string;
|
161
|
-
unexpectedErrorRetrievingTokenMessage: string;
|
162
|
-
unexpectedErrorHandlingResponseMessage: string;
|
163
|
-
identityProviderAuthenticationFailedMessage: string;
|
164
|
-
couldNotSendAuthenticationRequestMessage: string;
|
165
|
-
unexpectedErrorHandlingRequestMessage: string;
|
166
|
-
invalidAccessCodeMessage: string;
|
167
|
-
sessionNotActiveMessage: string;
|
168
|
-
invalidCodeMessage: string;
|
169
|
-
identityProviderUnexpectedErrorMessage: string;
|
170
|
-
identityProviderNotFoundMessage: string;
|
171
|
-
realmSupportsNoCredentialsMessage: string;
|
172
|
-
identityProviderNotUniqueMessage: string;
|
173
|
-
emailVerifiedMessage: string;
|
174
|
-
backToApplication: string;
|
175
|
-
missingParameterMessage: string;
|
176
|
-
clientNotFoundMessage: string;
|
177
|
-
invalidParameterMessage: string;
|
178
|
-
alreadyLoggedIn: string;
|
179
|
-
} | {
|
180
2
|
doLogIn: string;
|
181
3
|
doRegister: string;
|
182
4
|
doCancel: string;
|
@@ -212,24 +34,40 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
212
34
|
loginProfileTitle: string;
|
213
35
|
loginIdpReviewProfileTitle: string;
|
214
36
|
loginTimeout: string;
|
37
|
+
reauthenticate: string;
|
215
38
|
oauthGrantTitle: string;
|
216
39
|
oauthGrantTitleHtml: string;
|
40
|
+
oauthGrantInformation: string;
|
41
|
+
oauthGrantReview: string;
|
42
|
+
oauthGrantTos: string;
|
43
|
+
oauthGrantPolicy: string;
|
217
44
|
errorTitle: string;
|
218
45
|
errorTitleHtml: string;
|
219
46
|
emailVerifyTitle: string;
|
220
47
|
emailForgotTitle: string;
|
48
|
+
updateEmailTitle: string;
|
49
|
+
emailUpdateConfirmationSentTitle: string;
|
50
|
+
emailUpdateConfirmationSent: string;
|
51
|
+
emailUpdatedTitle: string;
|
52
|
+
emailUpdated: string;
|
221
53
|
updatePasswordTitle: string;
|
222
54
|
codeSuccessTitle: string;
|
223
55
|
codeErrorTitle: string;
|
224
56
|
displayUnsupported: string;
|
225
57
|
browserRequired: string;
|
226
58
|
browserContinue: string;
|
59
|
+
browserContinuePrompt: string;
|
60
|
+
browserContinueAnswer: string;
|
61
|
+
usb: string;
|
62
|
+
nfc: string;
|
63
|
+
bluetooth: string;
|
227
64
|
internal: string;
|
228
65
|
unknown: string;
|
229
66
|
termsTitle: string;
|
230
|
-
termsTitleHtml: string;
|
231
67
|
termsText: string;
|
232
68
|
termsPlainText: string;
|
69
|
+
termsAcceptanceRequired: string;
|
70
|
+
acceptTerms: string;
|
233
71
|
recaptchaFailed: string;
|
234
72
|
recaptchaNotConfigured: string;
|
235
73
|
consentDenied: string;
|
@@ -246,6 +84,8 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
246
84
|
passwordConfirm: string;
|
247
85
|
passwordNew: string;
|
248
86
|
passwordNewConfirm: string;
|
87
|
+
hidePassword: string;
|
88
|
+
showPassword: string;
|
249
89
|
rememberMe: string;
|
250
90
|
authenticatorCode: string;
|
251
91
|
address: string;
|
@@ -280,6 +120,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
280
120
|
loginTotpManualStep3: string;
|
281
121
|
loginTotpUnableToScan: string;
|
282
122
|
loginTotpScanBarcode: string;
|
123
|
+
loginCredential: string;
|
283
124
|
loginOtpOneTime: string;
|
284
125
|
loginTotpType: string;
|
285
126
|
loginTotpAlgorithm: string;
|
@@ -289,9 +130,13 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
289
130
|
loginTotpDeviceName: string;
|
290
131
|
"loginTotp.totp": string;
|
291
132
|
"loginTotp.hotp": string;
|
133
|
+
totpAppFreeOTPName: string;
|
134
|
+
totpAppGoogleName: string;
|
135
|
+
totpAppMicrosoftAuthenticatorName: string;
|
292
136
|
loginChooseAuthenticator: string;
|
293
137
|
oauthGrantRequest: string;
|
294
138
|
inResource: string;
|
139
|
+
oauth2DeviceVerificationTitle: string;
|
295
140
|
verifyOAuth2DeviceUserCode: string;
|
296
141
|
oauth2DeviceInvalidUserCodeMessage: string;
|
297
142
|
oauth2DeviceExpiredUserCodeMessage: string;
|
@@ -341,8 +186,6 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
341
186
|
"role_offline-access": string;
|
342
187
|
client_account: string;
|
343
188
|
"client_account-console": string;
|
344
|
-
"client_security-admin-console": string;
|
345
|
-
"client_admin-cli": string;
|
346
189
|
"client_realm-management": string;
|
347
190
|
client_broker: string;
|
348
191
|
requiredFields: string;
|
@@ -357,6 +200,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
357
200
|
expiredActionMessage: string;
|
358
201
|
expiredActionTokenNoSessionMessage: string;
|
359
202
|
expiredActionTokenSessionExistsMessage: string;
|
203
|
+
sessionLimitExceeded: string;
|
360
204
|
missingFirstNameMessage: string;
|
361
205
|
missingLastNameMessage: string;
|
362
206
|
missingEmailMessage: string;
|
@@ -385,6 +229,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
385
229
|
"error-user-attribute-read-only": string;
|
386
230
|
"error-username-invalid-character": string;
|
387
231
|
"error-person-name-invalid-character": string;
|
232
|
+
"error-reset-otp-missing-id": string;
|
388
233
|
invalidPasswordExistingMessage: string;
|
389
234
|
invalidPasswordBlacklistedMessage: string;
|
390
235
|
invalidPasswordConfirmMessage: string;
|
@@ -393,6 +238,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
393
238
|
emailExistsMessage: string;
|
394
239
|
federatedIdentityExistsMessage: string;
|
395
240
|
federatedIdentityUnavailableMessage: string;
|
241
|
+
federatedIdentityUnmatchedEssentialClaimMessage: string;
|
396
242
|
confirmLinkIdpTitle: string;
|
397
243
|
federatedIdentityConfirmLinkMessage: string;
|
398
244
|
federatedIdentityConfirmReauthenticateMessage: string;
|
@@ -400,8 +246,10 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
400
246
|
confirmLinkIdpReviewProfile: string;
|
401
247
|
confirmLinkIdpContinue: string;
|
402
248
|
configureTotpMessage: string;
|
249
|
+
configureBackupCodesMessage: string;
|
403
250
|
updateProfileMessage: string;
|
404
251
|
updatePasswordMessage: string;
|
252
|
+
updateEmailMessage: string;
|
405
253
|
resetPasswordMessage: string;
|
406
254
|
verifyEmailMessage: string;
|
407
255
|
linkIdpMessage: string;
|
@@ -455,8 +303,12 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
455
303
|
sessionNotActiveMessage: string;
|
456
304
|
invalidCodeMessage: string;
|
457
305
|
cookieNotFoundMessage: string;
|
306
|
+
insufficientLevelOfAuthentication: string;
|
458
307
|
identityProviderUnexpectedErrorMessage: string;
|
459
308
|
identityProviderMissingStateMessage: string;
|
309
|
+
identityProviderMissingCodeOrErrorMessage: string;
|
310
|
+
identityProviderInvalidResponseMessage: string;
|
311
|
+
identityProviderInvalidSignatureMessage: string;
|
460
312
|
identityProviderNotFoundMessage: string;
|
461
313
|
identityProviderLinkSuccess: string;
|
462
314
|
staleCodeMessage: string;
|
@@ -478,11 +330,13 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
478
330
|
differentUserAuthenticated: string;
|
479
331
|
brokerLinkingSessionExpired: string;
|
480
332
|
proceedWithAction: string;
|
333
|
+
acrNotFulfilled: string;
|
481
334
|
"requiredAction.CONFIGURE_TOTP": string;
|
482
|
-
"requiredAction.
|
335
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
483
336
|
"requiredAction.UPDATE_PASSWORD": string;
|
484
337
|
"requiredAction.UPDATE_PROFILE": string;
|
485
338
|
"requiredAction.VERIFY_EMAIL": string;
|
339
|
+
"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
|
486
340
|
invalidTokenRequiredActions: string;
|
487
341
|
doX509Login: string;
|
488
342
|
clientCertificate: string;
|
@@ -497,6 +351,8 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
497
351
|
"console-update-password": string;
|
498
352
|
"console-verify-email": string;
|
499
353
|
"console-email-code": string;
|
354
|
+
"console-accept-terms": string;
|
355
|
+
"console-accept": string;
|
500
356
|
"openshift.scope.user_info": string;
|
501
357
|
"openshift.scope.user_check-access": string;
|
502
358
|
"openshift.scope.user_full": string;
|
@@ -506,12 +362,33 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
506
362
|
"saml.post-form.js-disabled": string;
|
507
363
|
"otp-display-name": string;
|
508
364
|
"otp-help-text": string;
|
365
|
+
"otp-reset-description": string;
|
509
366
|
"password-display-name": string;
|
510
367
|
"password-help-text": string;
|
511
368
|
"auth-username-form-display-name": string;
|
512
369
|
"auth-username-form-help-text": string;
|
513
370
|
"auth-username-password-form-display-name": string;
|
514
371
|
"auth-username-password-form-help-text": string;
|
372
|
+
"auth-recovery-authn-code-form-display-name": string;
|
373
|
+
"auth-recovery-authn-code-form-help-text": string;
|
374
|
+
"auth-recovery-code-info-message": string;
|
375
|
+
"auth-recovery-code-prompt": string;
|
376
|
+
"auth-recovery-code-header": string;
|
377
|
+
"recovery-codes-error-invalid": string;
|
378
|
+
"recovery-code-config-header": string;
|
379
|
+
"recovery-code-config-warning-title": string;
|
380
|
+
"recovery-code-config-warning-message": string;
|
381
|
+
"recovery-codes-print": string;
|
382
|
+
"recovery-codes-download": string;
|
383
|
+
"recovery-codes-copy": string;
|
384
|
+
"recovery-codes-copied": string;
|
385
|
+
"recovery-codes-confirmation-message": string;
|
386
|
+
"recovery-codes-action-complete": string;
|
387
|
+
"recovery-codes-action-cancel": string;
|
388
|
+
"recovery-codes-download-file-header": string;
|
389
|
+
"recovery-codes-download-file-description": string;
|
390
|
+
"recovery-codes-download-file-date": string;
|
391
|
+
"recovery-codes-label-default": string;
|
515
392
|
"webauthn-display-name": string;
|
516
393
|
"webauthn-help-text": string;
|
517
394
|
"webauthn-passwordless-display-name": string;
|
@@ -531,6 +408,10 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
531
408
|
"webauthn-error-user-not-found": string;
|
532
409
|
"identity-provider-redirector": string;
|
533
410
|
"identity-provider-login-label": string;
|
411
|
+
"idp-email-verification-display-name": string;
|
412
|
+
"idp-email-verification-help-text": string;
|
413
|
+
"idp-username-password-form-display-name": string;
|
414
|
+
"idp-username-password-form-help-text": string;
|
534
415
|
finalDeletionConfirmation: string;
|
535
416
|
irreversibleAction: string;
|
536
417
|
deleteAccountConfirm: string;
|
@@ -540,6 +421,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
540
421
|
accountUnusable: string;
|
541
422
|
userDeletedSuccessfully: string;
|
542
423
|
"access-denied": string;
|
424
|
+
"access-denied-when-idp-auth": string;
|
543
425
|
"frontchannel-logout.title": string;
|
544
426
|
"frontchannel-logout.message": string;
|
545
427
|
logoutConfirmTitle: string;
|
@@ -818,7 +700,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
818
700
|
brokerLinkingSessionExpired: string;
|
819
701
|
proceedWithAction: string;
|
820
702
|
"requiredAction.CONFIGURE_TOTP": string;
|
821
|
-
"requiredAction.
|
703
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
822
704
|
"requiredAction.UPDATE_PASSWORD": string;
|
823
705
|
"requiredAction.UPDATE_PROFILE": string;
|
824
706
|
"requiredAction.VERIFY_EMAIL": string;
|
@@ -854,6 +736,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
854
736
|
"auth-username-form-help-text": string;
|
855
737
|
"auth-username-password-form-display-name": string;
|
856
738
|
"auth-username-password-form-help-text": string;
|
739
|
+
"error-reset-otp-missing-id": string;
|
857
740
|
"auth-recovery-authn-code-form-display-name": string;
|
858
741
|
"auth-recovery-authn-code-form-help-text": string;
|
859
742
|
"auth-recovery-code-info-message": string;
|
@@ -947,12 +830,22 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
947
830
|
loginProfileTitle: string;
|
948
831
|
loginIdpReviewProfileTitle: string;
|
949
832
|
loginTimeout: string;
|
833
|
+
reauthenticate: string;
|
950
834
|
oauthGrantTitle: string;
|
951
835
|
oauthGrantTitleHtml: string;
|
836
|
+
oauthGrantInformation: string;
|
837
|
+
oauthGrantReview: string;
|
838
|
+
oauthGrantTos: string;
|
839
|
+
oauthGrantPolicy: string;
|
952
840
|
errorTitle: string;
|
953
841
|
errorTitleHtml: string;
|
954
842
|
emailVerifyTitle: string;
|
955
843
|
emailForgotTitle: string;
|
844
|
+
updateEmailTitle: string;
|
845
|
+
emailUpdateConfirmationSentTitle: string;
|
846
|
+
emailUpdateConfirmationSent: string;
|
847
|
+
emailUpdatedTitle: string;
|
848
|
+
emailUpdated: string;
|
956
849
|
updatePasswordTitle: string;
|
957
850
|
codeSuccessTitle: string;
|
958
851
|
codeErrorTitle: string;
|
@@ -961,6 +854,11 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
961
854
|
browserContinue: string;
|
962
855
|
browserContinuePrompt: string;
|
963
856
|
browserContinueAnswer: string;
|
857
|
+
usb: string;
|
858
|
+
nfc: string;
|
859
|
+
bluetooth: string;
|
860
|
+
internal: string;
|
861
|
+
unknown: string;
|
964
862
|
termsTitle: string;
|
965
863
|
termsText: string;
|
966
864
|
termsPlainText: string;
|
@@ -1015,7 +913,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1015
913
|
loginTotpUnableToScan: string;
|
1016
914
|
loginTotpScanBarcode: string;
|
1017
915
|
loginCredential: string;
|
1018
|
-
|
916
|
+
loginOtpOneTime: string;
|
1019
917
|
loginTotpType: string;
|
1020
918
|
loginTotpAlgorithm: string;
|
1021
919
|
loginTotpDigits: string;
|
@@ -1024,6 +922,9 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1024
922
|
loginTotpDeviceName: string;
|
1025
923
|
"loginTotp.totp": string;
|
1026
924
|
"loginTotp.hotp": string;
|
925
|
+
totpAppFreeOTPName: string;
|
926
|
+
totpAppGoogleName: string;
|
927
|
+
totpAppMicrosoftAuthenticatorName: string;
|
1027
928
|
loginChooseAuthenticator: string;
|
1028
929
|
oauthGrantRequest: string;
|
1029
930
|
inResource: string;
|
@@ -1093,6 +994,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1093
994
|
expiredActionMessage: string;
|
1094
995
|
expiredActionTokenNoSessionMessage: string;
|
1095
996
|
expiredActionTokenSessionExistsMessage: string;
|
997
|
+
sessionLimitExceeded: string;
|
1096
998
|
missingFirstNameMessage: string;
|
1097
999
|
missingLastNameMessage: string;
|
1098
1000
|
missingEmailMessage: string;
|
@@ -1136,8 +1038,10 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1136
1038
|
confirmLinkIdpReviewProfile: string;
|
1137
1039
|
confirmLinkIdpContinue: string;
|
1138
1040
|
configureTotpMessage: string;
|
1041
|
+
configureBackupCodesMessage: string;
|
1139
1042
|
updateProfileMessage: string;
|
1140
1043
|
updatePasswordMessage: string;
|
1044
|
+
updateEmailMessage: string;
|
1141
1045
|
resetPasswordMessage: string;
|
1142
1046
|
verifyEmailMessage: string;
|
1143
1047
|
linkIdpMessage: string;
|
@@ -1165,6 +1069,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1165
1069
|
httpsRequiredMessage: string;
|
1166
1070
|
realmNotEnabledMessage: string;
|
1167
1071
|
invalidRequestMessage: string;
|
1072
|
+
successLogout: string;
|
1168
1073
|
failedLogout: string;
|
1169
1074
|
unknownLoginRequesterMessage: string;
|
1170
1075
|
loginRequesterNotEnabledMessage: string;
|
@@ -1184,13 +1089,17 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1184
1089
|
unexpectedErrorRetrievingTokenMessage: string;
|
1185
1090
|
unexpectedErrorHandlingResponseMessage: string;
|
1186
1091
|
identityProviderAuthenticationFailedMessage: string;
|
1187
|
-
identityProviderDifferentUserMessage: string;
|
1188
1092
|
couldNotSendAuthenticationRequestMessage: string;
|
1189
1093
|
unexpectedErrorHandlingRequestMessage: string;
|
1190
1094
|
invalidAccessCodeMessage: string;
|
1191
1095
|
sessionNotActiveMessage: string;
|
1192
1096
|
invalidCodeMessage: string;
|
1097
|
+
cookieNotFoundMessage: string;
|
1098
|
+
insufficientLevelOfAuthentication: string;
|
1193
1099
|
identityProviderUnexpectedErrorMessage: string;
|
1100
|
+
identityProviderMissingStateMessage: string;
|
1101
|
+
identityProviderInvalidResponseMessage: string;
|
1102
|
+
identityProviderInvalidSignatureMessage: string;
|
1194
1103
|
identityProviderNotFoundMessage: string;
|
1195
1104
|
identityProviderLinkSuccess: string;
|
1196
1105
|
staleCodeMessage: string;
|
@@ -1203,6 +1112,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1203
1112
|
confirmAccountLinking: string;
|
1204
1113
|
confirmEmailAddressVerification: string;
|
1205
1114
|
confirmExecutionOfActions: string;
|
1115
|
+
locale_ar: string;
|
1206
1116
|
locale_ca: string;
|
1207
1117
|
locale_cs: string;
|
1208
1118
|
locale_da: string;
|
@@ -1210,6 +1120,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1210
1120
|
locale_en: string;
|
1211
1121
|
locale_es: string;
|
1212
1122
|
locale_fr: string;
|
1123
|
+
locale_gr: string;
|
1213
1124
|
locale_hu: string;
|
1214
1125
|
locale_it: string;
|
1215
1126
|
locale_ja: string;
|
@@ -1220,11 +1131,11 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1220
1131
|
locale_pt_BR: string;
|
1221
1132
|
"locale_pt-BR": string;
|
1222
1133
|
locale_ru: string;
|
1223
|
-
"locale_zh-CN": string;
|
1224
1134
|
locale_sk: string;
|
1225
1135
|
locale_sv: string;
|
1226
|
-
locale_fi: string;
|
1227
1136
|
locale_tr: string;
|
1137
|
+
"locale_zh-CN": string;
|
1138
|
+
locale_fi: string;
|
1228
1139
|
backToApplication: string;
|
1229
1140
|
missingParameterMessage: string;
|
1230
1141
|
clientNotFoundMessage: string;
|
@@ -1234,11 +1145,637 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1234
1145
|
differentUserAuthenticated: string;
|
1235
1146
|
brokerLinkingSessionExpired: string;
|
1236
1147
|
proceedWithAction: string;
|
1148
|
+
acrNotFulfilled: string;
|
1237
1149
|
"requiredAction.CONFIGURE_TOTP": string;
|
1238
1150
|
"requiredAction.terms_and_conditions": string;
|
1239
1151
|
"requiredAction.UPDATE_PASSWORD": string;
|
1240
1152
|
"requiredAction.UPDATE_PROFILE": string;
|
1241
1153
|
"requiredAction.VERIFY_EMAIL": string;
|
1154
|
+
"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
|
1155
|
+
"requiredAction.webauthn-register-passwordless": string;
|
1156
|
+
invalidTokenRequiredActions: string;
|
1157
|
+
doX509Login: string;
|
1158
|
+
clientCertificate: string;
|
1159
|
+
noCertificate: string;
|
1160
|
+
pageNotFound: string;
|
1161
|
+
internalServerError: string;
|
1162
|
+
"console-username": string;
|
1163
|
+
"console-password": string;
|
1164
|
+
"console-otp": string;
|
1165
|
+
"console-new-password": string;
|
1166
|
+
"console-confirm-password": string;
|
1167
|
+
"console-update-password": string;
|
1168
|
+
"console-verify-email": string;
|
1169
|
+
"console-email-code": string;
|
1170
|
+
"console-accept-terms": string;
|
1171
|
+
"console-accept": string;
|
1172
|
+
"openshift.scope.user_info": string;
|
1173
|
+
"openshift.scope.user_check-access": string;
|
1174
|
+
"openshift.scope.user_full": string;
|
1175
|
+
"openshift.scope.list-projects": string;
|
1176
|
+
"saml.post-form.title": string;
|
1177
|
+
"saml.post-form.message": string;
|
1178
|
+
"saml.post-form.js-disabled": string;
|
1179
|
+
"saml.artifactResolutionServiceInvalidResponse": string;
|
1180
|
+
"otp-display-name": string;
|
1181
|
+
"otp-help-text": string;
|
1182
|
+
"password-display-name": string;
|
1183
|
+
"password-help-text": string;
|
1184
|
+
"auth-username-form-display-name": string;
|
1185
|
+
"auth-username-form-help-text": string;
|
1186
|
+
"auth-username-password-form-display-name": string;
|
1187
|
+
"auth-username-password-form-help-text": string;
|
1188
|
+
"auth-recovery-authn-code-form-display-name": string;
|
1189
|
+
"auth-recovery-authn-code-form-help-text": string;
|
1190
|
+
"auth-recovery-code-info-message": string;
|
1191
|
+
"auth-recovery-code-prompt": string;
|
1192
|
+
"auth-recovery-code-header": string;
|
1193
|
+
"recovery-codes-error-invalid": string;
|
1194
|
+
"recovery-code-config-header": string;
|
1195
|
+
"recovery-code-config-warning-title": string;
|
1196
|
+
"recovery-code-config-warning-message": string;
|
1197
|
+
"recovery-codes-print": string;
|
1198
|
+
"recovery-codes-download": string;
|
1199
|
+
"recovery-codes-copy": string;
|
1200
|
+
"recovery-codes-copied": string;
|
1201
|
+
"recovery-codes-confirmation-message": string;
|
1202
|
+
"recovery-codes-action-complete": string;
|
1203
|
+
"recovery-codes-action-cancel": string;
|
1204
|
+
"recovery-codes-download-file-header": string;
|
1205
|
+
"recovery-codes-download-file-description": string;
|
1206
|
+
"recovery-codes-download-file-date": string;
|
1207
|
+
"recovery-codes-label-default": string;
|
1208
|
+
"webauthn-display-name": string;
|
1209
|
+
"webauthn-help-text": string;
|
1210
|
+
"webauthn-passwordless-display-name": string;
|
1211
|
+
"webauthn-passwordless-help-text": string;
|
1212
|
+
"webauthn-login-title": string;
|
1213
|
+
"webauthn-registration-title": string;
|
1214
|
+
"webauthn-available-authenticators": string;
|
1215
|
+
"webauthn-unsupported-browser-text": string;
|
1216
|
+
"webauthn-doAuthenticate": string;
|
1217
|
+
"webauthn-createdAt-label": string;
|
1218
|
+
"webauthn-error-title": string;
|
1219
|
+
"webauthn-error-registration": string;
|
1220
|
+
"webauthn-error-api-get": string;
|
1221
|
+
"webauthn-error-different-user": string;
|
1222
|
+
"webauthn-error-auth-verification": string;
|
1223
|
+
"webauthn-error-register-verification": string;
|
1224
|
+
"webauthn-error-user-not-found": string;
|
1225
|
+
"identity-provider-redirector": string;
|
1226
|
+
"identity-provider-login-label": string;
|
1227
|
+
"idp-email-verification-display-name": string;
|
1228
|
+
"idp-email-verification-help-text": string;
|
1229
|
+
"idp-username-password-form-display-name": string;
|
1230
|
+
"idp-username-password-form-help-text": string;
|
1231
|
+
finalDeletionConfirmation: string;
|
1232
|
+
irreversibleAction: string;
|
1233
|
+
deleteAccountConfirm: string;
|
1234
|
+
deletingImplies: string;
|
1235
|
+
errasingData: string;
|
1236
|
+
loggingOutImmediately: string;
|
1237
|
+
accountUnusable: string;
|
1238
|
+
userDeletedSuccessfully: string;
|
1239
|
+
"access-denied": string;
|
1240
|
+
"access-denied-when-idp-auth": string;
|
1241
|
+
"frontchannel-logout.title": string;
|
1242
|
+
"frontchannel-logout.message": string;
|
1243
|
+
logoutConfirmTitle: string;
|
1244
|
+
logoutConfirmHeader: string;
|
1245
|
+
doLogout: string;
|
1246
|
+
readOnlyUsernameMessage: string;
|
1247
|
+
} | {
|
1248
|
+
doLogIn: string;
|
1249
|
+
doRegister: string;
|
1250
|
+
doCancel: string;
|
1251
|
+
doSubmit: string;
|
1252
|
+
doYes: string;
|
1253
|
+
doNo: string;
|
1254
|
+
doContinue: string;
|
1255
|
+
doAccept: string;
|
1256
|
+
doDecline: string;
|
1257
|
+
doForgotPassword: string;
|
1258
|
+
doClickHere: string;
|
1259
|
+
doImpersonate: string;
|
1260
|
+
kerberosNotConfigured: string;
|
1261
|
+
kerberosNotConfiguredTitle: string;
|
1262
|
+
bypassKerberosDetail: string;
|
1263
|
+
kerberosNotSetUp: string;
|
1264
|
+
registerWithTitle: string;
|
1265
|
+
registerWithTitleHtml: string;
|
1266
|
+
loginAccountTitle: string;
|
1267
|
+
loginTitle: string;
|
1268
|
+
loginTitleHtml: string;
|
1269
|
+
impersonateTitle: string;
|
1270
|
+
impersonateTitleHtml: string;
|
1271
|
+
realmChoice: string;
|
1272
|
+
unknownUser: string;
|
1273
|
+
loginTotpTitle: string;
|
1274
|
+
loginProfileTitle: string;
|
1275
|
+
loginTimeout: string;
|
1276
|
+
oauthGrantTitle: string;
|
1277
|
+
oauthGrantTitleHtml: string;
|
1278
|
+
errorTitle: string;
|
1279
|
+
errorTitleHtml: string;
|
1280
|
+
emailVerifyTitle: string;
|
1281
|
+
emailForgotTitle: string;
|
1282
|
+
updatePasswordTitle: string;
|
1283
|
+
codeSuccessTitle: string;
|
1284
|
+
codeErrorTitle: string;
|
1285
|
+
termsTitle: string;
|
1286
|
+
termsTitleHtml: string;
|
1287
|
+
termsText: string;
|
1288
|
+
recaptchaFailed: string;
|
1289
|
+
recaptchaNotConfigured: string;
|
1290
|
+
consentDenied: string;
|
1291
|
+
noAccount: string;
|
1292
|
+
username: string;
|
1293
|
+
usernameOrEmail: string;
|
1294
|
+
firstName: string;
|
1295
|
+
givenName: string;
|
1296
|
+
fullName: string;
|
1297
|
+
lastName: string;
|
1298
|
+
familyName: string;
|
1299
|
+
email: string;
|
1300
|
+
password: string;
|
1301
|
+
passwordConfirm: string;
|
1302
|
+
passwordNew: string;
|
1303
|
+
passwordNewConfirm: string;
|
1304
|
+
rememberMe: string;
|
1305
|
+
authenticatorCode: string;
|
1306
|
+
address: string;
|
1307
|
+
street: string;
|
1308
|
+
locality: string;
|
1309
|
+
region: string;
|
1310
|
+
postal_code: string;
|
1311
|
+
country: string;
|
1312
|
+
emailVerified: string;
|
1313
|
+
gssDelegationCredential: string;
|
1314
|
+
loginTotpIntro: string;
|
1315
|
+
loginTotpStep1: string;
|
1316
|
+
loginTotpStep2: string;
|
1317
|
+
loginTotpStep3: string;
|
1318
|
+
loginTotpStep3DeviceName: string;
|
1319
|
+
loginTotpManualStep2: string;
|
1320
|
+
loginTotpManualStep3: string;
|
1321
|
+
loginTotpUnableToScan: string;
|
1322
|
+
loginTotpScanBarcode: string;
|
1323
|
+
loginCredential: string;
|
1324
|
+
loginOtpOneTime: string;
|
1325
|
+
loginTotpType: string;
|
1326
|
+
loginTotpAlgorithm: string;
|
1327
|
+
loginTotpDigits: string;
|
1328
|
+
loginTotpInterval: string;
|
1329
|
+
loginTotpCounter: string;
|
1330
|
+
loginTotpDeviceName: string;
|
1331
|
+
oauthGrantRequest: string;
|
1332
|
+
inResource: string;
|
1333
|
+
emailVerifyInstruction1: string;
|
1334
|
+
emailVerifyInstruction2: string;
|
1335
|
+
emailVerifyInstruction3: string;
|
1336
|
+
backToLogin: string;
|
1337
|
+
emailInstruction: string;
|
1338
|
+
copyCodeInstruction: string;
|
1339
|
+
personalInfo: string;
|
1340
|
+
role_admin: string;
|
1341
|
+
"role_realm-admin": string;
|
1342
|
+
"role_create-realm": string;
|
1343
|
+
"role_create-client": string;
|
1344
|
+
"role_view-realm": string;
|
1345
|
+
"role_view-users": string;
|
1346
|
+
"role_view-applications": string;
|
1347
|
+
"role_view-clients": string;
|
1348
|
+
"role_view-events": string;
|
1349
|
+
"role_view-identity-providers": string;
|
1350
|
+
"role_manage-realm": string;
|
1351
|
+
"role_manage-users": string;
|
1352
|
+
"role_manage-applications": string;
|
1353
|
+
"role_manage-identity-providers": string;
|
1354
|
+
"role_manage-clients": string;
|
1355
|
+
"role_manage-events": string;
|
1356
|
+
"role_view-profile": string;
|
1357
|
+
"role_manage-account": string;
|
1358
|
+
"role_read-token": string;
|
1359
|
+
"role_offline-access": string;
|
1360
|
+
client_account: string;
|
1361
|
+
"client_security-admin-console": string;
|
1362
|
+
"client_realm-management": string;
|
1363
|
+
client_broker: string;
|
1364
|
+
invalidUserMessage: string;
|
1365
|
+
invalidEmailMessage: string;
|
1366
|
+
accountDisabledMessage: string;
|
1367
|
+
accountTemporarilyDisabledMessage: string;
|
1368
|
+
expiredCodeMessage: string;
|
1369
|
+
expiredActionMessage: string;
|
1370
|
+
sessionLimitExceeded: string;
|
1371
|
+
missingFirstNameMessage: string;
|
1372
|
+
missingLastNameMessage: string;
|
1373
|
+
missingEmailMessage: string;
|
1374
|
+
missingUsernameMessage: string;
|
1375
|
+
missingPasswordMessage: string;
|
1376
|
+
missingTotpMessage: string;
|
1377
|
+
notMatchPasswordMessage: string;
|
1378
|
+
invalidPasswordExistingMessage: string;
|
1379
|
+
invalidPasswordBlacklistedMessage: string;
|
1380
|
+
invalidPasswordConfirmMessage: string;
|
1381
|
+
invalidTotpMessage: string;
|
1382
|
+
usernameExistsMessage: string;
|
1383
|
+
emailExistsMessage: string;
|
1384
|
+
federatedIdentityEmailExistsMessage: string;
|
1385
|
+
federatedIdentityUsernameExistsMessage: string;
|
1386
|
+
federatedIdentityExistsMessage: string;
|
1387
|
+
federatedIdentityUnavailableMessage: string;
|
1388
|
+
configureTotpMessage: string;
|
1389
|
+
configureBackupCodesMessage: string;
|
1390
|
+
updateProfileMessage: string;
|
1391
|
+
updatePasswordMessage: string;
|
1392
|
+
updateEmailMessage: string;
|
1393
|
+
resetPasswordMessage: string;
|
1394
|
+
verifyEmailMessage: string;
|
1395
|
+
linkIdpMessage: string;
|
1396
|
+
emailSentMessage: string;
|
1397
|
+
emailSendErrorMessage: string;
|
1398
|
+
accountUpdatedMessage: string;
|
1399
|
+
accountPasswordUpdatedMessage: string;
|
1400
|
+
noAccessMessage: string;
|
1401
|
+
invalidPasswordMinLengthMessage: string;
|
1402
|
+
invalidPasswordMinDigitsMessage: string;
|
1403
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
1404
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
1405
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
1406
|
+
invalidPasswordNotUsernameMessage: string;
|
1407
|
+
invalidPasswordRegexPatternMessage: string;
|
1408
|
+
invalidPasswordHistoryMessage: string;
|
1409
|
+
failedToProcessResponseMessage: string;
|
1410
|
+
httpsRequiredMessage: string;
|
1411
|
+
realmNotEnabledMessage: string;
|
1412
|
+
invalidRequestMessage: string;
|
1413
|
+
failedLogout: string;
|
1414
|
+
unknownLoginRequesterMessage: string;
|
1415
|
+
loginRequesterNotEnabledMessage: string;
|
1416
|
+
bearerOnlyMessage: string;
|
1417
|
+
directGrantsOnlyMessage: string;
|
1418
|
+
invalidRedirectUriMessage: string;
|
1419
|
+
unsupportedNameIdFormatMessage: string;
|
1420
|
+
invalidRequesterMessage: string;
|
1421
|
+
registrationNotAllowedMessage: string;
|
1422
|
+
resetCredentialNotAllowedMessage: string;
|
1423
|
+
permissionNotApprovedMessage: string;
|
1424
|
+
noRelayStateInResponseMessage: string;
|
1425
|
+
identityProviderAlreadyLinkedMessage: string;
|
1426
|
+
insufficientPermissionMessage: string;
|
1427
|
+
couldNotProceedWithAuthenticationRequestMessage: string;
|
1428
|
+
couldNotObtainTokenMessage: string;
|
1429
|
+
unexpectedErrorRetrievingTokenMessage: string;
|
1430
|
+
unexpectedErrorHandlingResponseMessage: string;
|
1431
|
+
identityProviderAuthenticationFailedMessage: string;
|
1432
|
+
couldNotSendAuthenticationRequestMessage: string;
|
1433
|
+
unexpectedErrorHandlingRequestMessage: string;
|
1434
|
+
invalidAccessCodeMessage: string;
|
1435
|
+
sessionNotActiveMessage: string;
|
1436
|
+
invalidCodeMessage: string;
|
1437
|
+
identityProviderUnexpectedErrorMessage: string;
|
1438
|
+
identityProviderNotFoundMessage: string;
|
1439
|
+
realmSupportsNoCredentialsMessage: string;
|
1440
|
+
identityProviderNotUniqueMessage: string;
|
1441
|
+
emailVerifiedMessage: string;
|
1442
|
+
staleEmailVerificationLink: string;
|
1443
|
+
identityProviderInvalidResponseMessage: string;
|
1444
|
+
confirmAccountLinking: string;
|
1445
|
+
identityProviderMissingStateMessage: string;
|
1446
|
+
confirmEmailAddressVerification: string;
|
1447
|
+
confirmExecutionOfActions: string;
|
1448
|
+
backToApplication: string;
|
1449
|
+
missingParameterMessage: string;
|
1450
|
+
clientNotFoundMessage: string;
|
1451
|
+
invalidParameterMessage: string;
|
1452
|
+
alreadyLoggedIn: string;
|
1453
|
+
proceedWithAction: string;
|
1454
|
+
"requiredAction.CONFIGURE_TOTP": string;
|
1455
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
1456
|
+
"requiredAction.UPDATE_PASSWORD": string;
|
1457
|
+
"requiredAction.UPDATE_PROFILE": string;
|
1458
|
+
"requiredAction.VERIFY_EMAIL": string;
|
1459
|
+
"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
|
1460
|
+
"requiredAction.webauthn-register-passwordless": string;
|
1461
|
+
pageNotFound: string;
|
1462
|
+
internalServerError: string;
|
1463
|
+
"identity-provider-redirector": string;
|
1464
|
+
"identity-provider-login-label": string;
|
1465
|
+
"idp-email-verification-display-name": string;
|
1466
|
+
"idp-email-verification-help-text": string;
|
1467
|
+
"idp-username-password-form-display-name": string;
|
1468
|
+
"idp-username-password-form-help-text": string;
|
1469
|
+
"access-denied": string;
|
1470
|
+
logoutConfirmTitle: string;
|
1471
|
+
logoutConfirmHeader: string;
|
1472
|
+
doLogout: string;
|
1473
|
+
} | {
|
1474
|
+
doLogIn: string;
|
1475
|
+
doRegister: string;
|
1476
|
+
doCancel: string;
|
1477
|
+
doSubmit: string;
|
1478
|
+
doBack: string;
|
1479
|
+
doYes: string;
|
1480
|
+
doNo: string;
|
1481
|
+
doContinue: string;
|
1482
|
+
doIgnore: string;
|
1483
|
+
doAccept: string;
|
1484
|
+
doDecline: string;
|
1485
|
+
doForgotPassword: string;
|
1486
|
+
doClickHere: string;
|
1487
|
+
doImpersonate: string;
|
1488
|
+
doTryAgain: string;
|
1489
|
+
doTryAnotherWay: string;
|
1490
|
+
doConfirmDelete: string;
|
1491
|
+
errorDeletingAccount: string;
|
1492
|
+
deletingAccountForbidden: string;
|
1493
|
+
kerberosNotConfigured: string;
|
1494
|
+
kerberosNotConfiguredTitle: string;
|
1495
|
+
bypassKerberosDetail: string;
|
1496
|
+
kerberosNotSetUp: string;
|
1497
|
+
registerTitle: string;
|
1498
|
+
loginAccountTitle: string;
|
1499
|
+
loginTitle: string;
|
1500
|
+
loginTitleHtml: string;
|
1501
|
+
impersonateTitle: string;
|
1502
|
+
impersonateTitleHtml: string;
|
1503
|
+
realmChoice: string;
|
1504
|
+
unknownUser: string;
|
1505
|
+
loginTotpTitle: string;
|
1506
|
+
loginProfileTitle: string;
|
1507
|
+
loginIdpReviewProfileTitle: string;
|
1508
|
+
loginTimeout: string;
|
1509
|
+
oauthGrantTitle: string;
|
1510
|
+
oauthGrantTitleHtml: string;
|
1511
|
+
errorTitle: string;
|
1512
|
+
errorTitleHtml: string;
|
1513
|
+
emailVerifyTitle: string;
|
1514
|
+
emailForgotTitle: string;
|
1515
|
+
updatePasswordTitle: string;
|
1516
|
+
codeSuccessTitle: string;
|
1517
|
+
codeErrorTitle: string;
|
1518
|
+
displayUnsupported: string;
|
1519
|
+
browserRequired: string;
|
1520
|
+
browserContinue: string;
|
1521
|
+
browserContinuePrompt: string;
|
1522
|
+
browserContinueAnswer: string;
|
1523
|
+
termsTitle: string;
|
1524
|
+
termsText: string;
|
1525
|
+
termsPlainText: string;
|
1526
|
+
recaptchaFailed: string;
|
1527
|
+
recaptchaNotConfigured: string;
|
1528
|
+
consentDenied: string;
|
1529
|
+
noAccount: string;
|
1530
|
+
username: string;
|
1531
|
+
usernameOrEmail: string;
|
1532
|
+
firstName: string;
|
1533
|
+
givenName: string;
|
1534
|
+
fullName: string;
|
1535
|
+
lastName: string;
|
1536
|
+
familyName: string;
|
1537
|
+
email: string;
|
1538
|
+
password: string;
|
1539
|
+
passwordConfirm: string;
|
1540
|
+
passwordNew: string;
|
1541
|
+
passwordNewConfirm: string;
|
1542
|
+
rememberMe: string;
|
1543
|
+
authenticatorCode: string;
|
1544
|
+
address: string;
|
1545
|
+
street: string;
|
1546
|
+
locality: string;
|
1547
|
+
region: string;
|
1548
|
+
postal_code: string;
|
1549
|
+
country: string;
|
1550
|
+
emailVerified: string;
|
1551
|
+
website: string;
|
1552
|
+
phoneNumber: string;
|
1553
|
+
phoneNumberVerified: string;
|
1554
|
+
gender: string;
|
1555
|
+
birthday: string;
|
1556
|
+
zoneinfo: string;
|
1557
|
+
gssDelegationCredential: string;
|
1558
|
+
logoutOtherSessions: string;
|
1559
|
+
profileScopeConsentText: string;
|
1560
|
+
emailScopeConsentText: string;
|
1561
|
+
addressScopeConsentText: string;
|
1562
|
+
phoneScopeConsentText: string;
|
1563
|
+
offlineAccessScopeConsentText: string;
|
1564
|
+
samlRoleListScopeConsentText: string;
|
1565
|
+
rolesScopeConsentText: string;
|
1566
|
+
restartLoginTooltip: string;
|
1567
|
+
loginTotpIntro: string;
|
1568
|
+
loginTotpStep1: string;
|
1569
|
+
loginTotpStep2: string;
|
1570
|
+
loginTotpStep3: string;
|
1571
|
+
loginTotpStep3DeviceName: string;
|
1572
|
+
loginTotpManualStep2: string;
|
1573
|
+
loginTotpManualStep3: string;
|
1574
|
+
loginTotpUnableToScan: string;
|
1575
|
+
loginTotpScanBarcode: string;
|
1576
|
+
loginCredential: string;
|
1577
|
+
loginTotpOneTime: string;
|
1578
|
+
loginTotpType: string;
|
1579
|
+
loginTotpAlgorithm: string;
|
1580
|
+
loginTotpDigits: string;
|
1581
|
+
loginTotpInterval: string;
|
1582
|
+
loginTotpCounter: string;
|
1583
|
+
loginTotpDeviceName: string;
|
1584
|
+
"loginTotp.totp": string;
|
1585
|
+
"loginTotp.hotp": string;
|
1586
|
+
loginChooseAuthenticator: string;
|
1587
|
+
oauthGrantRequest: string;
|
1588
|
+
inResource: string;
|
1589
|
+
oauth2DeviceVerificationTitle: string;
|
1590
|
+
verifyOAuth2DeviceUserCode: string;
|
1591
|
+
oauth2DeviceInvalidUserCodeMessage: string;
|
1592
|
+
oauth2DeviceExpiredUserCodeMessage: string;
|
1593
|
+
oauth2DeviceVerificationCompleteHeader: string;
|
1594
|
+
oauth2DeviceVerificationCompleteMessage: string;
|
1595
|
+
oauth2DeviceVerificationFailedHeader: string;
|
1596
|
+
oauth2DeviceVerificationFailedMessage: string;
|
1597
|
+
oauth2DeviceConsentDeniedMessage: string;
|
1598
|
+
oauth2DeviceAuthorizationGrantDisabledMessage: string;
|
1599
|
+
emailVerifyInstruction1: string;
|
1600
|
+
emailVerifyInstruction2: string;
|
1601
|
+
emailVerifyInstruction3: string;
|
1602
|
+
emailLinkIdpTitle: string;
|
1603
|
+
emailLinkIdp1: string;
|
1604
|
+
emailLinkIdp2: string;
|
1605
|
+
emailLinkIdp3: string;
|
1606
|
+
emailLinkIdp4: string;
|
1607
|
+
emailLinkIdp5: string;
|
1608
|
+
backToLogin: string;
|
1609
|
+
emailInstruction: string;
|
1610
|
+
emailInstructionUsername: string;
|
1611
|
+
copyCodeInstruction: string;
|
1612
|
+
pageExpiredTitle: string;
|
1613
|
+
pageExpiredMsg1: string;
|
1614
|
+
pageExpiredMsg2: string;
|
1615
|
+
personalInfo: string;
|
1616
|
+
role_admin: string;
|
1617
|
+
"role_realm-admin": string;
|
1618
|
+
"role_create-realm": string;
|
1619
|
+
"role_create-client": string;
|
1620
|
+
"role_view-realm": string;
|
1621
|
+
"role_view-users": string;
|
1622
|
+
"role_view-applications": string;
|
1623
|
+
"role_view-clients": string;
|
1624
|
+
"role_view-events": string;
|
1625
|
+
"role_view-identity-providers": string;
|
1626
|
+
"role_manage-realm": string;
|
1627
|
+
"role_manage-users": string;
|
1628
|
+
"role_manage-applications": string;
|
1629
|
+
"role_manage-identity-providers": string;
|
1630
|
+
"role_manage-clients": string;
|
1631
|
+
"role_manage-events": string;
|
1632
|
+
"role_view-profile": string;
|
1633
|
+
"role_manage-account": string;
|
1634
|
+
"role_manage-account-links": string;
|
1635
|
+
"role_read-token": string;
|
1636
|
+
"role_offline-access": string;
|
1637
|
+
client_account: string;
|
1638
|
+
"client_account-console": string;
|
1639
|
+
"client_security-admin-console": string;
|
1640
|
+
"client_admin-cli": string;
|
1641
|
+
"client_realm-management": string;
|
1642
|
+
client_broker: string;
|
1643
|
+
requiredFields: string;
|
1644
|
+
invalidUserMessage: string;
|
1645
|
+
invalidUsernameMessage: string;
|
1646
|
+
invalidUsernameOrEmailMessage: string;
|
1647
|
+
invalidPasswordMessage: string;
|
1648
|
+
invalidEmailMessage: string;
|
1649
|
+
accountDisabledMessage: string;
|
1650
|
+
accountTemporarilyDisabledMessage: string;
|
1651
|
+
expiredCodeMessage: string;
|
1652
|
+
expiredActionMessage: string;
|
1653
|
+
expiredActionTokenNoSessionMessage: string;
|
1654
|
+
expiredActionTokenSessionExistsMessage: string;
|
1655
|
+
missingFirstNameMessage: string;
|
1656
|
+
missingLastNameMessage: string;
|
1657
|
+
missingEmailMessage: string;
|
1658
|
+
missingUsernameMessage: string;
|
1659
|
+
missingPasswordMessage: string;
|
1660
|
+
missingTotpMessage: string;
|
1661
|
+
missingTotpDeviceNameMessage: string;
|
1662
|
+
notMatchPasswordMessage: string;
|
1663
|
+
"error-invalid-value": string;
|
1664
|
+
"error-invalid-blank": string;
|
1665
|
+
"error-empty": string;
|
1666
|
+
"error-invalid-length": string;
|
1667
|
+
"error-invalid-length-too-short": string;
|
1668
|
+
"error-invalid-length-too-long": string;
|
1669
|
+
"error-invalid-email": string;
|
1670
|
+
"error-invalid-number": string;
|
1671
|
+
"error-number-out-of-range": string;
|
1672
|
+
"error-number-out-of-range-too-small": string;
|
1673
|
+
"error-number-out-of-range-too-big": string;
|
1674
|
+
"error-pattern-no-match": string;
|
1675
|
+
"error-invalid-uri": string;
|
1676
|
+
"error-invalid-uri-scheme": string;
|
1677
|
+
"error-invalid-uri-fragment": string;
|
1678
|
+
"error-user-attribute-required": string;
|
1679
|
+
"error-invalid-date": string;
|
1680
|
+
"error-user-attribute-read-only": string;
|
1681
|
+
"error-username-invalid-character": string;
|
1682
|
+
"error-person-name-invalid-character": string;
|
1683
|
+
invalidPasswordExistingMessage: string;
|
1684
|
+
invalidPasswordBlacklistedMessage: string;
|
1685
|
+
invalidPasswordConfirmMessage: string;
|
1686
|
+
invalidTotpMessage: string;
|
1687
|
+
usernameExistsMessage: string;
|
1688
|
+
emailExistsMessage: string;
|
1689
|
+
federatedIdentityExistsMessage: string;
|
1690
|
+
federatedIdentityUnavailableMessage: string;
|
1691
|
+
confirmLinkIdpTitle: string;
|
1692
|
+
federatedIdentityConfirmLinkMessage: string;
|
1693
|
+
federatedIdentityConfirmReauthenticateMessage: string;
|
1694
|
+
nestedFirstBrokerFlowMessage: string;
|
1695
|
+
confirmLinkIdpReviewProfile: string;
|
1696
|
+
confirmLinkIdpContinue: string;
|
1697
|
+
configureTotpMessage: string;
|
1698
|
+
updateProfileMessage: string;
|
1699
|
+
updatePasswordMessage: string;
|
1700
|
+
resetPasswordMessage: string;
|
1701
|
+
verifyEmailMessage: string;
|
1702
|
+
linkIdpMessage: string;
|
1703
|
+
emailSentMessage: string;
|
1704
|
+
emailSendErrorMessage: string;
|
1705
|
+
accountUpdatedMessage: string;
|
1706
|
+
accountPasswordUpdatedMessage: string;
|
1707
|
+
delegationCompleteHeader: string;
|
1708
|
+
delegationCompleteMessage: string;
|
1709
|
+
delegationFailedHeader: string;
|
1710
|
+
delegationFailedMessage: string;
|
1711
|
+
noAccessMessage: string;
|
1712
|
+
invalidPasswordMinLengthMessage: string;
|
1713
|
+
invalidPasswordMaxLengthMessage: string;
|
1714
|
+
invalidPasswordMinDigitsMessage: string;
|
1715
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
1716
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
1717
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
1718
|
+
invalidPasswordNotUsernameMessage: string;
|
1719
|
+
invalidPasswordNotEmailMessage: string;
|
1720
|
+
invalidPasswordRegexPatternMessage: string;
|
1721
|
+
invalidPasswordHistoryMessage: string;
|
1722
|
+
invalidPasswordGenericMessage: string;
|
1723
|
+
failedToProcessResponseMessage: string;
|
1724
|
+
httpsRequiredMessage: string;
|
1725
|
+
realmNotEnabledMessage: string;
|
1726
|
+
invalidRequestMessage: string;
|
1727
|
+
failedLogout: string;
|
1728
|
+
unknownLoginRequesterMessage: string;
|
1729
|
+
loginRequesterNotEnabledMessage: string;
|
1730
|
+
bearerOnlyMessage: string;
|
1731
|
+
standardFlowDisabledMessage: string;
|
1732
|
+
implicitFlowDisabledMessage: string;
|
1733
|
+
invalidRedirectUriMessage: string;
|
1734
|
+
unsupportedNameIdFormatMessage: string;
|
1735
|
+
invalidRequesterMessage: string;
|
1736
|
+
registrationNotAllowedMessage: string;
|
1737
|
+
resetCredentialNotAllowedMessage: string;
|
1738
|
+
permissionNotApprovedMessage: string;
|
1739
|
+
noRelayStateInResponseMessage: string;
|
1740
|
+
insufficientPermissionMessage: string;
|
1741
|
+
couldNotProceedWithAuthenticationRequestMessage: string;
|
1742
|
+
couldNotObtainTokenMessage: string;
|
1743
|
+
unexpectedErrorRetrievingTokenMessage: string;
|
1744
|
+
unexpectedErrorHandlingResponseMessage: string;
|
1745
|
+
identityProviderAuthenticationFailedMessage: string;
|
1746
|
+
identityProviderDifferentUserMessage: string;
|
1747
|
+
couldNotSendAuthenticationRequestMessage: string;
|
1748
|
+
unexpectedErrorHandlingRequestMessage: string;
|
1749
|
+
invalidAccessCodeMessage: string;
|
1750
|
+
sessionNotActiveMessage: string;
|
1751
|
+
invalidCodeMessage: string;
|
1752
|
+
identityProviderUnexpectedErrorMessage: string;
|
1753
|
+
identityProviderNotFoundMessage: string;
|
1754
|
+
identityProviderLinkSuccess: string;
|
1755
|
+
staleCodeMessage: string;
|
1756
|
+
realmSupportsNoCredentialsMessage: string;
|
1757
|
+
credentialSetupRequired: string;
|
1758
|
+
identityProviderNotUniqueMessage: string;
|
1759
|
+
emailVerifiedMessage: string;
|
1760
|
+
staleEmailVerificationLink: string;
|
1761
|
+
identityProviderAlreadyLinkedMessage: string;
|
1762
|
+
confirmAccountLinking: string;
|
1763
|
+
confirmEmailAddressVerification: string;
|
1764
|
+
confirmExecutionOfActions: string;
|
1765
|
+
backToApplication: string;
|
1766
|
+
missingParameterMessage: string;
|
1767
|
+
clientNotFoundMessage: string;
|
1768
|
+
clientDisabledMessage: string;
|
1769
|
+
invalidParameterMessage: string;
|
1770
|
+
alreadyLoggedIn: string;
|
1771
|
+
differentUserAuthenticated: string;
|
1772
|
+
brokerLinkingSessionExpired: string;
|
1773
|
+
proceedWithAction: string;
|
1774
|
+
"requiredAction.CONFIGURE_TOTP": string;
|
1775
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
1776
|
+
"requiredAction.UPDATE_PASSWORD": string;
|
1777
|
+
"requiredAction.UPDATE_PROFILE": string;
|
1778
|
+
"requiredAction.VERIFY_EMAIL": string;
|
1242
1779
|
doX509Login: string;
|
1243
1780
|
clientCertificate: string;
|
1244
1781
|
noCertificate: string;
|
@@ -1475,28 +2012,6 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1475
2012
|
invalidPasswordRegexPatternMessage: string;
|
1476
2013
|
invalidPasswordHistoryMessage: string;
|
1477
2014
|
invalidPasswordGenericMessage: string;
|
1478
|
-
locale_ca: string;
|
1479
|
-
locale_cs: string;
|
1480
|
-
locale_da: string;
|
1481
|
-
locale_de: string;
|
1482
|
-
locale_en: string;
|
1483
|
-
locale_es: string;
|
1484
|
-
locale_fr: string;
|
1485
|
-
locale_hu: string;
|
1486
|
-
locale_it: string;
|
1487
|
-
locale_ja: string;
|
1488
|
-
locale_lv: string;
|
1489
|
-
locale_lt: string;
|
1490
|
-
locale_nl: string;
|
1491
|
-
locale_no: string;
|
1492
|
-
locale_pl: string;
|
1493
|
-
locale_pt_BR: string;
|
1494
|
-
"locale_pt-BR": string;
|
1495
|
-
locale_ru: string;
|
1496
|
-
locale_sk: string;
|
1497
|
-
locale_sv: string;
|
1498
|
-
locale_tr: string;
|
1499
|
-
"locale_zh-CN": string;
|
1500
2015
|
backToApplication: string;
|
1501
2016
|
missingParameterMessage: string;
|
1502
2017
|
clientNotFoundMessage: string;
|
@@ -1506,7 +2021,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1506
2021
|
differentUserAuthenticated: string;
|
1507
2022
|
proceedWithAction: string;
|
1508
2023
|
"requiredAction.CONFIGURE_TOTP": string;
|
1509
|
-
"requiredAction.
|
2024
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
1510
2025
|
"requiredAction.UPDATE_PASSWORD": string;
|
1511
2026
|
"requiredAction.UPDATE_PROFILE": string;
|
1512
2027
|
"requiredAction.VERIFY_EMAIL": string;
|
@@ -1770,7 +2285,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1770
2285
|
brokerLinkingSessionExpired: string;
|
1771
2286
|
proceedWithAction: string;
|
1772
2287
|
"requiredAction.CONFIGURE_TOTP": string;
|
1773
|
-
"requiredAction.
|
2288
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
1774
2289
|
"requiredAction.UPDATE_PASSWORD": string;
|
1775
2290
|
"requiredAction.UPDATE_PROFILE": string;
|
1776
2291
|
"requiredAction.VERIFY_EMAIL": string;
|
@@ -1842,10 +2357,197 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1842
2357
|
username: string;
|
1843
2358
|
usernameOrEmail: string;
|
1844
2359
|
firstName: string;
|
1845
|
-
givenName: string;
|
1846
|
-
fullName: string;
|
2360
|
+
givenName: string;
|
2361
|
+
fullName: string;
|
2362
|
+
lastName: string;
|
2363
|
+
familyName: string;
|
2364
|
+
email: string;
|
2365
|
+
password: string;
|
2366
|
+
passwordConfirm: string;
|
2367
|
+
passwordNew: string;
|
2368
|
+
passwordNewConfirm: string;
|
2369
|
+
rememberMe: string;
|
2370
|
+
authenticatorCode: string;
|
2371
|
+
address: string;
|
2372
|
+
street: string;
|
2373
|
+
locality: string;
|
2374
|
+
region: string;
|
2375
|
+
postal_code: string;
|
2376
|
+
country: string;
|
2377
|
+
emailVerified: string;
|
2378
|
+
gssDelegationCredential: string;
|
2379
|
+
loginTotpStep1: string;
|
2380
|
+
loginTotpStep2: string;
|
2381
|
+
loginTotpStep3: string;
|
2382
|
+
loginOtpOneTime: string;
|
2383
|
+
oauthGrantRequest: string;
|
2384
|
+
inResource: string;
|
2385
|
+
emailVerifyInstruction1: string;
|
2386
|
+
emailVerifyInstruction2: string;
|
2387
|
+
emailVerifyInstruction3: string;
|
2388
|
+
emailLinkIdpTitle: string;
|
2389
|
+
emailLinkIdp1: string;
|
2390
|
+
emailLinkIdp2: string;
|
2391
|
+
emailLinkIdp3: string;
|
2392
|
+
backToLogin: string;
|
2393
|
+
emailInstruction: string;
|
2394
|
+
copyCodeInstruction: string;
|
2395
|
+
personalInfo: string;
|
2396
|
+
role_admin: string;
|
2397
|
+
"role_realm-admin": string;
|
2398
|
+
"role_create-realm": string;
|
2399
|
+
"role_create-client": string;
|
2400
|
+
"role_view-realm": string;
|
2401
|
+
"role_view-users": string;
|
2402
|
+
"role_view-applications": string;
|
2403
|
+
"role_view-clients": string;
|
2404
|
+
"role_view-events": string;
|
2405
|
+
"role_view-identity-providers": string;
|
2406
|
+
"role_manage-realm": string;
|
2407
|
+
"role_manage-users": string;
|
2408
|
+
"role_manage-applications": string;
|
2409
|
+
"role_manage-identity-providers": string;
|
2410
|
+
"role_manage-clients": string;
|
2411
|
+
"role_manage-events": string;
|
2412
|
+
"role_view-profile": string;
|
2413
|
+
"role_manage-account": string;
|
2414
|
+
"role_read-token": string;
|
2415
|
+
"role_offline-access": string;
|
2416
|
+
role_uma_authorization: string;
|
2417
|
+
client_account: string;
|
2418
|
+
"client_security-admin-console": string;
|
2419
|
+
"client_realm-management": string;
|
2420
|
+
client_broker: string;
|
2421
|
+
invalidUserMessage: string;
|
2422
|
+
invalidEmailMessage: string;
|
2423
|
+
accountDisabledMessage: string;
|
2424
|
+
accountTemporarilyDisabledMessage: string;
|
2425
|
+
expiredCodeMessage: string;
|
2426
|
+
missingFirstNameMessage: string;
|
2427
|
+
missingLastNameMessage: string;
|
2428
|
+
missingEmailMessage: string;
|
2429
|
+
missingUsernameMessage: string;
|
2430
|
+
missingPasswordMessage: string;
|
2431
|
+
missingTotpMessage: string;
|
2432
|
+
notMatchPasswordMessage: string;
|
2433
|
+
invalidPasswordExistingMessage: string;
|
2434
|
+
invalidPasswordConfirmMessage: string;
|
2435
|
+
invalidTotpMessage: string;
|
2436
|
+
usernameExistsMessage: string;
|
2437
|
+
emailExistsMessage: string;
|
2438
|
+
federatedIdentityExistsMessage: string;
|
2439
|
+
confirmLinkIdpTitle: string;
|
2440
|
+
federatedIdentityConfirmLinkMessage: string;
|
2441
|
+
confirmLinkIdpReviewProfile: string;
|
2442
|
+
confirmLinkIdpContinue: string;
|
2443
|
+
configureTotpMessage: string;
|
2444
|
+
updateProfileMessage: string;
|
2445
|
+
updatePasswordMessage: string;
|
2446
|
+
verifyEmailMessage: string;
|
2447
|
+
linkIdpMessage: string;
|
2448
|
+
emailSentMessage: string;
|
2449
|
+
emailSendErrorMessage: string;
|
2450
|
+
accountUpdatedMessage: string;
|
2451
|
+
accountPasswordUpdatedMessage: string;
|
2452
|
+
noAccessMessage: string;
|
2453
|
+
invalidPasswordMinLengthMessage: string;
|
2454
|
+
invalidPasswordMinDigitsMessage: string;
|
2455
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
2456
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
2457
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
2458
|
+
invalidPasswordNotUsernameMessage: string;
|
2459
|
+
invalidPasswordRegexPatternMessage: string;
|
2460
|
+
invalidPasswordHistoryMessage: string;
|
2461
|
+
failedToProcessResponseMessage: string;
|
2462
|
+
httpsRequiredMessage: string;
|
2463
|
+
realmNotEnabledMessage: string;
|
2464
|
+
invalidRequestMessage: string;
|
2465
|
+
failedLogout: string;
|
2466
|
+
unknownLoginRequesterMessage: string;
|
2467
|
+
loginRequesterNotEnabledMessage: string;
|
2468
|
+
bearerOnlyMessage: string;
|
2469
|
+
standardFlowDisabledMessage: string;
|
2470
|
+
implicitFlowDisabledMessage: string;
|
2471
|
+
invalidRedirectUriMessage: string;
|
2472
|
+
unsupportedNameIdFormatMessage: string;
|
2473
|
+
invalidRequesterMessage: string;
|
2474
|
+
registrationNotAllowedMessage: string;
|
2475
|
+
resetCredentialNotAllowedMessage: string;
|
2476
|
+
permissionNotApprovedMessage: string;
|
2477
|
+
noRelayStateInResponseMessage: string;
|
2478
|
+
insufficientPermissionMessage: string;
|
2479
|
+
couldNotProceedWithAuthenticationRequestMessage: string;
|
2480
|
+
couldNotObtainTokenMessage: string;
|
2481
|
+
unexpectedErrorRetrievingTokenMessage: string;
|
2482
|
+
unexpectedErrorHandlingResponseMessage: string;
|
2483
|
+
identityProviderAuthenticationFailedMessage: string;
|
2484
|
+
couldNotSendAuthenticationRequestMessage: string;
|
2485
|
+
unexpectedErrorHandlingRequestMessage: string;
|
2486
|
+
invalidAccessCodeMessage: string;
|
2487
|
+
sessionNotActiveMessage: string;
|
2488
|
+
invalidCodeMessage: string;
|
2489
|
+
identityProviderUnexpectedErrorMessage: string;
|
2490
|
+
identityProviderNotFoundMessage: string;
|
2491
|
+
identityProviderLinkSuccess: string;
|
2492
|
+
staleCodeMessage: string;
|
2493
|
+
realmSupportsNoCredentialsMessage: string;
|
2494
|
+
identityProviderNotUniqueMessage: string;
|
2495
|
+
emailVerifiedMessage: string;
|
2496
|
+
staleEmailVerificationLink: string;
|
2497
|
+
backToApplication: string;
|
2498
|
+
missingParameterMessage: string;
|
2499
|
+
clientNotFoundMessage: string;
|
2500
|
+
clientDisabledMessage: string;
|
2501
|
+
invalidParameterMessage: string;
|
2502
|
+
alreadyLoggedIn: string;
|
2503
|
+
} | {
|
2504
|
+
doLogIn: string;
|
2505
|
+
doRegister: string;
|
2506
|
+
doCancel: string;
|
2507
|
+
doSubmit: string;
|
2508
|
+
doYes: string;
|
2509
|
+
doNo: string;
|
2510
|
+
doContinue: string;
|
2511
|
+
doAccept: string;
|
2512
|
+
doDecline: string;
|
2513
|
+
doForgotPassword: string;
|
2514
|
+
doClickHere: string;
|
2515
|
+
doImpersonate: string;
|
2516
|
+
kerberosNotConfigured: string;
|
2517
|
+
kerberosNotConfiguredTitle: string;
|
2518
|
+
bypassKerberosDetail: string;
|
2519
|
+
kerberosNotSetUp: string;
|
2520
|
+
registerWithTitle: string;
|
2521
|
+
registerWithTitleHtml: string;
|
2522
|
+
loginTitle: string;
|
2523
|
+
loginTitleHtml: string;
|
2524
|
+
impersonateTitle: string;
|
2525
|
+
impersonateTitleHtml: string;
|
2526
|
+
realmChoice: string;
|
2527
|
+
unknownUser: string;
|
2528
|
+
loginTotpTitle: string;
|
2529
|
+
loginProfileTitle: string;
|
2530
|
+
loginTimeout: string;
|
2531
|
+
oauthGrantTitle: string;
|
2532
|
+
oauthGrantTitleHtml: string;
|
2533
|
+
errorTitle: string;
|
2534
|
+
errorTitleHtml: string;
|
2535
|
+
emailVerifyTitle: string;
|
2536
|
+
emailForgotTitle: string;
|
2537
|
+
updatePasswordTitle: string;
|
2538
|
+
codeSuccessTitle: string;
|
2539
|
+
codeErrorTitle: string;
|
2540
|
+
termsTitle: string;
|
2541
|
+
termsTitleHtml: string;
|
2542
|
+
termsText: string;
|
2543
|
+
recaptchaFailed: string;
|
2544
|
+
recaptchaNotConfigured: string;
|
2545
|
+
consentDenied: string;
|
2546
|
+
noAccount: string;
|
2547
|
+
username: string;
|
2548
|
+
usernameOrEmail: string;
|
2549
|
+
firstName: string;
|
1847
2550
|
lastName: string;
|
1848
|
-
familyName: string;
|
1849
2551
|
email: string;
|
1850
2552
|
password: string;
|
1851
2553
|
passwordConfirm: string;
|
@@ -1898,11 +2600,10 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1898
2600
|
"role_manage-account": string;
|
1899
2601
|
"role_read-token": string;
|
1900
2602
|
"role_offline-access": string;
|
1901
|
-
role_uma_authorization: string;
|
1902
2603
|
client_account: string;
|
1903
2604
|
"client_security-admin-console": string;
|
2605
|
+
"client_admin-cli": string;
|
1904
2606
|
"client_realm-management": string;
|
1905
|
-
client_broker: string;
|
1906
2607
|
invalidUserMessage: string;
|
1907
2608
|
invalidEmailMessage: string;
|
1908
2609
|
accountDisabledMessage: string;
|
@@ -1923,6 +2624,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1923
2624
|
federatedIdentityExistsMessage: string;
|
1924
2625
|
confirmLinkIdpTitle: string;
|
1925
2626
|
federatedIdentityConfirmLinkMessage: string;
|
2627
|
+
federatedIdentityConfirmReauthenticateMessage: string;
|
1926
2628
|
confirmLinkIdpReviewProfile: string;
|
1927
2629
|
confirmLinkIdpContinue: string;
|
1928
2630
|
configureTotpMessage: string;
|
@@ -1943,6 +2645,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1943
2645
|
invalidPasswordNotUsernameMessage: string;
|
1944
2646
|
invalidPasswordRegexPatternMessage: string;
|
1945
2647
|
invalidPasswordHistoryMessage: string;
|
2648
|
+
invalidPasswordGenericMessage: string;
|
1946
2649
|
failedToProcessResponseMessage: string;
|
1947
2650
|
httpsRequiredMessage: string;
|
1948
2651
|
realmNotEnabledMessage: string;
|
@@ -1985,25 +2688,33 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
1985
2688
|
clientDisabledMessage: string;
|
1986
2689
|
invalidParameterMessage: string;
|
1987
2690
|
alreadyLoggedIn: string;
|
2691
|
+
loginAccountTitle: string;
|
1988
2692
|
} | {
|
1989
2693
|
doLogIn: string;
|
1990
2694
|
doRegister: string;
|
1991
2695
|
doCancel: string;
|
1992
2696
|
doSubmit: string;
|
2697
|
+
doBack: string;
|
1993
2698
|
doYes: string;
|
1994
2699
|
doNo: string;
|
1995
2700
|
doContinue: string;
|
2701
|
+
doIgnore: string;
|
1996
2702
|
doAccept: string;
|
1997
2703
|
doDecline: string;
|
1998
2704
|
doForgotPassword: string;
|
1999
2705
|
doClickHere: string;
|
2000
2706
|
doImpersonate: string;
|
2707
|
+
doTryAgain: string;
|
2708
|
+
doTryAnotherWay: string;
|
2709
|
+
doConfirmDelete: string;
|
2710
|
+
errorDeletingAccount: string;
|
2711
|
+
deletingAccountForbidden: string;
|
2001
2712
|
kerberosNotConfigured: string;
|
2002
2713
|
kerberosNotConfiguredTitle: string;
|
2003
2714
|
bypassKerberosDetail: string;
|
2004
2715
|
kerberosNotSetUp: string;
|
2005
|
-
|
2006
|
-
|
2716
|
+
registerTitle: string;
|
2717
|
+
loginAccountTitle: string;
|
2007
2718
|
loginTitle: string;
|
2008
2719
|
loginTitleHtml: string;
|
2009
2720
|
impersonateTitle: string;
|
@@ -2012,19 +2723,42 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2012
2723
|
unknownUser: string;
|
2013
2724
|
loginTotpTitle: string;
|
2014
2725
|
loginProfileTitle: string;
|
2726
|
+
loginIdpReviewProfileTitle: string;
|
2015
2727
|
loginTimeout: string;
|
2728
|
+
reauthenticate: string;
|
2016
2729
|
oauthGrantTitle: string;
|
2017
2730
|
oauthGrantTitleHtml: string;
|
2731
|
+
oauthGrantInformation: string;
|
2732
|
+
oauthGrantReview: string;
|
2733
|
+
oauthGrantTos: string;
|
2734
|
+
oauthGrantPolicy: string;
|
2018
2735
|
errorTitle: string;
|
2019
2736
|
errorTitleHtml: string;
|
2020
2737
|
emailVerifyTitle: string;
|
2021
2738
|
emailForgotTitle: string;
|
2739
|
+
updateEmailTitle: string;
|
2740
|
+
emailUpdateConfirmationSentTitle: string;
|
2741
|
+
emailUpdateConfirmationSent: string;
|
2742
|
+
emailUpdatedTitle: string;
|
2743
|
+
emailUpdated: string;
|
2022
2744
|
updatePasswordTitle: string;
|
2023
2745
|
codeSuccessTitle: string;
|
2024
2746
|
codeErrorTitle: string;
|
2747
|
+
displayUnsupported: string;
|
2748
|
+
browserRequired: string;
|
2749
|
+
browserContinue: string;
|
2750
|
+
browserContinuePrompt: string;
|
2751
|
+
browserContinueAnswer: string;
|
2752
|
+
usb: string;
|
2753
|
+
nfc: string;
|
2754
|
+
bluetooth: string;
|
2755
|
+
internal: string;
|
2756
|
+
unknown: string;
|
2025
2757
|
termsTitle: string;
|
2026
|
-
termsTitleHtml: string;
|
2027
2758
|
termsText: string;
|
2759
|
+
termsPlainText: string;
|
2760
|
+
termsAcceptanceRequired: string;
|
2761
|
+
acceptTerms: string;
|
2028
2762
|
recaptchaFailed: string;
|
2029
2763
|
recaptchaNotConfigured: string;
|
2030
2764
|
consentDenied: string;
|
@@ -2032,7 +2766,10 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2032
2766
|
username: string;
|
2033
2767
|
usernameOrEmail: string;
|
2034
2768
|
firstName: string;
|
2769
|
+
givenName: string;
|
2770
|
+
fullName: string;
|
2035
2771
|
lastName: string;
|
2772
|
+
familyName: string;
|
2036
2773
|
email: string;
|
2037
2774
|
password: string;
|
2038
2775
|
passwordConfirm: string;
|
@@ -2047,13 +2784,57 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2047
2784
|
postal_code: string;
|
2048
2785
|
country: string;
|
2049
2786
|
emailVerified: string;
|
2787
|
+
website: string;
|
2788
|
+
phoneNumber: string;
|
2789
|
+
phoneNumberVerified: string;
|
2790
|
+
gender: string;
|
2791
|
+
birthday: string;
|
2792
|
+
zoneinfo: string;
|
2050
2793
|
gssDelegationCredential: string;
|
2794
|
+
logoutOtherSessions: string;
|
2795
|
+
profileScopeConsentText: string;
|
2796
|
+
emailScopeConsentText: string;
|
2797
|
+
addressScopeConsentText: string;
|
2798
|
+
phoneScopeConsentText: string;
|
2799
|
+
offlineAccessScopeConsentText: string;
|
2800
|
+
samlRoleListScopeConsentText: string;
|
2801
|
+
rolesScopeConsentText: string;
|
2802
|
+
restartLoginTooltip: string;
|
2803
|
+
loginTotpIntro: string;
|
2051
2804
|
loginTotpStep1: string;
|
2052
2805
|
loginTotpStep2: string;
|
2053
2806
|
loginTotpStep3: string;
|
2807
|
+
loginTotpStep3DeviceName: string;
|
2808
|
+
loginTotpManualStep2: string;
|
2809
|
+
loginTotpManualStep3: string;
|
2810
|
+
loginTotpUnableToScan: string;
|
2811
|
+
loginTotpScanBarcode: string;
|
2812
|
+
loginCredential: string;
|
2054
2813
|
loginOtpOneTime: string;
|
2814
|
+
loginTotpType: string;
|
2815
|
+
loginTotpAlgorithm: string;
|
2816
|
+
loginTotpDigits: string;
|
2817
|
+
loginTotpInterval: string;
|
2818
|
+
loginTotpCounter: string;
|
2819
|
+
loginTotpDeviceName: string;
|
2820
|
+
"loginTotp.totp": string;
|
2821
|
+
"loginTotp.hotp": string;
|
2822
|
+
totpAppFreeOTPName: string;
|
2823
|
+
totpAppGoogleName: string;
|
2824
|
+
totpAppMicrosoftAuthenticatorName: string;
|
2825
|
+
loginChooseAuthenticator: string;
|
2055
2826
|
oauthGrantRequest: string;
|
2056
2827
|
inResource: string;
|
2828
|
+
oauth2DeviceVerificationTitle: string;
|
2829
|
+
verifyOAuth2DeviceUserCode: string;
|
2830
|
+
oauth2DeviceInvalidUserCodeMessage: string;
|
2831
|
+
oauth2DeviceExpiredUserCodeMessage: string;
|
2832
|
+
oauth2DeviceVerificationCompleteHeader: string;
|
2833
|
+
oauth2DeviceVerificationCompleteMessage: string;
|
2834
|
+
oauth2DeviceVerificationFailedHeader: string;
|
2835
|
+
oauth2DeviceVerificationFailedMessage: string;
|
2836
|
+
oauth2DeviceConsentDeniedMessage: string;
|
2837
|
+
oauth2DeviceAuthorizationGrantDisabledMessage: string;
|
2057
2838
|
emailVerifyInstruction1: string;
|
2058
2839
|
emailVerifyInstruction2: string;
|
2059
2840
|
emailVerifyInstruction3: string;
|
@@ -2061,9 +2842,15 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2061
2842
|
emailLinkIdp1: string;
|
2062
2843
|
emailLinkIdp2: string;
|
2063
2844
|
emailLinkIdp3: string;
|
2845
|
+
emailLinkIdp4: string;
|
2846
|
+
emailLinkIdp5: string;
|
2064
2847
|
backToLogin: string;
|
2065
2848
|
emailInstruction: string;
|
2849
|
+
emailInstructionUsername: string;
|
2066
2850
|
copyCodeInstruction: string;
|
2851
|
+
pageExpiredTitle: string;
|
2852
|
+
pageExpiredMsg1: string;
|
2853
|
+
pageExpiredMsg2: string;
|
2067
2854
|
personalInfo: string;
|
2068
2855
|
role_admin: string;
|
2069
2856
|
"role_realm-admin": string;
|
@@ -2083,51 +2870,97 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2083
2870
|
"role_manage-events": string;
|
2084
2871
|
"role_view-profile": string;
|
2085
2872
|
"role_manage-account": string;
|
2873
|
+
"role_manage-account-links": string;
|
2086
2874
|
"role_read-token": string;
|
2087
2875
|
"role_offline-access": string;
|
2088
2876
|
client_account: string;
|
2877
|
+
"client_account-console": string;
|
2089
2878
|
"client_security-admin-console": string;
|
2090
2879
|
"client_admin-cli": string;
|
2091
2880
|
"client_realm-management": string;
|
2881
|
+
client_broker: string;
|
2882
|
+
requiredFields: string;
|
2092
2883
|
invalidUserMessage: string;
|
2884
|
+
invalidUsernameMessage: string;
|
2885
|
+
invalidUsernameOrEmailMessage: string;
|
2886
|
+
invalidPasswordMessage: string;
|
2093
2887
|
invalidEmailMessage: string;
|
2094
2888
|
accountDisabledMessage: string;
|
2095
2889
|
accountTemporarilyDisabledMessage: string;
|
2096
2890
|
expiredCodeMessage: string;
|
2891
|
+
expiredActionMessage: string;
|
2892
|
+
expiredActionTokenNoSessionMessage: string;
|
2893
|
+
expiredActionTokenSessionExistsMessage: string;
|
2894
|
+
sessionLimitExceeded: string;
|
2097
2895
|
missingFirstNameMessage: string;
|
2098
2896
|
missingLastNameMessage: string;
|
2099
2897
|
missingEmailMessage: string;
|
2100
2898
|
missingUsernameMessage: string;
|
2101
2899
|
missingPasswordMessage: string;
|
2102
2900
|
missingTotpMessage: string;
|
2901
|
+
missingTotpDeviceNameMessage: string;
|
2103
2902
|
notMatchPasswordMessage: string;
|
2903
|
+
"error-invalid-value": string;
|
2904
|
+
"error-invalid-blank": string;
|
2905
|
+
"error-empty": string;
|
2906
|
+
"error-invalid-length": string;
|
2907
|
+
"error-invalid-length-too-short": string;
|
2908
|
+
"error-invalid-length-too-long": string;
|
2909
|
+
"error-invalid-email": string;
|
2910
|
+
"error-invalid-number": string;
|
2911
|
+
"error-number-out-of-range": string;
|
2912
|
+
"error-number-out-of-range-too-small": string;
|
2913
|
+
"error-number-out-of-range-too-big": string;
|
2914
|
+
"error-pattern-no-match": string;
|
2915
|
+
"error-invalid-uri": string;
|
2916
|
+
"error-invalid-uri-scheme": string;
|
2917
|
+
"error-invalid-uri-fragment": string;
|
2918
|
+
"error-user-attribute-required": string;
|
2919
|
+
"error-invalid-date": string;
|
2920
|
+
"error-user-attribute-read-only": string;
|
2921
|
+
"error-username-invalid-character": string;
|
2922
|
+
"error-person-name-invalid-character": string;
|
2923
|
+
"error-reset-otp-missing-id": string;
|
2104
2924
|
invalidPasswordExistingMessage: string;
|
2925
|
+
invalidPasswordBlacklistedMessage: string;
|
2105
2926
|
invalidPasswordConfirmMessage: string;
|
2106
2927
|
invalidTotpMessage: string;
|
2107
2928
|
usernameExistsMessage: string;
|
2108
2929
|
emailExistsMessage: string;
|
2109
2930
|
federatedIdentityExistsMessage: string;
|
2931
|
+
federatedIdentityUnavailableMessage: string;
|
2932
|
+
federatedIdentityUnmatchedEssentialClaimMessage: string;
|
2110
2933
|
confirmLinkIdpTitle: string;
|
2111
2934
|
federatedIdentityConfirmLinkMessage: string;
|
2112
2935
|
federatedIdentityConfirmReauthenticateMessage: string;
|
2936
|
+
nestedFirstBrokerFlowMessage: string;
|
2113
2937
|
confirmLinkIdpReviewProfile: string;
|
2114
2938
|
confirmLinkIdpContinue: string;
|
2115
2939
|
configureTotpMessage: string;
|
2940
|
+
configureBackupCodesMessage: string;
|
2116
2941
|
updateProfileMessage: string;
|
2117
2942
|
updatePasswordMessage: string;
|
2943
|
+
updateEmailMessage: string;
|
2944
|
+
resetPasswordMessage: string;
|
2118
2945
|
verifyEmailMessage: string;
|
2119
2946
|
linkIdpMessage: string;
|
2120
2947
|
emailSentMessage: string;
|
2121
2948
|
emailSendErrorMessage: string;
|
2122
2949
|
accountUpdatedMessage: string;
|
2123
2950
|
accountPasswordUpdatedMessage: string;
|
2951
|
+
delegationCompleteHeader: string;
|
2952
|
+
delegationCompleteMessage: string;
|
2953
|
+
delegationFailedHeader: string;
|
2954
|
+
delegationFailedMessage: string;
|
2124
2955
|
noAccessMessage: string;
|
2125
2956
|
invalidPasswordMinLengthMessage: string;
|
2957
|
+
invalidPasswordMaxLengthMessage: string;
|
2126
2958
|
invalidPasswordMinDigitsMessage: string;
|
2127
2959
|
invalidPasswordMinLowerCaseCharsMessage: string;
|
2128
2960
|
invalidPasswordMinUpperCaseCharsMessage: string;
|
2129
2961
|
invalidPasswordMinSpecialCharsMessage: string;
|
2130
2962
|
invalidPasswordNotUsernameMessage: string;
|
2963
|
+
invalidPasswordNotEmailMessage: string;
|
2131
2964
|
invalidPasswordRegexPatternMessage: string;
|
2132
2965
|
invalidPasswordHistoryMessage: string;
|
2133
2966
|
invalidPasswordGenericMessage: string;
|
@@ -2135,6 +2968,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2135
2968
|
httpsRequiredMessage: string;
|
2136
2969
|
realmNotEnabledMessage: string;
|
2137
2970
|
invalidRequestMessage: string;
|
2971
|
+
successLogout: string;
|
2138
2972
|
failedLogout: string;
|
2139
2973
|
unknownLoginRequesterMessage: string;
|
2140
2974
|
loginRequesterNotEnabledMessage: string;
|
@@ -2159,21 +2993,133 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2159
2993
|
invalidAccessCodeMessage: string;
|
2160
2994
|
sessionNotActiveMessage: string;
|
2161
2995
|
invalidCodeMessage: string;
|
2996
|
+
cookieNotFoundMessage: string;
|
2997
|
+
insufficientLevelOfAuthentication: string;
|
2162
2998
|
identityProviderUnexpectedErrorMessage: string;
|
2999
|
+
identityProviderMissingStateMessage: string;
|
3000
|
+
identityProviderInvalidResponseMessage: string;
|
3001
|
+
identityProviderInvalidSignatureMessage: string;
|
2163
3002
|
identityProviderNotFoundMessage: string;
|
2164
3003
|
identityProviderLinkSuccess: string;
|
2165
3004
|
staleCodeMessage: string;
|
2166
3005
|
realmSupportsNoCredentialsMessage: string;
|
3006
|
+
credentialSetupRequired: string;
|
2167
3007
|
identityProviderNotUniqueMessage: string;
|
2168
3008
|
emailVerifiedMessage: string;
|
2169
3009
|
staleEmailVerificationLink: string;
|
3010
|
+
identityProviderAlreadyLinkedMessage: string;
|
3011
|
+
confirmAccountLinking: string;
|
3012
|
+
confirmEmailAddressVerification: string;
|
3013
|
+
confirmExecutionOfActions: string;
|
2170
3014
|
backToApplication: string;
|
2171
3015
|
missingParameterMessage: string;
|
2172
3016
|
clientNotFoundMessage: string;
|
2173
3017
|
clientDisabledMessage: string;
|
2174
3018
|
invalidParameterMessage: string;
|
2175
3019
|
alreadyLoggedIn: string;
|
2176
|
-
|
3020
|
+
differentUserAuthenticated: string;
|
3021
|
+
brokerLinkingSessionExpired: string;
|
3022
|
+
proceedWithAction: string;
|
3023
|
+
acrNotFulfilled: string;
|
3024
|
+
"requiredAction.CONFIGURE_TOTP": string;
|
3025
|
+
"requiredAction.terms_and_conditions": string;
|
3026
|
+
"requiredAction.UPDATE_PASSWORD": string;
|
3027
|
+
"requiredAction.UPDATE_PROFILE": string;
|
3028
|
+
"requiredAction.VERIFY_EMAIL": string;
|
3029
|
+
"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
|
3030
|
+
"requiredAction.webauthn-register-passwordless": string;
|
3031
|
+
invalidTokenRequiredActions: string;
|
3032
|
+
doX509Login: string;
|
3033
|
+
clientCertificate: string;
|
3034
|
+
noCertificate: string;
|
3035
|
+
pageNotFound: string;
|
3036
|
+
internalServerError: string;
|
3037
|
+
"console-username": string;
|
3038
|
+
"console-password": string;
|
3039
|
+
"console-otp": string;
|
3040
|
+
"console-new-password": string;
|
3041
|
+
"console-confirm-password": string;
|
3042
|
+
"console-update-password": string;
|
3043
|
+
"console-verify-email": string;
|
3044
|
+
"console-email-code": string;
|
3045
|
+
"console-accept-terms": string;
|
3046
|
+
"console-accept": string;
|
3047
|
+
"openshift.scope.user_info": string;
|
3048
|
+
"openshift.scope.user_check-access": string;
|
3049
|
+
"openshift.scope.user_full": string;
|
3050
|
+
"openshift.scope.list-projects": string;
|
3051
|
+
"saml.post-form.title": string;
|
3052
|
+
"saml.post-form.message": string;
|
3053
|
+
"saml.post-form.js-disabled": string;
|
3054
|
+
"saml.artifactResolutionServiceInvalidResponse": string;
|
3055
|
+
"otp-display-name": string;
|
3056
|
+
"otp-help-text": string;
|
3057
|
+
"otp-reset-description": string;
|
3058
|
+
"password-display-name": string;
|
3059
|
+
"password-help-text": string;
|
3060
|
+
"auth-username-form-display-name": string;
|
3061
|
+
"auth-username-form-help-text": string;
|
3062
|
+
"auth-username-password-form-display-name": string;
|
3063
|
+
"auth-username-password-form-help-text": string;
|
3064
|
+
"auth-recovery-authn-code-form-display-name": string;
|
3065
|
+
"auth-recovery-authn-code-form-help-text": string;
|
3066
|
+
"auth-recovery-code-info-message": string;
|
3067
|
+
"auth-recovery-code-prompt": string;
|
3068
|
+
"auth-recovery-code-header": string;
|
3069
|
+
"recovery-codes-error-invalid": string;
|
3070
|
+
"recovery-code-config-header": string;
|
3071
|
+
"recovery-code-config-warning-title": string;
|
3072
|
+
"recovery-code-config-warning-message": string;
|
3073
|
+
"recovery-codes-print": string;
|
3074
|
+
"recovery-codes-download": string;
|
3075
|
+
"recovery-codes-copy": string;
|
3076
|
+
"recovery-codes-copied": string;
|
3077
|
+
"recovery-codes-confirmation-message": string;
|
3078
|
+
"recovery-codes-action-complete": string;
|
3079
|
+
"recovery-codes-action-cancel": string;
|
3080
|
+
"recovery-codes-download-file-header": string;
|
3081
|
+
"recovery-codes-download-file-description": string;
|
3082
|
+
"recovery-codes-download-file-date": string;
|
3083
|
+
"recovery-codes-label-default": string;
|
3084
|
+
"webauthn-display-name": string;
|
3085
|
+
"webauthn-help-text": string;
|
3086
|
+
"webauthn-passwordless-display-name": string;
|
3087
|
+
"webauthn-passwordless-help-text": string;
|
3088
|
+
"webauthn-login-title": string;
|
3089
|
+
"webauthn-registration-title": string;
|
3090
|
+
"webauthn-available-authenticators": string;
|
3091
|
+
"webauthn-unsupported-browser-text": string;
|
3092
|
+
"webauthn-doAuthenticate": string;
|
3093
|
+
"webauthn-createdAt-label": string;
|
3094
|
+
"webauthn-error-title": string;
|
3095
|
+
"webauthn-error-registration": string;
|
3096
|
+
"webauthn-error-api-get": string;
|
3097
|
+
"webauthn-error-different-user": string;
|
3098
|
+
"webauthn-error-auth-verification": string;
|
3099
|
+
"webauthn-error-register-verification": string;
|
3100
|
+
"webauthn-error-user-not-found": string;
|
3101
|
+
"identity-provider-redirector": string;
|
3102
|
+
"identity-provider-login-label": string;
|
3103
|
+
"idp-email-verification-display-name": string;
|
3104
|
+
"idp-email-verification-help-text": string;
|
3105
|
+
"idp-username-password-form-display-name": string;
|
3106
|
+
"idp-username-password-form-help-text": string;
|
3107
|
+
finalDeletionConfirmation: string;
|
3108
|
+
irreversibleAction: string;
|
3109
|
+
deleteAccountConfirm: string;
|
3110
|
+
deletingImplies: string;
|
3111
|
+
errasingData: string;
|
3112
|
+
loggingOutImmediately: string;
|
3113
|
+
accountUnusable: string;
|
3114
|
+
userDeletedSuccessfully: string;
|
3115
|
+
"access-denied": string;
|
3116
|
+
"access-denied-when-idp-auth": string;
|
3117
|
+
"frontchannel-logout.title": string;
|
3118
|
+
"frontchannel-logout.message": string;
|
3119
|
+
logoutConfirmTitle: string;
|
3120
|
+
logoutConfirmHeader: string;
|
3121
|
+
doLogout: string;
|
3122
|
+
readOnlyUsernameMessage: string;
|
2177
3123
|
} | {
|
2178
3124
|
doLogIn: string;
|
2179
3125
|
doRegister: string;
|
@@ -2412,7 +3358,7 @@ export declare function getMessages(currentLanguageTag: string): Promise<{
|
|
2412
3358
|
brokerLinkingSessionExpired: string;
|
2413
3359
|
proceedWithAction: string;
|
2414
3360
|
"requiredAction.CONFIGURE_TOTP": string;
|
2415
|
-
"requiredAction.
|
3361
|
+
"requiredAction.TERMS_AND_CONDITIONS": string;
|
2416
3362
|
"requiredAction.UPDATE_PASSWORD": string;
|
2417
3363
|
"requiredAction.UPDATE_PROFILE": string;
|
2418
3364
|
"requiredAction.VERIFY_EMAIL": string;
|