@@ -16,6 +16,7 @@ export type HelpwaveIdTranslationEntries = {
1616 'backToAccount' : string ,
1717 'backToApplication' : string ,
1818 'backToLogin' : string ,
19+ 'dangerZoneTitle' : string ,
1920 'deleteAccountConfirm' : string ,
2021 'deleteCredentialConfirm' : string ,
2122 'doAccept' : string ,
@@ -144,8 +145,10 @@ export type HelpwaveIdTranslationEntries = {
144145 'rememberMe' : string ,
145146 'resetOtpMessage' : string ,
146147 'samlPostFormMessage' : string ,
148+ 'securitySectionTitle' : string ,
147149 'selectAuthenticatorTitle' : string ,
148150 'selectOrganizationTitle' : string ,
151+ 'sessionExpired' : string ,
149152 'successAccountUpdated' : string ,
150153 'successEmailSent' : string ,
151154 'successMobileAuthenticatorConfigured' : string ,
@@ -171,6 +174,7 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
171174 'backToAccount' : `Zurück zum Konto` ,
172175 'backToApplication' : `Zurück zur Anwendung` ,
173176 'backToLogin' : `Zurück zur Anmeldung` ,
177+ 'dangerZoneTitle' : `Gefahrenzone` ,
174178 'deleteAccountConfirm' : `Möchten Sie Ihr Konto wirklich löschen?` ,
175179 'deleteCredentialConfirm' : `Möchten Sie diese Anmeldedaten wirklich löschen?` ,
176180 'doAccept' : `Akzeptieren` ,
@@ -304,8 +308,11 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
304308 'rememberMe' : `Angemeldet bleiben` ,
305309 'resetOtpMessage' : `Ihr OTP wurde zurückgesetzt. Bitte konfigurieren Sie ein neues.` ,
306310 'samlPostFormMessage' : `Weiterleitung zum Identitätsanbieter...` ,
311+ 'securitySectionTitle' : `Sicherheit` ,
307312 'selectAuthenticatorTitle' : `Authentifikator auswählen` ,
308313 'selectOrganizationTitle' : `Organisation auswählen` ,
314+ 'sessionExpired' : `Die für die Verbindung vorgesehene Zeit ist abgelaufen.
315+ Der Anmeldevorgang wird von vorne begonnen.` ,
309316 'successAccountUpdated' : `Ihr Konto wurde aktualisiert` ,
310317 'successEmailSent' : `Sie sollten in Kürze eine E-Mail mit weiteren Anweisungen erhalten.` ,
311318 'successMobileAuthenticatorConfigured' : `Mobiler Authentifikator konfiguriert` ,
@@ -329,6 +336,7 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
329336 'backToAccount' : `Back to Account` ,
330337 'backToApplication' : `Back to Application` ,
331338 'backToLogin' : `Back to Login` ,
339+ 'dangerZoneTitle' : `Danger zone` ,
332340 'deleteAccountConfirm' : `Are you sure you want to delete your account?` ,
333341 'deleteCredentialConfirm' : `Are you sure you want to delete this credential?` ,
334342 'doAccept' : `Accept` ,
@@ -462,8 +470,11 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
462470 'rememberMe' : `Remember me` ,
463471 'resetOtpMessage' : `Your OTP has been reset. Please configure a new one.` ,
464472 'samlPostFormMessage' : `Redirecting to identity provider...` ,
473+ 'securitySectionTitle' : `Security` ,
465474 'selectAuthenticatorTitle' : `Select Authenticator` ,
466475 'selectOrganizationTitle' : `Select Organization` ,
476+ 'sessionExpired' : `The time allotted for the connection has elapsed.
477+ The login process will restart from the beginning.` ,
467478 'successAccountUpdated' : `Your account has been updated` ,
468479 'successEmailSent' : `You should receive an email shortly with further instructions.` ,
469480 'successMobileAuthenticatorConfigured' : `Mobile authenticator configured` ,
0 commit comments