@@ -34,18 +34,22 @@ export type HelpwaveIdTranslationEntries = {
3434 'doRestart' : string ,
3535 'doSave' : string ,
3636 'doSubmit' : string ,
37+ 'doUpdate' : string ,
3738 'email' : string ,
3839 'emailVerificationBody' : string ,
3940 'emailVerificationBody1' : string ,
4041 'errorAccountTemporarilyDisabled' : string ,
42+ 'errorIncorrectCurrentPassword' : string ,
4143 'errorInvalidCode' : string ,
4244 'errorInvalidEmail' : string ,
45+ 'errorInvalidExistingPassword' : string ,
4346 'errorInvalidPassword' : string ,
4447 'errorInvalidRecoveryCode' : string ,
4548 'errorInvalidUserCode' : string ,
4649 'errorInvalidUsername' : string ,
4750 'errorInvalidUsernameOrPassword' : string ,
4851 'errorPasswordMismatch' : string ,
52+ 'errorPleaseSpecifyPassword' : string ,
4953 'firstName' : string ,
5054 'forgotPassword' : string ,
5155 'frontchannelLogoutMessage' : string ,
@@ -85,6 +89,9 @@ export type HelpwaveIdTranslationEntries = {
8589 'samlPostFormMessage' : string ,
8690 'selectAuthenticatorTitle' : string ,
8791 'selectOrganizationTitle' : string ,
92+ 'successAccountUpdated' : string ,
93+ 'successMobileAuthenticatorConfigured' : string ,
94+ 'successPasswordChanged' : string ,
8895 'termsText' : string ,
8996 'updatePassword' : string ,
9097 'userCode' : string ,
@@ -123,18 +130,22 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
123130 'doRestart' : `Neu starten` ,
124131 'doSave' : `Speichern` ,
125132 'doSubmit' : `Absenden` ,
133+ 'doUpdate' : `Aktualisieren` ,
126134 'email' : `E-Mail` ,
127135 'emailVerificationBody' : `Bitte überprüfen Sie Ihre E-Mail für einen Bestätigungslink.` ,
128136 'emailVerificationBody1' : `Bitte überprüfen Sie Ihre E-Mail für einen Bestätigungslink.` ,
129137 'errorAccountTemporarilyDisabled' : `Konto ist vorübergehend deaktiviert. Wenden Sie sich an Ihren Administrator oder versuchen Sie es später erneut.` ,
138+ 'errorIncorrectCurrentPassword' : `Falsches aktuelles Passwort` ,
130139 'errorInvalidCode' : `Ungültiger Code` ,
131140 'errorInvalidEmail' : `Ungültige E-Mail` ,
141+ 'errorInvalidExistingPassword' : `Ungültiges bestehendes Passwort` ,
132142 'errorInvalidPassword' : `Ungültiges Passwort` ,
133143 'errorInvalidRecoveryCode' : `Ungültiger Wiederherstellungscode` ,
134144 'errorInvalidUserCode' : `Ungültiger Benutzercode` ,
135145 'errorInvalidUsername' : `Ungültiger Benutzername` ,
136146 'errorInvalidUsernameOrPassword' : `Ungültiger Benutzername oder Passwort` ,
137147 'errorPasswordMismatch' : `Passwörter stimmen nicht überein` ,
148+ 'errorPleaseSpecifyPassword' : `Bitte geben Sie ein Passwort an` ,
138149 'firstName' : `Vorname` ,
139150 'forgotPassword' : `Passwort vergessen?` ,
140151 'frontchannelLogoutMessage' : `Abmelden...` ,
@@ -179,6 +190,9 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
179190 'samlPostFormMessage' : `Weiterleitung zum Identitätsanbieter...` ,
180191 'selectAuthenticatorTitle' : `Authentifikator auswählen` ,
181192 'selectOrganizationTitle' : `Organisation auswählen` ,
193+ 'successAccountUpdated' : `Ihr Konto wurde aktualisiert` ,
194+ 'successMobileAuthenticatorConfigured' : `Mobiler Authentifikator konfiguriert` ,
195+ 'successPasswordChanged' : `Passwort erfolgreich geändert` ,
182196 'termsText' : `Allgemeine Geschäftsbedingungen Text` ,
183197 'updatePassword' : `Passwort ändern` ,
184198 'userCode' : `Benutzercode` ,
@@ -215,18 +229,22 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
215229 'doRestart' : `Restart` ,
216230 'doSave' : `Save` ,
217231 'doSubmit' : `Submit` ,
232+ 'doUpdate' : `Update` ,
218233 'email' : `Email` ,
219234 'emailVerificationBody' : `Please check your email for a verification link.` ,
220235 'emailVerificationBody1' : `Please check your email for a verification link.` ,
221236 'errorAccountTemporarilyDisabled' : `Account is temporarily disabled. Contact your administrator or try again later.` ,
237+ 'errorIncorrectCurrentPassword' : `Incorrect current password` ,
222238 'errorInvalidCode' : `Invalid code` ,
223239 'errorInvalidEmail' : `Invalid email` ,
240+ 'errorInvalidExistingPassword' : `Invalid existing password` ,
224241 'errorInvalidPassword' : `Invalid password` ,
225242 'errorInvalidRecoveryCode' : `Invalid recovery code` ,
226243 'errorInvalidUserCode' : `Invalid user code` ,
227244 'errorInvalidUsername' : `Invalid username` ,
228245 'errorInvalidUsernameOrPassword' : `Invalid username or password` ,
229246 'errorPasswordMismatch' : `Passwords do not match` ,
247+ 'errorPleaseSpecifyPassword' : `Please specify password` ,
230248 'firstName' : `First name` ,
231249 'forgotPassword' : `Forgot Password?` ,
232250 'frontchannelLogoutMessage' : `Logging out...` ,
@@ -271,6 +289,9 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
271289 'samlPostFormMessage' : `Redirecting to identity provider...` ,
272290 'selectAuthenticatorTitle' : `Select Authenticator` ,
273291 'selectOrganizationTitle' : `Select Organization` ,
292+ 'successAccountUpdated' : `Your account has been updated` ,
293+ 'successMobileAuthenticatorConfigured' : `Mobile authenticator configured` ,
294+ 'successPasswordChanged' : `Password successfully changed` ,
274295 'termsText' : `Terms and conditions text` ,
275296 'updatePassword' : `Update Password` ,
276297 'userCode' : `User Code` ,
0 commit comments