Added multi-lingua, english-spanish. Timer conditions and Linting bugfixes.
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 29s

This commit is contained in:
Antoni Nuñez Romeu
2026-03-27 16:23:06 +01:00
parent 5b663be89f
commit 935921f698
22 changed files with 1220 additions and 509 deletions

156
src/locales/en.json Normal file
View File

@@ -0,0 +1,156 @@
{
"nav": {
"about": "About",
"staff": "Staff",
"schedule": "Schedule",
"booking": "Book your pass",
"hotel": "Hotel",
"info": "Info",
"gallery": "Gallery"
},
"hero": {
"title": "Zouk Lambada Barcelona",
"subtitle": "International Dance Festival",
"dates": "June 20-22, 2025",
"location": "Barcelona, Spain",
"registerButton": "Register Now",
"whatsappButton": "Join WhatsApp Group",
"days": "Days",
"hours": "Hours",
"minutes": "Min",
"seconds": "Sec",
"eventInProgress": "EVENT IN PROGRESS",
"dontMiss": "Don't miss it!",
"bookYourPass": "Book Your Pass"
},
"about": {
"title": "About the Event",
"description": "Join us for an unforgettable weekend of dance, music, and connection in the heart of Barcelona. Our festival brings together world-renowned instructors and dance enthusiasts of all levels.",
"orgTitle": "About the Organization",
"orgDescription": "We are a passionate community of dancers dedicated to promoting Zouk and Lambada culture in Barcelona. Our team is committed to creating a magical experience for all participants.",
"lambadaInfo": "Lambada is a Brazilian dance born in the 80s, known for its sensuality, connection, and enveloping rhythm. It mixes influences from forró, merengue, and carimbó, creating a unique and passionate dance experience.",
"highlights": {
"workshops": "Workshops with international artists",
"socialDancing": "Social dancing all night long",
"liveShows": "Live shows",
"djSets": "Tropical DJ sets"
}
},
"staff": {
"title": "Our Team",
"subtitle": "Event Staff",
"description": "Meet the artists and instructors who will make this festival an unforgettable experience.",
"instructor": "Instructor",
"dj": "DJ",
"organizer": "Organizer",
"placeholder": "[Instructor biography]",
"filters": {
"all": "All",
"instructors": "Instructors",
"djs": "DJs"
},
"socials": {
"instagram": "Instagram"
}
},
"schedule": {
"title": "Schedule",
"subtitle": "Three days of workshops, shows and social dance.",
"friday": "Friday, June 20",
"saturday": "Saturday, June 21",
"sunday": "Sunday, June 22",
"workshop": "Workshop",
"break": "Break",
"social": "Social Dance",
"show": "Live Shows",
"farewell": "Farewell Party",
"statusBriefTitle": "Schedule updates soon",
"statusBriefDescription": "Stay tuned for the latest updates!",
"partyPassInfo": "The Party Pass includes access to Friday, Saturday, and Sunday parties. The Full Pass includes access to all parties and workshops."
},
"booking": {
"title": "Booking your pass",
"subtitle": "Reserve your spot",
"description": "Complete the form to reserve your spot. We will send you a confirmation email with payment details.",
"passes": "Event Passes",
"fullPass": "Full Pass",
"partyPass": "Party Pass",
"singleDayPass": "Single Day Pass",
"fullPassDescription": "Full access to all workshops, socials, and festival activities",
"partyPassDescription": "Access to all parties (Friday, Saturday, and Sunday)",
"singleDayPassDescription": "Access to a single day of the festival",
"price": "Price",
"quantity": "Quantity",
"totalPrice": "Total Price",
"formFields": {
"name": "Name",
"surname": "Surname",
"email": "Email",
"passType": "Pass Type",
"amount": "Amount",
"country": "Country",
"countryPlaceholder": "Search country...",
"countryNoResults": "No countries found"
},
"validation": {
"nameMin": "Name must be at least 2 characters",
"surnameMin": "Surname must be at least 2 characters",
"emailInvalid": "Invalid email",
"passTypeRequired": "Select a pass type",
"amountRequired": "Select amount",
"countryMin": "Indicate your country"
},
"status": {
"loading": "Sending...",
"successTitle": "Reservation received!",
"success": "Reservation sent successfully! We will contact you soon.",
"eventInProgressTitle": "Event in progress!",
"eventInProgressDescription": "Disabled reservations.",
"error": "Error sending reservation. Please try again."
},
"priceSummaryLabel": "Total Price",
"priceSummaryNote": "No online payment • Pay at the event",
"buyButton": "Send Reservation",
"reservationId": "Reservation ID"
},
"hotel": {
"title": "Accommodation",
"subtitle": "Recommended rooms near the venue.",
"individual": "[Single Room]",
"double": "[Double Room]",
"suite": "[Suite]",
"pricePerNight": "[XX€/night]",
"description": "[Brief room description]",
"bookButton": "Book at hotel"
},
"info": {
"title": "Practical Information",
"airports": "Nearby Airports",
"howToGet": "How to Get There",
"metro": "Metro",
"bus": "Bus",
"taxi": "Taxi/Uber",
"nearestStop": "[Nearest line and stop]",
"busLines": "[Nearby bus lines]",
"taxiDetails": "Available from anywhere in Barcelona",
"venue": "Event Venue",
"mapTitle": "Event Location"
},
"gallery": {
"title": "Gallery"
},
"common": {
"toTop": "Back to top"
},
"footer": {
"title": "ZoukLambadaBCN",
"contact": "Contact",
"followUs": "Follow Us",
"email": "[email@zouklambadabcn.com]",
"copyright": "© {{year}} ZoukLambadaBCN. All rights reserved."
},
"language": {
"es": "ES",
"en": "EN"
}
}