Improve UI and traslations

This commit is contained in:
Urtzi Alfaro
2026-01-01 13:36:45 +01:00
parent 007cbda598
commit cba55c2805
47 changed files with 1405 additions and 999 deletions

View File

@@ -0,0 +1,83 @@
{
"hero": {
"badge": "Contact & Support",
"title": "We Are Here to",
"title_accent": "Help You",
"subtitle": "Have questions? Need help? Our team is ready to assist you"
},
"methods": {
"title": "Multiple Ways to Contact",
"subtitle": "Choose the method that suits you best",
"email": {
"title": "Email",
"description": "support@panaderia-ia.com",
"detail": "Response in less than 4 hours"
},
"phone": {
"title": "Phone",
"description": "+34 XXX XXX XXX",
"detail": "Monday to Friday: 10:00 - 19:00 CET"
},
"office": {
"title": "Office",
"description": "Madrid, Spain",
"detail": "By appointment only"
}
},
"form": {
"title": "Send Us a Message",
"subtitle": "Complete the form and we will get back to you as soon as possible",
"success": {
"title": "Message sent!",
"message": "We will get back to you soon."
},
"error": {
"title": "Error sending.",
"message": "Please try again."
},
"fields": {
"name": "Full Name",
"name_placeholder": "Your name",
"email": "Email",
"email_placeholder": "you@email.com",
"phone": "Phone (optional)",
"phone_placeholder": "+34 XXX XXX XXX",
"bakery_name": "Your Bakery Name (optional)",
"bakery_name_placeholder": "Example Bakery",
"type": "Query Type",
"type_options": {
"general": "General Inquiry",
"technical": "Technical Support",
"sales": "Commercial Information",
"feedback": "Feedback/Suggestions"
},
"subject": "Subject",
"subject_placeholder": "How can we help you?",
"message": "Message",
"message_placeholder": "Tell us more about your inquiry or problem..."
},
"submit": "Send Message",
"sending": "Sending...",
"privacy": "By sending this form, you accept our <privacyLink>Privacy Policy</privacyLink>",
"required_indicator": "*"
},
"footer": {
"hours": {
"title": "Service Hours",
"email": {
"label": "Email:",
"detail": "24/7 (response in less than 4 hours during business hours)"
},
"phone": {
"label": "Phone:",
"detail": "Monday to Friday: 10:00 - 19:00 CET (active clients only)"
}
},
"faq": {
"title": "Looking for Quick Answers?",
"description": "Many questions are already answered in our Help Center and Documentation",
"help_center": "View Help Center →",
"docs": "Read Documentation →"
}
}
}