@keycloakify/login-ui 250004.3.0 → 250004.4.0
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/core/KcContext/KcContext.d.ts +16 -2
- package/core/KcContext/KcContext.js +2 -1
- package/core/KcContext/kcContextMocks.d.ts +1 -1
- package/core/KcContext/kcContextMocks.js +21 -2
- package/core/i18n/messages_defaultSet/ar.d.ts +1 -0
- package/core/i18n/messages_defaultSet/ar.js +2 -1
- package/core/i18n/messages_defaultSet/ca.d.ts +1 -0
- package/core/i18n/messages_defaultSet/ca.js +2 -1
- package/core/i18n/messages_defaultSet/cs.d.ts +1 -0
- package/core/i18n/messages_defaultSet/cs.js +2 -1
- package/core/i18n/messages_defaultSet/da.d.ts +1 -0
- package/core/i18n/messages_defaultSet/da.js +2 -1
- package/core/i18n/messages_defaultSet/de.d.ts +1 -0
- package/core/i18n/messages_defaultSet/de.js +2 -1
- package/core/i18n/messages_defaultSet/el.d.ts +1 -0
- package/core/i18n/messages_defaultSet/el.js +2 -1
- package/core/i18n/messages_defaultSet/en.d.ts +1 -0
- package/core/i18n/messages_defaultSet/en.js +2 -1
- package/core/i18n/messages_defaultSet/es.d.ts +1 -0
- package/core/i18n/messages_defaultSet/es.js +2 -1
- package/core/i18n/messages_defaultSet/fa.d.ts +1 -0
- package/core/i18n/messages_defaultSet/fa.js +2 -1
- package/core/i18n/messages_defaultSet/fi.d.ts +1 -0
- package/core/i18n/messages_defaultSet/fi.js +2 -1
- package/core/i18n/messages_defaultSet/fr.d.ts +1 -0
- package/core/i18n/messages_defaultSet/fr.js +2 -1
- package/core/i18n/messages_defaultSet/hu.d.ts +1 -0
- package/core/i18n/messages_defaultSet/hu.js +2 -1
- package/core/i18n/messages_defaultSet/index.d.ts +10 -0
- package/core/i18n/messages_defaultSet/it.d.ts +1 -0
- package/core/i18n/messages_defaultSet/it.js +2 -1
- package/core/i18n/messages_defaultSet/ja.d.ts +1 -0
- package/core/i18n/messages_defaultSet/ja.js +2 -1
- package/core/i18n/messages_defaultSet/ka.d.ts +1 -0
- package/core/i18n/messages_defaultSet/ka.js +2 -1
- package/core/i18n/messages_defaultSet/lt.d.ts +1 -0
- package/core/i18n/messages_defaultSet/lt.js +2 -1
- package/core/i18n/messages_defaultSet/lv.d.ts +1 -0
- package/core/i18n/messages_defaultSet/lv.js +2 -1
- package/core/i18n/messages_defaultSet/nl.d.ts +1 -0
- package/core/i18n/messages_defaultSet/nl.js +2 -1
- package/core/i18n/messages_defaultSet/no.d.ts +1 -0
- package/core/i18n/messages_defaultSet/no.js +2 -1
- package/core/i18n/messages_defaultSet/pl.d.ts +1 -0
- package/core/i18n/messages_defaultSet/pl.js +2 -1
- package/core/i18n/messages_defaultSet/pt-BR.d.ts +1 -0
- package/core/i18n/messages_defaultSet/pt-BR.js +2 -1
- package/core/i18n/messages_defaultSet/pt.d.ts +1 -0
- package/core/i18n/messages_defaultSet/pt.js +2 -1
- package/core/i18n/messages_defaultSet/ru.d.ts +1 -0
- package/core/i18n/messages_defaultSet/ru.js +2 -1
- package/core/i18n/messages_defaultSet/sk.d.ts +1 -0
- package/core/i18n/messages_defaultSet/sk.js +2 -1
- package/core/i18n/messages_defaultSet/sv.d.ts +1 -0
- package/core/i18n/messages_defaultSet/sv.js +2 -1
- package/core/i18n/messages_defaultSet/th.d.ts +1 -0
- package/core/i18n/messages_defaultSet/th.js +2 -1
- package/core/i18n/messages_defaultSet/tr.d.ts +1 -0
- package/core/i18n/messages_defaultSet/tr.js +2 -1
- package/core/i18n/messages_defaultSet/uk.d.ts +1 -0
- package/core/i18n/messages_defaultSet/uk.js +2 -1
- package/core/i18n/messages_defaultSet/zh-CN.d.ts +1 -0
- package/core/i18n/messages_defaultSet/zh-CN.js +2 -1
- package/core/i18n/messages_defaultSet/zh-TW.d.ts +1 -0
- package/core/i18n/messages_defaultSet/zh-TW.js +2 -1
- package/core/kcClsx.d.ts +1 -1
- package/core/kcClsx.js +1 -0
- package/keycloak-theme/login/pages/PageIndex.tsx +3 -0
- package/keycloak-theme/login/pages/login-username/Page.tsx +3 -3
- package/keycloak-theme/login/pages/select-organization/Page.tsx +88 -0
- package/keycloak-theme/login/pages/select-organization/index.ts +3 -0
- package/package.json +1 -1
- package/src/core/KcContext/KcContext.ts +19 -2
- package/src/core/KcContext/kcContextMocks.ts +30 -1
- package/src/core/i18n/messages_defaultSet/ar.ts +2 -1
- package/src/core/i18n/messages_defaultSet/ca.ts +2 -1
- package/src/core/i18n/messages_defaultSet/cs.ts +2 -1
- package/src/core/i18n/messages_defaultSet/da.ts +2 -1
- package/src/core/i18n/messages_defaultSet/de.ts +2 -1
- package/src/core/i18n/messages_defaultSet/el.ts +2 -1
- package/src/core/i18n/messages_defaultSet/en.ts +2 -1
- package/src/core/i18n/messages_defaultSet/es.ts +2 -1
- package/src/core/i18n/messages_defaultSet/fa.ts +2 -1
- package/src/core/i18n/messages_defaultSet/fi.ts +2 -1
- package/src/core/i18n/messages_defaultSet/fr.ts +2 -1
- package/src/core/i18n/messages_defaultSet/hu.ts +2 -1
- package/src/core/i18n/messages_defaultSet/it.ts +2 -1
- package/src/core/i18n/messages_defaultSet/ja.ts +2 -1
- package/src/core/i18n/messages_defaultSet/ka.ts +2 -1
- package/src/core/i18n/messages_defaultSet/lt.ts +2 -1
- package/src/core/i18n/messages_defaultSet/lv.ts +2 -1
- package/src/core/i18n/messages_defaultSet/nl.ts +2 -1
- package/src/core/i18n/messages_defaultSet/no.ts +2 -1
- package/src/core/i18n/messages_defaultSet/pl.ts +2 -1
- package/src/core/i18n/messages_defaultSet/pt-BR.ts +2 -1
- package/src/core/i18n/messages_defaultSet/pt.ts +2 -1
- package/src/core/i18n/messages_defaultSet/ru.ts +2 -1
- package/src/core/i18n/messages_defaultSet/sk.ts +2 -1
- package/src/core/i18n/messages_defaultSet/sv.ts +2 -1
- package/src/core/i18n/messages_defaultSet/th.ts +2 -1
- package/src/core/i18n/messages_defaultSet/tr.ts +2 -1
- package/src/core/i18n/messages_defaultSet/uk.ts +2 -1
- package/src/core/i18n/messages_defaultSet/zh-CN.ts +2 -1
- package/src/core/i18n/messages_defaultSet/zh-TW.ts +2 -1
- package/src/core/kcClsx.ts +2 -0
|
@@ -15,7 +15,7 @@ export type ExtendKcContext<KcContextExtension extends {
|
|
|
15
15
|
* Some values might be undefined on some pages.
|
|
16
16
|
* (ex: url.loginAction is undefined on error.ftl)
|
|
17
17
|
*/
|
|
18
|
-
export type KcContext = KcContext.Login | KcContext.Register | KcContext.Info | KcContext.Error | KcContext.LoginResetPassword | KcContext.LoginVerifyEmail | KcContext.Terms | KcContext.LoginOauth2DeviceVerifyUserCode | KcContext.LoginOauthGrant | KcContext.LoginOtp | KcContext.LoginUsername | KcContext.WebauthnAuthenticate | KcContext.WebauthnRegister | KcContext.LoginPassword | KcContext.LoginUpdatePassword | KcContext.LoginUpdateProfile | KcContext.LoginIdpLinkConfirm | KcContext.LoginIdpLinkEmail | KcContext.LoginPageExpired | KcContext.LoginConfigTotp | KcContext.LogoutConfirm | KcContext.IdpReviewUserProfile | KcContext.UpdateEmail | KcContext.SelectAuthenticator | KcContext.SamlPostForm | KcContext.DeleteCredential | KcContext.Code | KcContext.DeleteAccountConfirm | KcContext.FrontchannelLogout | KcContext.LoginRecoveryAuthnCodeConfig | KcContext.LoginRecoveryAuthnCodeInput | KcContext.LoginResetOtp | KcContext.LoginX509Info | KcContext.WebauthnError | KcContext.LoginPasskeysConditionalAuthenticate | KcContext.LoginIdpLinkConfirmOverride;
|
|
18
|
+
export type KcContext = KcContext.Login | KcContext.Register | KcContext.Info | KcContext.Error | KcContext.LoginResetPassword | KcContext.LoginVerifyEmail | KcContext.Terms | KcContext.LoginOauth2DeviceVerifyUserCode | KcContext.LoginOauthGrant | KcContext.LoginOtp | KcContext.LoginUsername | KcContext.WebauthnAuthenticate | KcContext.WebauthnRegister | KcContext.LoginPassword | KcContext.LoginUpdatePassword | KcContext.LoginUpdateProfile | KcContext.LoginIdpLinkConfirm | KcContext.LoginIdpLinkEmail | KcContext.LoginPageExpired | KcContext.LoginConfigTotp | KcContext.LogoutConfirm | KcContext.IdpReviewUserProfile | KcContext.UpdateEmail | KcContext.SelectAuthenticator | KcContext.SamlPostForm | KcContext.DeleteCredential | KcContext.Code | KcContext.DeleteAccountConfirm | KcContext.FrontchannelLogout | KcContext.LoginRecoveryAuthnCodeConfig | KcContext.LoginRecoveryAuthnCodeInput | KcContext.LoginResetOtp | KcContext.LoginX509Info | KcContext.WebauthnError | KcContext.LoginPasskeysConditionalAuthenticate | KcContext.LoginIdpLinkConfirmOverride | KcContext.SelectOrganization;
|
|
19
19
|
export declare namespace KcContext {
|
|
20
20
|
type Common = {
|
|
21
21
|
themeVersion: string;
|
|
@@ -269,6 +269,11 @@ export declare namespace KcContext {
|
|
|
269
269
|
authenticators?: {
|
|
270
270
|
authenticators: WebauthnAuthenticate.WebauthnAuthenticator[];
|
|
271
271
|
};
|
|
272
|
+
isUserIdentified: "true" | "false";
|
|
273
|
+
challenge: string;
|
|
274
|
+
userVerification: UserVerificationRequirement | "not specified";
|
|
275
|
+
rpId: string;
|
|
276
|
+
createTimeout: string | number;
|
|
272
277
|
};
|
|
273
278
|
type LoginPassword = Common & {
|
|
274
279
|
pageId: "login-password.ftl";
|
|
@@ -516,9 +521,18 @@ export declare namespace KcContext {
|
|
|
516
521
|
};
|
|
517
522
|
idpDisplayName: string;
|
|
518
523
|
};
|
|
524
|
+
type SelectOrganization = Common & {
|
|
525
|
+
pageId: "select-organization.ftl";
|
|
526
|
+
user: {
|
|
527
|
+
organizations: {
|
|
528
|
+
alias: string;
|
|
529
|
+
name?: string;
|
|
530
|
+
}[];
|
|
531
|
+
};
|
|
532
|
+
};
|
|
519
533
|
}
|
|
520
534
|
export type PageId = KcContext["pageId"];
|
|
521
|
-
export declare const pageIds: readonly ["login.ftl", "register.ftl", "info.ftl", "error.ftl", "login-reset-password.ftl", "login-verify-email.ftl", "terms.ftl", "login-oauth2-device-verify-user-code.ftl", "webauthn-error.ftl", "login-passkeys-conditional-authenticate.ftl", "login-idp-link-confirm-override.ftl", "saml-post-form.ftl", "login-oauth-grant.ftl", "login-otp.ftl", "login-username.ftl", "login-password.ftl", "webauthn-authenticate.ftl", "webauthn-register.ftl", "login-update-password.ftl", "login-x509-info.ftl", "login-idp-link-confirm.ftl", "login-idp-link-email.ftl", "login-page-expired.ftl", "login-config-totp.ftl", "logout-confirm.ftl", "login-update-profile.ftl", "idp-review-user-profile.ftl", "update-email.ftl", "select-authenticator.ftl", "delete-credential.ftl", "code.ftl", "delete-account-confirm.ftl", "frontchannel-logout.ftl", "login-recovery-authn-code-config.ftl", "login-recovery-authn-code-input.ftl", "login-reset-otp.ftl"];
|
|
535
|
+
export declare const pageIds: readonly ["login.ftl", "register.ftl", "info.ftl", "error.ftl", "login-reset-password.ftl", "login-verify-email.ftl", "terms.ftl", "login-oauth2-device-verify-user-code.ftl", "webauthn-error.ftl", "login-passkeys-conditional-authenticate.ftl", "login-idp-link-confirm-override.ftl", "saml-post-form.ftl", "login-oauth-grant.ftl", "login-otp.ftl", "login-username.ftl", "login-password.ftl", "webauthn-authenticate.ftl", "webauthn-register.ftl", "login-update-password.ftl", "login-x509-info.ftl", "login-idp-link-confirm.ftl", "login-idp-link-email.ftl", "login-page-expired.ftl", "login-config-totp.ftl", "logout-confirm.ftl", "login-update-profile.ftl", "idp-review-user-profile.ftl", "update-email.ftl", "select-authenticator.ftl", "delete-credential.ftl", "code.ftl", "delete-account-confirm.ftl", "frontchannel-logout.ftl", "login-recovery-authn-code-config.ftl", "login-recovery-authn-code-input.ftl", "login-reset-otp.ftl", "select-organization.ftl"];
|
|
522
536
|
export type UserProfile = {
|
|
523
537
|
attributesByName: Record<string, Attribute>;
|
|
524
538
|
html5DataAnnotations?: Record<string, string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../tools/Object.fromEntries";
|
|
2
2
|
import type { KcContext } from "./KcContext";
|
|
3
3
|
export declare const kcContextCommonMock: KcContext.Common;
|
|
4
|
-
export declare const kcContextMocks: (KcContext.Login | KcContext.Register | KcContext.Info | KcContext.Error | KcContext.LoginResetPassword | KcContext.LoginVerifyEmail | KcContext.Terms | KcContext.LoginOauth2DeviceVerifyUserCode | KcContext.LoginOauthGrant | KcContext.LoginOtp | KcContext.LoginUsername | KcContext.WebauthnAuthenticate | KcContext.WebauthnRegister | KcContext.LoginPassword | KcContext.LoginUpdatePassword | KcContext.LoginUpdateProfile | KcContext.LoginIdpLinkConfirm | KcContext.LoginIdpLinkEmail | KcContext.LoginPageExpired | KcContext.LoginConfigTotp | KcContext.LogoutConfirm | KcContext.IdpReviewUserProfile | KcContext.UpdateEmail | KcContext.SelectAuthenticator | KcContext.SamlPostForm | KcContext.DeleteCredential | KcContext.Code | KcContext.DeleteAccountConfirm | KcContext.FrontchannelLogout | KcContext.LoginRecoveryAuthnCodeConfig | KcContext.LoginRecoveryAuthnCodeInput | KcContext.LoginResetOtp | KcContext.LoginX509Info | KcContext.WebauthnError | KcContext.LoginPasskeysConditionalAuthenticate | KcContext.LoginIdpLinkConfirmOverride)[];
|
|
4
|
+
export declare const kcContextMocks: (KcContext.Login | KcContext.Register | KcContext.Info | KcContext.Error | KcContext.LoginResetPassword | KcContext.LoginVerifyEmail | KcContext.Terms | KcContext.LoginOauth2DeviceVerifyUserCode | KcContext.LoginOauthGrant | KcContext.LoginOtp | KcContext.LoginUsername | KcContext.WebauthnAuthenticate | KcContext.WebauthnRegister | KcContext.LoginPassword | KcContext.LoginUpdatePassword | KcContext.LoginUpdateProfile | KcContext.LoginIdpLinkConfirm | KcContext.LoginIdpLinkEmail | KcContext.LoginPageExpired | KcContext.LoginConfigTotp | KcContext.LogoutConfirm | KcContext.IdpReviewUserProfile | KcContext.UpdateEmail | KcContext.SelectAuthenticator | KcContext.SamlPostForm | KcContext.DeleteCredential | KcContext.Code | KcContext.DeleteAccountConfirm | KcContext.FrontchannelLogout | KcContext.LoginRecoveryAuthnCodeConfig | KcContext.LoginRecoveryAuthnCodeInput | KcContext.LoginResetOtp | KcContext.LoginX509Info | KcContext.WebauthnError | KcContext.LoginPasskeysConditionalAuthenticate | KcContext.LoginIdpLinkConfirmOverride | KcContext.SelectOrganization)[];
|
|
@@ -219,7 +219,7 @@ export const kcContextMocks = [
|
|
|
219
219
|
} })),
|
|
220
220
|
id(Object.assign(Object.assign({}, kcContextCommonMock), { pageId: "login-username.ftl", url: loginUrl, realm: Object.assign(Object.assign({}, kcContextCommonMock.realm), { loginWithEmailAllowed: true, rememberMe: true, password: true, resetPasswordAllowed: true, registrationAllowed: true }), social: {
|
|
221
221
|
displayInfo: true
|
|
222
|
-
}, usernameHidden: false, login: {}, registrationDisabled: false })),
|
|
222
|
+
}, usernameHidden: false, login: {}, registrationDisabled: false, challenge: "", userVerification: "not specified", rpId: "", createTimeout: "0", isUserIdentified: "false" })),
|
|
223
223
|
id(Object.assign(Object.assign({}, kcContextCommonMock), { pageId: "login-password.ftl", url: loginUrl, realm: Object.assign(Object.assign({}, kcContextCommonMock.realm), { resetPasswordAllowed: true }) })),
|
|
224
224
|
id(Object.assign(Object.assign({}, kcContextCommonMock), { pageId: "webauthn-authenticate.ftl", url: loginUrl, authenticators: {
|
|
225
225
|
authenticators: []
|
|
@@ -337,7 +337,26 @@ export const kcContextMocks = [
|
|
|
337
337
|
id(Object.assign(Object.assign({ pageId: "login-passkeys-conditional-authenticate.ftl" }, kcContextCommonMock), { url: Object.assign(Object.assign({}, kcContextCommonMock.url), { registrationUrl: "#" }), realm: Object.assign(Object.assign({}, kcContextCommonMock.realm), { password: true, registrationAllowed: true }), registrationDisabled: false, isUserIdentified: "false", challenge: "", userVerification: "not specified", rpId: "", createTimeout: 0, authenticators: {
|
|
338
338
|
authenticators: []
|
|
339
339
|
}, shouldDisplayAuthenticators: false, login: {} })),
|
|
340
|
-
id(Object.assign(Object.assign({ pageId: "login-idp-link-confirm-override.ftl" }, kcContextCommonMock), { url: Object.assign(Object.assign({}, kcContextCommonMock.url), { loginRestartFlowUrl: "#" }), idpDisplayName: "Google" }))
|
|
340
|
+
id(Object.assign(Object.assign({ pageId: "login-idp-link-confirm-override.ftl" }, kcContextCommonMock), { url: Object.assign(Object.assign({}, kcContextCommonMock.url), { loginRestartFlowUrl: "#" }), idpDisplayName: "Google" })),
|
|
341
|
+
id(Object.assign(Object.assign({ pageId: "select-organization.ftl" }, kcContextCommonMock), { user: {
|
|
342
|
+
organizations: [
|
|
343
|
+
{
|
|
344
|
+
alias: "acme-inc",
|
|
345
|
+
name: "Acme Incorporated"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
alias: "northwind-traders",
|
|
349
|
+
name: "Northwind Traders"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
alias: "contoso-labs",
|
|
353
|
+
name: "Contoso Labs"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
alias: "shared-services"
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
} }))
|
|
341
360
|
];
|
|
342
361
|
{
|
|
343
362
|
assert;
|
|
@@ -445,7 +445,8 @@ const messages = {
|
|
|
445
445
|
selectAnOption: "اختر خيارًا",
|
|
446
446
|
remove: "إزالة",
|
|
447
447
|
addValue: "أضف قيمة",
|
|
448
|
-
languages: "اللغات"
|
|
448
|
+
languages: "اللغات",
|
|
449
|
+
"organization.select": "اختر مؤسسة للمتابعة:"
|
|
449
450
|
};
|
|
450
451
|
export default messages;
|
|
451
452
|
/* spell-checker: enable */
|
|
@@ -441,7 +441,8 @@ const messages = {
|
|
|
441
441
|
selectAnOption: "Selecciona una opció",
|
|
442
442
|
remove: "Elimina",
|
|
443
443
|
addValue: "Afegeix valor",
|
|
444
|
-
languages: "Idiomes"
|
|
444
|
+
languages: "Idiomes",
|
|
445
|
+
"organization.select": "Selecciona una organització per continuar:"
|
|
445
446
|
};
|
|
446
447
|
export default messages;
|
|
447
448
|
/* spell-checker: enable */
|
|
@@ -443,7 +443,8 @@ const messages = {
|
|
|
443
443
|
selectAnOption: "Vyberte možnost",
|
|
444
444
|
remove: "Odstranit",
|
|
445
445
|
addValue: "Přidat hodnotu",
|
|
446
|
-
languages: "Jazyky"
|
|
446
|
+
languages: "Jazyky",
|
|
447
|
+
"organization.select": "Vyberte organizaci pro pokračování:"
|
|
447
448
|
};
|
|
448
449
|
export default messages;
|
|
449
450
|
/* spell-checker: enable */
|
|
@@ -315,7 +315,8 @@ const messages = {
|
|
|
315
315
|
selectAnOption: "Vælg en mulighed",
|
|
316
316
|
remove: "Fjern",
|
|
317
317
|
addValue: "Tilføj værdi",
|
|
318
|
-
languages: "Sprog"
|
|
318
|
+
languages: "Sprog",
|
|
319
|
+
"organization.select": "Vælg en organisation for at fortsætte:"
|
|
319
320
|
};
|
|
320
321
|
export default messages;
|
|
321
322
|
/* spell-checker: enable */
|
|
@@ -457,7 +457,8 @@ const messages = {
|
|
|
457
457
|
selectAnOption: "Wählen Sie eine Option",
|
|
458
458
|
remove: "Entfernen",
|
|
459
459
|
addValue: "Wert hinzufügen",
|
|
460
|
-
languages: "Sprachen"
|
|
460
|
+
languages: "Sprachen",
|
|
461
|
+
"organization.select": "Wählen Sie eine Organisation, um fortzufahren:"
|
|
461
462
|
};
|
|
462
463
|
export default messages;
|
|
463
464
|
/* spell-checker: enable */
|
|
@@ -436,7 +436,8 @@ const messages = {
|
|
|
436
436
|
selectAnOption: "Επιλέξτε μια επιλογή",
|
|
437
437
|
remove: "Αφαίρεση",
|
|
438
438
|
addValue: "Προσθήκη τιμής",
|
|
439
|
-
languages: "Γλώσσες"
|
|
439
|
+
languages: "Γλώσσες",
|
|
440
|
+
"organization.select": "Επιλέξτε έναν οργανισμό για να συνεχίσετε:"
|
|
440
441
|
};
|
|
441
442
|
export default messages;
|
|
442
443
|
/* spell-checker: enable */
|
|
@@ -468,7 +468,8 @@ const messages = {
|
|
|
468
468
|
selectAnOption: "Select an option",
|
|
469
469
|
remove: "Remove",
|
|
470
470
|
addValue: "Add value",
|
|
471
|
-
languages: "Languages"
|
|
471
|
+
languages: "Languages",
|
|
472
|
+
"organization.select": "Select an organization to proceed:"
|
|
472
473
|
};
|
|
473
474
|
export default messages;
|
|
474
475
|
/* spell-checker: enable */
|
|
@@ -450,7 +450,8 @@ const messages = {
|
|
|
450
450
|
selectAnOption: "Selecciona una opción",
|
|
451
451
|
remove: "Eliminar",
|
|
452
452
|
addValue: "Añadir valor",
|
|
453
|
-
languages: "Idiomas"
|
|
453
|
+
languages: "Idiomas",
|
|
454
|
+
"organization.select": "Selecciona una organización para continuar:"
|
|
454
455
|
};
|
|
455
456
|
export default messages;
|
|
456
457
|
/* spell-checker: enable */
|
|
@@ -436,7 +436,8 @@ const messages = {
|
|
|
436
436
|
selectAnOption: "یک گزینه انتخاب کنید",
|
|
437
437
|
remove: "حذف",
|
|
438
438
|
addValue: "افزودن مقدار",
|
|
439
|
-
languages: "زبانها"
|
|
439
|
+
languages: "زبانها",
|
|
440
|
+
"organization.select": "یک سازمان را برای ادامه انتخاب کنید:"
|
|
440
441
|
};
|
|
441
442
|
export default messages;
|
|
442
443
|
/* spell-checker: enable */
|
|
@@ -375,7 +375,8 @@ const messages = {
|
|
|
375
375
|
selectAnOption: "Valitse vaihtoehto",
|
|
376
376
|
remove: "Poista",
|
|
377
377
|
addValue: "Lisää arvo",
|
|
378
|
-
languages: "Kielet"
|
|
378
|
+
languages: "Kielet",
|
|
379
|
+
"organization.select": "Valitse organisaatio jatkaaksesi:"
|
|
379
380
|
};
|
|
380
381
|
export default messages;
|
|
381
382
|
/* spell-checker: enable */
|
|
@@ -391,7 +391,8 @@ const messages = {
|
|
|
391
391
|
selectAnOption: "Sélectionnez une option",
|
|
392
392
|
remove: "Supprimer",
|
|
393
393
|
addValue: "Ajouter une valeur",
|
|
394
|
-
languages: "Langues"
|
|
394
|
+
languages: "Langues",
|
|
395
|
+
"organization.select": "Sélectionnez une organisation pour continuer :"
|
|
395
396
|
};
|
|
396
397
|
export default messages;
|
|
397
398
|
/* spell-checker: enable */
|
|
@@ -441,7 +441,8 @@ const messages = {
|
|
|
441
441
|
selectAnOption: "Válasszon egy lehetőséget",
|
|
442
442
|
remove: "Eltávolítás",
|
|
443
443
|
addValue: "Érték hozzáadása",
|
|
444
|
-
languages: "Nyelvek"
|
|
444
|
+
languages: "Nyelvek",
|
|
445
|
+
"organization.select": "Válasszon egy szervezetet a folytatáshoz:"
|
|
445
446
|
};
|
|
446
447
|
export default messages;
|
|
447
448
|
/* spell-checker: enable */
|
|
@@ -466,6 +466,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
466
466
|
remove: string;
|
|
467
467
|
addValue: string;
|
|
468
468
|
languages: string;
|
|
469
|
+
"organization.select": string;
|
|
469
470
|
} | {
|
|
470
471
|
doLogIn: string;
|
|
471
472
|
doRegister: string;
|
|
@@ -909,6 +910,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
909
910
|
remove: string;
|
|
910
911
|
addValue: string;
|
|
911
912
|
languages: string;
|
|
913
|
+
"organization.select": string;
|
|
912
914
|
} | {
|
|
913
915
|
doLogIn: string;
|
|
914
916
|
doRegister: string;
|
|
@@ -1345,6 +1347,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
1345
1347
|
remove: string;
|
|
1346
1348
|
addValue: string;
|
|
1347
1349
|
languages: string;
|
|
1350
|
+
"organization.select": string;
|
|
1348
1351
|
} | {
|
|
1349
1352
|
doLogIn: string;
|
|
1350
1353
|
doRegister: string;
|
|
@@ -1720,6 +1723,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
1720
1723
|
remove: string;
|
|
1721
1724
|
addValue: string;
|
|
1722
1725
|
languages: string;
|
|
1726
|
+
"organization.select": string;
|
|
1723
1727
|
} | {
|
|
1724
1728
|
doLogIn: string;
|
|
1725
1729
|
doRegister: string;
|
|
@@ -1921,6 +1925,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
1921
1925
|
remove: string;
|
|
1922
1926
|
addValue: string;
|
|
1923
1927
|
languages: string;
|
|
1928
|
+
"organization.select": string;
|
|
1924
1929
|
} | {
|
|
1925
1930
|
doLogIn: string;
|
|
1926
1931
|
doRegister: string;
|
|
@@ -2133,6 +2138,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
2133
2138
|
remove: string;
|
|
2134
2139
|
addValue: string;
|
|
2135
2140
|
languages: string;
|
|
2141
|
+
"organization.select": string;
|
|
2136
2142
|
} | {
|
|
2137
2143
|
doLogIn: string;
|
|
2138
2144
|
doRegister: string;
|
|
@@ -2416,6 +2422,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
2416
2422
|
remove: string;
|
|
2417
2423
|
addValue: string;
|
|
2418
2424
|
languages: string;
|
|
2425
|
+
"organization.select": string;
|
|
2419
2426
|
} | {
|
|
2420
2427
|
doLogIn: string;
|
|
2421
2428
|
doRegister: string;
|
|
@@ -2616,6 +2623,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
2616
2623
|
remove: string;
|
|
2617
2624
|
addValue: string;
|
|
2618
2625
|
languages: string;
|
|
2626
|
+
"organization.select": string;
|
|
2619
2627
|
} | {
|
|
2620
2628
|
doLogIn: string;
|
|
2621
2629
|
doRegister: string;
|
|
@@ -2815,6 +2823,7 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
2815
2823
|
remove: string;
|
|
2816
2824
|
addValue: string;
|
|
2817
2825
|
languages: string;
|
|
2826
|
+
"organization.select": string;
|
|
2818
2827
|
} | {
|
|
2819
2828
|
doLogIn: string;
|
|
2820
2829
|
doRegister: string;
|
|
@@ -3083,4 +3092,5 @@ export declare function fetchMessages_defaultSet(currentLanguageTag: string): Pr
|
|
|
3083
3092
|
remove: string;
|
|
3084
3093
|
addValue: string;
|
|
3085
3094
|
languages: string;
|
|
3095
|
+
"organization.select": string;
|
|
3086
3096
|
} | {}>;
|
|
@@ -316,7 +316,8 @@ const messages = {
|
|
|
316
316
|
selectAnOption: "Seleziona un'opzione",
|
|
317
317
|
remove: "Rimuovi",
|
|
318
318
|
addValue: "Aggiungi valore",
|
|
319
|
-
languages: "Lingue"
|
|
319
|
+
languages: "Lingue",
|
|
320
|
+
"organization.select": "Seleziona un'organizzazione per continuare:"
|
|
320
321
|
};
|
|
321
322
|
export default messages;
|
|
322
323
|
/* spell-checker: enable */
|
|
@@ -466,7 +466,8 @@ const messages = {
|
|
|
466
466
|
selectAnOption: "აირჩიეთ ვარიანტი",
|
|
467
467
|
remove: "წაშალეთ",
|
|
468
468
|
addValue: "დაამატეთ მნიშვნელობა",
|
|
469
|
-
languages: "ენები"
|
|
469
|
+
languages: "ენები",
|
|
470
|
+
"organization.select": "აირჩიეთ ორგანიზაცია გაგრძელებისთვის:"
|
|
470
471
|
};
|
|
471
472
|
export default messages;
|
|
472
473
|
/* spell-checker: enable */
|
|
@@ -201,7 +201,8 @@ const messages = {
|
|
|
201
201
|
selectAnOption: "Pasirinkite parinktį",
|
|
202
202
|
remove: "Pašalinti",
|
|
203
203
|
addValue: "Pridėti reikšmę",
|
|
204
|
-
languages: "Kalbos"
|
|
204
|
+
languages: "Kalbos",
|
|
205
|
+
"organization.select": "Pasirinkite organizaciją, kad galėtumėte tęsti:"
|
|
205
206
|
};
|
|
206
207
|
export default messages;
|
|
207
208
|
/* spell-checker: enable */
|
|
@@ -212,7 +212,8 @@ const messages = {
|
|
|
212
212
|
selectAnOption: "Izvēlieties opciju",
|
|
213
213
|
remove: "Noņemt",
|
|
214
214
|
addValue: "Pievienot vērtību",
|
|
215
|
-
languages: "Valodas"
|
|
215
|
+
languages: "Valodas",
|
|
216
|
+
"organization.select": "Izvēlieties organizāciju, lai turpinātu:"
|
|
216
217
|
};
|
|
217
218
|
export default messages;
|
|
218
219
|
/* spell-checker: enable */
|
|
@@ -283,7 +283,8 @@ const messages = {
|
|
|
283
283
|
selectAnOption: "Selecteer een optie",
|
|
284
284
|
remove: "Verwijderen",
|
|
285
285
|
addValue: "Waarde toevoegen",
|
|
286
|
-
languages: "Talen"
|
|
286
|
+
languages: "Talen",
|
|
287
|
+
"organization.select": "Selecteer een organisatie om door te gaan:"
|
|
287
288
|
};
|
|
288
289
|
export default messages;
|
|
289
290
|
/* spell-checker: enable */
|
|
@@ -200,7 +200,8 @@ const messages = {
|
|
|
200
200
|
selectAnOption: "Velg et alternativ",
|
|
201
201
|
remove: "Fjern",
|
|
202
202
|
addValue: "Legg til verdi",
|
|
203
|
-
languages: "Språk"
|
|
203
|
+
languages: "Språk",
|
|
204
|
+
"organization.select": "Velg en organisasjon for å fortsette:"
|
|
204
205
|
};
|
|
205
206
|
export default messages;
|
|
206
207
|
/* spell-checker: enable */
|
|
@@ -290,7 +290,8 @@ const messages = {
|
|
|
290
290
|
selectAnOption: "Wybierz opcję",
|
|
291
291
|
remove: "Usuń",
|
|
292
292
|
addValue: "Dodaj wartość",
|
|
293
|
-
languages: "Języki"
|
|
293
|
+
languages: "Języki",
|
|
294
|
+
"organization.select": "Wybierz organizację, aby kontynuować:"
|
|
294
295
|
};
|
|
295
296
|
export default messages;
|
|
296
297
|
/* spell-checker: enable */
|
|
@@ -345,7 +345,8 @@ const messages = {
|
|
|
345
345
|
selectAnOption: "Selecione uma opção",
|
|
346
346
|
remove: "Remover",
|
|
347
347
|
addValue: "Adicionar valor",
|
|
348
|
-
languages: "Idiomas"
|
|
348
|
+
languages: "Idiomas",
|
|
349
|
+
"organization.select": "Selecione uma organização para continuar:"
|
|
349
350
|
};
|
|
350
351
|
export default messages;
|
|
351
352
|
/* spell-checker: enable */
|
|
@@ -446,7 +446,8 @@ const messages = {
|
|
|
446
446
|
selectAnOption: "Selecione uma opção",
|
|
447
447
|
remove: "Remover",
|
|
448
448
|
addValue: "Adicionar valor",
|
|
449
|
-
languages: "Idiomas"
|
|
449
|
+
languages: "Idiomas",
|
|
450
|
+
"organization.select": "Selecione uma organização para continuar:"
|
|
450
451
|
};
|
|
451
452
|
export default messages;
|
|
452
453
|
/* spell-checker: enable */
|
|
@@ -218,7 +218,8 @@ const messages = {
|
|
|
218
218
|
selectAnOption: "Выберите вариант",
|
|
219
219
|
remove: "Удалить",
|
|
220
220
|
addValue: "Добавить значение",
|
|
221
|
-
languages: "Языки"
|
|
221
|
+
languages: "Языки",
|
|
222
|
+
"organization.select": "Выберите организацию, чтобы продолжить:"
|
|
222
223
|
};
|
|
223
224
|
export default messages;
|
|
224
225
|
/* spell-checker: enable */
|