diff --git a/public/js/components/footer.js b/public/js/components/footer.js index a41de994..14ff8cbf 100644 --- a/public/js/components/footer.js +++ b/public/js/components/footer.js @@ -124,58 +124,58 @@
-

Contact Us

+

Contact Us

-

Have a question or want to get in touch? Fill out the form below and we'll respond within 24 hours.

+

Have a question or want to get in touch? Fill out the form below and we'll respond within 24 hours.

- +
- +
- +
- +
- +
- + -

Maximum 5000 characters

+

Maximum 5000 characters

@@ -185,10 +185,10 @@
-

Or email us at hello@agenticgovernance.digital

+

Or email us at hello@agenticgovernance.digital

- - + +
diff --git a/public/locales/de/common.json b/public/locales/de/common.json index ffc573e6..03290c79 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -27,5 +27,28 @@ "copyright": "John G Stroh. Lizenziert unter", "license": "Apache 2.0", "location": "Hergestellt in Aotearoa Neuseeland 🇳🇿" + }, + "contact_modal": { + "heading": "Kontakt", + "description": "Haben Sie eine Frage oder möchten Sie Kontakt mit uns aufnehmen? Füllen Sie das untenstehende Formular aus und wir werden Ihnen innerhalb von 24 Stunden antworten.", + "type_label": "Anfrage Typ", + "type_options": { + "general": "Allgemeine Anfrage", + "partnership": "Partnerschaft", + "technical": "Technische Unterstützung", + "feedback": "Rückmeldung" + }, + "name_label": "Name", + "email_label": "E-Mail", + "organization_label": "Organisation (fakultativ)", + "subject_label": "Thema (fakultativ)", + "message_label": "Nachricht", + "message_help": "Maximal 5000 Zeichen", + "email_link_text": "Oder senden Sie uns eine E-Mail an", + "cancel_button": "Abbrechen", + "submit_button": "Nachricht senden", + "success_message": "Vielen Dank, dass Sie mit uns Kontakt aufgenommen haben! Wir werden innerhalb von 24 Stunden antworten.", + "error_prefix": "Fehler:", + "submitting": "Senden..." } -} +} \ No newline at end of file diff --git a/public/locales/de/media-inquiry.json b/public/locales/de/media-inquiry.json index 08bf84a8..06a246d9 100644 --- a/public/locales/de/media-inquiry.json +++ b/public/locales/de/media-inquiry.json @@ -6,7 +6,7 @@ }, "form": { "contact_info_heading": "Kontaktinformationen", - "contact_name_label": "Your Name", + "contact_name_label": "Ihr Name", "contact_email_label": "E-Mail Adresse", "contact_outlet_label": "Medienvertrieb/Organisation", "contact_outlet_help": "Veröffentlichung, Website, Podcast oder Organisation, die Sie vertreten", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index b33250bd..8184340f 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -41,5 +41,28 @@ "research_case_studies_desc": "Academic foundations, failure mode analysis, governance research", "contact": "Contact:", "contact_text": "For pilot partnerships, validation studies, or technical consultation, contact via" + }, + "contact_modal": { + "heading": "Contact Us", + "description": "Have a question or want to get in touch? Fill out the form below and we will respond within 24 hours.", + "type_label": "Inquiry Type", + "type_options": { + "general": "General Inquiry", + "partnership": "Partnership", + "technical": "Technical Support", + "feedback": "Feedback" + }, + "name_label": "Name", + "email_label": "Email", + "organization_label": "Organization (optional)", + "subject_label": "Subject (optional)", + "message_label": "Message", + "message_help": "Maximum 5000 characters", + "email_link_text": "Or email us at", + "cancel_button": "Cancel", + "submit_button": "Send Message", + "success_message": "Thank you for contacting us! We will respond within 24 hours.", + "error_prefix": "Error: ", + "submitting": "Sending..." } -} +} \ No newline at end of file diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index f0994f92..f4601f5f 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -27,5 +27,28 @@ "copyright": "John G Stroh. Sous licence", "license": "Apache 2.0", "location": "Fabriqué en Aotearoa Nouvelle-Zélande 🇳🇿" + }, + "contact_modal": { + "heading": "Nous contacter", + "description": "Vous avez une question ou souhaitez prendre contact avec nous ? Remplissez le formulaire ci-dessous et nous vous répondrons dans les 24 heures.", + "type_label": "Type d'enquête", + "type_options": { + "general": "Enquête générale", + "partnership": "Partenariat", + "technical": "Support technique", + "feedback": "Retour d'information" + }, + "name_label": "Nom", + "email_label": "Courriel", + "organization_label": "Organisation (facultatif)", + "subject_label": "Sujet (facultatif)", + "message_label": "Message", + "message_help": "Maximum 5000 caractères", + "email_link_text": "Ou envoyez-nous un courriel à l'adresse suivante", + "cancel_button": "Annuler", + "submit_button": "Envoyer le message", + "success_message": "Merci de nous avoir contactés ! Nous vous répondrons dans les 24 heures.", + "error_prefix": "Erreur :", + "submitting": "Envoi en cours..." } -} +} \ No newline at end of file