@@ -33,6 +33,15 @@ export type HelpwaveIdTranslationEntries = {
3333 'email' : string ,
3434 'emailVerificationBody' : string ,
3535 'emailVerificationBody1' : string ,
36+ 'errorAccountTemporarilyDisabled' : string ,
37+ 'errorInvalidCode' : string ,
38+ 'errorInvalidEmail' : string ,
39+ 'errorInvalidPassword' : string ,
40+ 'errorInvalidRecoveryCode' : string ,
41+ 'errorInvalidUserCode' : string ,
42+ 'errorInvalidUsername' : string ,
43+ 'errorInvalidUsernameOrPassword' : string ,
44+ 'errorPasswordMismatch' : string ,
3645 'forgotPassword' : string ,
3746 'frontchannelLogoutMessage' : string ,
3847 'helpwaveId' : string ,
@@ -102,6 +111,15 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
102111 'email' : `E-Mail` ,
103112 'emailVerificationBody' : `Bitte überprüfen Sie Ihre E-Mail für einen Bestätigungslink.` ,
104113 'emailVerificationBody1' : `Bitte überprüfen Sie Ihre E-Mail für einen Bestätigungslink.` ,
114+ 'errorAccountTemporarilyDisabled' : `Konto ist vorübergehend deaktiviert. Wenden Sie sich an Ihren Administrator oder versuchen Sie es später erneut.` ,
115+ 'errorInvalidCode' : `Ungültiger Code` ,
116+ 'errorInvalidEmail' : `Ungültige E-Mail` ,
117+ 'errorInvalidPassword' : `Ungültiges Passwort` ,
118+ 'errorInvalidRecoveryCode' : `Ungültiger Wiederherstellungscode` ,
119+ 'errorInvalidUserCode' : `Ungültiger Benutzercode` ,
120+ 'errorInvalidUsername' : `Ungültiger Benutzername` ,
121+ 'errorInvalidUsernameOrPassword' : `Ungültiger Benutzername oder Passwort` ,
122+ 'errorPasswordMismatch' : `Passwörter stimmen nicht überein` ,
105123 'forgotPassword' : `Passwort vergessen?` ,
106124 'frontchannelLogoutMessage' : `Abmelden...` ,
107125 'helpwaveId' : `helpwave id` ,
@@ -174,6 +192,15 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
174192 'email' : `Email` ,
175193 'emailVerificationBody' : `Please check your email for a verification link.` ,
176194 'emailVerificationBody1' : `Please check your email for a verification link.` ,
195+ 'errorAccountTemporarilyDisabled' : `Account is temporarily disabled. Contact your administrator or try again later.` ,
196+ 'errorInvalidCode' : `Invalid code` ,
197+ 'errorInvalidEmail' : `Invalid email` ,
198+ 'errorInvalidPassword' : `Invalid password` ,
199+ 'errorInvalidRecoveryCode' : `Invalid recovery code` ,
200+ 'errorInvalidUserCode' : `Invalid user code` ,
201+ 'errorInvalidUsername' : `Invalid username` ,
202+ 'errorInvalidUsernameOrPassword' : `Invalid username or password` ,
203+ 'errorPasswordMismatch' : `Passwords do not match` ,
177204 'forgotPassword' : `Forgot Password?` ,
178205 'frontchannelLogoutMessage' : `Logging out...` ,
179206 'helpwaveId' : `helpwave id` ,
0 commit comments