@keyhowl/reservation-form
Version:
In order to use this form, you need to have a registration in Keyhowl. There is a detailed tutorial on how to use this package on the [Keyhowl website](https://keyhowl.com).
151 lines (150 loc) • 5.29 kB
JavaScript
const e = "Book", o = "Name", t = "Email", n = "Phone", s = "Number of players", a = "Discount code", i = "Team name", c = "Email is invalid", r = "players", l = "Field is required", d = "Next week", u = "Prev week", m = "Your reservation was booked successfully", y = ", you and your team have a reservation for ", h = "We have sent you а confirmation email for the reservation you just made.", p = "We are expecting you!", v = "If you have any questions don't hesitate to contact us at our email: ", P = " or on the phone ", A = "Congrats, ", T = "Final price:", D = "Apply", f = "Discount code is not valid", S = "Discount code is applied!", g = "Language of the game", k = "This reservation is already booked!", C = "We are really sorry, but someone else just booked your selected date and hour! Please select other date/hour to complete your reservation.", R = "Close", N = "Total", I = "Next step", E = "Back", F = "Cost breakdown", w = "Summary", M = "Game for", O = "Ready!", W = "You have successfully booked", b = "for the room", x = "Pick a slot for", B = "free", Y = "free", L = "Questions?", G = "Call us at", V = "Select a date", Q = "Click on a date to see a timeline of available slots, click on a green time slot to reserve it", _ = "Enter your details", q = "Provide us with your contact details so we can send you a confirmation email", U = "Confirmation", j = "You're all set!", H = "Select a room", X = "Click on the escape room you want to play to book a reservation for it", z = "Select a payment method", J = "Select your preferred payment method from the available options", K = {
AT_VENUE: "At venue",
DEPOSIT: "Online payment - Deposit",
FULL: "Online payment - Full price",
AT_VENUE_DESCRIPTION: "Pay at venue on game day",
DEPOSIT_DESCRIPTION: "The remaining part will be paid at the venue",
FULL_DESCRIPTION: "Pay the whole price online"
}, Z = "Now", $ = "At venue", ee = "Additional products", oe = "Check out our additional products", te = "Oops, something went wrong...", ne = "Try again", se = "Game mode", ae = "Min", ie = "Max", ce = "minutes before your reservation is terminated because of unsuccessful payment. Please edit your payment data", re = "Time ran out and your reservation has been terminated", le = "I agree with", de = "The Terms and conditions", ue = "and with", me = "The Privacy policy", ye = "Terms and conditions", he = "Privacy policy", pe = {
Reserve: e,
Name: o,
Email: t,
Phone: n,
NumOfPlayers: s,
Discount: a,
TeamName: i,
InvalidEmail: c,
Players: r,
FieldIsRequired: l,
NextWeek: d,
PrevWeek: u,
SuccessfulReservation: m,
ReceivedReservation: y,
DataOnEmail: h,
ExpectingYou: p,
ContactIfQuestions: v,
OrPhone: P,
Congrats: A,
FinalPrice: T,
Apply: D,
DiscountIsNotValid: f,
DiscountIsApplied: S,
Language: g,
AlreadyBookedReservation: k,
SelectAnotherDate: C,
Close: R,
Total: N,
Next: I,
Back: E,
CostBreakdown: F,
Summary: w,
GameFor: M,
Ready: O,
YouHaveSuccessfullyBooked: W,
ForTheRoom: b,
PickASlotFor: x,
Free: B,
FreeSingular: Y,
Questions: L,
Call: G,
DateAndTime: V,
DateAndTimeDescription: Q,
YourDetails: _,
YourDetailsDescription: q,
Confirmation: U,
ConfirmationDescription: j,
SelectARoom: H,
SelectARoomDescription: X,
SelectAPaymentMethod: z,
SelectAPaymentMethodDescription: J,
PaymentMethods: K,
Now: Z,
AtVenue: $,
AdditionalProducts: ee,
AdditionalProductsDescription: oe,
SomethingWentWrong: te,
TryAgain: ne,
GameMode: se,
Minimum: ae,
Maximum: ie,
XMinutesBeforeReservationTermination: ce,
TimeRanOut: re,
IAgreeWith: le,
TheTermsAndConditions: de,
AndWith: ue,
ThePrivacyPolicy: me,
TermsAndConditions: ye,
PrivacyPolicy: he
};
export {
ee as AdditionalProducts,
oe as AdditionalProductsDescription,
k as AlreadyBookedReservation,
ue as AndWith,
D as Apply,
$ as AtVenue,
E as Back,
G as Call,
R as Close,
U as Confirmation,
j as ConfirmationDescription,
A as Congrats,
v as ContactIfQuestions,
F as CostBreakdown,
h as DataOnEmail,
V as DateAndTime,
Q as DateAndTimeDescription,
a as Discount,
S as DiscountIsApplied,
f as DiscountIsNotValid,
t as Email,
p as ExpectingYou,
l as FieldIsRequired,
T as FinalPrice,
b as ForTheRoom,
B as Free,
Y as FreeSingular,
M as GameFor,
se as GameMode,
le as IAgreeWith,
c as InvalidEmail,
g as Language,
ie as Maximum,
ae as Minimum,
o as Name,
I as Next,
d as NextWeek,
Z as Now,
s as NumOfPlayers,
P as OrPhone,
K as PaymentMethods,
n as Phone,
x as PickASlotFor,
r as Players,
u as PrevWeek,
he as PrivacyPolicy,
L as Questions,
O as Ready,
y as ReceivedReservation,
e as Reserve,
z as SelectAPaymentMethod,
J as SelectAPaymentMethodDescription,
H as SelectARoom,
X as SelectARoomDescription,
C as SelectAnotherDate,
te as SomethingWentWrong,
m as SuccessfulReservation,
w as Summary,
i as TeamName,
ye as TermsAndConditions,
me as ThePrivacyPolicy,
de as TheTermsAndConditions,
re as TimeRanOut,
N as Total,
ne as TryAgain,
ce as XMinutesBeforeReservationTermination,
W as YouHaveSuccessfullyBooked,
_ as YourDetails,
q as YourDetailsDescription,
pe as default
};