@roomstay/frontend 2.6.61 → 2.6.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/537.bundle.js +1 -1
  2. package/dist/950.bundle.js +1 -0
  3. package/dist/978.bundle.js +1 -1
  4. package/dist/main.bundle.js +1 -1
  5. package/dist/src/api/ReservationAPI.d.ts +23 -3
  6. package/dist/src/api/ReservationAPI.js +75 -31
  7. package/dist/src/api/ReservationAPI.js.map +1 -1
  8. package/dist/src/components/User/Forms/ForgotPasswordForm.d.ts +1 -0
  9. package/dist/src/components/User/Forms/ForgotPasswordForm.js +15 -5
  10. package/dist/src/components/User/Forms/ForgotPasswordForm.js.map +1 -1
  11. package/dist/src/components/User/Forms/SignInForm.d.ts +1 -0
  12. package/dist/src/components/User/Forms/SignInForm.js +13 -4
  13. package/dist/src/components/User/Forms/SignInForm.js.map +1 -1
  14. package/dist/src/components/User/Forms/SignUpForm.d.ts +5 -0
  15. package/dist/src/components/User/Forms/SignUpForm.js +74 -77
  16. package/dist/src/components/User/Forms/SignUpForm.js.map +1 -1
  17. package/dist/src/components/User/Forms/VerifyEmailForm.d.ts +7 -0
  18. package/dist/src/components/User/Forms/VerifyEmailForm.js +92 -0
  19. package/dist/src/components/User/Forms/VerifyEmailForm.js.map +1 -0
  20. package/dist/src/components/generic/date/DatePicker.js +1 -1
  21. package/dist/src/components/generic/date/DatePicker.js.map +1 -1
  22. package/dist/src/components/generic/modal/SigninModal/FormContent/ForgotPasswordFormContent.d.ts +1 -0
  23. package/dist/src/components/generic/modal/SigninModal/FormContent/ForgotPasswordFormContent.js +2 -2
  24. package/dist/src/components/generic/modal/SigninModal/FormContent/ForgotPasswordFormContent.js.map +1 -1
  25. package/dist/src/components/generic/modal/SigninModal/FormContent/SignInFormContent.d.ts +1 -0
  26. package/dist/src/components/generic/modal/SigninModal/FormContent/SignInFormContent.js +2 -2
  27. package/dist/src/components/generic/modal/SigninModal/FormContent/SignInFormContent.js.map +1 -1
  28. package/dist/src/components/generic/modal/SigninModal/UnauthenticatedUserModal.js +12 -4
  29. package/dist/src/components/generic/modal/SigninModal/UnauthenticatedUserModal.js.map +1 -1
  30. package/dist/src/components/members/InlineSignUpSection.d.ts +7 -0
  31. package/dist/src/components/members/InlineSignUpSection.js +122 -0
  32. package/dist/src/components/members/InlineSignUpSection.js.map +1 -0
  33. package/dist/src/components/members/SignInModal/ExternalMemberModal.js +4 -4
  34. package/dist/src/components/members/SignInModal/ExternalMemberModal.js.map +1 -1
  35. package/dist/src/components/members/SignInModal/InternalMemberSignInModal.js +78 -33
  36. package/dist/src/components/members/SignInModal/InternalMemberSignInModal.js.map +1 -1
  37. package/dist/src/components/members/SignInModal/MemberSignInModal.js +11 -1
  38. package/dist/src/components/members/SignInModal/MemberSignInModal.js.map +1 -1
  39. package/dist/src/components/navigation/Header.js +3 -2
  40. package/dist/src/components/navigation/Header.js.map +1 -1
  41. package/dist/src/components/reservation/ReservationItem.js +1 -1
  42. package/dist/src/components/reservation/ReservationItem.js.map +1 -1
  43. package/dist/src/components/steps/addons/AddonCard.js +14 -14
  44. package/dist/src/components/steps/addons/AddonCard.js.map +1 -1
  45. package/dist/src/components/steps/confirmation/RoomContactDetails.js +12 -12
  46. package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
  47. package/dist/src/components/steps/room/AvailableUpgradesModal.js +1 -1
  48. package/dist/src/components/steps/room/AvailableUpgradesModal.js.map +1 -1
  49. package/dist/src/components/summary/BESummaryAddonRow.js +1 -1
  50. package/dist/src/components/summary/BESummaryAddonRow.js.map +1 -1
  51. package/dist/src/components/summary/TransportDistanceFromHotelBlock.js +7 -6
  52. package/dist/src/components/summary/TransportDistanceFromHotelBlock.js.map +1 -1
  53. package/dist/src/contexts/BasketContext/BasketContextType.d.ts +2 -5
  54. package/dist/src/contexts/BasketContext/BasketContextType.js.map +1 -1
  55. package/dist/src/contexts/BasketContext/BasketContextWrapper.js +48 -22
  56. package/dist/src/contexts/BasketContext/BasketContextWrapper.js.map +1 -1
  57. package/dist/src/contexts/CompanyContext/CompanyContextType.type.d.ts +1 -1
  58. package/dist/src/contexts/CompanyContext/CompanyContextType.type.js.map +1 -1
  59. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +4 -0
  60. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
  61. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +20 -20
  62. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
  63. package/dist/src/contexts/FullPageEngineContext/FullPageEngineContextWrapper.js +3 -0
  64. package/dist/src/contexts/FullPageEngineContext/FullPageEngineContextWrapper.js.map +1 -1
  65. package/dist/src/contexts/Members/AuthenticationContext/AuthenticationContext.d.ts +7 -1
  66. package/dist/src/contexts/Members/AuthenticationContext/AuthenticationContext.js.map +1 -1
  67. package/dist/src/contexts/Members/AuthenticationContext/AuthenticationContextProvider.js +32 -6
  68. package/dist/src/contexts/Members/AuthenticationContext/AuthenticationContextProvider.js.map +1 -1
  69. package/dist/src/contexts/Members/RoomstayMemberContext/RoomstayMemberContextProvider.js.map +1 -1
  70. package/dist/src/events/index.d.ts +1 -0
  71. package/dist/src/events/index.js +1 -0
  72. package/dist/src/events/index.js.map +1 -1
  73. package/dist/src/events/views/CommittedBookingEvent.d.ts +3 -1
  74. package/dist/src/events/views/CommittedBookingEvent.js +2 -1
  75. package/dist/src/events/views/CommittedBookingEvent.js.map +1 -1
  76. package/dist/src/index.d.ts +1 -0
  77. package/dist/src/index.js +4 -2
  78. package/dist/src/index.js.map +1 -1
  79. package/dist/src/models/Addon/Addon.d.ts +6 -64
  80. package/dist/src/models/Addon/Addon.js +14 -28
  81. package/dist/src/models/Addon/Addon.js.map +1 -1
  82. package/dist/src/models/Api/HotelOverrideDTO.d.ts +2 -0
  83. package/dist/src/models/Api/HotelOverrideDTO.js.map +1 -1
  84. package/dist/src/models/BasketAddonRow.js +3 -2
  85. package/dist/src/models/BasketAddonRow.js.map +1 -1
  86. package/dist/src/models/BasketRow.d.ts +1 -0
  87. package/dist/src/models/BasketRow.js.map +1 -1
  88. package/dist/src/models/Client/Hotel/Hotel.d.ts +3 -2
  89. package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
  90. package/dist/src/models/RoomstaySession.d.ts +1 -0
  91. package/dist/src/models/RoomstaySession.js.map +1 -1
  92. package/dist/src/models/UserProfile.d.ts +20 -20
  93. package/dist/src/models/UserProfile.js.map +1 -1
  94. package/dist/src/pages/account/Reservations/AccountReservationSinglePage.js +2 -2
  95. package/dist/src/pages/account/Reservations/AccountReservationSinglePage.js.map +1 -1
  96. package/dist/src/pages/steps/StepThanks/StepThanksComponent.js +6 -4
  97. package/dist/src/pages/steps/StepThanks/StepThanksComponent.js.map +1 -1
  98. package/dist/src/providers/FeatureProvider.js +2 -0
  99. package/dist/src/providers/FeatureProvider.js.map +1 -1
  100. package/dist/src/providers/feature/DerbysoftClickTrackingFeature.js +2 -2
  101. package/dist/src/providers/feature/DerbysoftClickTrackingFeature.js.map +1 -1
  102. package/dist/src/providers/feature/HotelGroupFeature.d.ts +6 -0
  103. package/dist/src/providers/feature/HotelGroupFeature.js +10 -0
  104. package/dist/src/providers/feature/HotelGroupFeature.js.map +1 -0
  105. package/dist/src/providers/feature/MemberPortalFeature.d.ts +7 -1
  106. package/dist/src/providers/feature/MemberPortalFeature.js +11 -0
  107. package/dist/src/providers/feature/MemberPortalFeature.js.map +1 -1
  108. package/dist/src/translations/Translation.d.ts +1 -0
  109. package/dist/src/translations/Translation.js +1 -0
  110. package/dist/src/translations/Translation.js.map +1 -1
  111. package/dist/src/translations/languages/en-gb.js +1 -0
  112. package/dist/src/translations/languages/en-gb.js.map +1 -1
  113. package/dist/src/util/EventsHelper.js +1 -1
  114. package/dist/src/util/EventsHelper.js.map +1 -1
  115. package/dist/src/util/TotalCalculator.js +2 -2
  116. package/dist/src/util/TotalCalculator.js.map +1 -1
  117. package/dist/test.bundle.js +1 -1
  118. package/dist/tests/offline/entry/config/hotelSpecDefault.js +1 -0
  119. package/dist/tests/offline/entry/config/hotelSpecDefault.js.map +1 -1
  120. package/dist/vendors.bundle.js +1 -1
  121. package/package.json +2 -2
  122. package/dist/493.bundle.js +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"StepThanksComponent.js","sourceRoot":"/","sources":["src/pages/steps/StepThanks/StepThanksComponent.tsx"],"names":[],"mappings":"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","sourcesContent":["import { BasketContext, CompanyContext } from '@frontend/contexts';\nimport { useCurrentHotel, useEvent } from '@frontend/hooks';\nimport dayjs from 'dayjs';\nimport React, { useCallback, useContext, useEffect, useState } from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { Link } from 'react-router-dom';\nimport { Translation } from 'translations/Translation';\n\nimport BEButton from '@/components/generic/BEButton';\nimport Currency from '@/components/generic/Currency';\nimport Headline from '@/components/generic/Headline';\nimport Icon, { IconType } from '@/components/generic/Icon/Icon';\nimport LineBreak from '@/components/generic/LineBreak';\nimport Text, { TextType } from '@/components/generic/Text';\nimport { CommonAddonSummary } from '@/components/steps/common/CommonAddonSummary/CommonAddonSummary';\nimport { ItemisedFeesSummary } from '@/components/steps/common/ItemisedFeesSummary/ItemisedFeesSummary';\nimport { StepThanksViewEvent } from '@/events';\nimport { IEventReservation } from '@/models/Api/IEventReservation';\nimport { ReservationAddonDTO, ReservationDTO } from '@/models/Api/ReservationsDTO';\nimport { SimpleItemisedFee } from '@/models/Fee';\nimport ReservationRow from '@/pages/findReservation/ReservationRow';\nimport { Color } from '@/util/Color';\nimport { TextAlign } from '@/util/TextAlignment';\nimport { calculateTotalForReservation } from '@/util/TotalCalculator';\n\nexport default function StepThanksComponent() {\n const basketContext = useContext(BasketContext);\n\n const { hotel } = useCurrentHotel();\n const ccx = useContext(CompanyContext);\n const { raise } = useEvent();\n\n const [itemisedFees, setItemisedFees] = useState<SimpleItemisedFee[]>([]);\n\n const checkoutData = basketContext.reservationData;\n\n const isFromRoomstay = checkoutData?.itineraryNumber?.startsWith('RS');\n\n const { t } = useTranslation();\n\n const total = useCallback(() => {\n if (checkoutData?.reservations) {\n const reservations: IEventReservation[] = checkoutData?.reservations?.map((obj: ReservationDTO) => {\n const nightKeys = Object.keys(obj.nights);\n const dateFormat = 'YYYY-MM-DDTHH:mm:ss';\n\n return {\n reservationId: obj.reservationNumber,\n checkInTime: dayjs(nightKeys[0]).format(dateFormat),\n checkOutTime: dayjs(nightKeys[nightKeys.length - 1])\n .add(1, 'day')\n .format(dateFormat),\n totalPrice: obj.total.afterTax,\n priceCurrency: ccx.currentCurrency,\n };\n });\n const event = new StepThanksViewEvent(reservations, basketContext.currentBasketRows, hotel);\n raise(event);\n\n return calculateTotalForReservation(checkoutData, !isFromRoomstay);\n }\n\n return 0;\n }, [checkoutData]);\n\n useEffect(() => {\n setItemisedFees(checkoutData.feesSummary || []);\n }, [checkoutData]);\n\n const addons: ReservationAddonDTO[] = [];\n const comments: string[] = [];\n\n useEffect(() => {\n return () => {\n basketContext.finish();\n };\n }, []);\n\n return (\n <div className=\"container u-marg-top--heavy\">\n <div className=\"row justify-content-center\">\n <div className=\"col-lg-8 col-md-12 u-flex align-items-center u-flex-direction-column\">\n <div className=\"u-marg-bottom\">\n <Icon icon={IconType.Check} size=\"48px\" color={Color.White} backgroundColor={Color.Accent} borderRadius=\"round\" noPadding />\n </div>\n <div className=\"u-marg-bottom\" style={{ maxWidth: '530px' }}>\n <Headline size=\"large\" align={TextAlign.Center}>\n {t(Translation.Step.Thanks.ThankYouHeadline, { hotel: hotel?.name })}\n </Headline>\n </div>\n <div className=\"u-marg-bottom--heavy\">\n <Text color={Color.DarkGrey}>\n {t(Translation.Step.Thanks.InvoiceNumber)} {checkoutData.itineraryNumber}\n </Text>\n </div>\n <div className=\"u-marg-bottom--massive\">\n <Link to=\"/\">\n <BEButton>{t(Translation.Step.Thanks.GoBackHome)}</BEButton>\n </Link>\n </div>\n <>\n <div className=\"u-marg-top w-100\">\n {checkoutData?.reservations?.map((obj: ReservationDTO) => {\n if (obj.addons) {\n const nights = Object.keys(obj.nights);\n obj.addons.forEach((addon) => {\n if (isFromRoomstay) {\n addons.push({ ...addon, nights: nights.length });\n } else {\n addons.push(addon);\n }\n });\n }\n\n if (obj.comments) {\n obj.comments.map((comment: string) => {\n comments.push(comment);\n });\n }\n\n return <ReservationRow reservation={obj} key={obj.reservationNumber} />;\n })}\n </div>\n <LineBreak />\n\n <div className=\"w-100\">\n <CommonAddonSummary addons={addons} />\n {comments.length >= 1 && (\n <div className=\"u-marg-bottom--heavy\">\n <div className=\"u-marg-bottom\">\n <Text type={TextType.Label} color={Color.Grey}>\n {t(Translation.Step.Confirmation.Comments)}\n </Text>\n </div>\n {comments.map((comment, index) => (\n <Text\n style={{\n whiteSpace: 'pre',\n }}\n key={index}\n type={TextType.Small}\n >\n {comment}\n </Text>\n ))}\n </div>\n )}\n\n <ItemisedFeesSummary fees={itemisedFees} />\n\n <Text type={TextType.Small} align={TextAlign.Right}>\n {t(Translation.Misc.Total)}\n </Text>\n <Headline bold size=\"large\" align={TextAlign.Right}>\n <Currency>{total}</Currency>\n </Headline>\n <Text type={TextType.Small} align={TextAlign.Right} color={Color.DarkGrey}>\n {t(Translation.Step.Thanks.IncludingTaxes)}\n </Text>\n </div>\n </>\n </div>\n </div>\n {checkoutData?.reservations?.map((obj: ReservationDTO, index) => {\n const nightKeys = Object.keys(obj.nights);\n\n const firstNight = dayjs(nightKeys[0]);\n const lastNight = dayjs(nightKeys[nightKeys.length - 1]).add(1, 'day');\n\n return (\n <script key={index} type=\"application/ld+json\">\n {JSON.stringify({\n '@context': 'http://schema.org',\n '@type': 'LodgingReservation',\n reservationId: obj.reservationNumber,\n reservationStatus: 'http://schema.org/ReservationConfirmed',\n checkinTime: firstNight.format('YYYY-MM-DDTHH:mm:ss'),\n checkoutTime: lastNight.format('YYYY-MM-DDTHH:mm:ss'),\n totalPrice: obj.total.afterTax,\n basePrice: obj.total.beforeTax,\n priceCurrency: ccx.currentCurrency,\n })}\n </script>\n );\n })}\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"StepThanksComponent.js","sourceRoot":"/","sources":["src/pages/steps/StepThanks/StepThanksComponent.tsx"],"names":[],"mappings":"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","sourcesContent":["import { BasketContext, CompanyContext } from '@frontend/contexts';\nimport { useCurrentHotel, useEvent } from '@frontend/hooks';\nimport dayjs from 'dayjs';\nimport React, { useCallback, useContext, useEffect, useState } from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { Link } from 'react-router-dom';\nimport { Translation } from 'translations/Translation';\n\nimport BEButton from '@/components/generic/BEButton';\nimport Currency from '@/components/generic/Currency';\nimport Headline from '@/components/generic/Headline';\nimport Icon, { IconType } from '@/components/generic/Icon/Icon';\nimport LineBreak from '@/components/generic/LineBreak';\nimport Text, { TextType } from '@/components/generic/Text';\nimport { InlineSignUpSection } from '@/components/members/InlineSignUpSection';\nimport { CommonAddonSummary } from '@/components/steps/common/CommonAddonSummary/CommonAddonSummary';\nimport { ItemisedFeesSummary } from '@/components/steps/common/ItemisedFeesSummary/ItemisedFeesSummary';\nimport { StepThanksViewEvent } from '@/events';\nimport { IEventReservation } from '@/models/Api/IEventReservation';\nimport { ReservationAddonDTO, ReservationDTO } from '@/models/Api/ReservationsDTO';\nimport { SimpleItemisedFee } from '@/models/Fee';\nimport ReservationRow from '@/pages/findReservation/ReservationRow';\nimport { Color } from '@/util/Color';\nimport { TextAlign } from '@/util/TextAlignment';\nimport { calculateTotalForReservation } from '@/util/TotalCalculator';\n\nexport default function StepThanksComponent() {\n const basketContext = useContext(BasketContext);\n\n const { hotel } = useCurrentHotel();\n const ccx = useContext(CompanyContext);\n const { raise } = useEvent();\n\n const [itemisedFees, setItemisedFees] = useState<SimpleItemisedFee[]>([]);\n\n const checkoutData = basketContext.reservationData;\n\n const isFromRoomstay = checkoutData?.itineraryNumber?.startsWith('RS');\n\n const { t } = useTranslation();\n\n const total = useCallback(() => {\n if (checkoutData?.reservations) {\n const reservations: IEventReservation[] = checkoutData?.reservations?.map((obj: ReservationDTO) => {\n const nightKeys = Object.keys(obj.nights);\n const dateFormat = 'YYYY-MM-DDTHH:mm:ss';\n\n return {\n reservationId: obj.reservationNumber,\n checkInTime: dayjs(nightKeys[0]).format(dateFormat),\n checkOutTime: dayjs(nightKeys[nightKeys.length - 1])\n .add(1, 'day')\n .format(dateFormat),\n totalPrice: obj.total.afterTax,\n priceCurrency: ccx.currentCurrency,\n };\n });\n const event = new StepThanksViewEvent(reservations, basketContext.currentBasketRows, hotel);\n raise(event);\n\n return calculateTotalForReservation(checkoutData, !isFromRoomstay);\n }\n\n return 0;\n }, [checkoutData]);\n\n useEffect(() => {\n setItemisedFees(checkoutData.feesSummary || []);\n }, [checkoutData]);\n\n const addons: ReservationAddonDTO[] = [];\n const comments: string[] = [];\n\n useEffect(() => {\n return () => {\n basketContext.finish();\n };\n }, []);\n\n return (\n <div className=\"container u-marg-top--heavy\">\n <div className=\"row justify-content-center\">\n <div className=\"col-lg-8 col-md-12 u-flex align-items-center u-flex-direction-column\">\n <div className=\"u-marg-bottom\">\n <Icon icon={IconType.Check} size=\"48px\" color={Color.White} backgroundColor={Color.Accent} borderRadius=\"round\" noPadding />\n </div>\n <div className=\"u-marg-bottom\" style={{ maxWidth: '530px' }}>\n <Headline size=\"large\" align={TextAlign.Center}>\n {t(Translation.Step.Thanks.ThankYouHeadline, { hotel: hotel?.name })}\n </Headline>\n </div>\n <div className=\"u-marg-bottom--heavy\">\n <Text color={Color.DarkGrey}>\n {t(Translation.Step.Thanks.InvoiceNumber)} {checkoutData.itineraryNumber}\n </Text>\n </div>\n\n <div className=\"u-marg-bottom--massive\">\n <Link to=\"/\">\n <BEButton>{t(Translation.Step.Thanks.GoBackHome)}</BEButton>\n </Link>\n </div>\n\n {checkoutData?.reservations?.[0]?.guest && <InlineSignUpSection reservation={checkoutData.reservations[0]} hotelId={hotel?.hotelID || ''} />}\n\n <>\n <div className=\"u-marg-top w-100\">\n {checkoutData?.reservations?.map((obj: ReservationDTO) => {\n if (obj.addons) {\n const nights = Object.keys(obj.nights);\n obj.addons.forEach((addon) => {\n if (isFromRoomstay) {\n addons.push({ ...addon, nights: nights.length });\n } else {\n addons.push(addon);\n }\n });\n }\n\n if (obj.comments) {\n obj.comments.map((comment: string) => {\n comments.push(comment);\n });\n }\n\n return <ReservationRow reservation={obj} key={obj.reservationNumber} />;\n })}\n </div>\n <LineBreak />\n\n <div className=\"w-100\">\n <CommonAddonSummary addons={addons} />\n {comments.length >= 1 && (\n <div className=\"u-marg-bottom--heavy\">\n <div className=\"u-marg-bottom\">\n <Text type={TextType.Label} color={Color.Grey}>\n {t(Translation.Step.Confirmation.Comments)}\n </Text>\n </div>\n {comments.map((comment, index) => (\n <Text\n style={{\n whiteSpace: 'pre',\n }}\n key={index}\n type={TextType.Small}\n >\n {comment}\n </Text>\n ))}\n </div>\n )}\n\n <ItemisedFeesSummary fees={itemisedFees} />\n\n <Text type={TextType.Small} align={TextAlign.Right}>\n {t(Translation.Misc.Total)}\n </Text>\n <Headline bold size=\"large\" align={TextAlign.Right}>\n <Currency>{total}</Currency>\n </Headline>\n <Text type={TextType.Small} align={TextAlign.Right} color={Color.DarkGrey}>\n {t(Translation.Step.Thanks.IncludingTaxes)}\n </Text>\n </div>\n </>\n </div>\n </div>\n {checkoutData?.reservations?.map((obj: ReservationDTO, index) => {\n const nightKeys = Object.keys(obj.nights);\n\n const firstNight = dayjs(nightKeys[0]);\n const lastNight = dayjs(nightKeys[nightKeys.length - 1]).add(1, 'day');\n\n return (\n <script key={index} type=\"application/ld+json\">\n {JSON.stringify({\n '@context': 'http://schema.org',\n '@type': 'LodgingReservation',\n reservationId: obj.reservationNumber,\n reservationStatus: 'http://schema.org/ReservationConfirmed',\n checkinTime: firstNight.format('YYYY-MM-DDTHH:mm:ss'),\n checkoutTime: lastNight.format('YYYY-MM-DDTHH:mm:ss'),\n totalPrice: obj.total.afterTax,\n basePrice: obj.total.beforeTax,\n priceCurrency: ccx.currentCurrency,\n })}\n </script>\n );\n })}\n </div>\n );\n}\n"]}
@@ -9,6 +9,7 @@ const E164PhoneNumberFieldFeature_1 = __importDefault(require("./feature/E164Pho
9
9
  const FeaturedPromoFeature_1 = __importDefault(require("./feature/FeaturedPromoFeature"));
10
10
  const FullPageEngineSmallSpacingFeature_1 = __importDefault(require("./feature/FullPageEngineSmallSpacingFeature"));
11
11
  const GuestTitleFieldFeature_1 = __importDefault(require("./feature/GuestTitleFieldFeature"));
12
+ const HotelGroupFeature_1 = __importDefault(require("./feature/HotelGroupFeature"));
12
13
  const InlineAddonStepFeature_1 = __importDefault(require("./feature/InlineAddonStepFeature"));
13
14
  const MemberPortalFeature_1 = __importDefault(require("./feature/MemberPortalFeature"));
14
15
  const ModifyBookingFeature_1 = __importDefault(require("./feature/ModifyBookingFeature"));
@@ -51,5 +52,6 @@ FeatureProvider.features = [
51
52
  RoomRateReadMoreVersionFeature_1.default,
52
53
  DerbysoftClickTrackingFeature_1.default,
53
54
  GuestTitleFieldFeature_1.default,
55
+ HotelGroupFeature_1.default,
54
56
  ];
55
57
  //# sourceMappingURL=FeatureProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureProvider.js","sourceRoot":"/","sources":["src/providers/FeatureProvider.ts"],"names":[],"mappings":";;;;;AAAA,8GAAsF;AACtF,sGAA8E;AAC9E,kHAA0F;AAC1F,oGAA4E;AAC5E,8HAAsG;AACtG,wGAAgF;AAChF,wGAAgF;AAChF,kGAA0E;AAC1E,oGAA4E;AAC5E,0HAAkG;AAClG,gHAAwF;AACxF,8FAAsE;AACtE,0HAAkG;AAElG,4GAAoF;AACpF,8GAAsF;AAEtF,MAAqB,eAAe;IAmBzB,MAAM,CAAC,IAAI,CAAC,IAAuF,EAAE,OAAa;QACrH,KAAK,MAAM,OAAO,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjC,IAAI,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,IAAI,IAAI,KAAK,OAAO,EAAE;gBAChD,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;aACzB;SACJ;IACL,CAAC;IAEM,MAAM,CAAC,MAAM,CAAC,IAAuF;QACxG,KAAK,MAAM,OAAO,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjC,IAAI,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,IAAI,IAAI,KAAK,OAAO,EAAE;gBAChD,OAAO,CAAC,MAAM,EAAE,CAAC;aACpB;SACJ;IACL,CAAC;;AAjCL,kCAkCC;AAjCkB,wBAAQ,GAAG;IACtB,gCAAsB;IACtB,+BAAqB;IACrB,2BAAiB;IACjB,8BAAoB;IACpB,mCAAyB;IACzB,yCAA+B;IAC/B,qCAA2B;IAC3B,6BAAmB;IACnB,yCAA+B;IAC/B,2CAAiC;IACjC,8BAAoB;IACpB,oCAA0B;IAC1B,wCAA8B;IAC9B,uCAA6B;IAC7B,gCAAsB;CACzB,CAAC","sourcesContent":["import ConfirmationVerifyFeature from '@/providers/feature/ConfirmationVerifyFeature';\nimport DatePickerTypeFeature from '@/providers/feature/DatePickerTypeFeature';\nimport E164PhoneNumberFieldFeature from '@/providers/feature/E164PhoneNumberFieldFeature';\nimport FeaturedPromoFeature from '@/providers/feature/FeaturedPromoFeature';\nimport FullPageEngineSmallSpacingFeature from '@/providers/feature/FullPageEngineSmallSpacingFeature';\nimport GuestTitleFieldFeature from '@/providers/feature/GuestTitleFieldFeature';\nimport InlineAddonStepFeature from '@/providers/feature/InlineAddonStepFeature';\nimport MemberPortalFeature from '@/providers/feature/MemberPortalFeature';\nimport ModifyBookingFeature from '@/providers/feature/ModifyBookingFeature';\nimport NumberOfPeopleBookedPillFeature from '@/providers/feature/NumberOfPeopleBookedPillFeature';\nimport PlanPayPricePreviewFeature from '@/providers/feature/PlanPayPricePreviewFeature';\nimport RoomUpsellFeature from '@/providers/feature/RoomUpsellFeature';\nimport ShowIATANumberOnCheckoutFeature from '@/providers/feature/ShowIATANumberOnCheckoutFeature';\n\nimport DerbysoftClickTrackingFeature from './feature/DerbysoftClickTrackingFeature';\nimport RoomRateReadMoreVersionFeature from './feature/RoomRateReadMoreVersionFeature';\n\nexport default class FeatureProvider {\n private static features = [\n InlineAddonStepFeature,\n DatePickerTypeFeature,\n RoomUpsellFeature,\n FeaturedPromoFeature,\n ConfirmationVerifyFeature,\n ShowIATANumberOnCheckoutFeature,\n E164PhoneNumberFieldFeature,\n MemberPortalFeature,\n NumberOfPeopleBookedPillFeature,\n FullPageEngineSmallSpacingFeature,\n ModifyBookingFeature,\n PlanPayPricePreviewFeature,\n RoomRateReadMoreVersionFeature,\n DerbysoftClickTrackingFeature,\n GuestTitleFieldFeature,\n ];\n\n public static load(name: string | (typeof FeatureProvider.features)[keyof typeof FeatureProvider.features], options?: any) {\n for (const feature of this.features) {\n if (feature.getName() === name || name === feature) {\n feature.load(options);\n }\n }\n }\n\n public static unLoad(name: string | (typeof FeatureProvider.features)[keyof typeof FeatureProvider.features]) {\n for (const feature of this.features) {\n if (feature.getName() === name || name === feature) {\n feature.unLoad();\n }\n }\n }\n}\n"]}
1
+ {"version":3,"file":"FeatureProvider.js","sourceRoot":"/","sources":["src/providers/FeatureProvider.ts"],"names":[],"mappings":";;;;;AAAA,8GAAsF;AACtF,sGAA8E;AAC9E,kHAA0F;AAC1F,oGAA4E;AAC5E,8HAAsG;AACtG,wGAAgF;AAChF,8FAAsE;AACtE,wGAAgF;AAChF,kGAA0E;AAC1E,oGAA4E;AAC5E,0HAAkG;AAClG,gHAAwF;AACxF,8FAAsE;AACtE,0HAAkG;AAElG,4GAAoF;AACpF,8GAAsF;AAEtF,MAAqB,eAAe;IAoBzB,MAAM,CAAC,IAAI,CAAC,IAAuF,EAAE,OAAa;QACrH,KAAK,MAAM,OAAO,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjC,IAAI,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,IAAI,IAAI,KAAK,OAAO,EAAE;gBAChD,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;aACzB;SACJ;IACL,CAAC;IAEM,MAAM,CAAC,MAAM,CAAC,IAAuF;QACxG,KAAK,MAAM,OAAO,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjC,IAAI,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,IAAI,IAAI,KAAK,OAAO,EAAE;gBAChD,OAAO,CAAC,MAAM,EAAE,CAAC;aACpB;SACJ;IACL,CAAC;;AAlCL,kCAmCC;AAlCkB,wBAAQ,GAAG;IACtB,gCAAsB;IACtB,+BAAqB;IACrB,2BAAiB;IACjB,8BAAoB;IACpB,mCAAyB;IACzB,yCAA+B;IAC/B,qCAA2B;IAC3B,6BAAmB;IACnB,yCAA+B;IAC/B,2CAAiC;IACjC,8BAAoB;IACpB,oCAA0B;IAC1B,wCAA8B;IAC9B,uCAA6B;IAC7B,gCAAsB;IACtB,2BAAiB;CACpB,CAAC","sourcesContent":["import ConfirmationVerifyFeature from '@/providers/feature/ConfirmationVerifyFeature';\nimport DatePickerTypeFeature from '@/providers/feature/DatePickerTypeFeature';\nimport E164PhoneNumberFieldFeature from '@/providers/feature/E164PhoneNumberFieldFeature';\nimport FeaturedPromoFeature from '@/providers/feature/FeaturedPromoFeature';\nimport FullPageEngineSmallSpacingFeature from '@/providers/feature/FullPageEngineSmallSpacingFeature';\nimport GuestTitleFieldFeature from '@/providers/feature/GuestTitleFieldFeature';\nimport HotelGroupFeature from '@/providers/feature/HotelGroupFeature';\nimport InlineAddonStepFeature from '@/providers/feature/InlineAddonStepFeature';\nimport MemberPortalFeature from '@/providers/feature/MemberPortalFeature';\nimport ModifyBookingFeature from '@/providers/feature/ModifyBookingFeature';\nimport NumberOfPeopleBookedPillFeature from '@/providers/feature/NumberOfPeopleBookedPillFeature';\nimport PlanPayPricePreviewFeature from '@/providers/feature/PlanPayPricePreviewFeature';\nimport RoomUpsellFeature from '@/providers/feature/RoomUpsellFeature';\nimport ShowIATANumberOnCheckoutFeature from '@/providers/feature/ShowIATANumberOnCheckoutFeature';\n\nimport DerbysoftClickTrackingFeature from './feature/DerbysoftClickTrackingFeature';\nimport RoomRateReadMoreVersionFeature from './feature/RoomRateReadMoreVersionFeature';\n\nexport default class FeatureProvider {\n private static features = [\n InlineAddonStepFeature,\n DatePickerTypeFeature,\n RoomUpsellFeature,\n FeaturedPromoFeature,\n ConfirmationVerifyFeature,\n ShowIATANumberOnCheckoutFeature,\n E164PhoneNumberFieldFeature,\n MemberPortalFeature,\n NumberOfPeopleBookedPillFeature,\n FullPageEngineSmallSpacingFeature,\n ModifyBookingFeature,\n PlanPayPricePreviewFeature,\n RoomRateReadMoreVersionFeature,\n DerbysoftClickTrackingFeature,\n GuestTitleFieldFeature,\n HotelGroupFeature,\n ];\n\n public static load(name: string | (typeof FeatureProvider.features)[keyof typeof FeatureProvider.features], options?: any) {\n for (const feature of this.features) {\n if (feature.getName() === name || name === feature) {\n feature.load(options);\n }\n }\n }\n\n public static unLoad(name: string | (typeof FeatureProvider.features)[keyof typeof FeatureProvider.features]) {\n for (const feature of this.features) {\n if (feature.getName() === name || name === feature) {\n feature.unLoad();\n }\n }\n }\n}\n"]}
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- const PlacedBookingEvent_1 = require("../../events/actions/PlacedBookingEvent");
12
+ const CommittedBookingEvent_1 = require("../../events/views/CommittedBookingEvent");
13
13
  const index_1 = require("../../index");
14
14
  const Feature_1 = require("./Feature");
15
15
  const DerbysoftPixel_1 = require("../../util/DerbysoftPixel");
@@ -18,7 +18,7 @@ class DerbysoftClickTrackingFeature extends Feature_1.Feature {
18
18
  super('DerbysoftClickTrackingFeature');
19
19
  }
20
20
  onLoad() {
21
- index_1.RoomstayEventManager.addEvent(PlacedBookingEvent_1.PlacedBookingEvent, (event) => __awaiter(this, void 0, void 0, function* () {
21
+ index_1.RoomstayEventManager.addEvent(CommittedBookingEvent_1.CommittedBookingEvent, (event) => __awaiter(this, void 0, void 0, function* () {
22
22
  const res = event.reservation;
23
23
  const rows = event.basketRows;
24
24
  const hotel = event.hotel;
@@ -1 +1 @@
1
- {"version":3,"file":"DerbysoftClickTrackingFeature.js","sourceRoot":"/","sources":["src/providers/feature/DerbysoftClickTrackingFeature.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,4EAAyE;AACzE,mCAA+C;AAC/C,yDAAsD;AACtD,0DAAqE;AAErE,MAAM,6BAA8B,SAAQ,iBAAO;IAC/C;QACI,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAC3C,CAAC;IAES,MAAM;QACZ,4BAAoB,CAAC,QAAQ,CAAC,uCAAkB,EAAE,CAAO,KAAyB,EAAE,EAAE;YAClF,MAAM,GAAG,GAAG,KAAK,CAAC,WAAW,CAAC;YAC9B,MAAM,IAAI,GAAG,KAAK,CAAC,UAAU,CAAC;YAC9B,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;YAE1B,IAAI,KAAK,EAAE;gBACP,MAAM,IAAA,6CAA4B,EAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;aACxD;QACL,CAAC,CAAA,CAAC,CAAC;IACP,CAAC;CACJ;AAED,kBAAe,IAAI,6BAA6B,EAAE,CAAC","sourcesContent":["import { PlacedBookingEvent } from '@/events/actions/PlacedBookingEvent';\nimport { RoomstayEventManager } from '@/index';\nimport { Feature } from '@/providers/feature/Feature';\nimport { logDerbyBookingCompleteEvent } from '@/util/DerbysoftPixel';\n\nclass DerbysoftClickTrackingFeature extends Feature {\n public constructor() {\n super('DerbysoftClickTrackingFeature');\n }\n\n protected onLoad(): void {\n RoomstayEventManager.addEvent(PlacedBookingEvent, async (event: PlacedBookingEvent) => {\n const res = event.reservation;\n const rows = event.basketRows;\n const hotel = event.hotel;\n\n if (hotel) {\n await logDerbyBookingCompleteEvent(hotel, res, rows);\n }\n });\n }\n}\n\nexport default new DerbysoftClickTrackingFeature();\n"]}
1
+ {"version":3,"file":"DerbysoftClickTrackingFeature.js","sourceRoot":"/","sources":["src/providers/feature/DerbysoftClickTrackingFeature.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,gFAA6E;AAC7E,mCAA+C;AAC/C,yDAAsD;AACtD,0DAAqE;AAErE,MAAM,6BAA8B,SAAQ,iBAAO;IAC/C;QACI,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAC3C,CAAC;IAES,MAAM;QACZ,4BAAoB,CAAC,QAAQ,CAAC,6CAAqB,EAAE,CAAO,KAA4B,EAAE,EAAE;YACxF,MAAM,GAAG,GAAG,KAAK,CAAC,WAAW,CAAC;YAC9B,MAAM,IAAI,GAAG,KAAK,CAAC,UAAU,CAAC;YAC9B,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;YAE1B,IAAI,KAAK,EAAE;gBACP,MAAM,IAAA,6CAA4B,EAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;aACxD;QACL,CAAC,CAAA,CAAC,CAAC;IACP,CAAC;CACJ;AAED,kBAAe,IAAI,6BAA6B,EAAE,CAAC","sourcesContent":["import { CommittedBookingEvent } from '@/events/views/CommittedBookingEvent';\nimport { RoomstayEventManager } from '@/index';\nimport { Feature } from '@/providers/feature/Feature';\nimport { logDerbyBookingCompleteEvent } from '@/util/DerbysoftPixel';\n\nclass DerbysoftClickTrackingFeature extends Feature {\n public constructor() {\n super('DerbysoftClickTrackingFeature');\n }\n\n protected onLoad(): void {\n RoomstayEventManager.addEvent(CommittedBookingEvent, async (event: CommittedBookingEvent) => {\n const res = event.reservation;\n const rows = event.basketRows;\n const hotel = event.hotel;\n\n if (hotel) {\n await logDerbyBookingCompleteEvent(hotel, res, rows);\n }\n });\n }\n}\n\nexport default new DerbysoftClickTrackingFeature();\n"]}
@@ -0,0 +1,6 @@
1
+ import { Feature } from './Feature';
2
+ declare class HotelGroupFeature extends Feature {
3
+ constructor();
4
+ }
5
+ declare const _default: HotelGroupFeature;
6
+ export default _default;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Feature_1 = require("./Feature");
4
+ class HotelGroupFeature extends Feature_1.Feature {
5
+ constructor() {
6
+ super('HotelGroupFeature');
7
+ }
8
+ }
9
+ exports.default = new HotelGroupFeature();
10
+ //# sourceMappingURL=HotelGroupFeature.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HotelGroupFeature.js","sourceRoot":"/","sources":["src/providers/feature/HotelGroupFeature.ts"],"names":[],"mappings":";;AAAA,yDAAsD;AAEtD,MAAM,iBAAkB,SAAQ,iBAAO;IACnC;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAC/B,CAAC;CACJ;AAED,kBAAe,IAAI,iBAAiB,EAAE,CAAC","sourcesContent":["import { Feature } from '@/providers/feature/Feature';\n\nclass HotelGroupFeature extends Feature {\n public constructor() {\n super('HotelGroupFeature');\n }\n}\n\nexport default new HotelGroupFeature();\n"]}
@@ -1,6 +1,12 @@
1
1
  import { Feature } from './Feature';
2
- declare class MemberPortalFeature extends Feature {
2
+ interface MemberPortalOptions {
3
+ useMemberPortalForMemberPricing?: boolean;
4
+ }
5
+ declare class MemberPortalFeature extends Feature<MemberPortalOptions> {
6
+ private useMemberPortalForMemberPricing;
3
7
  constructor();
8
+ shouldUseMemberPortalForMemberPricing(): boolean;
9
+ protected onLoad(options?: MemberPortalOptions): void;
4
10
  }
5
11
  declare const _default: MemberPortalFeature;
6
12
  export default _default;
@@ -4,6 +4,17 @@ const Feature_1 = require("./Feature");
4
4
  class MemberPortalFeature extends Feature_1.Feature {
5
5
  constructor() {
6
6
  super('MemberPortalFeature');
7
+ // If this option is enabled, we'll force users to sign up to the member portal before showing member prices.
8
+ // This will require them to set a password and verify their email before proceeding to checkout.
9
+ this.useMemberPortalForMemberPricing = false;
10
+ }
11
+ shouldUseMemberPortalForMemberPricing() {
12
+ return this.useMemberPortalForMemberPricing;
13
+ }
14
+ onLoad(options) {
15
+ if ((options === null || options === void 0 ? void 0 : options.useMemberPortalForMemberPricing) !== undefined) {
16
+ this.useMemberPortalForMemberPricing = options.useMemberPortalForMemberPricing;
17
+ }
7
18
  }
8
19
  }
9
20
  exports.default = new MemberPortalFeature();
@@ -1 +1 @@
1
- {"version":3,"file":"MemberPortalFeature.js","sourceRoot":"/","sources":["src/providers/feature/MemberPortalFeature.ts"],"names":[],"mappings":";;AAAA,yDAAsD;AAEtD,MAAM,mBAAoB,SAAQ,iBAAO;IACrC;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;IACjC,CAAC;CACJ;AAED,kBAAe,IAAI,mBAAmB,EAAE,CAAC","sourcesContent":["import { Feature } from '@/providers/feature/Feature';\n\nclass MemberPortalFeature extends Feature {\n constructor() {\n super('MemberPortalFeature');\n }\n}\n\nexport default new MemberPortalFeature();\n"]}
1
+ {"version":3,"file":"MemberPortalFeature.js","sourceRoot":"/","sources":["src/providers/feature/MemberPortalFeature.ts"],"names":[],"mappings":";;AAAA,yDAAsD;AAMtD,MAAM,mBAAoB,SAAQ,iBAA4B;IAK1D;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QALjC,6GAA6G;QAC7G,iGAAiG;QACzF,oCAA+B,GAAG,KAAK,CAAC;IAIhD,CAAC;IAEM,qCAAqC;QACxC,OAAO,IAAI,CAAC,+BAA+B,CAAC;IAChD,CAAC;IAES,MAAM,CAAC,OAA6B;QAC1C,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,+BAA+B,MAAK,SAAS,EAAE;YACxD,IAAI,CAAC,+BAA+B,GAAG,OAAO,CAAC,+BAA+B,CAAC;SAClF;IACL,CAAC;CACJ;AAED,kBAAe,IAAI,mBAAmB,EAAE,CAAC","sourcesContent":["import { Feature } from '@/providers/feature/Feature';\n\ninterface MemberPortalOptions {\n useMemberPortalForMemberPricing?: boolean;\n}\n\nclass MemberPortalFeature extends Feature<MemberPortalOptions> {\n // If this option is enabled, we'll force users to sign up to the member portal before showing member prices.\n // This will require them to set a password and verify their email before proceeding to checkout.\n private useMemberPortalForMemberPricing = false;\n\n constructor() {\n super('MemberPortalFeature');\n }\n\n public shouldUseMemberPortalForMemberPricing(): boolean {\n return this.useMemberPortalForMemberPricing;\n }\n\n protected onLoad(options?: MemberPortalOptions): void {\n if (options?.useMemberPortalForMemberPricing !== undefined) {\n this.useMemberPortalForMemberPricing = options.useMemberPortalForMemberPricing;\n }\n }\n}\n\nexport default new MemberPortalFeature();\n"]}
@@ -713,6 +713,7 @@ export declare const Translation: {
713
713
  TransportDistances: {
714
714
  Airport: string;
715
715
  Train: string;
716
+ Tram: string;
716
717
  Bus: string;
717
718
  Taxi: string;
718
719
  Ferry: string;
@@ -716,6 +716,7 @@ exports.Translation = {
716
716
  TransportDistances: {
717
717
  Airport: 'TransportDistances.Airport',
718
718
  Train: 'TransportDistances.Train',
719
+ Tram: 'TransportDistances.Tram',
719
720
  Bus: 'TransportDistances.Bus',
720
721
  Taxi: 'TransportDistances.Taxi',
721
722
  Ferry: 'TransportDistances.Ferry',
@@ -1 +1 @@
1
- {"version":3,"file":"Translation.js","sourceRoot":"/","sources":["src/translations/Translation.ts"],"names":[],"mappings":"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","sourcesContent":["export const Translation = {\n Navigation: {\n FindReservation: 'Navigation.FindReservation',\n HotelInfo: 'Navigation.HotelInfo',\n SignUp: {\n Title: 'Navigation.SignUp.Title',\n Inputs: {\n FirstName: 'Navigation.SignUp.Inputs.FirstName',\n LastName: 'Navigation.SignUp.Inputs.LastName',\n SignUpButton: 'Navigation.SignUp.Inputs.SignUpButton',\n\n Password: {\n Label: 'Navigation.SignUp.Inputs.Password.Label',\n Placeholder: 'Navigation.SignUp.Inputs.Password.Placeholder',\n Hint: 'Navigation.SignUp.Inputs.Password.Hint',\n },\n Terms: {\n BaseText: 'Navigation.SignUp.Inputs.Terms.BaseText',\n LinkText: 'Navigation.SignUp.Inputs.Terms.LinkText',\n Error: 'Navigation.SignUp.Inputs.Terms.Error',\n },\n },\n SignIn: 'Navigation.SignUp.SignIn',\n EmailIsInUse: 'Navigation.SignUp.EmailIsInUse',\n VerifyingEmail: {\n Title: 'Navigation.SignUp.VerifyingEmail.Title',\n Detail: 'Navigation.SignUp.VerifyingEmail.Detail',\n },\n },\n SignIn: {\n SignIn: 'Navigation.SignIn.SignIn',\n GetLowerPrices: 'Navigation.SignIn.GetLowerPrices',\n EmailAddress: 'Navigation.SignIn.EmailAddress',\n Password: 'Navigation.SignIn.Password',\n ForgotPassword: 'Navigation.SignIn.ForgotPassword',\n Or: 'Navigation.SignIn.Or',\n DontHaveAnAccount: 'Navigation.SignIn.DontHaveAnAccount',\n SignUp: 'Navigation.SignIn.SignUp',\n },\n ForgotPassword: {\n Title: 'Navigation.ForgotPassword.Title',\n CodeSent: 'Navigation.ForgotPassword.CodeSent',\n Inputs: {\n Email: {\n Label: 'Navigation.ForgotPassword.Inputs.Email.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Email.Placeholder',\n Validation: {\n UserNotFound: 'Navigation.ForgotPassword.Inputs.Email.Validation.UserNotFound',\n },\n },\n Code: {\n Label: 'Navigation.ForgotPassword.Inputs.Code.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Code.Placeholder',\n Helper: 'Navigation.ForgotPassword.Inputs.Code.Helper',\n Validation: {\n InvalidCode: 'Navigation.ForgotPassword.Inputs.Code.Validation.InvalidCode',\n },\n },\n Password: {\n Label: 'Navigation.ForgotPassword.Inputs.Password.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Password.Placeholder',\n },\n RepeatPassword: {\n Label: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Placeholder',\n },\n SubmitButton: {\n Label: 'Navigation.ForgotPassword.Inputs.SubmitButton.Label',\n },\n CancelButton: {\n Label: 'Navigation.ForgotPassword.Inputs.CancelButton.Label',\n },\n },\n },\n SelectStep: 'Navigation.SelectStep',\n Steps: {\n Date: 'Navigation.Steps.Date',\n Hotel: 'Navigation.Steps.Hotel',\n Room: 'Navigation.Steps.Room',\n Addon: 'Navigation.Steps.Addon',\n Confirmation: 'Navigation.Steps.Confirmation',\n Thanks: 'Navigation.Steps.Thanks',\n\n StepProgress: 'Navigation.Steps.StepProgress',\n },\n Back: 'Navigation.Back',\n Next: 'Navigation.Next',\n Menu: {\n YourReservations: 'Navigation.Menu.YourReservations',\n ProfileInformation: 'Navigation.Menu.ProfileInformation',\n PaymentInformation: 'Navigation.Menu.PaymentInformation',\n HotelInformation: 'Navigation.Menu.HotelInformation',\n NeedHelp: 'Navigation.Menu.NeedHelp',\n ChangePassword: 'Navigation.Menu.ChangePassword',\n },\n },\n Step: {\n Date: {\n Reservation: 'Step.Date.Reservation',\n SelectYourDate: 'Step.Date.SelectYourDate',\n Arrival: 'Step.Date.Arrival',\n Departure: 'Step.Date.Departure',\n\n Adult: 'Step.Date.Adult',\n Adult_plural: 'Step.Date.Adult_plural',\n\n Child: 'Step.Date.Child',\n Child_plural: 'Step.Date.Child_plural',\n\n Infant: 'Step.Date.Infant',\n Infant_plural: 'Step.Date.Infant_plural',\n\n PromoCode: 'Step.Date.PromoCode',\n PromoCodePlaceHolder: 'Step.Date.PromoCodePlaceHolder',\n\n Room: 'Step.Date.Room',\n Room_plural: 'Step.Date.Room_plural',\n\n Legend: {\n Today: 'Step.Date.Legend.Today',\n SelectedDates: 'Step.Date.Legend.SelectedDates',\n AvailableDates: 'Step.Date.Legend.AvailableDates',\n NoAvailability: 'Step.Date.Legend.NoAvailability',\n },\n\n SelectStartDate: 'Step.Date.SelectStartDate',\n SelectCheckoutDate: 'Step.Date.SelectCheckoutDate',\n CheckAvailability: 'Step.Date.CheckAvailability',\n AvailabilityCheckFailed: {\n Title: 'Step.Date.AvailabilityCheckFailed.Title',\n Message: 'Step.Date.AvailabilityCheckFailed.Message',\n },\n PromoCodeTooltip: {\n Checking: 'Step.Date.PromoCodeTooltip.Checking',\n NoValue: 'Step.Date.PromoCodeTooltip.NoValue',\n Valid: 'Step.Date.PromoCodeTooltip.Valid',\n Invalid: 'Step.Date.PromoCodeTooltip.Invalid',\n },\n UpdateAdults: 'Step.Date.UpdateAdults',\n UpdateChildren: 'Step.Date.UpdateChildren',\n UpdateInfants: 'Step.Date.UpdateInfants',\n SelectArrivalAndDepartureDatesByClickingHere: 'Step.Date.SelectArrivalAndDepartureDatesByClickingHere',\n PromoCodeValidation: {\n Valid: 'Step.Date.PromoCodeValidation.Valid',\n Invalid: 'Step.Date.PromoCodeValidation.Invalid',\n },\n PleaseSelectYourDates: 'Step.Date.PleaseSelectYourDates',\n NightStayRequirement: {\n BlockedDate: 'Step.Date.NightStayRequirement.BlockedDate',\n DateBeforeArrivalDate: 'Step.Date.NightStayRequirement.DateBeforeArrivalDate',\n DateAfterMaxDepartureDate: 'Step.Date.NightStayRequirement.DateAfterMaxDepartureDate',\n BetweenArrivalDateMinDepartureDate: 'Step.Date.NightStayRequirement.BetweenArrivalDateMinDepartureDate',\n DateInSelectedRange: 'Step.Date.NightStayRequirement.DateInSelectedRange',\n ChangeArrivalDate: 'Step.Date.NightStayRequirement.ChangeArrivalDate',\n PickAgain: 'Step.Date.NightStayRequirement.PickAgain',\n MinNightStayRequired: 'Step.Date.NightStayRequirement.MinNightStayRequired',\n MaxNightStayRequired: 'Step.Date.NightStayRequirement.MaxNightStayRequired',\n BothMinMaxNightStayRequired: 'Step.Date.NightStayRequirement.BothMinMaxNightStayRequired',\n },\n AgedBetween: 'Step.Date.AgedBetween',\n AgedAtLeast: 'Step.Date.AgedAtLeast',\n AgedUpTo: 'Step.Date.AgedUpTo',\n },\n Hotel: {\n HotelCard: {\n DatesUnavailable: 'Step.Hotel.HotelCard.DatesUnavailable',\n },\n NoHotels: {\n Title: 'Step.Hotel.NoHotels.Title',\n DescriptionLine1: 'Step.Hotel.NoHotels.DescriptionLine1',\n DescriptionLine2: 'Step.Hotel.NoHotels.DescriptionLine2',\n },\n Cities: 'Step.Hotel.Cities',\n ViewRooms: 'Step.Hotel.ViewRooms',\n About: 'Step.Hotel.About',\n Gallery: 'Step.Hotel.Gallery',\n AndYouGetAll: 'Step.Hotel.AndYouGetAll',\n HotelAmenities: 'Step.Hotel.HotelAmenities',\n Policies: 'Step.Hotel.Policies',\n Location: 'Step.Hotel.Location',\n },\n Room: {\n SelectRoom: 'Step.Room.SelectRoom',\n EditingRoom: 'Step.Room.EditingRoom',\n ChooseRoom: 'Step.Room.ChooseRoom',\n\n SortBy: 'Step.Room.SortBy',\n Sort: {\n Recommended: 'Step.Room.Sort.Recommended',\n LowestPrice: 'Step.Room.Sort.LowestPrice',\n HighestPrice: 'Step.Room.Sort.HighestPrice',\n },\n\n FilterBy: 'Step.Room.FilterBy',\n Filter: {\n Budget: 'Step.Room.Filter.Budget',\n Rating: 'Step.Room.Filter.Rating',\n\n Features: 'Step.Room.Filter.Features',\n BedType: 'Step.Room.Filter.BedType',\n RoomType: 'Step.Room.Filter.RoomType',\n RoomCategory: 'Step.Room.Filter.RoomCategory',\n RateType: 'Step.Room.Filter.RateType',\n MatchingRoomsRates: 'Step.Room.Filter.MatchingRoomsRates',\n ShowFilters: 'Step.Room.Filter.ShowFilters',\n },\n\n RoomInfo: {\n ViewRates: 'Step.Room.RoomInfo.ViewRates',\n CloseRates: 'Step.Room.RoomInfo.CloseRates',\n\n MoreDetails: 'Step.Room.RoomInfo.MoreDetails',\n\n MemberOnlyDeal: 'Step.Room.RoomInfo.MemberOnlyDeal',\n MemberOnlyDealsActivated: 'Step.Room.RoomInfo.MemberOnlyDealsActivated',\n DealForMemberOnly: 'Step.Room.RoomInfo.DealForMemberOnly',\n SignUpToSee: 'Step.Room.RoomInfo.SignUpToSee',\n RateVariesByDay: 'Step.Room.RoomInfo.RateVariesByDay',\n BaseRate: 'Step.Room.RoomInfo.BaseRate',\n\n PromoCode: {\n MemberDeal: 'Step.Room.RoomInfo.PromoCode.MemberDeal',\n Standard: 'Step.Room.RoomInfo.PromoCode.Standard',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Step.Room.RoomInfo.MemberOnlyRow.MemberOnlyPrices',\n DealsForOnly: 'Step.Room.RoomInfo.MemberOnlyRow.DealsForOnly',\n },\n\n RevealPrice: 'Step.Room.RoomInfo.RevealPrice',\n RevealPrices: 'Step.Room.RoomInfo.RevealPrices',\n\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n AddRoom: 'Step.Room.RoomInfo.AddRoom', // AddRoom is for Actual Add Room, and BookNow is for Book now :D\n\n Information: 'Step.Room.RoomInfo.Information',\n RoomAmenities: 'Step.Room.RoomInfo.RoomAmenities',\n\n MemberRateLockedTooltip: 'Step.Room.RoomInfo.MemberRateLockedTooltip',\n ViewPriceBreakdown: 'Step.Room.RoomInfo.ViewPriceBreakdown',\n PriceBreakdown: 'Step.Room.RoomInfo.PriceBreakdown',\n BookThisRateNow: 'Step.Room.RoomInfo.BookThisRateNow',\n Selected: 'Step.Room.RoomInfo.Selected',\n Update: 'Step.Room.RoomInfo.Update',\n Show: 'Step.Room.RoomInfo.Show',\n MoreRates: 'Step.Room.RoomInfo.MoreRates',\n Disclaimer: 'Step.Room.RoomInfo.Disclaimer',\n },\n YouHaveBeenAway: 'Step.Room.YouHaveBeenAway',\n UpdateYourSearch: 'Step.Room.UpdateYourSearch',\n NoThanks: 'Step.Room.NoThanks',\n Update: 'Step.Room.Update',\n Summary: {\n NoRemoveLastRate: 'Step.Room.Summary.NoRemoveLastRate',\n RemoveThisRate: 'Step.Room.Summary.RemoveThisRate',\n Fees: 'Step.Room.Summary.Fees',\n CreditCardSurcharge: 'Step.Room.Summary.CreditCardSurcharge',\n Taxes: 'Step.Room.Summary.Taxes',\n },\n NoRoomsFound: {\n NoRoomsFound: 'Step.Room.NoRoomsFound.NoRoomsFound',\n MinNightStay: 'Step.Room.NoRoomsFound.MinNightStay',\n WeApologise: 'Step.Room.NoRoomsFound.WeApologise',\n PleaseCheckYourDates: 'Step.Room.NoRoomsFound.PleaseCheckYourDates',\n NewSearch: 'Step.Room.NoRoomsFound.NewSearch',\n },\n ErrorForm: {\n APIError: 'Step.Room.ErrorForm.APIError',\n Title: 'Step.Room.ErrorForm.Title',\n Description: 'Step.Room.ErrorForm.Description',\n ContactUsButton: 'Step.Room.ErrorForm.ContactUsButton',\n\n ConfirmationMessage: 'Step.Room.ErrorForm.ConfirmationMessage',\n\n Inputs: {\n Name: 'Step.Room.ErrorForm.Inputs.Name',\n Email: 'Step.Room.ErrorForm.Inputs.Email',\n Telephone: 'Step.Room.ErrorForm.Inputs.Telephone',\n },\n },\n\n ReadMore: 'Step.Room.ReadMore',\n ReadLess: 'Step.Room.ReadLess',\n CheckOutOtherOptions: 'Step.Room.CheckOutOtherOptions',\n Confirm: 'Step.Room.Confirm',\n Upgrade: 'Step.Room.Upgrade',\n YouWillGetThisAllForFree: 'Step.Room.YouWillGetThisAllForFree',\n CurrentSelectedRoom: 'Step.Room.CurrentSelectedRoom',\n NextStep: 'Step.Room.NextStep',\n NextRoom: 'Step.Room.NextRoom',\n\n MoreDetails: 'Step.Room.MoreDetails',\n ExcludingTaxes: 'Step.Room.ExcludingTaxes',\n Sleeps: 'Step.Room.Sleeps',\n RateTypeFilterLabel: 'Step.Room.RateTypeFilterLabel',\n ChooseRoomBelow: 'Step.Room.ChooseRoomBelow',\n EditThisRoom: 'Step.Room.EditThisRoom',\n RoomRateDetails: 'Step.Room.RoomRateDetails',\n PriceBreakdown: 'Step.Room.PriceBreakdown',\n BreakfastIncluded: 'Step.Room.BreakfastIncluded',\n PromoCodeIsApplied: 'Step.Room.PromoCodeIsApplied',\n AvailableUpgrades: 'Step.Room.AvailableUpgrades',\n AndYouGetAllTheseForFree: 'Step.Room.AndYouGetAllTheseForFree',\n MinimumStay: 'Step.Room.MinimumStay',\n RatesNotFound: 'Step.Room.RatesNotFound',\n RatesNotFoundLine1: 'Step.Room.RatesNotFoundLine1',\n RatesNotFoundLine2: 'Step.Room.RatesNotFoundLine2',\n YouBookedThisRoomRecently: 'Step.Room.YouBookedThisRoomRecently',\n\n CrossSellBlock: {\n AvailabilityNearBy1: 'Step.Room.CrossSellBlock.AvailabilityNearBy1',\n AvailabilityNearBy2: 'Step.Room.CrossSellBlock.AvailabilityNearBy2',\n DateUnavailable: 'Step.Room.CrossSellBlock.DateUnavailable',\n },\n UnMatchedBasketRowPrice: {\n ConfirmKeepChangesAlert: 'Step.Room.UnMatchedBasketRowPrice.ConfirmKeepChangesAlert',\n ConfirmUpdateAndClearAlert: 'Step.Room.UnMatchedBasketRowPrice.ConfirmUpdateAndClearAlert',\n ConfirmUpdateAndClearAlert2: 'Step.Room.UnMatchedBasketRowPrice.ConfirmUpdateAndClearAlert2',\n YesUpdate: 'Step.Room.UnMatchedBasketRowPrice.YesUpdate',\n Continue: 'Step.Room.UnMatchedBasketRowPrice.Continue',\n },\n },\n Addon: {\n SelectServiceDate: 'Step.Addon.SelectServiceDate',\n Remove: 'Step.Addon.Remove',\n AddToCart: 'Step.Addon.AddToCart',\n UpdateCart: 'Step.Addon.UpdateCart',\n Quantity: 'Step.Addon.Quantity',\n NotFound: {\n Title: 'Step.Addon.NotFound.Title',\n Message: 'Step.Addon.NotFound.Message',\n },\n IncludingFeesAndTaxes: 'Step.Addon.IncludingFeesAndTaxes',\n ExcludingFees: 'Step.Addon.ExcludingFees',\n },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AdditionalDetailsTitle: 'Step.Confirmation.AdditionalDetailsTitle',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\n CustomInputFieldError: 'Step.Confirmation.CustomInputFieldError',\n EditDetails: 'Step.Confirmation.EditDetails',\n RetryPayment: 'Step.Confirmation.RetryPayment',\n ContinueToPayment: 'Step.Confirmation.ContinueToPayment',\n ConfirmReservation: 'Step.Confirmation.ConfirmReservation',\n CreateAnAccount: 'Step.Confirmation.CreateAnAccount',\n GiveUsSomeComments: 'Step.Confirmation.GiveUsSomeComments',\n GuestDetails: 'Step.Confirmation.GuestDetails',\n SignInHere: 'Step.Confirmation.SignInHere',\n TravelAgent: 'Step.Confirmation.TravelAgent',\n Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n State: 'Step.Confirmation.Inputs.State', // todo: Translations for non-English\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\n Title: 'Step.Confirmation.Inputs.Title',\n Forename: 'Step.Confirmation.Inputs.Forename',\n Surname: 'Step.Confirmation.Inputs.Surname',\n Month: 'Step.Confirmation.Inputs.Month',\n Phone: 'Step.Confirmation.Inputs.Phone',\n PostCode: 'Step.Confirmation.Inputs.PostCode',\n Year: 'Step.Confirmation.Inputs.Year',\n Password: 'Step.Confirmation.Inputs.Password',\n ConfirmPassword: 'Step.Confirmation.Inputs.ConfirmPassword',\n NewPassword: 'Step.Confirmation.Inputs.NewPassword',\n\n NameOnCard: 'Step.Confirmation.Inputs.NameOnCard',\n SecurityCode: 'Step.Confirmation.Inputs.SecurityCode',\n CardExpiry: 'Step.Confirmation.Inputs.CardExpiry',\n EnterSpecialRequestsHere: 'Step.Confirmation.Inputs.EnterSpecialRequestsHere',\n Required: 'Step.Confirmation.Inputs.Required',\n InvalidEmail: 'Step.Confirmation.Inputs.InvalidEmail',\n\n IATANumber: 'Step.Confirmation.Inputs.IATANumber',\n IATANumberGuide: 'Step.Confirmation.Inputs.IATANumberGuide',\n },\n InputErrors: {\n CardExpiry: {\n Invalid: 'Step.Confirmation.InputErrors.CardExpiry.Invalid',\n },\n },\n Policies: 'Step.Confirmation.Policies',\n Limit: 'Step.Confirmation.Limit',\n TimeDeal: 'Step.Confirmation.TimeDeal',\n WantMoreRooms: 'Step.Confirmation.WantMoreRooms',\n YouCanAddAndEditRooms: 'Step.Confirmation.YouCanAddAndEditRooms',\n AddMoreRooms: 'Step.Confirmation.AddMoreRooms',\n EmailSpecialOffers: 'Step.Confirmation.EmailSpecialOffers',\n Acknowledgement: 'Step.Confirmation.Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'Step.Confirmation.IHaveUnderstoodPrivacyPolicy',\n PrivacyPolicy: 'Step.Confirmation.PrivacyPolicy',\n PrivacyPolicyError: 'Step.Confirmation.PrivacyPolicyError',\n PlanpayHelperText: 'Step.Confirmation.PlanpayHelperText',\n CardLabel: 'Step.Confirmation.CardLabel',\n CardSubLabel: 'Step.Confirmation.CardSubLabel',\n CardThirdPartyLabel: 'Step.Confirmation.CardThirdPartyLabel',\n PlanpayLabel: 'Step.Confirmation.PlanpayLabel',\n PaidWithPlanpay: 'Step.Confirmation.PaidWithPlanpay',\n UnexpectedErrorFromBookingDatabase: 'Step.Confirmation.UnexpectedErrorFromBookingDatabase',\n UnexpectedErrorOnCommittingReservation: 'Step.Confirmation.UnexpectedErrorOnCommittingReservation',\n FailedToCommitReservation: 'Step.Confirmation.FailedToCommitReservation',\n PaymentCard: {\n CardHolderName: 'Step.Confirmation.PaymentCard.CardHolderName',\n ExpiryDate: 'Step.Confirmation.PaymentCard.ExpiryDate',\n },\n NoAdditionalOfferings: 'Step.Confirmation.NoAdditionalOfferings',\n SSLSecure: 'Step.Confirmation.SSLSecure',\n YourTotalPriceHasChanged: 'Step.Confirmation.YourTotalPriceHasChanged',\n ConfirmationCheckoutTitle: 'Step.Confirmation.ConfirmationCheckoutTitle',\n RevertsIn: 'Step.Confirmation.RevertsIn',\n TakeMeBack: 'Step.Confirmation.TakeMeBack',\n ContinueWithReservation: 'Step.Confirmation.ContinueWithReservation',\n Secured: 'Step.Confirmation.Secured',\n YourRoomIs: 'Step.Confirmation.YourRoomIs',\n BeingHeldFor: 'Step.Confirmation.BeingHeldFor',\n PrivacyPolicyDetail: 'Step.Confirmation.PrivacyPolicyDetail',\n EditThisProperty: 'Step.Confirmation.EditThisProperty',\n },\n Thanks: {\n AddOnItems: 'Step.Thanks.AddOnItems',\n GoBackHome: 'Step.Thanks.GoBackHome',\n InvoiceNumber: 'Step.Thanks.InvoiceNumber',\n ThankYouHeadline: 'Step.Thanks.ThankYouHeadline',\n IncludingTaxes: 'Step.Thanks.IncludingTaxes',\n Errors: {\n CancelFailed: 'Step.Thanks.Errors.Failed',\n },\n },\n General: {\n YourCartIsEmpty: 'Step.General.YourCartIsEmpty',\n RoomTotal: 'Step.General.RoomTotal',\n AlternateCurrencyInformation: 'Step.General.AlternateCurrencyInformation',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'MemberOnlyPopup.Errors.SignupFailed.Title',\n Message: 'MemberOnlyPopup.Errors.SignupFailed.Message',\n },\n ReCaptcha: {\n PleaseTick: 'MemberOnlyPopup.Errors.ReCaptcha.PleaseTick',\n ValidationError: 'MemberOnlyPopup.Errors.ReCaptcha.ValidationError',\n },\n RequiredFields: {\n Title: 'MemberOnlyPopup.RequiredFields.Title',\n Message: 'MemberOnlyPopup.RequiredFields.Message',\n },\n },\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\n Fields: {\n FirstName: 'MemberOnlyPopup.Fields.FirstName',\n LastName: 'MemberOnlyPopup.Fields.LastName',\n Email: {\n Label: 'MemberOnlyPopup.Fields.Email.Label',\n Validation: {\n Invalid: 'MemberOnlyPopup.Fields.Email.Label',\n },\n },\n },\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Custom.BookNowPayLaterInfoBlock.BookNowPayLater',\n IfYourDreamsChange: 'Custom.BookNowPayLaterInfoBlock.IfYourDreamsChange',\n },\n },\n Misc: {\n From: 'Misc.From',\n Night: 'Misc.Night',\n Night_plural: 'Misc.Night_plural',\n Stay: 'Misc.Stay',\n PerRoom: 'Misc.PerRoom',\n PerNight: 'Misc.PerNight',\n\n ClearAll: 'Misc.ClearAll',\n Clear: 'Misc.Clear',\n\n ApplyChanges: 'Misc.ApplyChanges',\n\n CheckIn: 'Misc.CheckIn',\n CheckInPlaceHolder: 'Misc.CheckInPlaceHolder',\n CheckOut: 'Misc.CheckOut',\n CheckOutPlaceHolder: 'Misc.CheckOutPlaceHolder',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\n PayNow: 'Misc.PayNow',\n PayLater: 'Misc.PayLater',\n\n Edit: 'Misc.Edit',\n Remove: 'Misc.Remove',\n\n Optional: 'Misc.Optional',\n\n Room: 'Misc.Room',\n Rates: 'Misc.Rates',\n Cancel: 'Misc.Cancel',\n\n By: 'Misc.By',\n\n GuaranteePolicy: 'Misc.GuaranteePolicy',\n CancellationPolicy: 'Misc.CancellationPolicy',\n\n RoomAddedNotification: 'Misc.RoomAddedNotification',\n RoomUpdatedNotification: 'Misc.RoomUpdatedNotification',\n\n ApplyCode: 'Misc.ApplyCode',\n AddAnotherRoom: 'Misc.AddAnotherRoom',\n\n Pills: {\n BuyNowPayLater: 'Misc.Pills.BuyNowPayLater',\n PeopleBooked: 'Misc.Pills.PeopleBooked',\n PeopleBookedShort: 'Misc.Pills.PeopleBookedShort',\n },\n Alerts: {\n BestRatePerks: 'Misc.Alerts.BestRatePerks',\n BestRatePerksAlert: 'Misc.Alerts.BestRatePerksAlert',\n YouAreEditing: 'Misc.Alerts.YouAreEditing',\n YouAreEditingAlert: 'Misc.Alerts.YouAreEditingAlert',\n BookDirect: 'Misc.Alerts.BookDirect',\n PreSignUp: 'Misc.Alerts.PreSignUp',\n PostSignUp: 'Misc.Alerts.PostSignUp',\n },\n Perks: {\n AndYouGetAll: 'Misc.Perks.AndYouGetAll',\n TheseForFree: 'Misc.Perks.TheseForFree',\n Breakfast: 'Misc.Perks.Breakfast',\n SuperspeedWifi: 'Misc.Perks.SuperspeedWifi',\n SocialHour: 'Misc.Perks.SocialHour',\n InRoomMinibar: 'Misc.Perks.InRoomMinibar',\n SelfServiceLaundry: 'Misc.Perks.SelfServiceLaundry',\n Hour24Gym: 'Misc.Perks.Hour24Gym',\n AllDaySnacks: 'Misc.Perks.AllDaySnacks',\n FreeLootBag: 'Misc.Perks.FreeLootBag',\n AirConditioning: 'Misc.Perks.AirConditioning',\n SmokingFree: 'Misc.Perks.SmokingFree',\n },\n QTY: 'Misc.QTY',\n Person: 'Misc.Person',\n PersonPerNight: 'Misc.PersonPerNight',\n AdultPerNight: 'Misc.AdultPerNight',\n ChildPerNight: 'Misc.ChildPerNight',\n PerRoomDay: 'Misc.PerRoomDay',\n SeeDetails: 'Misc.SeeDetails',\n UnexpectedError: 'Misc.UnexpectedError',\n CheckRates: 'Misc.CheckRates',\n BookNow: 'Misc.BookNow',\n Cancelled: 'Misc.Cancelled',\n Save: 'Misc.Save',\n SaveAllChanges: 'Misc.SaveAllChanges',\n Submit: 'Misc.Submit',\n Abort: 'Misc.Abort',\n YesImSure: 'Misc.YesImSure',\n ThisWillCancel: 'Misc.ThisWillCancel',\n CancellingReservation: 'Misc.CancellingReservation',\n Loading: 'Misc.Loading',\n BookAHotel: 'Misc.BookAHotel',\n ChooseHotel: 'Misc.ChooseHotel',\n ChooseHotelMobile: 'Misc.ChooseHotelMobile',\n PleaseSelectHotel: 'Misc.PleaseSelectHotel',\n PleaseSelectHotelMobile: 'Misc.PleaseSelectHotelMobile',\n Guests: 'Misc.Guests',\n GuestsPlaceHolder: 'Misc.GuestsPlaceHolder',\n Promocode: 'Misc.Promocode',\n Dates: 'Misc.Dates',\n Apply: 'Misc.Apply',\n ChooseDates: 'Misc.ChooseDates',\n HowManyGuests: 'Misc.HowManyGuests',\n And: 'Misc.And',\n LogOut: 'Misc.LogOut',\n Yes: 'Misc.Yes',\n No: 'Misc.No',\n To: 'Misc.To',\n ApplyNow: 'Misc.ApplyNow',\n PerksDisclaimer: 'Misc.PerksDisclaimer',\n LoadMoreDates: 'Misc.LoadMoreDates',\n },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n GoToYourReservations: 'FindReservation.GoToYourReservations',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Question: 'FindReservation.Question',\n Answer1: 'FindReservation.Answer1',\n Answer2: 'FindReservation.Answer2',\n YourItinerary: 'FindReservation.YourItinerary',\n Adults: 'FindReservation.Adults',\n Children: 'FindReservation.Children',\n Back: 'FindReservation.Back',\n OrUseConfirmationItineraryNumber: 'FindReservation.OrUseConfirmationItineraryNumber',\n NoOnlineAccount: 'FindReservation.NoOnlineAccount',\n SignUpToSaveTime: 'FindReservation.SignUpToSaveTime',\n SignInToLogin: 'FindReservation.SignInToLogin',\n },\n UserPortal: {\n HomeScreen: {\n BackToBooking: 'UserPortal.HomeScreen.BackToBooking',\n Title: 'UserPortal.HomeScreen.Title',\n TitleEmpty: 'UserPortal.HomeScreen.TitleEmpty',\n Subtitle: 'UserPortal.HomeScreen.Subtitle',\n ViewAllBookings: 'UserPortal.HomeScreen.ViewAllBookings',\n Bookings: 'UserPortal.HomeScreen.Bookings',\n BookingsDescription: 'UserPortal.HomeScreen.BookingsDescription',\n ProfileInformationDescription: 'UserPortal.HomeScreen.ProfileInformationDescription',\n PaymentInformationDescription: 'UserPortal.HomeScreen.PaymentInformationDescription',\n NeedHelpDescription: 'UserPortal.HomeScreen.NeedHelpDescription',\n },\n ProfileScreen: {\n Validation: {\n Password: {\n DoesNotMatch: 'UserPortal.ProfileScreen.Validation.Password.DoesNotMatch',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Password.IsNotValid',\n },\n Phone: {\n IsTooLong: 'UserPortal.ProfileScreen.Validation.Phone.IsTooLong',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Phone.IsNotValid',\n },\n Email: {\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Email.IsNotValid',\n },\n Common: {\n ThisField: 'UserPortal.ProfileScreen.Validation.Common.ThisField',\n IsRequired: 'UserPortal.ProfileScreen.Validation.Common.IsRequired',\n },\n },\n Field: {\n Forename: 'UserPortal.ProfileScreen.Field.Forename',\n Surname: 'UserPortal.ProfileScreen.Field.Surname',\n Address: 'UserPortal.ProfileScreen.Field.Address',\n City: 'UserPortal.ProfileScreen.Field.City',\n Country: 'UserPortal.ProfileScreen.Field.Country',\n Zip: 'UserPortal.ProfileScreen.Field.Zip',\n },\n DetailsSavedSuccessfully: 'UserPortal.ProfileScreen.DetailsSavedSuccessfully',\n },\n ChangePassword: {\n BackToProfile: 'UserPortal.ChangePassword.BackToProfile',\n Field: {\n CurrentPassword: 'UserPortal.ChangePassword.Field.CurrentPassword',\n NewPassword: 'UserPortal.ChangePassword.Field.NewPassword',\n ConfirmPassword: 'UserPortal.ChangePassword.Field.ConfirmPassword',\n },\n ChangePasswordSuccessfully: 'UserPortal.ChangePassword.ChangePasswordSuccessfully',\n NotAuthorizedException: 'UserPortal.ChangePassword.NotAuthorizedException',\n LimitExceededException: 'UserPortal.ChangePassword.LimitExceededException',\n },\n PaymentInformationScreen: {\n DeleteCard: 'UserPortal.PaymentInformationScreen.DeleteCard',\n SaveCard: 'UserPortal.PaymentInformationScreen.SaveCard',\n MarkAsDefault: 'UserPortal.PaymentInformationScreen.MarkAsDefault',\n SavedCards: 'UserPortal.PaymentInformationScreen.SavedCards',\n YouDontHaveAnyCardsYet: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYet',\n YouDontHaveAnyCardsYetLine2: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYetLine2',\n AddNewCard: 'UserPortal.PaymentInformationScreen.AddNewCard',\n DefaultCard: 'UserPortal.PaymentInformationScreen.DefaultCard',\n },\n HelpScreen: {\n NeedSomeHelp: 'UserPortal.HelpScreen.NeedSomeHelp',\n Name: 'UserPortal.HelpScreen.Name',\n Telephone: 'UserPortal.HelpScreen.Telephone',\n Message: 'UserPortal.HelpScreen.Message',\n },\n ReservationSingleScreen: {\n Itinerary: 'UserPortal.ReservationSingleScreen.Itinerary',\n },\n },\n Reservation: {\n MoreDetails: 'Reservation.MoreDetails',\n ModifyThisRoom: 'Reservation.ModifyThisRoom',\n CancelReservation: 'Reservation.CancelReservation',\n BackToYourAccount: 'Reservation.BackToYourAccount',\n BookAgain: 'Reservation.BookAgain',\n Policies: 'Reservation.Policies',\n Policy1: 'Reservation.Policy1',\n Policy2: 'Reservation.Policy2',\n PriceNote: 'Reservation.PriceNote',\n Print: 'Reservation.Print',\n Share: 'Reservation.Share',\n Total: 'Reservation.Total',\n CodeNumberInformation: 'Reservation.CodeNumberInformation',\n HotelInformation: 'Reservation.HotelInformation',\n BackToBooking: 'Reservation.BackToBooking',\n CheckIn: 'Reservation.CheckIn',\n CheckOut: 'Reservation.CheckOut',\n Before: 'Reservation.Before',\n After: 'Reservation.After',\n BackToYourReservations: 'Reservation.BackToYourReservations',\n ModifyReservation: 'Reservation.ModifyReservation',\n Modify: 'Reservation.Modify',\n YourReservationPage: {\n Title: 'Reservation.YourReservationPage.Title',\n UpcomingStays: 'Reservation.YourReservationPage.UpcomingStays',\n PastStays: 'Reservation.YourReservationPage.PastStays',\n CancelledStays: 'Reservation.YourReservationPage.CancelledStays',\n EmptyStays: 'Reservation.YourReservationPage.EmptyStays',\n EmptyCancelledStays: 'Reservation.YourReservationPage.EmptyCancelledStays',\n EmptyStaysDescription: 'Reservation.YourReservationPage.EmptyStaysDescription',\n EmptyCancelledDescriptionStays: 'Reservation.YourReservationPage.EmptyCancelledDescriptionStays',\n },\n EmptyPage: {\n Title: 'Reservation.EmptyPage.Title',\n SubTitle: 'Reservation.EmptyPage.SubTitle',\n Message: 'Reservation.EmptyPage.Message',\n SubMessage: 'Reservation.EmptyPage.SubMessage',\n SearchRooms: 'Reservation.EmptyPage.SearchRooms',\n SeeAll: 'Reservation.EmptyPage.SeeAll',\n },\n CancelledPage: {\n AlertDescription: 'Reservation.CancelledPage.AlertDescription',\n AlertTitle: 'Reservation.CancelledPage.AlertTitle',\n },\n Notification: {\n ThisRoomIsCancelled: {\n Title: 'Reservation.Notification.ThisRoomIsCancelled.Title',\n Detail: 'Reservation.Notification.ThisRoomIsCancelled.Detail',\n },\n },\n },\n RecentSearch: {\n SeeAllRooms: 'RecentSearch.SeeAllRooms',\n RecentSearches: 'RecentSearch.RecentSearches',\n SubTagLine: 'RecentSearch.SubTagLine',\n },\n ExternalMemberPopup: {\n Big4Title: 'ExternalMemberPopup.Big4Title',\n Top10Title: 'ExternalMemberPopup.Top10Title',\n GDayTitle: 'ExternalMemberPopup.GDayTitle',\n SalesforceTitle: 'ExternalMemberPopup.SalesforceTitle',\n Fields: {\n MemberNumber: 'ExternalMemberPopup.Fields.MemberNumber',\n FamilyName: 'ExternalMemberPopup.Fields.FamilyName',\n },\n Submit: 'ExternalMemberPopup.Submit',\n InvalidMember: 'ExternalMemberPopup.InvalidMember',\n },\n TransportDistances: {\n Airport: 'TransportDistances.Airport',\n Train: 'TransportDistances.Train',\n Bus: 'TransportDistances.Bus',\n Taxi: 'TransportDistances.Taxi',\n Ferry: 'TransportDistances.Ferry',\n Location: 'TransportDistances.Location',\n Car: 'TransportDistances.Car',\n },\n};\n"]}
1
+ {"version":3,"file":"Translation.js","sourceRoot":"/","sources":["src/translations/Translation.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACvB,UAAU,EAAE;QACR,eAAe,EAAE,4BAA4B;QAC7C,SAAS,EAAE,sBAAsB;QACjC,MAAM,EAAE;YACJ,KAAK,EAAE,yBAAyB;YAChC,MAAM,EAAE;gBACJ,SAAS,EAAE,oCAAoC;gBAC/C,QAAQ,EAAE,mCAAmC;gBAC7C,YAAY,EAAE,uCAAuC;gBAErD,QAAQ,EAAE;oBACN,KAAK,EAAE,yCAAyC;oBAChD,WAAW,EAAE,+CAA+C;oBAC5D,IAAI,EAAE,wCAAwC;iBACjD;gBACD,KAAK,EAAE;oBACH,QAAQ,EAAE,yCAAyC;oBACnD,QAAQ,EAAE,yCAAyC;oBACnD,KAAK,EAAE,sCAAsC;iBAChD;aACJ;YACD,MAAM,EAAE,0BAA0B;YAClC,YAAY,EAAE,gCAAgC;YAC9C,cAAc,EAAE;gBACZ,KAAK,EAAE,wCAAwC;gBAC/C,MAAM,EAAE,yCAAyC;aACpD;SACJ;QACD,MAAM,EAAE;YACJ,MAAM,EAAE,0BAA0B;YAClC,cAAc,EAAE,kCAAkC;YAClD,YAAY,EAAE,gCAAgC;YAC9C,QAAQ,EAAE,4BAA4B;YACtC,cAAc,EAAE,kCAAkC;YAClD,EAAE,EAAE,sBAAsB;YAC1B,iBAAiB,EAAE,qCAAqC;YACxD,MAAM,EAAE,0BAA0B;SACrC;QACD,cAAc,EAAE;YACZ,KAAK,EAAE,iCAAiC;YACxC,QAAQ,EAAE,oCAAoC;YAC9C,MAAM,EAAE;gBACJ,KAAK,EAAE;oBACH,KAAK,EAAE,8CAA8C;oBACrD,WAAW,EAAE,oDAAoD;oBACjE,UAAU,EAAE;wBACR,YAAY,EAAE,gEAAgE;qBACjF;iBACJ;gBACD,IAAI,EAAE;oBACF,KAAK,EAAE,6CAA6C;oBACpD,WAAW,EAAE,mDAAmD;oBAChE,MAAM,EAAE,8CAA8C;oBACtD,UAAU,EAAE;wBACR,WAAW,EAAE,8DAA8D;qBAC9E;iBACJ;gBACD,QAAQ,EAAE;oBACN,KAAK,EAAE,iDAAiD;oBACxD,WAAW,EAAE,uDAAuD;iBACvE;gBACD,cAAc,EAAE;oBACZ,KAAK,EAAE,uDAAuD;oBAC9D,WAAW,EAAE,6DAA6D;iBAC7E;gBACD,YAAY,EAAE;oBACV,KAAK,EAAE,qDAAqD;iBAC/D;gBACD,YAAY,EAAE;oBACV,KAAK,EAAE,qDAAqD;iBAC/D;aACJ;SACJ;QACD,UAAU,EAAE,uBAAuB;QACnC,KAAK,EAAE;YACH,IAAI,EAAE,uBAAuB;YAC7B,KAAK,EAAE,wBAAwB;YAC/B,IAAI,EAAE,uBAAuB;YAC7B,KAAK,EAAE,wBAAwB;YAC/B,YAAY,EAAE,+BAA+B;YAC7C,MAAM,EAAE,yBAAyB;YAEjC,YAAY,EAAE,+BAA+B;SAChD;QACD,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE;YACF,gBAAgB,EAAE,kCAAkC;YACpD,kBAAkB,EAAE,oCAAoC;YACxD,kBAAkB,EAAE,oCAAoC;YACxD,gBAAgB,EAAE,kCAAkC;YACpD,QAAQ,EAAE,0BAA0B;YACpC,cAAc,EAAE,gCAAgC;SACnD;KACJ;IACD,IAAI,EAAE;QACF,IAAI,EAAE;YACF,WAAW,EAAE,uBAAuB;YACpC,cAAc,EAAE,0BAA0B;YAC1C,OAAO,EAAE,mBAAmB;YAC5B,SAAS,EAAE,qBAAqB;YAEhC,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,wBAAwB;YAEtC,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,wBAAwB;YAEtC,MAAM,EAAE,kBAAkB;YAC1B,aAAa,EAAE,yBAAyB;YAExC,SAAS,EAAE,qBAAqB;YAChC,oBAAoB,EAAE,gCAAgC;YAEtD,IAAI,EAAE,gBAAgB;YACtB,WAAW,EAAE,uBAAuB;YAEpC,MAAM,EAAE;gBACJ,KAAK,EAAE,wBAAwB;gBAC/B,aAAa,EAAE,gCAAgC;gBAC/C,cAAc,EAAE,iCAAiC;gBACjD,cAAc,EAAE,iCAAiC;aACpD;YAED,eAAe,EAAE,2BAA2B;YAC5C,kBAAkB,EAAE,8BAA8B;YAClD,iBAAiB,EAAE,6BAA6B;YAChD,uBAAuB,EAAE;gBACrB,KAAK,EAAE,yCAAyC;gBAChD,OAAO,EAAE,2CAA2C;aACvD;YACD,gBAAgB,EAAE;gBACd,QAAQ,EAAE,qCAAqC;gBAC/C,OAAO,EAAE,oCAAoC;gBAC7C,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,oCAAoC;aAChD;YACD,YAAY,EAAE,wBAAwB;YACtC,cAAc,EAAE,0BAA0B;YAC1C,aAAa,EAAE,yBAAyB;YACxC,4CAA4C,EAAE,wDAAwD;YACtG,mBAAmB,EAAE;gBACjB,KAAK,EAAE,qCAAqC;gBAC5C,OAAO,EAAE,uCAAuC;aACnD;YACD,qBAAqB,EAAE,iCAAiC;YACxD,oBAAoB,EAAE;gBAClB,WAAW,EAAE,4CAA4C;gBACzD,qBAAqB,EAAE,sDAAsD;gBAC7E,yBAAyB,EAAE,0DAA0D;gBACrF,kCAAkC,EAAE,mEAAmE;gBACvG,mBAAmB,EAAE,oDAAoD;gBACzE,iBAAiB,EAAE,kDAAkD;gBACrE,SAAS,EAAE,0CAA0C;gBACrD,oBAAoB,EAAE,qDAAqD;gBAC3E,oBAAoB,EAAE,qDAAqD;gBAC3E,2BAA2B,EAAE,4DAA4D;aAC5F;YACD,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,oBAAoB;SACjC;QACD,KAAK,EAAE;YACH,SAAS,EAAE;gBACP,gBAAgB,EAAE,uCAAuC;aAC5D;YACD,QAAQ,EAAE;gBACN,KAAK,EAAE,2BAA2B;gBAClC,gBAAgB,EAAE,sCAAsC;gBACxD,gBAAgB,EAAE,sCAAsC;aAC3D;YACD,MAAM,EAAE,mBAAmB;YAC3B,SAAS,EAAE,sBAAsB;YACjC,KAAK,EAAE,kBAAkB;YACzB,OAAO,EAAE,oBAAoB;YAC7B,YAAY,EAAE,yBAAyB;YACvC,cAAc,EAAE,2BAA2B;YAC3C,QAAQ,EAAE,qBAAqB;YAC/B,QAAQ,EAAE,qBAAqB;SAClC;QACD,IAAI,EAAE;YACF,UAAU,EAAE,sBAAsB;YAClC,WAAW,EAAE,uBAAuB;YACpC,UAAU,EAAE,sBAAsB;YAElC,MAAM,EAAE,kBAAkB;YAC1B,IAAI,EAAE;gBACF,WAAW,EAAE,4BAA4B;gBACzC,WAAW,EAAE,4BAA4B;gBACzC,YAAY,EAAE,6BAA6B;aAC9C;YAED,QAAQ,EAAE,oBAAoB;YAC9B,MAAM,EAAE;gBACJ,MAAM,EAAE,yBAAyB;gBACjC,MAAM,EAAE,yBAAyB;gBAEjC,QAAQ,EAAE,2BAA2B;gBACrC,OAAO,EAAE,0BAA0B;gBACnC,QAAQ,EAAE,2BAA2B;gBACrC,YAAY,EAAE,+BAA+B;gBAC7C,QAAQ,EAAE,2BAA2B;gBACrC,kBAAkB,EAAE,qCAAqC;gBACzD,WAAW,EAAE,8BAA8B;aAC9C;YAED,QAAQ,EAAE;gBACN,SAAS,EAAE,8BAA8B;gBACzC,UAAU,EAAE,+BAA+B;gBAE3C,WAAW,EAAE,gCAAgC;gBAE7C,cAAc,EAAE,mCAAmC;gBACnD,wBAAwB,EAAE,6CAA6C;gBACvE,iBAAiB,EAAE,sCAAsC;gBACzD,WAAW,EAAE,gCAAgC;gBAC7C,eAAe,EAAE,oCAAoC;gBACrD,QAAQ,EAAE,6BAA6B;gBAEvC,SAAS,EAAE;oBACP,UAAU,EAAE,yCAAyC;oBACrD,QAAQ,EAAE,uCAAuC;iBACpD;gBAED,aAAa,EAAE;oBACX,gBAAgB,EAAE,mDAAmD;oBACrE,YAAY,EAAE,+CAA+C;iBAChE;gBAED,WAAW,EAAE,gCAAgC;gBAC7C,YAAY,EAAE,iCAAiC;gBAE/C,aAAa,EAAE,kCAAkC;gBACjD,OAAO,EAAE,4BAA4B;gBAErC,WAAW,EAAE,gCAAgC;gBAC7C,aAAa,EAAE,kCAAkC;gBAEjD,uBAAuB,EAAE,4CAA4C;gBACrE,kBAAkB,EAAE,uCAAuC;gBAC3D,cAAc,EAAE,mCAAmC;gBACnD,eAAe,EAAE,oCAAoC;gBACrD,QAAQ,EAAE,6BAA6B;gBACvC,MAAM,EAAE,2BAA2B;gBACnC,IAAI,EAAE,yBAAyB;gBAC/B,SAAS,EAAE,8BAA8B;gBACzC,UAAU,EAAE,+BAA+B;aAC9C;YACD,eAAe,EAAE,2BAA2B;YAC5C,gBAAgB,EAAE,4BAA4B;YAC9C,QAAQ,EAAE,oBAAoB;YAC9B,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE;gBACL,gBAAgB,EAAE,oCAAoC;gBACtD,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE,wBAAwB;gBAC9B,mBAAmB,EAAE,uCAAuC;gBAC5D,KAAK,EAAE,yBAAyB;aACnC;YACD,YAAY,EAAE;gBACV,YAAY,EAAE,qCAAqC;gBACnD,YAAY,EAAE,qCAAqC;gBACnD,WAAW,EAAE,oCAAoC;gBACjD,oBAAoB,EAAE,6CAA6C;gBACnE,SAAS,EAAE,kCAAkC;aAChD;YACD,SAAS,EAAE;gBACP,QAAQ,EAAE,8BAA8B;gBACxC,KAAK,EAAE,2BAA2B;gBAClC,WAAW,EAAE,iCAAiC;gBAC9C,eAAe,EAAE,qCAAqC;gBAEtD,mBAAmB,EAAE,yCAAyC;gBAE9D,MAAM,EAAE;oBACJ,IAAI,EAAE,iCAAiC;oBACvC,KAAK,EAAE,kCAAkC;oBACzC,SAAS,EAAE,sCAAsC;iBACpD;aACJ;YAED,QAAQ,EAAE,oBAAoB;YAC9B,QAAQ,EAAE,oBAAoB;YAC9B,oBAAoB,EAAE,gCAAgC;YACtD,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,mBAAmB;YAC5B,wBAAwB,EAAE,oCAAoC;YAC9D,mBAAmB,EAAE,+BAA+B;YACpD,QAAQ,EAAE,oBAAoB;YAC9B,QAAQ,EAAE,oBAAoB;YAE9B,WAAW,EAAE,uBAAuB;YACpC,cAAc,EAAE,0BAA0B;YAC1C,MAAM,EAAE,kBAAkB;YAC1B,mBAAmB,EAAE,+BAA+B;YACpD,eAAe,EAAE,2BAA2B;YAC5C,YAAY,EAAE,wBAAwB;YACtC,eAAe,EAAE,2BAA2B;YAC5C,cAAc,EAAE,0BAA0B;YAC1C,iBAAiB,EAAE,6BAA6B;YAChD,kBAAkB,EAAE,8BAA8B;YAClD,iBAAiB,EAAE,6BAA6B;YAChD,wBAAwB,EAAE,oCAAoC;YAC9D,WAAW,EAAE,uBAAuB;YACpC,aAAa,EAAE,yBAAyB;YACxC,kBAAkB,EAAE,8BAA8B;YAClD,kBAAkB,EAAE,8BAA8B;YAClD,yBAAyB,EAAE,qCAAqC;YAEhE,cAAc,EAAE;gBACZ,mBAAmB,EAAE,8CAA8C;gBACnE,mBAAmB,EAAE,8CAA8C;gBACnE,eAAe,EAAE,0CAA0C;aAC9D;YACD,uBAAuB,EAAE;gBACrB,uBAAuB,EAAE,2DAA2D;gBACpF,0BAA0B,EAAE,8DAA8D;gBAC1F,2BAA2B,EAAE,+DAA+D;gBAC5F,SAAS,EAAE,6CAA6C;gBACxD,QAAQ,EAAE,4CAA4C;aACzD;SACJ;QACD,KAAK,EAAE;YACH,iBAAiB,EAAE,8BAA8B;YACjD,MAAM,EAAE,mBAAmB;YAC3B,SAAS,EAAE,sBAAsB;YACjC,UAAU,EAAE,uBAAuB;YACnC,QAAQ,EAAE,qBAAqB;YAC/B,QAAQ,EAAE;gBACN,KAAK,EAAE,2BAA2B;gBAClC,OAAO,EAAE,6BAA6B;aACzC;YACD,qBAAqB,EAAE,kCAAkC;YACzD,aAAa,EAAE,0BAA0B;SAC5C;QACD,YAAY,EAAE;YACV,yBAAyB,EAAE,6CAA6C;YACxE,kBAAkB,EAAE,sCAAsC;YAC1D,mBAAmB,EAAE,uCAAuC;YAC5D,OAAO,EAAE,2BAA2B;YACpC,sBAAsB,EAAE,0CAA0C;YAClE,UAAU,EAAE,8BAA8B;YAC1C,QAAQ,EAAE,4BAA4B;YACtC,WAAW,EAAE,+BAA+B;YAC5C,qBAAqB,EAAE,yCAAyC;YAChE,WAAW,EAAE,+BAA+B;YAC5C,YAAY,EAAE,gCAAgC;YAC9C,iBAAiB,EAAE,qCAAqC;YACxD,kBAAkB,EAAE,sCAAsC;YAC1D,eAAe,EAAE,mCAAmC;YACpD,kBAAkB,EAAE,sCAAsC;YAC1D,YAAY,EAAE,gCAAgC;YAC9C,UAAU,EAAE,8BAA8B;YAC1C,WAAW,EAAE,+BAA+B;YAC5C,MAAM,EAAE;gBACJ,OAAO,EAAE,kCAAkC;gBAC3C,UAAU,EAAE,qCAAqC;gBACjD,IAAI,EAAE,+BAA+B;gBACrC,KAAK,EAAE,gCAAgC;gBACvC,OAAO,EAAE,kCAAkC;gBAC3C,iBAAiB,EAAE,4CAA4C;gBAC/D,KAAK,EAAE,gCAAgC;gBACvC,KAAK,EAAE,gCAAgC;gBACvC,QAAQ,EAAE,mCAAmC;gBAC7C,OAAO,EAAE,kCAAkC;gBAC3C,KAAK,EAAE,gCAAgC;gBACvC,KAAK,EAAE,gCAAgC;gBACvC,QAAQ,EAAE,mCAAmC;gBAC7C,IAAI,EAAE,+BAA+B;gBACrC,QAAQ,EAAE,mCAAmC;gBAC7C,eAAe,EAAE,0CAA0C;gBAC3D,WAAW,EAAE,sCAAsC;gBAEnD,UAAU,EAAE,qCAAqC;gBACjD,YAAY,EAAE,uCAAuC;gBACrD,UAAU,EAAE,qCAAqC;gBACjD,wBAAwB,EAAE,mDAAmD;gBAC7E,QAAQ,EAAE,mCAAmC;gBAC7C,YAAY,EAAE,uCAAuC;gBAErD,UAAU,EAAE,qCAAqC;gBACjD,eAAe,EAAE,0CAA0C;aAC9D;YACD,WAAW,EAAE;gBACT,UAAU,EAAE;oBACR,OAAO,EAAE,kDAAkD;iBAC9D;aACJ;YACD,QAAQ,EAAE,4BAA4B;YACtC,KAAK,EAAE,yBAAyB;YAChC,QAAQ,EAAE,4BAA4B;YACtC,aAAa,EAAE,iCAAiC;YAChD,qBAAqB,EAAE,yCAAyC;YAChE,YAAY,EAAE,gCAAgC;YAC9C,kBAAkB,EAAE,sCAAsC;YAC1D,eAAe,EAAE,mCAAmC;YACpD,4BAA4B,EAAE,gDAAgD;YAC9E,aAAa,EAAE,iCAAiC;YAChD,kBAAkB,EAAE,sCAAsC;YAC1D,iBAAiB,EAAE,qCAAqC;YACxD,SAAS,EAAE,6BAA6B;YACxC,YAAY,EAAE,gCAAgC;YAC9C,mBAAmB,EAAE,uCAAuC;YAC5D,YAAY,EAAE,gCAAgC;YAC9C,eAAe,EAAE,mCAAmC;YACpD,kCAAkC,EAAE,sDAAsD;YAC1F,sCAAsC,EAAE,0DAA0D;YAClG,yBAAyB,EAAE,6CAA6C;YACxE,WAAW,EAAE;gBACT,cAAc,EAAE,8CAA8C;gBAC9D,UAAU,EAAE,0CAA0C;aACzD;YACD,qBAAqB,EAAE,yCAAyC;YAChE,SAAS,EAAE,6BAA6B;YACxC,wBAAwB,EAAE,4CAA4C;YACtE,yBAAyB,EAAE,6CAA6C;YACxE,SAAS,EAAE,6BAA6B;YACxC,UAAU,EAAE,8BAA8B;YAC1C,uBAAuB,EAAE,2CAA2C;YACpE,OAAO,EAAE,2BAA2B;YACpC,UAAU,EAAE,8BAA8B;YAC1C,YAAY,EAAE,gCAAgC;YAC9C,mBAAmB,EAAE,uCAAuC;YAC5D,gBAAgB,EAAE,oCAAoC;SACzD;QACD,MAAM,EAAE;YACJ,UAAU,EAAE,wBAAwB;YACpC,UAAU,EAAE,wBAAwB;YACpC,aAAa,EAAE,2BAA2B;YAC1C,gBAAgB,EAAE,8BAA8B;YAChD,cAAc,EAAE,4BAA4B;YAC5C,MAAM,EAAE;gBACJ,YAAY,EAAE,2BAA2B;aAC5C;SACJ;QACD,OAAO,EAAE;YACL,eAAe,EAAE,8BAA8B;YAC/C,SAAS,EAAE,wBAAwB;YACnC,4BAA4B,EAAE,2CAA2C;SAC5E;KACJ;IACD,eAAe,EAAE;QACb,MAAM,EAAE;YACJ,YAAY,EAAE;gBACV,KAAK,EAAE,2CAA2C;gBAClD,OAAO,EAAE,6CAA6C;aACzD;YACD,SAAS,EAAE;gBACP,UAAU,EAAE,6CAA6C;gBACzD,eAAe,EAAE,kDAAkD;aACtE;YACD,cAAc,EAAE;gBACZ,KAAK,EAAE,sCAAsC;gBAC7C,OAAO,EAAE,wCAAwC;aACpD;SACJ;QACD,QAAQ,EAAE,0BAA0B;QACpC,QAAQ,EAAE,0BAA0B;QACpC,gBAAgB,EAAE,kCAAkC;QACpD,mBAAmB,EAAE,qCAAqC;QAC1D,kBAAkB,EAAE,oCAAoC;QACxD,MAAM,EAAE;YACJ,SAAS,EAAE,kCAAkC;YAC7C,QAAQ,EAAE,iCAAiC;YAC3C,KAAK,EAAE;gBACH,KAAK,EAAE,oCAAoC;gBAC3C,UAAU,EAAE;oBACR,OAAO,EAAE,oCAAoC;iBAChD;aACJ;SACJ;KACJ;IACD,MAAM,EAAE;QACJ,wBAAwB,EAAE;YACtB,eAAe,EAAE,iDAAiD;YAClE,kBAAkB,EAAE,oDAAoD;SAC3E;KACJ;IACD,IAAI,EAAE;QACF,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,YAAY;QACnB,YAAY,EAAE,mBAAmB;QACjC,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,cAAc;QACvB,QAAQ,EAAE,eAAe;QAEzB,QAAQ,EAAE,eAAe;QACzB,KAAK,EAAE,YAAY;QAEnB,YAAY,EAAE,mBAAmB;QAEjC,OAAO,EAAE,cAAc;QACvB,kBAAkB,EAAE,yBAAyB;QAC7C,QAAQ,EAAE,eAAe;QACzB,mBAAmB,EAAE,0BAA0B;QAE/C,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QAEnB,OAAO,EAAE,cAAc;QACvB,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,aAAa;QACrB,QAAQ,EAAE,eAAe;QAEzB,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE,aAAa;QAErB,QAAQ,EAAE,eAAe;QAEzB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,aAAa;QAErB,EAAE,EAAE,SAAS;QAEb,eAAe,EAAE,sBAAsB;QACvC,kBAAkB,EAAE,yBAAyB;QAE7C,qBAAqB,EAAE,4BAA4B;QACnD,uBAAuB,EAAE,8BAA8B;QAEvD,SAAS,EAAE,gBAAgB;QAC3B,cAAc,EAAE,qBAAqB;QAErC,KAAK,EAAE;YACH,cAAc,EAAE,2BAA2B;YAC3C,YAAY,EAAE,yBAAyB;YACvC,iBAAiB,EAAE,8BAA8B;SACpD;QACD,MAAM,EAAE;YACJ,aAAa,EAAE,2BAA2B;YAC1C,kBAAkB,EAAE,gCAAgC;YACpD,aAAa,EAAE,2BAA2B;YAC1C,kBAAkB,EAAE,gCAAgC;YACpD,UAAU,EAAE,wBAAwB;YACpC,SAAS,EAAE,uBAAuB;YAClC,UAAU,EAAE,wBAAwB;SACvC;QACD,KAAK,EAAE;YACH,YAAY,EAAE,yBAAyB;YACvC,YAAY,EAAE,yBAAyB;YACvC,SAAS,EAAE,sBAAsB;YACjC,cAAc,EAAE,2BAA2B;YAC3C,UAAU,EAAE,uBAAuB;YACnC,aAAa,EAAE,0BAA0B;YACzC,kBAAkB,EAAE,+BAA+B;YACnD,SAAS,EAAE,sBAAsB;YACjC,YAAY,EAAE,yBAAyB;YACvC,WAAW,EAAE,wBAAwB;YACrC,eAAe,EAAE,4BAA4B;YAC7C,WAAW,EAAE,wBAAwB;SACxC;QACD,GAAG,EAAE,UAAU;QACf,MAAM,EAAE,aAAa;QACrB,cAAc,EAAE,qBAAqB;QACrC,aAAa,EAAE,oBAAoB;QACnC,aAAa,EAAE,oBAAoB;QACnC,UAAU,EAAE,iBAAiB;QAC7B,UAAU,EAAE,iBAAiB;QAC7B,eAAe,EAAE,sBAAsB;QACvC,UAAU,EAAE,iBAAiB;QAC7B,OAAO,EAAE,cAAc;QACvB,SAAS,EAAE,gBAAgB;QAC3B,IAAI,EAAE,WAAW;QACjB,cAAc,EAAE,qBAAqB;QACrC,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QACnB,SAAS,EAAE,gBAAgB;QAC3B,cAAc,EAAE,qBAAqB;QACrC,qBAAqB,EAAE,4BAA4B;QACnD,OAAO,EAAE,cAAc;QACvB,UAAU,EAAE,iBAAiB;QAC7B,WAAW,EAAE,kBAAkB;QAC/B,iBAAiB,EAAE,wBAAwB;QAC3C,iBAAiB,EAAE,wBAAwB;QAC3C,uBAAuB,EAAE,8BAA8B;QACvD,MAAM,EAAE,aAAa;QACrB,iBAAiB,EAAE,wBAAwB;QAC3C,SAAS,EAAE,gBAAgB;QAC3B,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,kBAAkB;QAC/B,aAAa,EAAE,oBAAoB;QACnC,GAAG,EAAE,UAAU;QACf,MAAM,EAAE,aAAa;QACrB,GAAG,EAAE,UAAU;QACf,EAAE,EAAE,SAAS;QACb,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,eAAe;QACzB,eAAe,EAAE,sBAAsB;QACvC,aAAa,EAAE,oBAAoB;KACtC;IACD,eAAe,EAAE;QACb,mBAAmB,EAAE,qCAAqC;QAC1D,eAAe,EAAE,iCAAiC;QAClD,oBAAoB,EAAE,sCAAsC;QAC5D,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,8BAA8B;QAC5C,mBAAmB,EAAE,qCAAqC;QAC1D,QAAQ,EAAE,0BAA0B;QACpC,OAAO,EAAE,yBAAyB;QAClC,OAAO,EAAE,yBAAyB;QAClC,aAAa,EAAE,+BAA+B;QAC9C,MAAM,EAAE,wBAAwB;QAChC,QAAQ,EAAE,0BAA0B;QACpC,IAAI,EAAE,sBAAsB;QAC5B,gCAAgC,EAAE,kDAAkD;QACpF,eAAe,EAAE,iCAAiC;QAClD,gBAAgB,EAAE,kCAAkC;QACpD,aAAa,EAAE,+BAA+B;KACjD;IACD,UAAU,EAAE;QACR,UAAU,EAAE;YACR,aAAa,EAAE,qCAAqC;YACpD,KAAK,EAAE,6BAA6B;YACpC,UAAU,EAAE,kCAAkC;YAC9C,QAAQ,EAAE,gCAAgC;YAC1C,eAAe,EAAE,uCAAuC;YACxD,QAAQ,EAAE,gCAAgC;YAC1C,mBAAmB,EAAE,2CAA2C;YAChE,6BAA6B,EAAE,qDAAqD;YACpF,6BAA6B,EAAE,qDAAqD;YACpF,mBAAmB,EAAE,2CAA2C;SACnE;QACD,aAAa,EAAE;YACX,UAAU,EAAE;gBACR,QAAQ,EAAE;oBACN,YAAY,EAAE,2DAA2D;oBACzE,UAAU,EAAE,yDAAyD;iBACxE;gBACD,KAAK,EAAE;oBACH,SAAS,EAAE,qDAAqD;oBAChE,UAAU,EAAE,sDAAsD;iBACrE;gBACD,KAAK,EAAE;oBACH,UAAU,EAAE,sDAAsD;iBACrE;gBACD,MAAM,EAAE;oBACJ,SAAS,EAAE,sDAAsD;oBACjE,UAAU,EAAE,uDAAuD;iBACtE;aACJ;YACD,KAAK,EAAE;gBACH,QAAQ,EAAE,yCAAyC;gBACnD,OAAO,EAAE,wCAAwC;gBACjD,OAAO,EAAE,wCAAwC;gBACjD,IAAI,EAAE,qCAAqC;gBAC3C,OAAO,EAAE,wCAAwC;gBACjD,GAAG,EAAE,oCAAoC;aAC5C;YACD,wBAAwB,EAAE,mDAAmD;SAChF;QACD,cAAc,EAAE;YACZ,aAAa,EAAE,yCAAyC;YACxD,KAAK,EAAE;gBACH,eAAe,EAAE,iDAAiD;gBAClE,WAAW,EAAE,6CAA6C;gBAC1D,eAAe,EAAE,iDAAiD;aACrE;YACD,0BAA0B,EAAE,sDAAsD;YAClF,sBAAsB,EAAE,kDAAkD;YAC1E,sBAAsB,EAAE,kDAAkD;SAC7E;QACD,wBAAwB,EAAE;YACtB,UAAU,EAAE,gDAAgD;YAC5D,QAAQ,EAAE,8CAA8C;YACxD,aAAa,EAAE,mDAAmD;YAClE,UAAU,EAAE,gDAAgD;YAC5D,sBAAsB,EAAE,4DAA4D;YACpF,2BAA2B,EAAE,iEAAiE;YAC9F,UAAU,EAAE,gDAAgD;YAC5D,WAAW,EAAE,iDAAiD;SACjE;QACD,UAAU,EAAE;YACR,YAAY,EAAE,oCAAoC;YAClD,IAAI,EAAE,4BAA4B;YAClC,SAAS,EAAE,iCAAiC;YAC5C,OAAO,EAAE,+BAA+B;SAC3C;QACD,uBAAuB,EAAE;YACrB,SAAS,EAAE,8CAA8C;SAC5D;KACJ;IACD,WAAW,EAAE;QACT,WAAW,EAAE,yBAAyB;QACtC,cAAc,EAAE,4BAA4B;QAC5C,iBAAiB,EAAE,+BAA+B;QAClD,iBAAiB,EAAE,+BAA+B;QAClD,SAAS,EAAE,uBAAuB;QAClC,QAAQ,EAAE,sBAAsB;QAChC,OAAO,EAAE,qBAAqB;QAC9B,OAAO,EAAE,qBAAqB;QAC9B,SAAS,EAAE,uBAAuB;QAClC,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,qBAAqB,EAAE,mCAAmC;QAC1D,gBAAgB,EAAE,8BAA8B;QAChD,aAAa,EAAE,2BAA2B;QAC1C,OAAO,EAAE,qBAAqB;QAC9B,QAAQ,EAAE,sBAAsB;QAChC,MAAM,EAAE,oBAAoB;QAC5B,KAAK,EAAE,mBAAmB;QAC1B,sBAAsB,EAAE,oCAAoC;QAC5D,iBAAiB,EAAE,+BAA+B;QAClD,MAAM,EAAE,oBAAoB;QAC5B,mBAAmB,EAAE;YACjB,KAAK,EAAE,uCAAuC;YAC9C,aAAa,EAAE,+CAA+C;YAC9D,SAAS,EAAE,2CAA2C;YACtD,cAAc,EAAE,gDAAgD;YAChE,UAAU,EAAE,4CAA4C;YACxD,mBAAmB,EAAE,qDAAqD;YAC1E,qBAAqB,EAAE,uDAAuD;YAC9E,8BAA8B,EAAE,gEAAgE;SACnG;QACD,SAAS,EAAE;YACP,KAAK,EAAE,6BAA6B;YACpC,QAAQ,EAAE,gCAAgC;YAC1C,OAAO,EAAE,+BAA+B;YACxC,UAAU,EAAE,kCAAkC;YAC9C,WAAW,EAAE,mCAAmC;YAChD,MAAM,EAAE,8BAA8B;SACzC;QACD,aAAa,EAAE;YACX,gBAAgB,EAAE,4CAA4C;YAC9D,UAAU,EAAE,sCAAsC;SACrD;QACD,YAAY,EAAE;YACV,mBAAmB,EAAE;gBACjB,KAAK,EAAE,oDAAoD;gBAC3D,MAAM,EAAE,qDAAqD;aAChE;SACJ;KACJ;IACD,YAAY,EAAE;QACV,WAAW,EAAE,0BAA0B;QACvC,cAAc,EAAE,6BAA6B;QAC7C,UAAU,EAAE,yBAAyB;KACxC;IACD,mBAAmB,EAAE;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,gCAAgC;QAC5C,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE,qCAAqC;QACtD,MAAM,EAAE;YACJ,YAAY,EAAE,yCAAyC;YACvD,UAAU,EAAE,uCAAuC;SACtD;QACD,MAAM,EAAE,4BAA4B;QACpC,aAAa,EAAE,mCAAmC;KACrD;IACD,kBAAkB,EAAE;QAChB,OAAO,EAAE,4BAA4B;QACrC,KAAK,EAAE,0BAA0B;QACjC,IAAI,EAAE,yBAAyB;QAC/B,GAAG,EAAE,wBAAwB;QAC7B,IAAI,EAAE,yBAAyB;QAC/B,KAAK,EAAE,0BAA0B;QACjC,QAAQ,EAAE,6BAA6B;QACvC,GAAG,EAAE,wBAAwB;KAChC;CACJ,CAAC","sourcesContent":["export const Translation = {\n Navigation: {\n FindReservation: 'Navigation.FindReservation',\n HotelInfo: 'Navigation.HotelInfo',\n SignUp: {\n Title: 'Navigation.SignUp.Title',\n Inputs: {\n FirstName: 'Navigation.SignUp.Inputs.FirstName',\n LastName: 'Navigation.SignUp.Inputs.LastName',\n SignUpButton: 'Navigation.SignUp.Inputs.SignUpButton',\n\n Password: {\n Label: 'Navigation.SignUp.Inputs.Password.Label',\n Placeholder: 'Navigation.SignUp.Inputs.Password.Placeholder',\n Hint: 'Navigation.SignUp.Inputs.Password.Hint',\n },\n Terms: {\n BaseText: 'Navigation.SignUp.Inputs.Terms.BaseText',\n LinkText: 'Navigation.SignUp.Inputs.Terms.LinkText',\n Error: 'Navigation.SignUp.Inputs.Terms.Error',\n },\n },\n SignIn: 'Navigation.SignUp.SignIn',\n EmailIsInUse: 'Navigation.SignUp.EmailIsInUse',\n VerifyingEmail: {\n Title: 'Navigation.SignUp.VerifyingEmail.Title',\n Detail: 'Navigation.SignUp.VerifyingEmail.Detail',\n },\n },\n SignIn: {\n SignIn: 'Navigation.SignIn.SignIn',\n GetLowerPrices: 'Navigation.SignIn.GetLowerPrices',\n EmailAddress: 'Navigation.SignIn.EmailAddress',\n Password: 'Navigation.SignIn.Password',\n ForgotPassword: 'Navigation.SignIn.ForgotPassword',\n Or: 'Navigation.SignIn.Or',\n DontHaveAnAccount: 'Navigation.SignIn.DontHaveAnAccount',\n SignUp: 'Navigation.SignIn.SignUp',\n },\n ForgotPassword: {\n Title: 'Navigation.ForgotPassword.Title',\n CodeSent: 'Navigation.ForgotPassword.CodeSent',\n Inputs: {\n Email: {\n Label: 'Navigation.ForgotPassword.Inputs.Email.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Email.Placeholder',\n Validation: {\n UserNotFound: 'Navigation.ForgotPassword.Inputs.Email.Validation.UserNotFound',\n },\n },\n Code: {\n Label: 'Navigation.ForgotPassword.Inputs.Code.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Code.Placeholder',\n Helper: 'Navigation.ForgotPassword.Inputs.Code.Helper',\n Validation: {\n InvalidCode: 'Navigation.ForgotPassword.Inputs.Code.Validation.InvalidCode',\n },\n },\n Password: {\n Label: 'Navigation.ForgotPassword.Inputs.Password.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Password.Placeholder',\n },\n RepeatPassword: {\n Label: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Placeholder',\n },\n SubmitButton: {\n Label: 'Navigation.ForgotPassword.Inputs.SubmitButton.Label',\n },\n CancelButton: {\n Label: 'Navigation.ForgotPassword.Inputs.CancelButton.Label',\n },\n },\n },\n SelectStep: 'Navigation.SelectStep',\n Steps: {\n Date: 'Navigation.Steps.Date',\n Hotel: 'Navigation.Steps.Hotel',\n Room: 'Navigation.Steps.Room',\n Addon: 'Navigation.Steps.Addon',\n Confirmation: 'Navigation.Steps.Confirmation',\n Thanks: 'Navigation.Steps.Thanks',\n\n StepProgress: 'Navigation.Steps.StepProgress',\n },\n Back: 'Navigation.Back',\n Next: 'Navigation.Next',\n Menu: {\n YourReservations: 'Navigation.Menu.YourReservations',\n ProfileInformation: 'Navigation.Menu.ProfileInformation',\n PaymentInformation: 'Navigation.Menu.PaymentInformation',\n HotelInformation: 'Navigation.Menu.HotelInformation',\n NeedHelp: 'Navigation.Menu.NeedHelp',\n ChangePassword: 'Navigation.Menu.ChangePassword',\n },\n },\n Step: {\n Date: {\n Reservation: 'Step.Date.Reservation',\n SelectYourDate: 'Step.Date.SelectYourDate',\n Arrival: 'Step.Date.Arrival',\n Departure: 'Step.Date.Departure',\n\n Adult: 'Step.Date.Adult',\n Adult_plural: 'Step.Date.Adult_plural',\n\n Child: 'Step.Date.Child',\n Child_plural: 'Step.Date.Child_plural',\n\n Infant: 'Step.Date.Infant',\n Infant_plural: 'Step.Date.Infant_plural',\n\n PromoCode: 'Step.Date.PromoCode',\n PromoCodePlaceHolder: 'Step.Date.PromoCodePlaceHolder',\n\n Room: 'Step.Date.Room',\n Room_plural: 'Step.Date.Room_plural',\n\n Legend: {\n Today: 'Step.Date.Legend.Today',\n SelectedDates: 'Step.Date.Legend.SelectedDates',\n AvailableDates: 'Step.Date.Legend.AvailableDates',\n NoAvailability: 'Step.Date.Legend.NoAvailability',\n },\n\n SelectStartDate: 'Step.Date.SelectStartDate',\n SelectCheckoutDate: 'Step.Date.SelectCheckoutDate',\n CheckAvailability: 'Step.Date.CheckAvailability',\n AvailabilityCheckFailed: {\n Title: 'Step.Date.AvailabilityCheckFailed.Title',\n Message: 'Step.Date.AvailabilityCheckFailed.Message',\n },\n PromoCodeTooltip: {\n Checking: 'Step.Date.PromoCodeTooltip.Checking',\n NoValue: 'Step.Date.PromoCodeTooltip.NoValue',\n Valid: 'Step.Date.PromoCodeTooltip.Valid',\n Invalid: 'Step.Date.PromoCodeTooltip.Invalid',\n },\n UpdateAdults: 'Step.Date.UpdateAdults',\n UpdateChildren: 'Step.Date.UpdateChildren',\n UpdateInfants: 'Step.Date.UpdateInfants',\n SelectArrivalAndDepartureDatesByClickingHere: 'Step.Date.SelectArrivalAndDepartureDatesByClickingHere',\n PromoCodeValidation: {\n Valid: 'Step.Date.PromoCodeValidation.Valid',\n Invalid: 'Step.Date.PromoCodeValidation.Invalid',\n },\n PleaseSelectYourDates: 'Step.Date.PleaseSelectYourDates',\n NightStayRequirement: {\n BlockedDate: 'Step.Date.NightStayRequirement.BlockedDate',\n DateBeforeArrivalDate: 'Step.Date.NightStayRequirement.DateBeforeArrivalDate',\n DateAfterMaxDepartureDate: 'Step.Date.NightStayRequirement.DateAfterMaxDepartureDate',\n BetweenArrivalDateMinDepartureDate: 'Step.Date.NightStayRequirement.BetweenArrivalDateMinDepartureDate',\n DateInSelectedRange: 'Step.Date.NightStayRequirement.DateInSelectedRange',\n ChangeArrivalDate: 'Step.Date.NightStayRequirement.ChangeArrivalDate',\n PickAgain: 'Step.Date.NightStayRequirement.PickAgain',\n MinNightStayRequired: 'Step.Date.NightStayRequirement.MinNightStayRequired',\n MaxNightStayRequired: 'Step.Date.NightStayRequirement.MaxNightStayRequired',\n BothMinMaxNightStayRequired: 'Step.Date.NightStayRequirement.BothMinMaxNightStayRequired',\n },\n AgedBetween: 'Step.Date.AgedBetween',\n AgedAtLeast: 'Step.Date.AgedAtLeast',\n AgedUpTo: 'Step.Date.AgedUpTo',\n },\n Hotel: {\n HotelCard: {\n DatesUnavailable: 'Step.Hotel.HotelCard.DatesUnavailable',\n },\n NoHotels: {\n Title: 'Step.Hotel.NoHotels.Title',\n DescriptionLine1: 'Step.Hotel.NoHotels.DescriptionLine1',\n DescriptionLine2: 'Step.Hotel.NoHotels.DescriptionLine2',\n },\n Cities: 'Step.Hotel.Cities',\n ViewRooms: 'Step.Hotel.ViewRooms',\n About: 'Step.Hotel.About',\n Gallery: 'Step.Hotel.Gallery',\n AndYouGetAll: 'Step.Hotel.AndYouGetAll',\n HotelAmenities: 'Step.Hotel.HotelAmenities',\n Policies: 'Step.Hotel.Policies',\n Location: 'Step.Hotel.Location',\n },\n Room: {\n SelectRoom: 'Step.Room.SelectRoom',\n EditingRoom: 'Step.Room.EditingRoom',\n ChooseRoom: 'Step.Room.ChooseRoom',\n\n SortBy: 'Step.Room.SortBy',\n Sort: {\n Recommended: 'Step.Room.Sort.Recommended',\n LowestPrice: 'Step.Room.Sort.LowestPrice',\n HighestPrice: 'Step.Room.Sort.HighestPrice',\n },\n\n FilterBy: 'Step.Room.FilterBy',\n Filter: {\n Budget: 'Step.Room.Filter.Budget',\n Rating: 'Step.Room.Filter.Rating',\n\n Features: 'Step.Room.Filter.Features',\n BedType: 'Step.Room.Filter.BedType',\n RoomType: 'Step.Room.Filter.RoomType',\n RoomCategory: 'Step.Room.Filter.RoomCategory',\n RateType: 'Step.Room.Filter.RateType',\n MatchingRoomsRates: 'Step.Room.Filter.MatchingRoomsRates',\n ShowFilters: 'Step.Room.Filter.ShowFilters',\n },\n\n RoomInfo: {\n ViewRates: 'Step.Room.RoomInfo.ViewRates',\n CloseRates: 'Step.Room.RoomInfo.CloseRates',\n\n MoreDetails: 'Step.Room.RoomInfo.MoreDetails',\n\n MemberOnlyDeal: 'Step.Room.RoomInfo.MemberOnlyDeal',\n MemberOnlyDealsActivated: 'Step.Room.RoomInfo.MemberOnlyDealsActivated',\n DealForMemberOnly: 'Step.Room.RoomInfo.DealForMemberOnly',\n SignUpToSee: 'Step.Room.RoomInfo.SignUpToSee',\n RateVariesByDay: 'Step.Room.RoomInfo.RateVariesByDay',\n BaseRate: 'Step.Room.RoomInfo.BaseRate',\n\n PromoCode: {\n MemberDeal: 'Step.Room.RoomInfo.PromoCode.MemberDeal',\n Standard: 'Step.Room.RoomInfo.PromoCode.Standard',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Step.Room.RoomInfo.MemberOnlyRow.MemberOnlyPrices',\n DealsForOnly: 'Step.Room.RoomInfo.MemberOnlyRow.DealsForOnly',\n },\n\n RevealPrice: 'Step.Room.RoomInfo.RevealPrice',\n RevealPrices: 'Step.Room.RoomInfo.RevealPrices',\n\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n AddRoom: 'Step.Room.RoomInfo.AddRoom', // AddRoom is for Actual Add Room, and BookNow is for Book now :D\n\n Information: 'Step.Room.RoomInfo.Information',\n RoomAmenities: 'Step.Room.RoomInfo.RoomAmenities',\n\n MemberRateLockedTooltip: 'Step.Room.RoomInfo.MemberRateLockedTooltip',\n ViewPriceBreakdown: 'Step.Room.RoomInfo.ViewPriceBreakdown',\n PriceBreakdown: 'Step.Room.RoomInfo.PriceBreakdown',\n BookThisRateNow: 'Step.Room.RoomInfo.BookThisRateNow',\n Selected: 'Step.Room.RoomInfo.Selected',\n Update: 'Step.Room.RoomInfo.Update',\n Show: 'Step.Room.RoomInfo.Show',\n MoreRates: 'Step.Room.RoomInfo.MoreRates',\n Disclaimer: 'Step.Room.RoomInfo.Disclaimer',\n },\n YouHaveBeenAway: 'Step.Room.YouHaveBeenAway',\n UpdateYourSearch: 'Step.Room.UpdateYourSearch',\n NoThanks: 'Step.Room.NoThanks',\n Update: 'Step.Room.Update',\n Summary: {\n NoRemoveLastRate: 'Step.Room.Summary.NoRemoveLastRate',\n RemoveThisRate: 'Step.Room.Summary.RemoveThisRate',\n Fees: 'Step.Room.Summary.Fees',\n CreditCardSurcharge: 'Step.Room.Summary.CreditCardSurcharge',\n Taxes: 'Step.Room.Summary.Taxes',\n },\n NoRoomsFound: {\n NoRoomsFound: 'Step.Room.NoRoomsFound.NoRoomsFound',\n MinNightStay: 'Step.Room.NoRoomsFound.MinNightStay',\n WeApologise: 'Step.Room.NoRoomsFound.WeApologise',\n PleaseCheckYourDates: 'Step.Room.NoRoomsFound.PleaseCheckYourDates',\n NewSearch: 'Step.Room.NoRoomsFound.NewSearch',\n },\n ErrorForm: {\n APIError: 'Step.Room.ErrorForm.APIError',\n Title: 'Step.Room.ErrorForm.Title',\n Description: 'Step.Room.ErrorForm.Description',\n ContactUsButton: 'Step.Room.ErrorForm.ContactUsButton',\n\n ConfirmationMessage: 'Step.Room.ErrorForm.ConfirmationMessage',\n\n Inputs: {\n Name: 'Step.Room.ErrorForm.Inputs.Name',\n Email: 'Step.Room.ErrorForm.Inputs.Email',\n Telephone: 'Step.Room.ErrorForm.Inputs.Telephone',\n },\n },\n\n ReadMore: 'Step.Room.ReadMore',\n ReadLess: 'Step.Room.ReadLess',\n CheckOutOtherOptions: 'Step.Room.CheckOutOtherOptions',\n Confirm: 'Step.Room.Confirm',\n Upgrade: 'Step.Room.Upgrade',\n YouWillGetThisAllForFree: 'Step.Room.YouWillGetThisAllForFree',\n CurrentSelectedRoom: 'Step.Room.CurrentSelectedRoom',\n NextStep: 'Step.Room.NextStep',\n NextRoom: 'Step.Room.NextRoom',\n\n MoreDetails: 'Step.Room.MoreDetails',\n ExcludingTaxes: 'Step.Room.ExcludingTaxes',\n Sleeps: 'Step.Room.Sleeps',\n RateTypeFilterLabel: 'Step.Room.RateTypeFilterLabel',\n ChooseRoomBelow: 'Step.Room.ChooseRoomBelow',\n EditThisRoom: 'Step.Room.EditThisRoom',\n RoomRateDetails: 'Step.Room.RoomRateDetails',\n PriceBreakdown: 'Step.Room.PriceBreakdown',\n BreakfastIncluded: 'Step.Room.BreakfastIncluded',\n PromoCodeIsApplied: 'Step.Room.PromoCodeIsApplied',\n AvailableUpgrades: 'Step.Room.AvailableUpgrades',\n AndYouGetAllTheseForFree: 'Step.Room.AndYouGetAllTheseForFree',\n MinimumStay: 'Step.Room.MinimumStay',\n RatesNotFound: 'Step.Room.RatesNotFound',\n RatesNotFoundLine1: 'Step.Room.RatesNotFoundLine1',\n RatesNotFoundLine2: 'Step.Room.RatesNotFoundLine2',\n YouBookedThisRoomRecently: 'Step.Room.YouBookedThisRoomRecently',\n\n CrossSellBlock: {\n AvailabilityNearBy1: 'Step.Room.CrossSellBlock.AvailabilityNearBy1',\n AvailabilityNearBy2: 'Step.Room.CrossSellBlock.AvailabilityNearBy2',\n DateUnavailable: 'Step.Room.CrossSellBlock.DateUnavailable',\n },\n UnMatchedBasketRowPrice: {\n ConfirmKeepChangesAlert: 'Step.Room.UnMatchedBasketRowPrice.ConfirmKeepChangesAlert',\n ConfirmUpdateAndClearAlert: 'Step.Room.UnMatchedBasketRowPrice.ConfirmUpdateAndClearAlert',\n ConfirmUpdateAndClearAlert2: 'Step.Room.UnMatchedBasketRowPrice.ConfirmUpdateAndClearAlert2',\n YesUpdate: 'Step.Room.UnMatchedBasketRowPrice.YesUpdate',\n Continue: 'Step.Room.UnMatchedBasketRowPrice.Continue',\n },\n },\n Addon: {\n SelectServiceDate: 'Step.Addon.SelectServiceDate',\n Remove: 'Step.Addon.Remove',\n AddToCart: 'Step.Addon.AddToCart',\n UpdateCart: 'Step.Addon.UpdateCart',\n Quantity: 'Step.Addon.Quantity',\n NotFound: {\n Title: 'Step.Addon.NotFound.Title',\n Message: 'Step.Addon.NotFound.Message',\n },\n IncludingFeesAndTaxes: 'Step.Addon.IncludingFeesAndTaxes',\n ExcludingFees: 'Step.Addon.ExcludingFees',\n },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AdditionalDetailsTitle: 'Step.Confirmation.AdditionalDetailsTitle',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\n CustomInputFieldError: 'Step.Confirmation.CustomInputFieldError',\n EditDetails: 'Step.Confirmation.EditDetails',\n RetryPayment: 'Step.Confirmation.RetryPayment',\n ContinueToPayment: 'Step.Confirmation.ContinueToPayment',\n ConfirmReservation: 'Step.Confirmation.ConfirmReservation',\n CreateAnAccount: 'Step.Confirmation.CreateAnAccount',\n GiveUsSomeComments: 'Step.Confirmation.GiveUsSomeComments',\n GuestDetails: 'Step.Confirmation.GuestDetails',\n SignInHere: 'Step.Confirmation.SignInHere',\n TravelAgent: 'Step.Confirmation.TravelAgent',\n Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n State: 'Step.Confirmation.Inputs.State', // todo: Translations for non-English\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\n Title: 'Step.Confirmation.Inputs.Title',\n Forename: 'Step.Confirmation.Inputs.Forename',\n Surname: 'Step.Confirmation.Inputs.Surname',\n Month: 'Step.Confirmation.Inputs.Month',\n Phone: 'Step.Confirmation.Inputs.Phone',\n PostCode: 'Step.Confirmation.Inputs.PostCode',\n Year: 'Step.Confirmation.Inputs.Year',\n Password: 'Step.Confirmation.Inputs.Password',\n ConfirmPassword: 'Step.Confirmation.Inputs.ConfirmPassword',\n NewPassword: 'Step.Confirmation.Inputs.NewPassword',\n\n NameOnCard: 'Step.Confirmation.Inputs.NameOnCard',\n SecurityCode: 'Step.Confirmation.Inputs.SecurityCode',\n CardExpiry: 'Step.Confirmation.Inputs.CardExpiry',\n EnterSpecialRequestsHere: 'Step.Confirmation.Inputs.EnterSpecialRequestsHere',\n Required: 'Step.Confirmation.Inputs.Required',\n InvalidEmail: 'Step.Confirmation.Inputs.InvalidEmail',\n\n IATANumber: 'Step.Confirmation.Inputs.IATANumber',\n IATANumberGuide: 'Step.Confirmation.Inputs.IATANumberGuide',\n },\n InputErrors: {\n CardExpiry: {\n Invalid: 'Step.Confirmation.InputErrors.CardExpiry.Invalid',\n },\n },\n Policies: 'Step.Confirmation.Policies',\n Limit: 'Step.Confirmation.Limit',\n TimeDeal: 'Step.Confirmation.TimeDeal',\n WantMoreRooms: 'Step.Confirmation.WantMoreRooms',\n YouCanAddAndEditRooms: 'Step.Confirmation.YouCanAddAndEditRooms',\n AddMoreRooms: 'Step.Confirmation.AddMoreRooms',\n EmailSpecialOffers: 'Step.Confirmation.EmailSpecialOffers',\n Acknowledgement: 'Step.Confirmation.Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'Step.Confirmation.IHaveUnderstoodPrivacyPolicy',\n PrivacyPolicy: 'Step.Confirmation.PrivacyPolicy',\n PrivacyPolicyError: 'Step.Confirmation.PrivacyPolicyError',\n PlanpayHelperText: 'Step.Confirmation.PlanpayHelperText',\n CardLabel: 'Step.Confirmation.CardLabel',\n CardSubLabel: 'Step.Confirmation.CardSubLabel',\n CardThirdPartyLabel: 'Step.Confirmation.CardThirdPartyLabel',\n PlanpayLabel: 'Step.Confirmation.PlanpayLabel',\n PaidWithPlanpay: 'Step.Confirmation.PaidWithPlanpay',\n UnexpectedErrorFromBookingDatabase: 'Step.Confirmation.UnexpectedErrorFromBookingDatabase',\n UnexpectedErrorOnCommittingReservation: 'Step.Confirmation.UnexpectedErrorOnCommittingReservation',\n FailedToCommitReservation: 'Step.Confirmation.FailedToCommitReservation',\n PaymentCard: {\n CardHolderName: 'Step.Confirmation.PaymentCard.CardHolderName',\n ExpiryDate: 'Step.Confirmation.PaymentCard.ExpiryDate',\n },\n NoAdditionalOfferings: 'Step.Confirmation.NoAdditionalOfferings',\n SSLSecure: 'Step.Confirmation.SSLSecure',\n YourTotalPriceHasChanged: 'Step.Confirmation.YourTotalPriceHasChanged',\n ConfirmationCheckoutTitle: 'Step.Confirmation.ConfirmationCheckoutTitle',\n RevertsIn: 'Step.Confirmation.RevertsIn',\n TakeMeBack: 'Step.Confirmation.TakeMeBack',\n ContinueWithReservation: 'Step.Confirmation.ContinueWithReservation',\n Secured: 'Step.Confirmation.Secured',\n YourRoomIs: 'Step.Confirmation.YourRoomIs',\n BeingHeldFor: 'Step.Confirmation.BeingHeldFor',\n PrivacyPolicyDetail: 'Step.Confirmation.PrivacyPolicyDetail',\n EditThisProperty: 'Step.Confirmation.EditThisProperty',\n },\n Thanks: {\n AddOnItems: 'Step.Thanks.AddOnItems',\n GoBackHome: 'Step.Thanks.GoBackHome',\n InvoiceNumber: 'Step.Thanks.InvoiceNumber',\n ThankYouHeadline: 'Step.Thanks.ThankYouHeadline',\n IncludingTaxes: 'Step.Thanks.IncludingTaxes',\n Errors: {\n CancelFailed: 'Step.Thanks.Errors.Failed',\n },\n },\n General: {\n YourCartIsEmpty: 'Step.General.YourCartIsEmpty',\n RoomTotal: 'Step.General.RoomTotal',\n AlternateCurrencyInformation: 'Step.General.AlternateCurrencyInformation',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'MemberOnlyPopup.Errors.SignupFailed.Title',\n Message: 'MemberOnlyPopup.Errors.SignupFailed.Message',\n },\n ReCaptcha: {\n PleaseTick: 'MemberOnlyPopup.Errors.ReCaptcha.PleaseTick',\n ValidationError: 'MemberOnlyPopup.Errors.ReCaptcha.ValidationError',\n },\n RequiredFields: {\n Title: 'MemberOnlyPopup.RequiredFields.Title',\n Message: 'MemberOnlyPopup.RequiredFields.Message',\n },\n },\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\n Fields: {\n FirstName: 'MemberOnlyPopup.Fields.FirstName',\n LastName: 'MemberOnlyPopup.Fields.LastName',\n Email: {\n Label: 'MemberOnlyPopup.Fields.Email.Label',\n Validation: {\n Invalid: 'MemberOnlyPopup.Fields.Email.Label',\n },\n },\n },\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Custom.BookNowPayLaterInfoBlock.BookNowPayLater',\n IfYourDreamsChange: 'Custom.BookNowPayLaterInfoBlock.IfYourDreamsChange',\n },\n },\n Misc: {\n From: 'Misc.From',\n Night: 'Misc.Night',\n Night_plural: 'Misc.Night_plural',\n Stay: 'Misc.Stay',\n PerRoom: 'Misc.PerRoom',\n PerNight: 'Misc.PerNight',\n\n ClearAll: 'Misc.ClearAll',\n Clear: 'Misc.Clear',\n\n ApplyChanges: 'Misc.ApplyChanges',\n\n CheckIn: 'Misc.CheckIn',\n CheckInPlaceHolder: 'Misc.CheckInPlaceHolder',\n CheckOut: 'Misc.CheckOut',\n CheckOutPlaceHolder: 'Misc.CheckOutPlaceHolder',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\n PayNow: 'Misc.PayNow',\n PayLater: 'Misc.PayLater',\n\n Edit: 'Misc.Edit',\n Remove: 'Misc.Remove',\n\n Optional: 'Misc.Optional',\n\n Room: 'Misc.Room',\n Rates: 'Misc.Rates',\n Cancel: 'Misc.Cancel',\n\n By: 'Misc.By',\n\n GuaranteePolicy: 'Misc.GuaranteePolicy',\n CancellationPolicy: 'Misc.CancellationPolicy',\n\n RoomAddedNotification: 'Misc.RoomAddedNotification',\n RoomUpdatedNotification: 'Misc.RoomUpdatedNotification',\n\n ApplyCode: 'Misc.ApplyCode',\n AddAnotherRoom: 'Misc.AddAnotherRoom',\n\n Pills: {\n BuyNowPayLater: 'Misc.Pills.BuyNowPayLater',\n PeopleBooked: 'Misc.Pills.PeopleBooked',\n PeopleBookedShort: 'Misc.Pills.PeopleBookedShort',\n },\n Alerts: {\n BestRatePerks: 'Misc.Alerts.BestRatePerks',\n BestRatePerksAlert: 'Misc.Alerts.BestRatePerksAlert',\n YouAreEditing: 'Misc.Alerts.YouAreEditing',\n YouAreEditingAlert: 'Misc.Alerts.YouAreEditingAlert',\n BookDirect: 'Misc.Alerts.BookDirect',\n PreSignUp: 'Misc.Alerts.PreSignUp',\n PostSignUp: 'Misc.Alerts.PostSignUp',\n },\n Perks: {\n AndYouGetAll: 'Misc.Perks.AndYouGetAll',\n TheseForFree: 'Misc.Perks.TheseForFree',\n Breakfast: 'Misc.Perks.Breakfast',\n SuperspeedWifi: 'Misc.Perks.SuperspeedWifi',\n SocialHour: 'Misc.Perks.SocialHour',\n InRoomMinibar: 'Misc.Perks.InRoomMinibar',\n SelfServiceLaundry: 'Misc.Perks.SelfServiceLaundry',\n Hour24Gym: 'Misc.Perks.Hour24Gym',\n AllDaySnacks: 'Misc.Perks.AllDaySnacks',\n FreeLootBag: 'Misc.Perks.FreeLootBag',\n AirConditioning: 'Misc.Perks.AirConditioning',\n SmokingFree: 'Misc.Perks.SmokingFree',\n },\n QTY: 'Misc.QTY',\n Person: 'Misc.Person',\n PersonPerNight: 'Misc.PersonPerNight',\n AdultPerNight: 'Misc.AdultPerNight',\n ChildPerNight: 'Misc.ChildPerNight',\n PerRoomDay: 'Misc.PerRoomDay',\n SeeDetails: 'Misc.SeeDetails',\n UnexpectedError: 'Misc.UnexpectedError',\n CheckRates: 'Misc.CheckRates',\n BookNow: 'Misc.BookNow',\n Cancelled: 'Misc.Cancelled',\n Save: 'Misc.Save',\n SaveAllChanges: 'Misc.SaveAllChanges',\n Submit: 'Misc.Submit',\n Abort: 'Misc.Abort',\n YesImSure: 'Misc.YesImSure',\n ThisWillCancel: 'Misc.ThisWillCancel',\n CancellingReservation: 'Misc.CancellingReservation',\n Loading: 'Misc.Loading',\n BookAHotel: 'Misc.BookAHotel',\n ChooseHotel: 'Misc.ChooseHotel',\n ChooseHotelMobile: 'Misc.ChooseHotelMobile',\n PleaseSelectHotel: 'Misc.PleaseSelectHotel',\n PleaseSelectHotelMobile: 'Misc.PleaseSelectHotelMobile',\n Guests: 'Misc.Guests',\n GuestsPlaceHolder: 'Misc.GuestsPlaceHolder',\n Promocode: 'Misc.Promocode',\n Dates: 'Misc.Dates',\n Apply: 'Misc.Apply',\n ChooseDates: 'Misc.ChooseDates',\n HowManyGuests: 'Misc.HowManyGuests',\n And: 'Misc.And',\n LogOut: 'Misc.LogOut',\n Yes: 'Misc.Yes',\n No: 'Misc.No',\n To: 'Misc.To',\n ApplyNow: 'Misc.ApplyNow',\n PerksDisclaimer: 'Misc.PerksDisclaimer',\n LoadMoreDates: 'Misc.LoadMoreDates',\n },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n GoToYourReservations: 'FindReservation.GoToYourReservations',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Question: 'FindReservation.Question',\n Answer1: 'FindReservation.Answer1',\n Answer2: 'FindReservation.Answer2',\n YourItinerary: 'FindReservation.YourItinerary',\n Adults: 'FindReservation.Adults',\n Children: 'FindReservation.Children',\n Back: 'FindReservation.Back',\n OrUseConfirmationItineraryNumber: 'FindReservation.OrUseConfirmationItineraryNumber',\n NoOnlineAccount: 'FindReservation.NoOnlineAccount',\n SignUpToSaveTime: 'FindReservation.SignUpToSaveTime',\n SignInToLogin: 'FindReservation.SignInToLogin',\n },\n UserPortal: {\n HomeScreen: {\n BackToBooking: 'UserPortal.HomeScreen.BackToBooking',\n Title: 'UserPortal.HomeScreen.Title',\n TitleEmpty: 'UserPortal.HomeScreen.TitleEmpty',\n Subtitle: 'UserPortal.HomeScreen.Subtitle',\n ViewAllBookings: 'UserPortal.HomeScreen.ViewAllBookings',\n Bookings: 'UserPortal.HomeScreen.Bookings',\n BookingsDescription: 'UserPortal.HomeScreen.BookingsDescription',\n ProfileInformationDescription: 'UserPortal.HomeScreen.ProfileInformationDescription',\n PaymentInformationDescription: 'UserPortal.HomeScreen.PaymentInformationDescription',\n NeedHelpDescription: 'UserPortal.HomeScreen.NeedHelpDescription',\n },\n ProfileScreen: {\n Validation: {\n Password: {\n DoesNotMatch: 'UserPortal.ProfileScreen.Validation.Password.DoesNotMatch',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Password.IsNotValid',\n },\n Phone: {\n IsTooLong: 'UserPortal.ProfileScreen.Validation.Phone.IsTooLong',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Phone.IsNotValid',\n },\n Email: {\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Email.IsNotValid',\n },\n Common: {\n ThisField: 'UserPortal.ProfileScreen.Validation.Common.ThisField',\n IsRequired: 'UserPortal.ProfileScreen.Validation.Common.IsRequired',\n },\n },\n Field: {\n Forename: 'UserPortal.ProfileScreen.Field.Forename',\n Surname: 'UserPortal.ProfileScreen.Field.Surname',\n Address: 'UserPortal.ProfileScreen.Field.Address',\n City: 'UserPortal.ProfileScreen.Field.City',\n Country: 'UserPortal.ProfileScreen.Field.Country',\n Zip: 'UserPortal.ProfileScreen.Field.Zip',\n },\n DetailsSavedSuccessfully: 'UserPortal.ProfileScreen.DetailsSavedSuccessfully',\n },\n ChangePassword: {\n BackToProfile: 'UserPortal.ChangePassword.BackToProfile',\n Field: {\n CurrentPassword: 'UserPortal.ChangePassword.Field.CurrentPassword',\n NewPassword: 'UserPortal.ChangePassword.Field.NewPassword',\n ConfirmPassword: 'UserPortal.ChangePassword.Field.ConfirmPassword',\n },\n ChangePasswordSuccessfully: 'UserPortal.ChangePassword.ChangePasswordSuccessfully',\n NotAuthorizedException: 'UserPortal.ChangePassword.NotAuthorizedException',\n LimitExceededException: 'UserPortal.ChangePassword.LimitExceededException',\n },\n PaymentInformationScreen: {\n DeleteCard: 'UserPortal.PaymentInformationScreen.DeleteCard',\n SaveCard: 'UserPortal.PaymentInformationScreen.SaveCard',\n MarkAsDefault: 'UserPortal.PaymentInformationScreen.MarkAsDefault',\n SavedCards: 'UserPortal.PaymentInformationScreen.SavedCards',\n YouDontHaveAnyCardsYet: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYet',\n YouDontHaveAnyCardsYetLine2: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYetLine2',\n AddNewCard: 'UserPortal.PaymentInformationScreen.AddNewCard',\n DefaultCard: 'UserPortal.PaymentInformationScreen.DefaultCard',\n },\n HelpScreen: {\n NeedSomeHelp: 'UserPortal.HelpScreen.NeedSomeHelp',\n Name: 'UserPortal.HelpScreen.Name',\n Telephone: 'UserPortal.HelpScreen.Telephone',\n Message: 'UserPortal.HelpScreen.Message',\n },\n ReservationSingleScreen: {\n Itinerary: 'UserPortal.ReservationSingleScreen.Itinerary',\n },\n },\n Reservation: {\n MoreDetails: 'Reservation.MoreDetails',\n ModifyThisRoom: 'Reservation.ModifyThisRoom',\n CancelReservation: 'Reservation.CancelReservation',\n BackToYourAccount: 'Reservation.BackToYourAccount',\n BookAgain: 'Reservation.BookAgain',\n Policies: 'Reservation.Policies',\n Policy1: 'Reservation.Policy1',\n Policy2: 'Reservation.Policy2',\n PriceNote: 'Reservation.PriceNote',\n Print: 'Reservation.Print',\n Share: 'Reservation.Share',\n Total: 'Reservation.Total',\n CodeNumberInformation: 'Reservation.CodeNumberInformation',\n HotelInformation: 'Reservation.HotelInformation',\n BackToBooking: 'Reservation.BackToBooking',\n CheckIn: 'Reservation.CheckIn',\n CheckOut: 'Reservation.CheckOut',\n Before: 'Reservation.Before',\n After: 'Reservation.After',\n BackToYourReservations: 'Reservation.BackToYourReservations',\n ModifyReservation: 'Reservation.ModifyReservation',\n Modify: 'Reservation.Modify',\n YourReservationPage: {\n Title: 'Reservation.YourReservationPage.Title',\n UpcomingStays: 'Reservation.YourReservationPage.UpcomingStays',\n PastStays: 'Reservation.YourReservationPage.PastStays',\n CancelledStays: 'Reservation.YourReservationPage.CancelledStays',\n EmptyStays: 'Reservation.YourReservationPage.EmptyStays',\n EmptyCancelledStays: 'Reservation.YourReservationPage.EmptyCancelledStays',\n EmptyStaysDescription: 'Reservation.YourReservationPage.EmptyStaysDescription',\n EmptyCancelledDescriptionStays: 'Reservation.YourReservationPage.EmptyCancelledDescriptionStays',\n },\n EmptyPage: {\n Title: 'Reservation.EmptyPage.Title',\n SubTitle: 'Reservation.EmptyPage.SubTitle',\n Message: 'Reservation.EmptyPage.Message',\n SubMessage: 'Reservation.EmptyPage.SubMessage',\n SearchRooms: 'Reservation.EmptyPage.SearchRooms',\n SeeAll: 'Reservation.EmptyPage.SeeAll',\n },\n CancelledPage: {\n AlertDescription: 'Reservation.CancelledPage.AlertDescription',\n AlertTitle: 'Reservation.CancelledPage.AlertTitle',\n },\n Notification: {\n ThisRoomIsCancelled: {\n Title: 'Reservation.Notification.ThisRoomIsCancelled.Title',\n Detail: 'Reservation.Notification.ThisRoomIsCancelled.Detail',\n },\n },\n },\n RecentSearch: {\n SeeAllRooms: 'RecentSearch.SeeAllRooms',\n RecentSearches: 'RecentSearch.RecentSearches',\n SubTagLine: 'RecentSearch.SubTagLine',\n },\n ExternalMemberPopup: {\n Big4Title: 'ExternalMemberPopup.Big4Title',\n Top10Title: 'ExternalMemberPopup.Top10Title',\n GDayTitle: 'ExternalMemberPopup.GDayTitle',\n SalesforceTitle: 'ExternalMemberPopup.SalesforceTitle',\n Fields: {\n MemberNumber: 'ExternalMemberPopup.Fields.MemberNumber',\n FamilyName: 'ExternalMemberPopup.Fields.FamilyName',\n },\n Submit: 'ExternalMemberPopup.Submit',\n InvalidMember: 'ExternalMemberPopup.InvalidMember',\n },\n TransportDistances: {\n Airport: 'TransportDistances.Airport',\n Train: 'TransportDistances.Train',\n Tram: 'TransportDistances.Tram',\n Bus: 'TransportDistances.Bus',\n Taxi: 'TransportDistances.Taxi',\n Ferry: 'TransportDistances.Ferry',\n Location: 'TransportDistances.Location',\n Car: 'TransportDistances.Car',\n },\n};\n"]}
@@ -715,6 +715,7 @@ const language = {
715
715
  TransportDistances: {
716
716
  Airport: 'Airport',
717
717
  Train: 'Train',
718
+ Tram: 'Tram',
718
719
  Bus: 'Bus',
719
720
  Taxi: 'Taxi',
720
721
  Ferry: 'Ferry',