feat(fullstack): Add contact form
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user