@@ -42,13 +42,15 @@ export type HelpwaveIdTranslationEntries = {
4242 'errorInvalidUsername' : string ,
4343 'errorInvalidUsernameOrPassword' : string ,
4444 'errorPasswordMismatch' : string ,
45+ 'firstName' : string ,
4546 'forgotPassword' : string ,
4647 'frontchannelLogoutMessage' : string ,
4748 'helpwaveId' : string ,
4849 'identity-provider-redirector' : string ,
4950 'idpLinkConfirmMessage' : string ,
5051 'idpLinkConfirmOverrideMessage' : string ,
5152 'imprint' : string ,
53+ 'lastName' : string ,
5254 'linkIdpMessage' : string ,
5355 'loginOtp' : string ,
5456 'loginTotpOneTime' : string ,
@@ -120,13 +122,15 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
120122 'errorInvalidUsername' : `Ungültiger Benutzername` ,
121123 'errorInvalidUsernameOrPassword' : `Ungültiger Benutzername oder Passwort` ,
122124 'errorPasswordMismatch' : `Passwörter stimmen nicht überein` ,
125+ 'firstName' : `Vorname` ,
123126 'forgotPassword' : `Passwort vergessen?` ,
124127 'frontchannelLogoutMessage' : `Abmelden...` ,
125128 'helpwaveId' : `helpwave id` ,
126129 'identity-provider-redirector' : `Oder anmelden mit` ,
127130 'idpLinkConfirmMessage' : `Möchten Sie diesen Identitätsanbieter mit Ihrem Konto verknüpfen?` ,
128131 'idpLinkConfirmOverrideMessage' : `Dieser Identitätsanbieter ist bereits mit einem anderen Konto verknüpft. Möchten Sie dies überschreiben?` ,
129132 'imprint' : `Impressum` ,
133+ 'lastName' : `Nachname` ,
130134 'linkIdpMessage' : `Identitätsanbieter verknüpfen...` ,
131135 'loginOtp' : `Bestätigungscode` ,
132136 'loginTotpOneTime' : `Einmalcode` ,
@@ -201,13 +205,15 @@ export const helpwaveIdTranslation: Translation<HelpwaveIdTranslationLocales, Pa
201205 'errorInvalidUsername' : `Invalid username` ,
202206 'errorInvalidUsernameOrPassword' : `Invalid username or password` ,
203207 'errorPasswordMismatch' : `Passwords do not match` ,
208+ 'firstName' : `First name` ,
204209 'forgotPassword' : `Forgot Password?` ,
205210 'frontchannelLogoutMessage' : `Logging out...` ,
206211 'helpwaveId' : `helpwave id` ,
207212 'identity-provider-redirector' : `Or sign in with` ,
208213 'idpLinkConfirmMessage' : `Do you want to link this identity provider to your account?` ,
209214 'idpLinkConfirmOverrideMessage' : `This identity provider is already linked to another account. Do you want to override it?` ,
210215 'imprint' : `Imprint` ,
216+ 'lastName' : `Last name` ,
211217 'linkIdpMessage' : `Linking identity provider...` ,
212218 'loginOtp' : `Verification Code` ,
213219 'loginTotpOneTime' : `One-time code` ,
0 commit comments