feat(fullstack): Add contact form

This commit is contained in:
2026-02-08 18:21:07 +01:00
parent 43aef3b5b1
commit 36132a3bef
12 changed files with 420 additions and 11 deletions

View File

@@ -263,5 +263,32 @@
"onCommentAdded": "Wenn jemand meinen Antrag kommentiert",
"saved": "Einstellungen gespeichert"
}
},
"contact": {
"title": "Kontakt",
"header": "Kontaktieren Sie unsere Experten",
"description": "Haben Sie Fragen zur Mitbestimmung, zum Datenschutz oder zu IT-Systemen? Unsere Experten helfen Ihnen gerne weiter.",
"experts": {
"laborLaw": "Fachanwalt für Arbeitsrecht",
"itConsultant": "IT-Consultant",
"dataProtection": "Datenschutzbeauftragter",
"itSecurity": "IT-Sicherheitsbeauftragter"
},
"form": {
"title": "Nachricht senden",
"description": "Beschreiben Sie Ihr Anliegen und wir melden uns schnellstmöglich bei Ihnen.",
"subject": "Betreff",
"subjectPlaceholder": "Worum geht es in Ihrer Anfrage?",
"message": "Nachricht",
"messagePlaceholder": "Beschreiben Sie Ihr Anliegen",
"submit": "Nachricht senden"
},
"success": {
"title": "Nachricht gesendet",
"description": "Ihre Nachricht wurde erfolgreich gesendet. Wir werden uns so schnell wie möglich bei Ihnen melden."
},
"error": {
"description": "Die Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es später erneut."
}
}
}

View File

@@ -263,5 +263,32 @@
"onCommentAdded": "When someone comments on my application form",
"saved": "Settings saved"
}
},
"contact": {
"title": "Contact",
"header": "Contact Our Experts",
"description": "Do you have questions about co-determination, data protection, or IT systems? Our experts are happy to help.",
"experts": {
"laborLaw": "Labor Law Attorney",
"itConsultant": "IT Consultant",
"dataProtection": "Data Protection Officer",
"itSecurity": "IT Security Officer"
},
"form": {
"title": "Send a Message",
"description": "Describe your inquiry and we will get back to you as soon as possible.",
"subject": "Subject",
"subjectPlaceholder": "What is your inquiry about?",
"message": "Message",
"messagePlaceholder": "Describe your inquiry",
"submit": "Send Message"
},
"success": {
"title": "Message Sent",
"description": "Your message has been sent successfully. We will get back to you as soon as possible."
},
"error": {
"description": "The message could not be sent. Please try again later."
}
}
}