feat(form/contact): Ajoute formulaire de contact avec traductions.

This commit is contained in:
Serreau Jovann
2025-11-16 22:11:48 +01:00
parent a9feb0c2f8
commit 524d5a3041
7 changed files with 130 additions and 42 deletions

View File

@@ -412,3 +412,38 @@ hosting_link: "Hosting"
rgpd_policy_link: "GDPR Policy"
cgu_link: "Terms of Use"
cgv_link: "Terms of Sale"
# TITRES DE PAGE ET BREADCRUMBS
contact_page.title: "Contact Us"
contact_page.breadcrumb: "Contact Us"
breadcrumb.home: "Home"
# MESSAGES FLASH
flash.success.strong: "Message Sent!"
flash.error.strong: "Error Message!"
# INFORMATIONS DE CONTACT (LEFT COLUMN)
contact_info.title: "Let's Connect"
contact_info.subtitle: "Whether it's for a technical question, a partnership opportunity, or just to say hello, we are here for you."
contact_info.email: "Email"
contact_info.address: "Mailing Address"
contact_info.join_title: "Join the Association"
contact_info.join_text: "Would you like to join us or get more information about membership? Please write to us directly at:"
# FORMULAIRE (RIGHT COLUMN)
form.title: "Send us a Message"
form.submit_button: "Send Message"
# FORM KEYS (from your first request)
contact_form.name.label: "First Name"
contact_form.name.placeholder: "Your first name"
contact_form.surname.label: "Last Name"
contact_form.surname.placeholder: "Your last name"
form_email_label: "Email address"
contact_form.email.placeholder: "your.email@example.com"
contact_form.subject.label: "Subject"
contact_form.subject.placeholder: "Subject of your message"
contact_form.tel.label: "Phone (optional)"
contact_form.tel.placeholder: "Ex: 555-123-4567"
contact_form.message.label: "Your message"
contact_form.message.placeholder: "Type your question or request..."

View File

@@ -409,3 +409,34 @@ hosting_link: "Hébergement"
rgpd_policy_link: "Politique RGPD"
cgu_link: "CGU"
cgv_link: "CGV"
# --- Formulaire de Contact (Keys) ---
# TITRES DE PAGE ET BREADCRUMBS
contact_page.title: "Contactez Nous"
contact_page.breadcrumb: "Contactez Nous"
breadcrumb.home: "Accueil"
# MESSAGES FLASH
flash.success.strong: "Message envoyé !"
flash.error.strong: "Message Erreur !"
# INFORMATIONS DE CONTACT (COLONNE DE GAUCHE)
contact_info.title: "Restons Connectés"
contact_info.subtitle: "Que ce soit pour une question technique, une opportunité de partenariat ou une simple salutation, nous sommes là pour vous."
contact_info.email: "E-mail"
contact_info.address: "Adresse Postale"
contact_info.join_title: "Rejoindre l'association"
contact_info.join_text: "Vous souhaitez nous rejoindre ou obtenir plus d'informations sur les modalités d'adhésion ? Veuillez nous écrire directement à :"
# FORMULAIRE (COLONNE DE DROITE)
form.title: "Envoyez-nous un Message"
form.submit_button: "Envoyer le message"
# CLÉS DU FORMULAIRE (celles de votre premier message)
contact_form.name.label: "Prénom"
contact_form.surname.label: "Nom de famille"
contact_form.subject.label: "Sujet"
contact_form.tel.label: "Téléphone (facultatif)"
contact_form.message.label: "Votre message"
form_email_label: "Adresse e-mail"