timeslots API
This commit is contained in:
67
apps/web/messages/en.json
Normal file
67
apps/web/messages/en.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"bookingForm": {
|
||||
"title": "Book Your Session",
|
||||
"subtitle": "Choose your pottery experience",
|
||||
"loading": "Loading booking options...",
|
||||
"noBookings": "No bookings available at the moment",
|
||||
"checkBackLater": "Please check back later",
|
||||
"selectExperience": "Select Experience",
|
||||
"chooseDate": "Choose Date",
|
||||
"availableTimes": "Available Times",
|
||||
"yourDetails": "Your Details",
|
||||
"bookingSummary": "Booking Summary",
|
||||
"fullName": "Full Name",
|
||||
"fullNameRequired": "Full name is required",
|
||||
"nameMinLength": "Name must be at least 2 characters",
|
||||
"emailAddress": "Email Address",
|
||||
"emailRequired": "Email address is required",
|
||||
"emailInvalid": "Please enter a valid email address",
|
||||
"participants": "Number of Participants",
|
||||
"participant": "participant",
|
||||
"participantsPlural": "participants",
|
||||
"participantsMin": "At least 1 participant required",
|
||||
"participantsMax": "Maximum 8 participants allowed",
|
||||
"experience": "Experience",
|
||||
"date": "Date",
|
||||
"time": "Time",
|
||||
"total": "Total",
|
||||
"paymentRequired": "Payment Required",
|
||||
"continueToPayment": "Continue to Payment",
|
||||
"confirmBooking": "Confirm Booking",
|
||||
"perPerson": "per person"
|
||||
},
|
||||
"footer": {
|
||||
"getInTouch": "Get in touch"
|
||||
},
|
||||
"language": {
|
||||
"switchTo": "Switch to Georgian",
|
||||
"current": "English"
|
||||
},
|
||||
"weekdays": {
|
||||
"short": {
|
||||
"sun": "Sun",
|
||||
"mon": "Mon",
|
||||
"tue": "Tue",
|
||||
"wed": "Wed",
|
||||
"thu": "Thu",
|
||||
"fri": "Fri",
|
||||
"sat": "Sat"
|
||||
}
|
||||
},
|
||||
"months": {
|
||||
"short": {
|
||||
"jan": "Jan",
|
||||
"feb": "Feb",
|
||||
"mar": "Mar",
|
||||
"apr": "Apr",
|
||||
"may": "May",
|
||||
"jun": "Jun",
|
||||
"jul": "Jul",
|
||||
"aug": "Aug",
|
||||
"sep": "Sep",
|
||||
"oct": "Oct",
|
||||
"nov": "Nov",
|
||||
"dec": "Dec"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user