keycloakify 5.4.3 → 5.4.6
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/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/bin/generate-i18n-messages.js +1 -1
- package/lib/i18n/generated_kcMessages/18.0.1/account.d.ts +4683 -0
- package/lib/i18n/generated_kcMessages/18.0.1/account.js +4691 -0
- package/lib/i18n/generated_kcMessages/18.0.1/account.js.map +1 -0
- package/lib/i18n/generated_kcMessages/18.0.1/admin.d.ts +269 -0
- package/lib/i18n/generated_kcMessages/18.0.1/admin.js +277 -0
- package/lib/i18n/generated_kcMessages/18.0.1/admin.js.map +1 -0
- package/lib/i18n/generated_kcMessages/18.0.1/email.d.ts +796 -0
- package/lib/i18n/generated_kcMessages/18.0.1/email.js +804 -0
- package/lib/i18n/generated_kcMessages/18.0.1/email.js.map +1 -0
- package/lib/i18n/generated_kcMessages/18.0.1/login.d.ts +5903 -0
- package/lib/i18n/generated_kcMessages/18.0.1/login.js +5911 -0
- package/lib/i18n/generated_kcMessages/18.0.1/login.js.map +1 -0
- package/lib/i18n/index.d.ts +694 -3
- package/lib/i18n/index.js +3 -1
- package/lib/i18n/index.js.map +1 -1
- package/lib/useFormValidationSlice.d.ts +3 -0
- package/lib/useFormValidationSlice.js +1 -0
- package/lib/useFormValidationSlice.js.map +1 -1
- package/package.json +18 -2
- package/src/bin/generate-i18n-messages.ts +1 -1
- package/src/lib/i18n/generated_kcMessages/18.0.1/account.ts +4732 -0
- package/src/lib/i18n/generated_kcMessages/18.0.1/admin.ts +283 -0
- package/src/lib/i18n/generated_kcMessages/18.0.1/email.ts +1062 -0
- package/src/lib/i18n/generated_kcMessages/18.0.1/login.ts +6063 -0
- package/src/lib/i18n/index.tsx +3 -1
- package/src/lib/useFormValidationSlice.tsx +4 -0
package/lib/i18n/index.d.ts
CHANGED
@@ -44,8 +44,13 @@ export declare const kcMessages: {
|
|
44
44
|
loginProfileTitle: string;
|
45
45
|
loginIdpReviewProfileTitle: string;
|
46
46
|
loginTimeout: string;
|
47
|
+
reauthenticate: string;
|
47
48
|
oauthGrantTitle: string;
|
48
49
|
oauthGrantTitleHtml: string;
|
50
|
+
oauthGrantInformation: string;
|
51
|
+
oauthGrantReview: string;
|
52
|
+
oauthGrantTos: string;
|
53
|
+
oauthGrantPolicy: string;
|
49
54
|
errorTitle: string;
|
50
55
|
errorTitleHtml: string;
|
51
56
|
emailVerifyTitle: string;
|
@@ -58,6 +63,11 @@ export declare const kcMessages: {
|
|
58
63
|
browserContinue: string;
|
59
64
|
browserContinuePrompt: string;
|
60
65
|
browserContinueAnswer: string;
|
66
|
+
usb: string;
|
67
|
+
nfc: string;
|
68
|
+
bluetooth: string;
|
69
|
+
internal: string;
|
70
|
+
unknown: string;
|
61
71
|
termsTitle: string;
|
62
72
|
termsPlainText: string;
|
63
73
|
recaptchaFailed: string;
|
@@ -144,6 +154,7 @@ export declare const kcMessages: {
|
|
144
154
|
emailLinkIdp5: string;
|
145
155
|
backToLogin: string;
|
146
156
|
emailInstruction: string;
|
157
|
+
emailInstructionUsername: string;
|
147
158
|
copyCodeInstruction: string;
|
148
159
|
pageExpiredTitle: string;
|
149
160
|
pageExpiredMsg1: string;
|
@@ -188,6 +199,7 @@ export declare const kcMessages: {
|
|
188
199
|
expiredActionMessage: string;
|
189
200
|
expiredActionTokenNoSessionMessage: string;
|
190
201
|
expiredActionTokenSessionExistsMessage: string;
|
202
|
+
sessionLimitExceeded: string;
|
191
203
|
missingFirstNameMessage: string;
|
192
204
|
missingLastNameMessage: string;
|
193
205
|
missingEmailMessage: string;
|
@@ -231,6 +243,7 @@ export declare const kcMessages: {
|
|
231
243
|
confirmLinkIdpReviewProfile: string;
|
232
244
|
confirmLinkIdpContinue: string;
|
233
245
|
configureTotpMessage: string;
|
246
|
+
configureBackupCodesMessage: string;
|
234
247
|
updateProfileMessage: string;
|
235
248
|
updatePasswordMessage: string;
|
236
249
|
resetPasswordMessage: string;
|
@@ -260,6 +273,7 @@ export declare const kcMessages: {
|
|
260
273
|
httpsRequiredMessage: string;
|
261
274
|
realmNotEnabledMessage: string;
|
262
275
|
invalidRequestMessage: string;
|
276
|
+
successLogout: string;
|
263
277
|
failedLogout: string;
|
264
278
|
unknownLoginRequesterMessage: string;
|
265
279
|
loginRequesterNotEnabledMessage: string;
|
@@ -284,6 +298,8 @@ export declare const kcMessages: {
|
|
284
298
|
invalidAccessCodeMessage: string;
|
285
299
|
sessionNotActiveMessage: string;
|
286
300
|
invalidCodeMessage: string;
|
301
|
+
cookieNotFoundMessage: string;
|
302
|
+
insufficientLevelOfAuthentication: string;
|
287
303
|
identityProviderUnexpectedErrorMessage: string;
|
288
304
|
identityProviderMissingStateMessage: string;
|
289
305
|
identityProviderNotFoundMessage: string;
|
@@ -319,6 +335,7 @@ export declare const kcMessages: {
|
|
319
335
|
locale_sv: string;
|
320
336
|
locale_tr: string;
|
321
337
|
"locale_zh-CN": string;
|
338
|
+
locale_fi: string;
|
322
339
|
backToApplication: string;
|
323
340
|
missingParameterMessage: string;
|
324
341
|
clientNotFoundMessage: string;
|
@@ -328,11 +345,13 @@ export declare const kcMessages: {
|
|
328
345
|
differentUserAuthenticated: string;
|
329
346
|
brokerLinkingSessionExpired: string;
|
330
347
|
proceedWithAction: string;
|
348
|
+
acrNotFulfilled: string;
|
331
349
|
"requiredAction.CONFIGURE_TOTP": string;
|
332
350
|
"requiredAction.terms_and_conditions": string;
|
333
351
|
"requiredAction.UPDATE_PASSWORD": string;
|
334
352
|
"requiredAction.UPDATE_PROFILE": string;
|
335
353
|
"requiredAction.VERIFY_EMAIL": string;
|
354
|
+
"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
|
336
355
|
doX509Login: string;
|
337
356
|
clientCertificate: string;
|
338
357
|
noCertificate: string;
|
@@ -364,6 +383,26 @@ export declare const kcMessages: {
|
|
364
383
|
"auth-username-form-help-text": string;
|
365
384
|
"auth-username-password-form-display-name": string;
|
366
385
|
"auth-username-password-form-help-text": string;
|
386
|
+
"auth-recovery-authn-code-form-display-name": string;
|
387
|
+
"auth-recovery-authn-code-form-help-text": string;
|
388
|
+
"auth-recovery-code-info-message": string;
|
389
|
+
"auth-recovery-code-prompt": string;
|
390
|
+
"auth-recovery-code-header": string;
|
391
|
+
"recovery-codes-error-invalid": string;
|
392
|
+
"recovery-code-config-header": string;
|
393
|
+
"recovery-code-config-warning-title": string;
|
394
|
+
"recovery-code-config-warning-message": string;
|
395
|
+
"recovery-codes-print": string;
|
396
|
+
"recovery-codes-download": string;
|
397
|
+
"recovery-codes-copy": string;
|
398
|
+
"recovery-codes-copied": string;
|
399
|
+
"recovery-codes-confirmation-message": string;
|
400
|
+
"recovery-codes-action-complete": string;
|
401
|
+
"recovery-codes-action-cancel": string;
|
402
|
+
"recovery-codes-download-file-header": string;
|
403
|
+
"recovery-codes-download-file-description": string;
|
404
|
+
"recovery-codes-download-file-date": string;
|
405
|
+
"recovery-codes-label-default": string;
|
367
406
|
"webauthn-display-name": string;
|
368
407
|
"webauthn-help-text": string;
|
369
408
|
"webauthn-passwordless-display-name": string;
|
@@ -373,6 +412,7 @@ export declare const kcMessages: {
|
|
373
412
|
"webauthn-available-authenticators": string;
|
374
413
|
"webauthn-unsupported-browser-text": string;
|
375
414
|
"webauthn-doAuthenticate": string;
|
415
|
+
"webauthn-createdAt-label": string;
|
376
416
|
"webauthn-error-title": string;
|
377
417
|
"webauthn-error-registration": string;
|
378
418
|
"webauthn-error-api-get": string;
|
@@ -391,6 +431,11 @@ export declare const kcMessages: {
|
|
391
431
|
accountUnusable: string;
|
392
432
|
userDeletedSuccessfully: string;
|
393
433
|
"access-denied": string;
|
434
|
+
"frontchannel-logout.title": string;
|
435
|
+
"frontchannel-logout.message": string;
|
436
|
+
logoutConfirmTitle: string;
|
437
|
+
logoutConfirmHeader: string;
|
438
|
+
doLogout: string;
|
394
439
|
};
|
395
440
|
fr: {
|
396
441
|
shouldBeEqual: string;
|
@@ -501,6 +546,7 @@ export declare const kcMessages: {
|
|
501
546
|
emailLinkIdp5: string;
|
502
547
|
backToLogin: string;
|
503
548
|
emailInstruction: string;
|
549
|
+
emailInstructionUsername: string;
|
504
550
|
copyCodeInstruction: string;
|
505
551
|
pageExpiredTitle: string;
|
506
552
|
pageExpiredMsg1: string;
|
@@ -851,6 +897,7 @@ export declare const kcMessages: {
|
|
851
897
|
unknownUser: string;
|
852
898
|
loginTotpTitle: string;
|
853
899
|
loginProfileTitle: string;
|
900
|
+
loginIdpReviewProfileTitle: string;
|
854
901
|
loginTimeout: string;
|
855
902
|
oauthGrantTitle: string;
|
856
903
|
oauthGrantTitleHtml: string;
|
@@ -861,6 +908,11 @@ export declare const kcMessages: {
|
|
861
908
|
updatePasswordTitle: string;
|
862
909
|
codeSuccessTitle: string;
|
863
910
|
codeErrorTitle: string;
|
911
|
+
displayUnsupported: string;
|
912
|
+
browserRequired: string;
|
913
|
+
browserContinue: string;
|
914
|
+
internal: string;
|
915
|
+
unknown: string;
|
864
916
|
termsTitle: string;
|
865
917
|
termsTitleHtml: string;
|
866
918
|
termsText: string;
|
@@ -915,7 +967,7 @@ export declare const kcMessages: {
|
|
915
967
|
loginTotpManualStep3: string;
|
916
968
|
loginTotpUnableToScan: string;
|
917
969
|
loginTotpScanBarcode: string;
|
918
|
-
|
970
|
+
loginOtpOneTime: string;
|
919
971
|
loginTotpType: string;
|
920
972
|
loginTotpAlgorithm: string;
|
921
973
|
loginTotpDigits: string;
|
@@ -947,6 +999,7 @@ export declare const kcMessages: {
|
|
947
999
|
emailLinkIdp5: string;
|
948
1000
|
backToLogin: string;
|
949
1001
|
emailInstruction: string;
|
1002
|
+
emailInstructionUsername: string;
|
950
1003
|
copyCodeInstruction: string;
|
951
1004
|
pageExpiredTitle: string;
|
952
1005
|
pageExpiredMsg1: string;
|
@@ -1003,14 +1056,22 @@ export declare const kcMessages: {
|
|
1003
1056
|
"error-invalid-blank": string;
|
1004
1057
|
"error-empty": string;
|
1005
1058
|
"error-invalid-length": string;
|
1059
|
+
"error-invalid-length-too-short": string;
|
1060
|
+
"error-invalid-length-too-long": string;
|
1006
1061
|
"error-invalid-email": string;
|
1007
1062
|
"error-invalid-number": string;
|
1008
1063
|
"error-number-out-of-range": string;
|
1064
|
+
"error-number-out-of-range-too-small": string;
|
1065
|
+
"error-number-out-of-range-too-big": string;
|
1009
1066
|
"error-pattern-no-match": string;
|
1010
1067
|
"error-invalid-uri": string;
|
1011
1068
|
"error-invalid-uri-scheme": string;
|
1012
1069
|
"error-invalid-uri-fragment": string;
|
1013
1070
|
"error-user-attribute-required": string;
|
1071
|
+
"error-invalid-date": string;
|
1072
|
+
"error-user-attribute-read-only": string;
|
1073
|
+
"error-username-invalid-character": string;
|
1074
|
+
"error-person-name-invalid-character": string;
|
1014
1075
|
invalidPasswordExistingMessage: string;
|
1015
1076
|
invalidPasswordBlacklistedMessage: string;
|
1016
1077
|
invalidPasswordConfirmMessage: string;
|
@@ -1041,6 +1102,7 @@ export declare const kcMessages: {
|
|
1041
1102
|
delegationFailedMessage: string;
|
1042
1103
|
noAccessMessage: string;
|
1043
1104
|
invalidPasswordMinLengthMessage: string;
|
1105
|
+
invalidPasswordMaxLengthMessage: string;
|
1044
1106
|
invalidPasswordMinDigitsMessage: string;
|
1045
1107
|
invalidPasswordMinLowerCaseCharsMessage: string;
|
1046
1108
|
invalidPasswordMinUpperCaseCharsMessage: string;
|
@@ -1054,6 +1116,7 @@ export declare const kcMessages: {
|
|
1054
1116
|
httpsRequiredMessage: string;
|
1055
1117
|
realmNotEnabledMessage: string;
|
1056
1118
|
invalidRequestMessage: string;
|
1119
|
+
successLogout: string;
|
1057
1120
|
failedLogout: string;
|
1058
1121
|
unknownLoginRequesterMessage: string;
|
1059
1122
|
loginRequesterNotEnabledMessage: string;
|
@@ -1078,12 +1141,14 @@ export declare const kcMessages: {
|
|
1078
1141
|
invalidAccessCodeMessage: string;
|
1079
1142
|
sessionNotActiveMessage: string;
|
1080
1143
|
invalidCodeMessage: string;
|
1144
|
+
cookieNotFoundMessage: string;
|
1081
1145
|
identityProviderUnexpectedErrorMessage: string;
|
1082
1146
|
identityProviderMissingStateMessage: string;
|
1083
1147
|
identityProviderNotFoundMessage: string;
|
1084
1148
|
identityProviderLinkSuccess: string;
|
1085
1149
|
staleCodeMessage: string;
|
1086
1150
|
realmSupportsNoCredentialsMessage: string;
|
1151
|
+
credentialSetupRequired: string;
|
1087
1152
|
identityProviderNotUniqueMessage: string;
|
1088
1153
|
emailVerifiedMessage: string;
|
1089
1154
|
staleEmailVerificationLink: string;
|
@@ -1142,6 +1207,7 @@ export declare const kcMessages: {
|
|
1142
1207
|
"webauthn-available-authenticators": string;
|
1143
1208
|
"webauthn-unsupported-browser-text": string;
|
1144
1209
|
"webauthn-doAuthenticate": string;
|
1210
|
+
"webauthn-createdAt-label": string;
|
1145
1211
|
"webauthn-error-title": string;
|
1146
1212
|
"webauthn-error-registration": string;
|
1147
1213
|
"webauthn-error-api-get": string;
|
@@ -1160,6 +1226,11 @@ export declare const kcMessages: {
|
|
1160
1226
|
accountUnusable: string;
|
1161
1227
|
userDeletedSuccessfully: string;
|
1162
1228
|
"access-denied": string;
|
1229
|
+
"frontchannel-logout.title": string;
|
1230
|
+
"frontchannel-logout.message": string;
|
1231
|
+
logoutConfirmTitle: string;
|
1232
|
+
logoutConfirmHeader: string;
|
1233
|
+
doLogout: string;
|
1163
1234
|
};
|
1164
1235
|
da: {
|
1165
1236
|
doLogIn: string;
|
@@ -1729,6 +1800,7 @@ export declare const kcMessages: {
|
|
1729
1800
|
invalidAccessCodeMessage: string;
|
1730
1801
|
sessionNotActiveMessage: string;
|
1731
1802
|
invalidCodeMessage: string;
|
1803
|
+
cookieNotFoundMessage: string;
|
1732
1804
|
identityProviderUnexpectedErrorMessage: string;
|
1733
1805
|
identityProviderMissingStateMessage: string;
|
1734
1806
|
identityProviderNotFoundMessage: string;
|
@@ -1795,6 +1867,7 @@ export declare const kcMessages: {
|
|
1795
1867
|
"webauthn-registration-title": string;
|
1796
1868
|
"webauthn-available-authenticators": string;
|
1797
1869
|
"webauthn-unsupported-browser-text": string;
|
1870
|
+
"webauthn-doAuthenticate": string;
|
1798
1871
|
"webauthn-error-title": string;
|
1799
1872
|
"webauthn-error-registration": string;
|
1800
1873
|
"webauthn-error-api-get": string;
|
@@ -1832,6 +1905,7 @@ export declare const kcMessages: {
|
|
1832
1905
|
kerberosNotSetUp: string;
|
1833
1906
|
registerWithTitle: string;
|
1834
1907
|
registerWithTitleHtml: string;
|
1908
|
+
loginAccountTitle: string;
|
1835
1909
|
loginTitle: string;
|
1836
1910
|
loginTitleHtml: string;
|
1837
1911
|
impersonateTitle: string;
|
@@ -1991,6 +2065,393 @@ export declare const kcMessages: {
|
|
1991
2065
|
invalidParameterMessage: string;
|
1992
2066
|
alreadyLoggedIn: string;
|
1993
2067
|
};
|
2068
|
+
fi: {
|
2069
|
+
doLogIn: string;
|
2070
|
+
doRegister: string;
|
2071
|
+
doCancel: string;
|
2072
|
+
doSubmit: string;
|
2073
|
+
doBack: string;
|
2074
|
+
doYes: string;
|
2075
|
+
doNo: string;
|
2076
|
+
doContinue: string;
|
2077
|
+
doIgnore: string;
|
2078
|
+
doAccept: string;
|
2079
|
+
doDecline: string;
|
2080
|
+
doForgotPassword: string;
|
2081
|
+
doClickHere: string;
|
2082
|
+
doImpersonate: string;
|
2083
|
+
doTryAgain: string;
|
2084
|
+
doTryAnotherWay: string;
|
2085
|
+
doConfirmDelete: string;
|
2086
|
+
errorDeletingAccount: string;
|
2087
|
+
deletingAccountForbidden: string;
|
2088
|
+
kerberosNotConfigured: string;
|
2089
|
+
kerberosNotConfiguredTitle: string;
|
2090
|
+
bypassKerberosDetail: string;
|
2091
|
+
kerberosNotSetUp: string;
|
2092
|
+
registerTitle: string;
|
2093
|
+
loginAccountTitle: string;
|
2094
|
+
loginTitle: string;
|
2095
|
+
loginTitleHtml: string;
|
2096
|
+
impersonateTitle: string;
|
2097
|
+
impersonateTitleHtml: string;
|
2098
|
+
realmChoice: string;
|
2099
|
+
unknownUser: string;
|
2100
|
+
loginTotpTitle: string;
|
2101
|
+
loginProfileTitle: string;
|
2102
|
+
loginIdpReviewProfileTitle: string;
|
2103
|
+
loginTimeout: string;
|
2104
|
+
oauthGrantTitle: string;
|
2105
|
+
oauthGrantTitleHtml: string;
|
2106
|
+
errorTitle: string;
|
2107
|
+
errorTitleHtml: string;
|
2108
|
+
emailVerifyTitle: string;
|
2109
|
+
emailForgotTitle: string;
|
2110
|
+
updatePasswordTitle: string;
|
2111
|
+
codeSuccessTitle: string;
|
2112
|
+
codeErrorTitle: string;
|
2113
|
+
displayUnsupported: string;
|
2114
|
+
browserRequired: string;
|
2115
|
+
browserContinue: string;
|
2116
|
+
browserContinuePrompt: string;
|
2117
|
+
browserContinueAnswer: string;
|
2118
|
+
termsTitle: string;
|
2119
|
+
termsText: string;
|
2120
|
+
termsPlainText: string;
|
2121
|
+
recaptchaFailed: string;
|
2122
|
+
recaptchaNotConfigured: string;
|
2123
|
+
consentDenied: string;
|
2124
|
+
noAccount: string;
|
2125
|
+
username: string;
|
2126
|
+
usernameOrEmail: string;
|
2127
|
+
firstName: string;
|
2128
|
+
givenName: string;
|
2129
|
+
fullName: string;
|
2130
|
+
lastName: string;
|
2131
|
+
familyName: string;
|
2132
|
+
email: string;
|
2133
|
+
password: string;
|
2134
|
+
passwordConfirm: string;
|
2135
|
+
passwordNew: string;
|
2136
|
+
passwordNewConfirm: string;
|
2137
|
+
rememberMe: string;
|
2138
|
+
authenticatorCode: string;
|
2139
|
+
address: string;
|
2140
|
+
street: string;
|
2141
|
+
locality: string;
|
2142
|
+
region: string;
|
2143
|
+
postal_code: string;
|
2144
|
+
country: string;
|
2145
|
+
emailVerified: string;
|
2146
|
+
website: string;
|
2147
|
+
phoneNumber: string;
|
2148
|
+
phoneNumberVerified: string;
|
2149
|
+
gender: string;
|
2150
|
+
birthday: string;
|
2151
|
+
zoneinfo: string;
|
2152
|
+
gssDelegationCredential: string;
|
2153
|
+
logoutOtherSessions: string;
|
2154
|
+
profileScopeConsentText: string;
|
2155
|
+
emailScopeConsentText: string;
|
2156
|
+
addressScopeConsentText: string;
|
2157
|
+
phoneScopeConsentText: string;
|
2158
|
+
offlineAccessScopeConsentText: string;
|
2159
|
+
samlRoleListScopeConsentText: string;
|
2160
|
+
rolesScopeConsentText: string;
|
2161
|
+
restartLoginTooltip: string;
|
2162
|
+
loginTotpIntro: string;
|
2163
|
+
loginTotpStep1: string;
|
2164
|
+
loginTotpStep2: string;
|
2165
|
+
loginTotpStep3: string;
|
2166
|
+
loginTotpStep3DeviceName: string;
|
2167
|
+
loginTotpManualStep2: string;
|
2168
|
+
loginTotpManualStep3: string;
|
2169
|
+
loginTotpUnableToScan: string;
|
2170
|
+
loginTotpScanBarcode: string;
|
2171
|
+
loginCredential: string;
|
2172
|
+
loginTotpOneTime: string;
|
2173
|
+
loginTotpType: string;
|
2174
|
+
loginTotpAlgorithm: string;
|
2175
|
+
loginTotpDigits: string;
|
2176
|
+
loginTotpInterval: string;
|
2177
|
+
loginTotpCounter: string;
|
2178
|
+
loginTotpDeviceName: string;
|
2179
|
+
"loginTotp.totp": string;
|
2180
|
+
"loginTotp.hotp": string;
|
2181
|
+
loginChooseAuthenticator: string;
|
2182
|
+
oauthGrantRequest: string;
|
2183
|
+
inResource: string;
|
2184
|
+
oauth2DeviceVerificationTitle: string;
|
2185
|
+
verifyOAuth2DeviceUserCode: string;
|
2186
|
+
oauth2DeviceInvalidUserCodeMessage: string;
|
2187
|
+
oauth2DeviceExpiredUserCodeMessage: string;
|
2188
|
+
oauth2DeviceVerificationCompleteHeader: string;
|
2189
|
+
oauth2DeviceVerificationCompleteMessage: string;
|
2190
|
+
oauth2DeviceVerificationFailedHeader: string;
|
2191
|
+
oauth2DeviceVerificationFailedMessage: string;
|
2192
|
+
oauth2DeviceConsentDeniedMessage: string;
|
2193
|
+
oauth2DeviceAuthorizationGrantDisabledMessage: string;
|
2194
|
+
emailVerifyInstruction1: string;
|
2195
|
+
emailVerifyInstruction2: string;
|
2196
|
+
emailVerifyInstruction3: string;
|
2197
|
+
emailLinkIdpTitle: string;
|
2198
|
+
emailLinkIdp1: string;
|
2199
|
+
emailLinkIdp2: string;
|
2200
|
+
emailLinkIdp3: string;
|
2201
|
+
emailLinkIdp4: string;
|
2202
|
+
emailLinkIdp5: string;
|
2203
|
+
backToLogin: string;
|
2204
|
+
emailInstruction: string;
|
2205
|
+
emailInstructionUsername: string;
|
2206
|
+
copyCodeInstruction: string;
|
2207
|
+
pageExpiredTitle: string;
|
2208
|
+
pageExpiredMsg1: string;
|
2209
|
+
pageExpiredMsg2: string;
|
2210
|
+
personalInfo: string;
|
2211
|
+
role_admin: string;
|
2212
|
+
"role_realm-admin": string;
|
2213
|
+
"role_create-realm": string;
|
2214
|
+
"role_create-client": string;
|
2215
|
+
"role_view-realm": string;
|
2216
|
+
"role_view-users": string;
|
2217
|
+
"role_view-applications": string;
|
2218
|
+
"role_view-clients": string;
|
2219
|
+
"role_view-events": string;
|
2220
|
+
"role_view-identity-providers": string;
|
2221
|
+
"role_manage-realm": string;
|
2222
|
+
"role_manage-users": string;
|
2223
|
+
"role_manage-applications": string;
|
2224
|
+
"role_manage-identity-providers": string;
|
2225
|
+
"role_manage-clients": string;
|
2226
|
+
"role_manage-events": string;
|
2227
|
+
"role_view-profile": string;
|
2228
|
+
"role_manage-account": string;
|
2229
|
+
"role_manage-account-links": string;
|
2230
|
+
"role_read-token": string;
|
2231
|
+
"role_offline-access": string;
|
2232
|
+
client_account: string;
|
2233
|
+
"client_account-console": string;
|
2234
|
+
"client_security-admin-console": string;
|
2235
|
+
"client_admin-cli": string;
|
2236
|
+
"client_realm-management": string;
|
2237
|
+
client_broker: string;
|
2238
|
+
requiredFields: string;
|
2239
|
+
invalidUserMessage: string;
|
2240
|
+
invalidUsernameMessage: string;
|
2241
|
+
invalidUsernameOrEmailMessage: string;
|
2242
|
+
invalidPasswordMessage: string;
|
2243
|
+
invalidEmailMessage: string;
|
2244
|
+
accountDisabledMessage: string;
|
2245
|
+
accountTemporarilyDisabledMessage: string;
|
2246
|
+
expiredCodeMessage: string;
|
2247
|
+
expiredActionMessage: string;
|
2248
|
+
expiredActionTokenNoSessionMessage: string;
|
2249
|
+
expiredActionTokenSessionExistsMessage: string;
|
2250
|
+
missingFirstNameMessage: string;
|
2251
|
+
missingLastNameMessage: string;
|
2252
|
+
missingEmailMessage: string;
|
2253
|
+
missingUsernameMessage: string;
|
2254
|
+
missingPasswordMessage: string;
|
2255
|
+
missingTotpMessage: string;
|
2256
|
+
missingTotpDeviceNameMessage: string;
|
2257
|
+
notMatchPasswordMessage: string;
|
2258
|
+
"error-invalid-value": string;
|
2259
|
+
"error-invalid-blank": string;
|
2260
|
+
"error-empty": string;
|
2261
|
+
"error-invalid-length": string;
|
2262
|
+
"error-invalid-length-too-short": string;
|
2263
|
+
"error-invalid-length-too-long": string;
|
2264
|
+
"error-invalid-email": string;
|
2265
|
+
"error-invalid-number": string;
|
2266
|
+
"error-number-out-of-range": string;
|
2267
|
+
"error-number-out-of-range-too-small": string;
|
2268
|
+
"error-number-out-of-range-too-big": string;
|
2269
|
+
"error-pattern-no-match": string;
|
2270
|
+
"error-invalid-uri": string;
|
2271
|
+
"error-invalid-uri-scheme": string;
|
2272
|
+
"error-invalid-uri-fragment": string;
|
2273
|
+
"error-user-attribute-required": string;
|
2274
|
+
"error-invalid-date": string;
|
2275
|
+
"error-user-attribute-read-only": string;
|
2276
|
+
"error-username-invalid-character": string;
|
2277
|
+
"error-person-name-invalid-character": string;
|
2278
|
+
invalidPasswordExistingMessage: string;
|
2279
|
+
invalidPasswordBlacklistedMessage: string;
|
2280
|
+
invalidPasswordConfirmMessage: string;
|
2281
|
+
invalidTotpMessage: string;
|
2282
|
+
usernameExistsMessage: string;
|
2283
|
+
emailExistsMessage: string;
|
2284
|
+
federatedIdentityExistsMessage: string;
|
2285
|
+
federatedIdentityUnavailableMessage: string;
|
2286
|
+
confirmLinkIdpTitle: string;
|
2287
|
+
federatedIdentityConfirmLinkMessage: string;
|
2288
|
+
federatedIdentityConfirmReauthenticateMessage: string;
|
2289
|
+
nestedFirstBrokerFlowMessage: string;
|
2290
|
+
confirmLinkIdpReviewProfile: string;
|
2291
|
+
confirmLinkIdpContinue: string;
|
2292
|
+
configureTotpMessage: string;
|
2293
|
+
updateProfileMessage: string;
|
2294
|
+
updatePasswordMessage: string;
|
2295
|
+
resetPasswordMessage: string;
|
2296
|
+
verifyEmailMessage: string;
|
2297
|
+
linkIdpMessage: string;
|
2298
|
+
emailSentMessage: string;
|
2299
|
+
emailSendErrorMessage: string;
|
2300
|
+
accountUpdatedMessage: string;
|
2301
|
+
accountPasswordUpdatedMessage: string;
|
2302
|
+
delegationCompleteHeader: string;
|
2303
|
+
delegationCompleteMessage: string;
|
2304
|
+
delegationFailedHeader: string;
|
2305
|
+
delegationFailedMessage: string;
|
2306
|
+
noAccessMessage: string;
|
2307
|
+
invalidPasswordMinLengthMessage: string;
|
2308
|
+
invalidPasswordMaxLengthMessage: string;
|
2309
|
+
invalidPasswordMinDigitsMessage: string;
|
2310
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
2311
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
2312
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
2313
|
+
invalidPasswordNotUsernameMessage: string;
|
2314
|
+
invalidPasswordNotEmailMessage: string;
|
2315
|
+
invalidPasswordRegexPatternMessage: string;
|
2316
|
+
invalidPasswordHistoryMessage: string;
|
2317
|
+
invalidPasswordGenericMessage: string;
|
2318
|
+
failedToProcessResponseMessage: string;
|
2319
|
+
httpsRequiredMessage: string;
|
2320
|
+
realmNotEnabledMessage: string;
|
2321
|
+
invalidRequestMessage: string;
|
2322
|
+
failedLogout: string;
|
2323
|
+
unknownLoginRequesterMessage: string;
|
2324
|
+
loginRequesterNotEnabledMessage: string;
|
2325
|
+
bearerOnlyMessage: string;
|
2326
|
+
standardFlowDisabledMessage: string;
|
2327
|
+
implicitFlowDisabledMessage: string;
|
2328
|
+
invalidRedirectUriMessage: string;
|
2329
|
+
unsupportedNameIdFormatMessage: string;
|
2330
|
+
invalidRequesterMessage: string;
|
2331
|
+
registrationNotAllowedMessage: string;
|
2332
|
+
resetCredentialNotAllowedMessage: string;
|
2333
|
+
permissionNotApprovedMessage: string;
|
2334
|
+
noRelayStateInResponseMessage: string;
|
2335
|
+
insufficientPermissionMessage: string;
|
2336
|
+
couldNotProceedWithAuthenticationRequestMessage: string;
|
2337
|
+
couldNotObtainTokenMessage: string;
|
2338
|
+
unexpectedErrorRetrievingTokenMessage: string;
|
2339
|
+
unexpectedErrorHandlingResponseMessage: string;
|
2340
|
+
identityProviderAuthenticationFailedMessage: string;
|
2341
|
+
identityProviderDifferentUserMessage: string;
|
2342
|
+
couldNotSendAuthenticationRequestMessage: string;
|
2343
|
+
unexpectedErrorHandlingRequestMessage: string;
|
2344
|
+
invalidAccessCodeMessage: string;
|
2345
|
+
sessionNotActiveMessage: string;
|
2346
|
+
invalidCodeMessage: string;
|
2347
|
+
identityProviderUnexpectedErrorMessage: string;
|
2348
|
+
identityProviderNotFoundMessage: string;
|
2349
|
+
identityProviderLinkSuccess: string;
|
2350
|
+
staleCodeMessage: string;
|
2351
|
+
realmSupportsNoCredentialsMessage: string;
|
2352
|
+
credentialSetupRequired: string;
|
2353
|
+
identityProviderNotUniqueMessage: string;
|
2354
|
+
emailVerifiedMessage: string;
|
2355
|
+
staleEmailVerificationLink: string;
|
2356
|
+
identityProviderAlreadyLinkedMessage: string;
|
2357
|
+
confirmAccountLinking: string;
|
2358
|
+
confirmEmailAddressVerification: string;
|
2359
|
+
confirmExecutionOfActions: string;
|
2360
|
+
locale_ca: string;
|
2361
|
+
locale_cs: string;
|
2362
|
+
locale_da: string;
|
2363
|
+
locale_de: string;
|
2364
|
+
locale_en: string;
|
2365
|
+
locale_es: string;
|
2366
|
+
locale_fr: string;
|
2367
|
+
locale_hu: string;
|
2368
|
+
locale_it: string;
|
2369
|
+
locale_ja: string;
|
2370
|
+
locale_lt: string;
|
2371
|
+
locale_nl: string;
|
2372
|
+
locale_no: string;
|
2373
|
+
locale_pl: string;
|
2374
|
+
locale_pt_BR: string;
|
2375
|
+
"locale_pt-BR": string;
|
2376
|
+
locale_ru: string;
|
2377
|
+
"locale_zh-CN": string;
|
2378
|
+
locale_sk: string;
|
2379
|
+
locale_sv: string;
|
2380
|
+
locale_fi: string;
|
2381
|
+
locale_tr: string;
|
2382
|
+
backToApplication: string;
|
2383
|
+
missingParameterMessage: string;
|
2384
|
+
clientNotFoundMessage: string;
|
2385
|
+
clientDisabledMessage: string;
|
2386
|
+
invalidParameterMessage: string;
|
2387
|
+
alreadyLoggedIn: string;
|
2388
|
+
differentUserAuthenticated: string;
|
2389
|
+
brokerLinkingSessionExpired: string;
|
2390
|
+
proceedWithAction: string;
|
2391
|
+
"requiredAction.CONFIGURE_TOTP": string;
|
2392
|
+
"requiredAction.terms_and_conditions": string;
|
2393
|
+
"requiredAction.UPDATE_PASSWORD": string;
|
2394
|
+
"requiredAction.UPDATE_PROFILE": string;
|
2395
|
+
"requiredAction.VERIFY_EMAIL": string;
|
2396
|
+
doX509Login: string;
|
2397
|
+
clientCertificate: string;
|
2398
|
+
noCertificate: string;
|
2399
|
+
pageNotFound: string;
|
2400
|
+
internalServerError: string;
|
2401
|
+
"console-username": string;
|
2402
|
+
"console-password": string;
|
2403
|
+
"console-otp": string;
|
2404
|
+
"console-new-password": string;
|
2405
|
+
"console-confirm-password": string;
|
2406
|
+
"console-update-password": string;
|
2407
|
+
"console-verify-email": string;
|
2408
|
+
"console-email-code": string;
|
2409
|
+
"console-accept-terms": string;
|
2410
|
+
"console-accept": string;
|
2411
|
+
"openshift.scope.user_info": string;
|
2412
|
+
"openshift.scope.user_check-access": string;
|
2413
|
+
"openshift.scope.user_full": string;
|
2414
|
+
"openshift.scope.list-projects": string;
|
2415
|
+
"saml.post-form.title": string;
|
2416
|
+
"saml.post-form.message": string;
|
2417
|
+
"saml.post-form.js-disabled": string;
|
2418
|
+
"saml.artifactResolutionServiceInvalidResponse": string;
|
2419
|
+
"otp-display-name": string;
|
2420
|
+
"otp-help-text": string;
|
2421
|
+
"password-display-name": string;
|
2422
|
+
"password-help-text": string;
|
2423
|
+
"auth-username-form-display-name": string;
|
2424
|
+
"auth-username-form-help-text": string;
|
2425
|
+
"auth-username-password-form-display-name": string;
|
2426
|
+
"auth-username-password-form-help-text": string;
|
2427
|
+
"webauthn-display-name": string;
|
2428
|
+
"webauthn-help-text": string;
|
2429
|
+
"webauthn-passwordless-display-name": string;
|
2430
|
+
"webauthn-passwordless-help-text": string;
|
2431
|
+
"webauthn-login-title": string;
|
2432
|
+
"webauthn-registration-title": string;
|
2433
|
+
"webauthn-available-authenticators": string;
|
2434
|
+
"webauthn-unsupported-browser-text": string;
|
2435
|
+
"webauthn-doAuthenticate": string;
|
2436
|
+
"webauthn-error-title": string;
|
2437
|
+
"webauthn-error-registration": string;
|
2438
|
+
"webauthn-error-api-get": string;
|
2439
|
+
"webauthn-error-different-user": string;
|
2440
|
+
"webauthn-error-auth-verification": string;
|
2441
|
+
"webauthn-error-register-verification": string;
|
2442
|
+
"webauthn-error-user-not-found": string;
|
2443
|
+
"identity-provider-redirector": string;
|
2444
|
+
"identity-provider-login-label": string;
|
2445
|
+
finalDeletionConfirmation: string;
|
2446
|
+
irreversibleAction: string;
|
2447
|
+
deleteAccountConfirm: string;
|
2448
|
+
deletingImplies: string;
|
2449
|
+
errasingData: string;
|
2450
|
+
loggingOutImmediately: string;
|
2451
|
+
accountUnusable: string;
|
2452
|
+
userDeletedSuccessfully: string;
|
2453
|
+
"access-denied": string;
|
2454
|
+
};
|
1994
2455
|
hu: {
|
1995
2456
|
doLogIn: string;
|
1996
2457
|
doRegister: string;
|
@@ -2013,6 +2474,7 @@ export declare const kcMessages: {
|
|
2013
2474
|
bypassKerberosDetail: string;
|
2014
2475
|
kerberosNotSetUp: string;
|
2015
2476
|
registerTitle: string;
|
2477
|
+
loginAccountTitle: string;
|
2016
2478
|
loginTitle: string;
|
2017
2479
|
loginTitleHtml: string;
|
2018
2480
|
impersonateTitle: string;
|
@@ -2298,6 +2760,7 @@ export declare const kcMessages: {
|
|
2298
2760
|
"webauthn-error-register-verification": string;
|
2299
2761
|
"webauthn-error-user-not-found": string;
|
2300
2762
|
"identity-provider-redirector": string;
|
2763
|
+
"identity-provider-login-label": string;
|
2301
2764
|
};
|
2302
2765
|
it: {
|
2303
2766
|
doLogIn: string;
|
@@ -2626,6 +3089,7 @@ export declare const kcMessages: {
|
|
2626
3089
|
bypassKerberosDetail: string;
|
2627
3090
|
kerberosNotSetUp: string;
|
2628
3091
|
registerTitle: string;
|
3092
|
+
loginAccountTitle: string;
|
2629
3093
|
loginTitle: string;
|
2630
3094
|
loginTitleHtml: string;
|
2631
3095
|
impersonateTitle: string;
|
@@ -3101,6 +3565,231 @@ export declare const kcMessages: {
|
|
3101
3565
|
invalidParameterMessage: string;
|
3102
3566
|
alreadyLoggedIn: string;
|
3103
3567
|
};
|
3568
|
+
lv: {
|
3569
|
+
doLogIn: string;
|
3570
|
+
doRegister: string;
|
3571
|
+
doCancel: string;
|
3572
|
+
doSubmit: string;
|
3573
|
+
doBack: string;
|
3574
|
+
doYes: string;
|
3575
|
+
doNo: string;
|
3576
|
+
doContinue: string;
|
3577
|
+
doIgnore: string;
|
3578
|
+
doAccept: string;
|
3579
|
+
doDecline: string;
|
3580
|
+
doForgotPassword: string;
|
3581
|
+
doClickHere: string;
|
3582
|
+
doImpersonate: string;
|
3583
|
+
doTryAgain: string;
|
3584
|
+
doTryAnotherWay: string;
|
3585
|
+
doConfirmDelete: string;
|
3586
|
+
errorDeletingAccount: string;
|
3587
|
+
deletingAccountForbidden: string;
|
3588
|
+
kerberosNotConfigured: string;
|
3589
|
+
kerberosNotConfiguredTitle: string;
|
3590
|
+
bypassKerberosDetail: string;
|
3591
|
+
kerberosNotSetUp: string;
|
3592
|
+
registerTitle: string;
|
3593
|
+
loginAccountTitle: string;
|
3594
|
+
loginTitle: string;
|
3595
|
+
loginTitleHtml: string;
|
3596
|
+
impersonateTitle: string;
|
3597
|
+
impersonateTitleHtml: string;
|
3598
|
+
realmChoice: string;
|
3599
|
+
unknownUser: string;
|
3600
|
+
loginTotpTitle: string;
|
3601
|
+
loginProfileTitle: string;
|
3602
|
+
loginIdpReviewProfileTitle: string;
|
3603
|
+
loginTimeout: string;
|
3604
|
+
oauthGrantTitle: string;
|
3605
|
+
oauthGrantTitleHtml: string;
|
3606
|
+
errorTitle: string;
|
3607
|
+
errorTitleHtml: string;
|
3608
|
+
emailVerifyTitle: string;
|
3609
|
+
emailForgotTitle: string;
|
3610
|
+
updatePasswordTitle: string;
|
3611
|
+
codeSuccessTitle: string;
|
3612
|
+
codeErrorTitle: string;
|
3613
|
+
displayUnsupported: string;
|
3614
|
+
browserRequired: string;
|
3615
|
+
browserContinue: string;
|
3616
|
+
browserContinuePrompt: string;
|
3617
|
+
browserContinueAnswer: string;
|
3618
|
+
termsTitle: string;
|
3619
|
+
termsText: string;
|
3620
|
+
termsPlainText: string;
|
3621
|
+
recaptchaFailed: string;
|
3622
|
+
recaptchaNotConfigured: string;
|
3623
|
+
consentDenied: string;
|
3624
|
+
noAccount: string;
|
3625
|
+
username: string;
|
3626
|
+
usernameOrEmail: string;
|
3627
|
+
firstName: string;
|
3628
|
+
givenName: string;
|
3629
|
+
fullName: string;
|
3630
|
+
lastName: string;
|
3631
|
+
familyName: string;
|
3632
|
+
email: string;
|
3633
|
+
password: string;
|
3634
|
+
passwordConfirm: string;
|
3635
|
+
passwordNew: string;
|
3636
|
+
passwordNewConfirm: string;
|
3637
|
+
rememberMe: string;
|
3638
|
+
authenticatorCode: string;
|
3639
|
+
address: string;
|
3640
|
+
street: string;
|
3641
|
+
locality: string;
|
3642
|
+
region: string;
|
3643
|
+
postal_code: string;
|
3644
|
+
country: string;
|
3645
|
+
emailVerified: string;
|
3646
|
+
website: string;
|
3647
|
+
phoneNumber: string;
|
3648
|
+
phoneNumberVerified: string;
|
3649
|
+
gender: string;
|
3650
|
+
birthday: string;
|
3651
|
+
zoneinfo: string;
|
3652
|
+
gssDelegationCredential: string;
|
3653
|
+
logoutOtherSessions: string;
|
3654
|
+
profileScopeConsentText: string;
|
3655
|
+
emailScopeConsentText: string;
|
3656
|
+
addressScopeConsentText: string;
|
3657
|
+
phoneScopeConsentText: string;
|
3658
|
+
offlineAccessScopeConsentText: string;
|
3659
|
+
samlRoleListScopeConsentText: string;
|
3660
|
+
rolesScopeConsentText: string;
|
3661
|
+
restartLoginTooltip: string;
|
3662
|
+
emailVerifyInstruction1: string;
|
3663
|
+
emailVerifyInstruction2: string;
|
3664
|
+
emailVerifyInstruction3: string;
|
3665
|
+
emailLinkIdpTitle: string;
|
3666
|
+
emailLinkIdp1: string;
|
3667
|
+
emailLinkIdp2: string;
|
3668
|
+
emailLinkIdp3: string;
|
3669
|
+
emailLinkIdp4: string;
|
3670
|
+
emailLinkIdp5: string;
|
3671
|
+
backToLogin: string;
|
3672
|
+
emailInstruction: string;
|
3673
|
+
copyCodeInstruction: string;
|
3674
|
+
pageExpiredTitle: string;
|
3675
|
+
pageExpiredMsg1: string;
|
3676
|
+
pageExpiredMsg2: string;
|
3677
|
+
personalInfo: string;
|
3678
|
+
role_admin: string;
|
3679
|
+
"role_realm-admin": string;
|
3680
|
+
"role_create-realm": string;
|
3681
|
+
"role_view-realm": string;
|
3682
|
+
"role_view-users": string;
|
3683
|
+
"role_view-applications": string;
|
3684
|
+
"role_view-clients": string;
|
3685
|
+
"role_view-events": string;
|
3686
|
+
"role_view-identity-providers": string;
|
3687
|
+
"role_manage-realm": string;
|
3688
|
+
"role_manage-users": string;
|
3689
|
+
"role_manage-applications": string;
|
3690
|
+
"role_manage-identity-providers": string;
|
3691
|
+
"role_manage-clients": string;
|
3692
|
+
"role_manage-events": string;
|
3693
|
+
"role_view-profile": string;
|
3694
|
+
"role_manage-account": string;
|
3695
|
+
"role_manage-account-links": string;
|
3696
|
+
"role_read-token": string;
|
3697
|
+
"role_offline-access": string;
|
3698
|
+
role_uma_authorization: string;
|
3699
|
+
client_account: string;
|
3700
|
+
"client_security-admin-console": string;
|
3701
|
+
"client_admin-cli": string;
|
3702
|
+
"client_realm-management": string;
|
3703
|
+
client_broker: string;
|
3704
|
+
invalidUserMessage: string;
|
3705
|
+
invalidEmailMessage: string;
|
3706
|
+
accountDisabledMessage: string;
|
3707
|
+
accountTemporarilyDisabledMessage: string;
|
3708
|
+
expiredCodeMessage: string;
|
3709
|
+
expiredActionMessage: string;
|
3710
|
+
expiredActionTokenNoSessionMessage: string;
|
3711
|
+
expiredActionTokenSessionExistsMessage: string;
|
3712
|
+
missingFirstNameMessage: string;
|
3713
|
+
missingLastNameMessage: string;
|
3714
|
+
missingEmailMessage: string;
|
3715
|
+
missingUsernameMessage: string;
|
3716
|
+
missingPasswordMessage: string;
|
3717
|
+
notMatchPasswordMessage: string;
|
3718
|
+
invalidPasswordExistingMessage: string;
|
3719
|
+
invalidPasswordBlacklistedMessage: string;
|
3720
|
+
invalidPasswordConfirmMessage: string;
|
3721
|
+
usernameExistsMessage: string;
|
3722
|
+
emailExistsMessage: string;
|
3723
|
+
federatedIdentityExistsMessage: string;
|
3724
|
+
confirmLinkIdpTitle: string;
|
3725
|
+
federatedIdentityConfirmLinkMessage: string;
|
3726
|
+
federatedIdentityConfirmReauthenticateMessage: string;
|
3727
|
+
confirmLinkIdpReviewProfile: string;
|
3728
|
+
confirmLinkIdpContinue: string;
|
3729
|
+
accountUpdatedMessage: string;
|
3730
|
+
accountPasswordUpdatedMessage: string;
|
3731
|
+
delegationCompleteHeader: string;
|
3732
|
+
delegationCompleteMessage: string;
|
3733
|
+
delegationFailedHeader: string;
|
3734
|
+
delegationFailedMessage: string;
|
3735
|
+
noAccessMessage: string;
|
3736
|
+
invalidPasswordMinLengthMessage: string;
|
3737
|
+
invalidPasswordMinDigitsMessage: string;
|
3738
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
3739
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
3740
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
3741
|
+
invalidPasswordNotUsernameMessage: string;
|
3742
|
+
invalidPasswordRegexPatternMessage: string;
|
3743
|
+
invalidPasswordHistoryMessage: string;
|
3744
|
+
invalidPasswordGenericMessage: string;
|
3745
|
+
locale_ca: string;
|
3746
|
+
locale_cs: string;
|
3747
|
+
locale_da: string;
|
3748
|
+
locale_de: string;
|
3749
|
+
locale_en: string;
|
3750
|
+
locale_es: string;
|
3751
|
+
locale_fr: string;
|
3752
|
+
locale_hu: string;
|
3753
|
+
locale_it: string;
|
3754
|
+
locale_ja: string;
|
3755
|
+
locale_lv: string;
|
3756
|
+
locale_lt: string;
|
3757
|
+
locale_nl: string;
|
3758
|
+
locale_no: string;
|
3759
|
+
locale_pl: string;
|
3760
|
+
locale_pt_BR: string;
|
3761
|
+
"locale_pt-BR": string;
|
3762
|
+
locale_ru: string;
|
3763
|
+
locale_sk: string;
|
3764
|
+
locale_sv: string;
|
3765
|
+
locale_tr: string;
|
3766
|
+
"locale_zh-CN": string;
|
3767
|
+
backToApplication: string;
|
3768
|
+
missingParameterMessage: string;
|
3769
|
+
clientNotFoundMessage: string;
|
3770
|
+
clientDisabledMessage: string;
|
3771
|
+
invalidParameterMessage: string;
|
3772
|
+
alreadyLoggedIn: string;
|
3773
|
+
differentUserAuthenticated: string;
|
3774
|
+
proceedWithAction: string;
|
3775
|
+
"requiredAction.CONFIGURE_TOTP": string;
|
3776
|
+
"requiredAction.terms_and_conditions": string;
|
3777
|
+
"requiredAction.UPDATE_PASSWORD": string;
|
3778
|
+
"requiredAction.UPDATE_PROFILE": string;
|
3779
|
+
"requiredAction.VERIFY_EMAIL": string;
|
3780
|
+
pageNotFound: string;
|
3781
|
+
internalServerError: string;
|
3782
|
+
"console-username": string;
|
3783
|
+
"console-password": string;
|
3784
|
+
"console-otp": string;
|
3785
|
+
"console-new-password": string;
|
3786
|
+
"console-confirm-password": string;
|
3787
|
+
"console-update-password": string;
|
3788
|
+
"console-verify-email": string;
|
3789
|
+
"console-email-code": string;
|
3790
|
+
"console-accept-terms": string;
|
3791
|
+
"console-accept": string;
|
3792
|
+
};
|
3104
3793
|
nl: {
|
3105
3794
|
doLogIn: string;
|
3106
3795
|
doRegister: string;
|
@@ -4446,6 +5135,7 @@ export declare const kcMessages: {
|
|
4446
5135
|
emailLinkIdp5: string;
|
4447
5136
|
backToLogin: string;
|
4448
5137
|
emailInstruction: string;
|
5138
|
+
emailInstructionUsername: string;
|
4449
5139
|
copyCodeInstruction: string;
|
4450
5140
|
pageExpiredTitle: string;
|
4451
5141
|
pageExpiredMsg1: string;
|
@@ -4772,6 +5462,7 @@ export declare const kcMessages: {
|
|
4772
5462
|
clientDisabledMessage: string;
|
4773
5463
|
invalidParameterMessage: string;
|
4774
5464
|
alreadyLoggedIn: string;
|
5465
|
+
loginAccountTitle: string;
|
4775
5466
|
};
|
4776
5467
|
tr: {
|
4777
5468
|
doLogIn: string;
|
@@ -5224,13 +5915,13 @@ export declare const kcMessages: {
|
|
5224
5915
|
};
|
5225
5916
|
};
|
5226
5917
|
export declare type KcLanguageTag = keyof typeof kcMessages;
|
5227
|
-
export declare const kcLanguageTags: readonly ["en", "fr", "ca", "cs", "da", "de", "es", "hu", "it", "ja", "lt", "nl", "no", "pl", "pt-BR", "ru", "sk", "sv", "tr", "zh-CN"];
|
5918
|
+
export declare const kcLanguageTags: readonly ["en", "fr", "ca", "cs", "da", "de", "es", "hu", "it", "ja", "lt", "nl", "no", "pl", "pt-BR", "ru", "sk", "sv", "tr", "zh-CN", "fi", "lv"];
|
5228
5919
|
declare type KcContextLike = {
|
5229
5920
|
locale?: {
|
5230
5921
|
currentLanguageTag: KcLanguageTag;
|
5231
5922
|
};
|
5232
5923
|
};
|
5233
|
-
export declare function getCurrentKcLanguageTag(kcContext: KcContextLike): "tr" | "no" | "ca" | "en" | "fr" | "cs" | "da" | "de" | "es" | "hu" | "it" | "ja" | "lt" | "nl" | "pl" | "pt-BR" | "ru" | "sk" | "sv" | "zh-CN";
|
5924
|
+
export declare function getCurrentKcLanguageTag(kcContext: KcContextLike): "tr" | "no" | "ca" | "en" | "fr" | "cs" | "da" | "de" | "es" | "hu" | "it" | "ja" | "lt" | "nl" | "pl" | "pt-BR" | "ru" | "sk" | "sv" | "zh-CN" | "fi" | "lv";
|
5234
5925
|
export declare function getTagLabel(params: {
|
5235
5926
|
kcContext: {
|
5236
5927
|
locale?: {
|