@roomstay/frontend 1.3.0 → 1.4.0

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 (183) hide show
  1. package/dist/201.bundle.js +1 -0
  2. package/dist/279.bundle.js +1 -0
  3. package/dist/370.bundle.js +1 -0
  4. package/dist/449.bundle.js +1 -0
  5. package/dist/625.bundle.js +1 -0
  6. package/dist/661.bundle.js +1 -0
  7. package/dist/7.bundle.js +1 -0
  8. package/dist/845.bundle.js +1 -0
  9. package/dist/873.bundle.js +1 -0
  10. package/dist/876.bundle.js +1 -0
  11. package/dist/972.bundle.js +1 -0
  12. package/dist/main.bundle.js +1 -0
  13. package/dist/src/api/AvailabilityAPI.js +90 -95
  14. package/dist/src/api/AvailabilityAPI.js.map +1 -1
  15. package/dist/src/api/BookingAPI.d.ts +2 -0
  16. package/dist/src/api/BookingAPI.js +2 -0
  17. package/dist/src/api/BookingAPI.js.map +1 -1
  18. package/dist/src/api/ErrorAPI.d.ts +9 -0
  19. package/dist/src/api/ErrorAPI.js +34 -0
  20. package/dist/src/api/ErrorAPI.js.map +1 -0
  21. package/dist/src/api/ExchangeRateAPI.d.ts +1 -0
  22. package/dist/src/api/ExchangeRateAPI.js +10 -2
  23. package/dist/src/api/ExchangeRateAPI.js.map +1 -1
  24. package/dist/src/components/generic/BackButton.d.ts +0 -1
  25. package/dist/src/components/generic/BookNowPayLaterInfoBlock.d.ts +0 -1
  26. package/dist/src/components/generic/Countdown.d.ts +0 -1
  27. package/dist/src/components/generic/Currency.d.ts +0 -1
  28. package/dist/src/components/generic/Distance.d.ts +0 -1
  29. package/dist/src/components/generic/Icon.d.ts +0 -1
  30. package/dist/src/components/generic/LineBreak.d.ts +0 -1
  31. package/dist/src/components/generic/NumberIncrement.d.ts +0 -1
  32. package/dist/src/components/generic/Placeholder.d.ts +0 -1
  33. package/dist/src/components/generic/PromoCodeInput.d.ts +0 -1
  34. package/dist/src/components/generic/RecentSearchesCard.d.ts +0 -1
  35. package/dist/src/components/generic/ScrollToTop.d.ts +1 -3
  36. package/dist/src/components/generic/Select.d.ts +0 -1
  37. package/dist/src/components/generic/badging/SSLSecureBadge.d.ts +0 -1
  38. package/dist/src/components/generic/buttons/NextStepButton.d.ts +0 -1
  39. package/dist/src/components/generic/date/DatePicker.d.ts +0 -1
  40. package/dist/src/components/generic/date/DatePickerDay.d.ts +0 -1
  41. package/dist/src/components/generic/date/DatePickerDays.d.ts +0 -1
  42. package/dist/src/components/generic/date/DatePickerMonth.d.ts +0 -1
  43. package/dist/src/components/generic/date/DatePickerWeek.d.ts +0 -1
  44. package/dist/src/components/generic/loader/LargeLoader.d.ts +0 -1
  45. package/dist/src/components/generic/loader/SmallSpinner.d.ts +0 -1
  46. package/dist/src/components/generic/map/HotelLocationMap.d.ts +0 -1
  47. package/dist/src/components/generic/modal/ConfirmationModal.d.ts +0 -1
  48. package/dist/src/components/generic/radio/RadioFields.d.ts +0 -1
  49. package/dist/src/components/iconComponents/BookNowPayLaterIcon.d.ts +0 -1
  50. package/dist/src/components/navigation/Header.d.ts +0 -1
  51. package/dist/src/components/navigation/StepSelector.d.ts +0 -1
  52. package/dist/src/components/navigation/StepSelectorModal.d.ts +0 -1
  53. package/dist/src/components/steps/DaysSelectedInformer.d.ts +0 -1
  54. package/dist/src/components/steps/MinimumNightStayPill.d.ts +0 -1
  55. package/dist/src/components/steps/addons/AddonCard.d.ts +0 -1
  56. package/dist/src/components/steps/addons/AddonList.d.ts +0 -1
  57. package/dist/src/components/steps/addons/AddonsNotFound.d.ts +0 -1
  58. package/dist/src/components/steps/common/CommonAddonSummary/CommonAddonSummary.d.ts +0 -1
  59. package/dist/src/components/steps/confirmation/AccountDetails.d.ts +0 -1
  60. package/dist/src/components/steps/confirmation/RoomContactDetails.d.ts +0 -1
  61. package/dist/src/components/steps/confirmation/StepConfirmationCheckoutDifferencesModal.d.ts +0 -1
  62. package/dist/src/components/steps/confirmation/StepConfirmationCommentsComponent.d.ts +0 -1
  63. package/dist/src/components/steps/confirmation/StepConfirmationForm.d.ts +0 -1
  64. package/dist/src/components/steps/confirmation/StepConfirmationLimitedOffer.d.ts +0 -1
  65. package/dist/src/components/steps/confirmation/StepConfirmationPoliciesSection.d.ts +0 -1
  66. package/dist/src/components/steps/confirmation/StepConfirmationPolicyBlock.d.ts +0 -1
  67. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffers.d.ts +0 -1
  68. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersColumn.d.ts +0 -1
  69. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersModal.d.ts +0 -1
  70. package/dist/src/components/steps/date/PeoplePicker.d.ts +0 -1
  71. package/dist/src/components/steps/date/PeoplePickerRow.d.ts +0 -1
  72. package/dist/src/components/steps/date/StepDatePricePerRoom.d.ts +0 -1
  73. package/dist/src/components/steps/date/StepOneDateRange.d.ts +0 -1
  74. package/dist/src/components/steps/date/StepOneDateRangePicker.d.ts +0 -1
  75. package/dist/src/components/steps/date/StepOneDateRangePickerLegend.d.ts +0 -1
  76. package/dist/src/components/steps/date/StepOneNextStepButton.d.ts +0 -1
  77. package/dist/src/components/steps/date/StepOneStatusPeople.d.ts +0 -1
  78. package/dist/src/components/steps/hotel/HotelCard.d.ts +0 -1
  79. package/dist/src/components/steps/hotel/HotelCardList.d.ts +0 -1
  80. package/dist/src/components/steps/hotel/HotelSearchParameters.d.ts +0 -1
  81. package/dist/src/components/steps/hotel/NoHotelsAvailable.d.ts +0 -1
  82. package/dist/src/components/steps/room/AvailableUpgradesModal.d.ts +0 -1
  83. package/dist/src/components/steps/room/ImageGallerySlider.d.ts +0 -1
  84. package/dist/src/components/steps/room/InactivityWindow.d.ts +0 -1
  85. package/dist/src/components/steps/room/LargeRoomCard.d.ts +0 -1
  86. package/dist/src/components/steps/room/MemberSignInModal/MemberSignInModal.d.ts +0 -1
  87. package/dist/src/components/steps/room/{RoomNotFound.d.ts → NoRoomsFoundBlock.d.ts} +0 -1
  88. package/dist/src/components/steps/room/{RoomNotFound.js → NoRoomsFoundBlock.js} +2 -2
  89. package/dist/src/components/steps/room/NoRoomsFoundBlock.js.map +1 -0
  90. package/dist/src/components/steps/room/RatesNotFound.d.ts +0 -1
  91. package/dist/src/components/steps/room/RoomList.d.ts +0 -1
  92. package/dist/src/components/steps/room/RoomList.js +17 -4
  93. package/dist/src/components/steps/room/RoomList.js.map +1 -1
  94. package/dist/src/components/steps/room/RoomListCrossSellBlock.d.ts +0 -1
  95. package/dist/src/components/steps/room/RoomModal.d.ts +0 -1
  96. package/dist/src/components/steps/room/StepRoomAlertBlocks.d.ts +0 -1
  97. package/dist/src/components/steps/room/StepRoomBestRateAlert.d.ts +0 -1
  98. package/dist/src/components/steps/room/StepRoomErrorForm.d.ts +1 -0
  99. package/dist/src/components/steps/room/StepRoomErrorForm.js +114 -0
  100. package/dist/src/components/steps/room/StepRoomErrorForm.js.map +1 -0
  101. package/dist/src/components/steps/room/StepRoomHotelDetails.d.ts +0 -1
  102. package/dist/src/components/steps/room/StepRoomNextStepButton.d.ts +0 -1
  103. package/dist/src/components/steps/room/StepRoomSortBy.d.ts +0 -1
  104. package/dist/src/components/steps/room/StepRoomSummaryAndButton.d.ts +0 -1
  105. package/dist/src/components/steps/room/roomBuilderProgress/NumberOfAdultsPicker.d.ts +0 -1
  106. package/dist/src/components/steps/room/roomBuilderProgress/NumberOfChildrenPicker.d.ts +0 -1
  107. package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgress.d.ts +0 -1
  108. package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgressRow.d.ts +0 -1
  109. package/dist/src/components/steps/room/roomDetails/RoomDetails.d.ts +0 -1
  110. package/dist/src/components/steps/room/roomDetails/RoomDetailsBedsBlock.d.ts +0 -1
  111. package/dist/src/components/steps/room/roomDetails/RoomDetailsPerkBlock.d.ts +0 -1
  112. package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.d.ts +0 -1
  113. package/dist/src/components/steps/room/roomDetails/roomRates/BookNowButton.d.ts +0 -1
  114. package/dist/src/components/steps/room/roomDetails/roomRates/MembersOnlyRow.d.ts +0 -1
  115. package/dist/src/components/steps/room/roomDetails/roomRates/PriceBreakdownBlock.d.ts +0 -1
  116. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateDescriptionTab.d.ts +0 -1
  117. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateDetailsAndPriceBreakdownModal.d.ts +0 -1
  118. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRatePills.d.ts +0 -1
  119. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.d.ts +0 -1
  120. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.js +3 -1
  121. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.js.map +1 -1
  122. package/dist/src/components/steps/room/roomDetails/roomRates/RoomRates.d.ts +0 -1
  123. package/dist/src/components/steps/room/roomFilter/AppliedFiltersBlock.d.ts +0 -1
  124. package/dist/src/components/steps/room/roomFilter/RoomFilterOverlay.d.ts +0 -1
  125. package/dist/src/components/steps/room/roomFilter/RoomFilterPriceSlider.d.ts +0 -1
  126. package/dist/src/components/steps/room/roomFilter/RoomFilterRateType.d.ts +0 -1
  127. package/dist/src/components/steps/room/roomFilter/RoomFilterRoomType.d.ts +0 -1
  128. package/dist/src/components/summary/BEMobileSummary.d.ts +0 -1
  129. package/dist/src/components/summary/BEMobileSummaryModal.d.ts +0 -1
  130. package/dist/src/components/summary/BESummary.d.ts +0 -1
  131. package/dist/src/components/summary/BESummaryAddonRow.d.ts +0 -1
  132. package/dist/src/components/summary/BESummaryPerkBlock.d.ts +0 -1
  133. package/dist/src/components/summary/BESummaryPrivacyPolicy.d.ts +0 -1
  134. package/dist/src/components/summary/BESummaryRoomRow.d.ts +0 -1
  135. package/dist/src/components/summary/TransportDistanceFromHotelBlock.d.ts +0 -1
  136. package/dist/src/engines/BaseEngine.d.ts +7 -1
  137. package/dist/src/engines/BaseEngine.js +10 -1
  138. package/dist/src/engines/BaseEngine.js.map +1 -1
  139. package/dist/src/engines/FullPageBookingEngine/FullPageBookingEngine.js +1 -1
  140. package/dist/src/engines/FullPageBookingEngine/FullPageBookingEngine.js.map +1 -1
  141. package/dist/src/engines/FullPageBookingEngine/FullPageBookingEngineElement.d.ts +0 -1
  142. package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngine.js +1 -1
  143. package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngine.js.map +1 -1
  144. package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngineElement.d.ts +0 -1
  145. package/dist/src/engines/RecentSearchesEngine/RecentSearchesEngine.js +1 -1
  146. package/dist/src/engines/RecentSearchesEngine/RecentSearchesEngine.js.map +1 -1
  147. package/dist/src/engines/RecentSearchesEngine/RecentSearchesEngineElement.d.ts +0 -1
  148. package/dist/src/icons/Check.d.ts +0 -1
  149. package/dist/src/index.d.ts +2 -2
  150. package/dist/src/index.js +4 -4
  151. package/dist/src/index.js.map +1 -1
  152. package/dist/src/pages/findReservation/FindReservation.d.ts +0 -1
  153. package/dist/src/pages/findReservation/FindReservationResults.d.ts +0 -1
  154. package/dist/src/pages/findReservation/ReservationRow.d.ts +0 -1
  155. package/dist/src/pages/findReservation/ReservationRowModal.d.ts +0 -1
  156. package/dist/src/pages/hotel/HotelInfo.d.ts +0 -1
  157. package/dist/src/pages/hotel/HotelInfoPlaceholder.d.ts +0 -1
  158. package/dist/src/pages/steps/StepAddon/StepAddonComponent.d.ts +0 -1
  159. package/dist/src/pages/steps/StepAddon/StepAddonLoader.d.ts +0 -1
  160. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.d.ts +0 -1
  161. package/dist/src/pages/steps/StepConfirmation/StepConfirmationLoader.d.ts +0 -1
  162. package/dist/src/pages/steps/StepDate/StepDate.d.ts +1 -2
  163. package/dist/src/pages/steps/StepDate/StepDateComponent.d.ts +1 -2
  164. package/dist/src/pages/steps/StepHotel/StepHotelComponent.d.ts +0 -1
  165. package/dist/src/pages/steps/StepHotel/StepHotelLoader.d.ts +0 -1
  166. package/dist/src/pages/steps/StepRoom/StepRoomComponent.d.ts +0 -1
  167. package/dist/src/pages/steps/StepRoom/StepRoomLoader.d.ts +0 -1
  168. package/dist/src/pages/steps/StepThanks/StepThanksComponent.d.ts +0 -1
  169. package/dist/src/providers/DIProvider.d.ts +0 -1
  170. package/dist/src/routes/NaturallyProgressedStepRoute.d.ts +0 -1
  171. package/dist/src/translations/Translation.d.ts +12 -0
  172. package/dist/src/translations/Translation.js +12 -0
  173. package/dist/src/translations/Translation.js.map +1 -1
  174. package/dist/src/translations/languages/en-gb.js +12 -0
  175. package/dist/src/translations/languages/en-gb.js.map +1 -1
  176. package/dist/test.bundle.js +1 -0
  177. package/dist/tests/offline/RoomstayBestRateAlert.d.ts +0 -1
  178. package/dist/tests/offline/entry/ReactWrapper.d.ts +0 -1
  179. package/dist/tests/offline/entry/components/TestPicker.d.ts +0 -1
  180. package/dist/vendors.bundle.js +2 -0
  181. package/dist/vendors.bundle.js.LICENSE.txt +81 -0
  182. package/package.json +2 -2
  183. package/dist/src/components/steps/room/RoomNotFound.js.map +0 -1
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- declare const _default: React.ComponentClass<Pick<any, string | number | symbol>, any> & import("react-router").WithRouterStatics<(props: any) => JSX.Element>;
1
+ declare const _default: any;
3
2
  export default _default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const StepHotelComponent: () => JSX.Element;
3
2
  export default StepHotelComponent;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export default function (): JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export default function (): JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export default function StepRoomLoader(): JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export default function StepThanksComponent(): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare function withDI(name: string, OriginalObject: any, props: any): JSX.Element;
3
2
  export declare function registerReplacement(name: string, component: any): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import Step from '../pages/steps/Step';
3
2
  export interface StepRouteProps {
4
3
  step: Step;
@@ -117,6 +117,18 @@ export declare const Translation: {
117
117
  PleaseCheckYourDates: string;
118
118
  NewSearch: string;
119
119
  };
120
+ ErrorForm: {
121
+ APIError: string;
122
+ Title: string;
123
+ Description: string;
124
+ ContactUsButton: string;
125
+ ConfirmationMessage: string;
126
+ Inputs: {
127
+ Name: string;
128
+ Email: string;
129
+ Telephone: string;
130
+ };
131
+ };
120
132
  ReadMore: string;
121
133
  CheckOutOtherOptions: string;
122
134
  Confirm: string;
@@ -120,6 +120,18 @@ exports.Translation = {
120
120
  PleaseCheckYourDates: 'Step.Room.NoRoomsFound.PleaseCheckYourDates',
121
121
  NewSearch: 'Step.Room.NoRoomsFound.NewSearch',
122
122
  },
123
+ ErrorForm: {
124
+ APIError: 'Step.Room.ErrorForm.APIError',
125
+ Title: 'Step.Room.ErrorForm.Title',
126
+ Description: 'Step.Room.ErrorForm.Description',
127
+ ContactUsButton: 'Step.Room.ErrorForm.ContactUsButton',
128
+ ConfirmationMessage: 'Step.Room.ErrorForm.ConfirmationMessage',
129
+ Inputs: {
130
+ Name: 'Step.Room.ErrorForm.Inputs.Name',
131
+ Email: 'Step.Room.ErrorForm.Inputs.Email',
132
+ Telephone: 'Step.Room.ErrorForm.Inputs.Telephone',
133
+ },
134
+ },
123
135
  ReadMore: 'Step.Room.ReadMore',
124
136
  CheckOutOtherOptions: 'Step.Room.CheckOutOtherOptions',
125
137
  Confirm: 'Step.Room.Confirm',
@@ -1 +1 @@
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,mBAAmB;QAC3B,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;KAC1B;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,SAAS,EAAE,qBAAqB;YAEhC,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;SACnD;QACD,KAAK,EAAE;YACH,WAAW,EAAE,wBAAwB;YACrC,SAAS,EAAE;gBACP,gBAAgB,EAAE,uCAAuC;aAC5D;YACD,QAAQ,EAAE;gBACN,KAAK,EAAE,2BAA2B;gBAClC,gBAAgB,EAAE,sCAAsC;gBACxD,gBAAgB,EAAE,sCAAsC;aAC3D;SACJ;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;aAC5C;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;gBAE7C,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;gBAE7C,aAAa,EAAE,kCAAkC;gBACjD,OAAO,EAAE,4BAA4B;gBACrC,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;aAC5C;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,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;YAED,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;SAC7C;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;SACJ;QACD,YAAY,EAAE;YACV,yBAAyB,EAAE,6CAA6C;YACxE,kBAAkB,EAAE,sCAAsC;YAC1D,mBAAmB,EAAE,uCAAuC;YAC5D,OAAO,EAAE,2BAA2B;YACpC,UAAU,EAAE,8BAA8B;YAC1C,QAAQ,EAAE,4BAA4B;YACtC,WAAW,EAAE,+BAA+B;YAC5C,kBAAkB,EAAE,sCAAsC;YAC1D,eAAe,EAAE,mCAAmC;YACpD,kBAAkB,EAAE,sCAAsC;YAC1D,YAAY,EAAE,gCAAgC;YAC9C,UAAU,EAAE,8BAA8B;YAC1C,MAAM,EAAE;gBACJ,OAAO,EAAE,kCAAkC;gBAC3C,UAAU,EAAE,qCAAqC;gBACjD,IAAI,EAAE,+BAA+B;gBACrC,OAAO,EAAE,kCAAkC;gBAC3C,iBAAiB,EAAE,4CAA4C;gBAC/D,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;gBAE3D,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,kBAAkB,EAAE,sCAAsC;YAC1D,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;SAC7D;QACD,MAAM,EAAE;YACJ,UAAU,EAAE,wBAAwB;YACpC,UAAU,EAAE,wBAAwB;YACpC,aAAa,EAAE,2BAA2B;YAC1C,gBAAgB,EAAE,8BAA8B;YAChD,cAAc,EAAE,4BAA4B;SAC/C;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;SACJ;QAED,QAAQ,EAAE,0BAA0B;QACpC,QAAQ,EAAE,0BAA0B;QACpC,gBAAgB,EAAE,kCAAkC;QACpD,mBAAmB,EAAE,qCAAqC;QAC1D,kBAAkB,EAAE,oCAAoC;KAC3D;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,QAAQ,EAAE,eAAe;QAEzB,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QAEnB,OAAO,EAAE,cAAc;QACvB,KAAK,EAAE,YAAY;QAEnB,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;SACvD;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;KACJ;IACD,eAAe,EAAE;QACb,mBAAmB,EAAE,qCAAqC;QAC1D,eAAe,EAAE,iCAAiC;QAClD,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,8BAA8B;QAC5C,mBAAmB,EAAE,qCAAqC;QAC1D,MAAM,EAAE,wBAAwB;QAChC,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;KAC/B;IACD,SAAS,EAAE;QACP,aAAa,EAAE,yBAAyB;KAC3C;CACJ,CAAC","sourcesContent":["export const Translation = {\n Navigation: {\n FindReservation: 'Navigation.FindReservation',\n HotelInfo: 'Navigation.HotelInfo',\n SignIn: 'Navigation.SignIn',\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', // TODO: Must be dynamic {{step}} of {{maxSteps}}\n },\n Back: 'Navigation.Back',\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 PromoCode: 'Step.Date.PromoCode',\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 },\n Hotel: {\n ChooseHotel: 'Step.Hotel.ChooseHotel',\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 },\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 },\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\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\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n BookNow: 'Step.Room.RoomInfo.BookNow',\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 },\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 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\n ReadMore: 'Step.Room.ReadMore',\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 },\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 },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\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 Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\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\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 PaymentInformation: 'Step.Confirmation.PaymentInformation',\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 },\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 },\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 },\n\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\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 CheckOut: 'Misc.CheckOut',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\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 },\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 },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Submit: 'FindReservation.Submit',\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 },\n HotelInfo: {\n BookNowButton: 'HotelInfo.BookNowButton',\n },\n};\n"]}
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 SignIn: 'Navigation.SignIn',\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', // TODO: Must be dynamic {{step}} of {{maxSteps}}\n },\n Back: 'Navigation.Back',\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 PromoCode: 'Step.Date.PromoCode',\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 },\n Hotel: {\n ChooseHotel: 'Step.Hotel.ChooseHotel',\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 },\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 },\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\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\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n BookNow: 'Step.Room.RoomInfo.BookNow',\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 },\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 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 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 },\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 },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\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 Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\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\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 PaymentInformation: 'Step.Confirmation.PaymentInformation',\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 },\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 },\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 },\n\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\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 CheckOut: 'Misc.CheckOut',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\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 },\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 },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Submit: 'FindReservation.Submit',\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 },\n HotelInfo: {\n BookNowButton: 'HotelInfo.BookNowButton',\n },\n};\n"]}
@@ -119,6 +119,18 @@ const language = {
119
119
  PleaseCheckYourDates: 'Please check your dates and try again.',
120
120
  WeApologise: 'We apologize. There are no available rooms for your requested stay.',
121
121
  },
122
+ ErrorForm: {
123
+ APIError: "We're very sorry, we're unable to collect your details at this time",
124
+ Title: 'Oh no, something went wrong :(',
125
+ Description: "We're working on fixing the problem, please enter your details and we will give you a call back to discuss your search.",
126
+ ContactUsButton: 'Contact Us',
127
+ ConfirmationMessage: 'Hotel has been successfully notified!',
128
+ Inputs: {
129
+ Name: 'Full Name',
130
+ Email: 'Email address',
131
+ Telephone: 'Telephone number',
132
+ },
133
+ },
122
134
  ReadMore: 'Read more',
123
135
  CheckOutOtherOptions: 'Check out other great options!',
124
136
  Confirm: 'Confirm',
@@ -1 +1 @@
1
- {"version":3,"file":"en-gb.js","sourceRoot":"/","sources":["src/translations/languages/en-gb.ts"],"names":[],"mappings":"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","sourcesContent":["import { Translation } from '../Translation';\n\nconst language: typeof Translation = {\n Navigation: {\n FindReservation: 'Find reservations',\n HotelInfo: 'Hotel info',\n SignIn: 'Sign In',\n SelectStep: 'Select a Step',\n Steps: {\n Date: 'Select Date',\n Hotel: 'Choose Hotel',\n Room: 'Choose Room',\n Confirmation: 'Confirmation',\n Addon: 'Add-Ons',\n Thanks: 'Thanks',\n\n StepProgress: 'Step {{step}} of 4',\n },\n Back: 'Back',\n },\n Step: {\n Date: {\n Reservation: 'Reservation',\n SelectYourDate: 'Select your date',\n Arrival: 'Arrival',\n Departure: 'Departure',\n\n Adult: 'Adult',\n Adult_plural: 'Adults',\n\n Child: 'Child',\n Child_plural: 'Children',\n\n PromoCode: 'Promo Code',\n\n Room: 'Room',\n Room_plural: 'Rooms',\n\n Legend: {\n Today: 'Today',\n SelectedDates: 'Selected Dates',\n AvailableDates: 'Available Dates',\n NoAvailability: 'No Availability',\n },\n\n SelectStartDate: 'Select Start Date',\n SelectCheckoutDate: 'Select Checkout Date',\n CheckAvailability: 'Check Availability',\n },\n Hotel: {\n ChooseHotel: 'Choose Hotel',\n HotelCard: {\n DatesUnavailable: 'Requested dates are currently unavailable, please try alternative dates',\n },\n NoHotels: {\n Title: 'No hotels available :(',\n DescriptionLine1: 'We apologize. There are no available hotels for your requested stay.',\n DescriptionLine2: 'Please check your dates and try again.',\n },\n },\n Room: {\n SelectRoom: 'Select room',\n EditingRoom: 'Editing room',\n ChooseRoom: 'Choose Room',\n\n SortBy: 'Sort by',\n Sort: {\n Recommended: 'Recommended',\n },\n\n FilterBy: 'Filter',\n Filter: {\n Budget: 'Budget',\n Rating: 'Rating',\n\n Features: 'Features',\n BedType: 'Bed Type',\n RoomType: 'Room Type',\n RoomCategory: 'Room Category',\n RateType: 'Rate Type',\n MatchingRoomsRates: 'matching rooms / rates',\n ShowFilters: 'Show Filters',\n },\n\n RoomInfo: {\n ViewRates: 'View rates now',\n CloseRates: 'Close rates',\n\n MoreDetails: 'More Details',\n\n MemberOnlyDeal: 'Member only deal',\n MemberOnlyDealsActivated: 'Member only prices activated',\n DealForMemberOnly: 'Deals for members only',\n SignUpToSee: 'Sign Up to see prices',\n\n PromoCode: {\n MemberDeal: '{{companyShort}} Member Prices Applied',\n Standard: 'Promo {{promocode}} Applied',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Member only prices',\n DealsForOnly: 'Deals for {{companyShort}} members only!',\n },\n\n RevealPrice: 'Reveal price now',\n\n IncludesTaxes: 'Includes taxes & charges',\n BookNow: 'Book Now',\n AddRoom: 'Add Room',\n\n Information: 'Information',\n RoomAmenities: 'Room Amenities',\n\n MemberRateLockedTooltip: 'Price is only available for Hotel Members. Click the button below to learn more.',\n ViewPriceBreakdown: 'View price breakdown',\n PriceBreakdown: 'Price Breakdown',\n BookThisRateNow: 'Book This Rate Now',\n Selected: 'Selected',\n Update: 'Update',\n Show: 'Show',\n MoreRates: 'more rates',\n },\n YouHaveBeenAway: \"You've been away for a while\",\n UpdateYourSearch: 'Would you like to update your search?',\n NoThanks: 'No, thanks!',\n Update: 'Update',\n Summary: {\n NoRemoveLastRate: 'Unable to remove your last property',\n RemoveThisRate: 'Remove this Rate',\n Fees: 'Fees',\n Taxes: 'Taxes',\n },\n\n NoRoomsFound: {\n MinNightStay: 'Minimum stay for this period is {{minNightStay}} nights.',\n NewSearch: 'New Search',\n NoRoomsFound: 'Rooms not found :(',\n PleaseCheckYourDates: 'Please check your dates and try again.',\n WeApologise: 'We apologize. There are no available rooms for your requested stay.',\n },\n\n ReadMore: 'Read more',\n CheckOutOtherOptions: 'Check out other great options!',\n Confirm: 'Confirm',\n Upgrade: 'Upgrade',\n YouWillGetThisAllForFree: 'And you get all these for free...',\n CurrentSelectedRoom: 'Current selected room',\n NextStep: 'Next Step',\n NextRoom: 'Next room',\n\n MoreDetails: 'More Details',\n ExcludingTaxes: 'Excluding taxes and fees',\n },\n Addon: {\n SelectServiceDate: \"Select the service's date\",\n Remove: 'Remove',\n AddToCart: 'Add to Cart',\n UpdateCart: 'Update Cart',\n Quantity: 'Quantity',\n NotFound: {\n Title: 'No Additional offers currently available',\n Message: 'We apologize. There are no available add ons for your stay.',\n },\n },\n Confirmation: {\n AlreadyHaveAccount: 'Already have an account?',\n\n AdditionalOfferings: 'Additional Offerings',\n Address: 'Address',\n AlmostDone: `You're almost done! Just fill in the {{required}}required info`,\n Comments: 'Comments',\n ContactInfo: 'Contact Info',\n CreateAnAccount: 'Create an Account',\n GiveUsSomeComments: 'Give us some comments here...',\n GuestDetails: 'Guest Details',\n SignInHere: 'Sign in here',\n Inputs: {\n Address: 'Address',\n CardNumber: 'Card Number',\n City: 'City',\n Country: 'Country',\n CreditOrDebitCard: 'Credit / Debit Card',\n Email: 'Email',\n Forename: 'First Name',\n Surname: 'Last Name',\n Month: 'Month',\n Phone: 'Phone',\n PostCode: 'ZIP/Post Code',\n Year: 'Year',\n Password: 'Password',\n ConfirmPassword: 'Confirm Password',\n\n NameOnCard: 'Name on Credit Card',\n SecurityCode: 'Security Code',\n CardExpiry: 'Expiry Month / Year',\n EnterSpecialRequestsHere: 'Enter special requests here',\n Required: '{{field}} is required',\n InvalidEmail: 'Invalid Email Address',\n\n IATANumber: 'IATA Number',\n IATANumberGuide: \"If you're a travel agent with an IATA number, enter it here\",\n },\n ApplySameInfoToOtherRooms: 'Apply the same information to the other rooms.',\n PaymentInformation: 'Payment Information',\n Policies: 'Policies',\n ConfirmReservation: 'Confirm Reservation',\n Limit: 'Limit',\n TimeDeal: 'Time Deal',\n WantMoreRooms: 'Want more rooms?',\n YouCanAddAndEditRooms: 'You can add and edit rooms before your checkout.',\n AddMoreRooms: 'Add more rooms',\n EmailSpecialOffers: 'Please email me special offers and updates.',\n Acknowledgement: 'Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'I have understood and agree to the Booking Conditions and agree to',\n PrivacyPolicy: 'Privacy Policy',\n PrivacyPolicyError: 'Please confirm Privacy Policy.',\n },\n Thanks: {\n AddOnItems: 'Add-on items',\n GoBackHome: 'Go back home',\n InvoiceNumber: 'Itinerary Number',\n ThankYouHeadline: 'Thank you, we look forward to seeing you in {{hotel}}',\n IncludingTaxes: 'Including taxes & fees',\n },\n General: {\n YourCartIsEmpty: 'Your cart is empty.',\n RoomTotal: 'Room total',\n AlternateCurrencyInformation: 'Alternate currency display are for information purposes only.',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'Signup Failed',\n Message: 'Sorry, your signup attempt failed unexpectedly - please try again',\n },\n ReCaptcha: {\n PleaseTick: 'Please tick the verification checkbox to confirm signup',\n ValidationError: 'There was an issue verifying you. Please try again later.',\n },\n },\n Headline: 'Register for Exclusive {{companyShort}} Member only Pricing',\n Subtitle: 'Just when you thought the perks for free was enough.',\n SubmitButtonText: 'Register to see the best rates',\n AgreeToReceiveDeals: 'You agree to receive deals and offers from {{companyShort}}',\n UnsubscribeAnytime: 'You can unsubscribe at any time.',\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Book now, Pay later',\n IfYourDreamsChange: 'If your dreams change, you can cancel later',\n },\n },\n Misc: {\n From: 'From',\n Night: 'Night',\n Night_plural: 'Nights',\n Stay: 'Stay',\n PerRoom: 'Per Room',\n PerNight: 'Per Night',\n\n ClearAll: 'Clear All',\n Clear: 'Clear',\n\n ApplyChanges: 'Apply Changes',\n\n CheckIn: 'Check-in',\n CheckOut: 'Check-out',\n\n Before: 'Before',\n After: 'After',\n\n Summary: 'Summary',\n Total: 'Total',\n\n Edit: 'Edit',\n Remove: 'Remove',\n\n Optional: 'Optional',\n\n Room: 'Room',\n Rates: 'Rates',\n Cancel: 'Cancel',\n\n By: 'by',\n\n GuaranteePolicy: 'Guarantee Policy',\n CancellationPolicy: 'Cancellation Policy',\n\n RoomAddedNotification: 'Added',\n RoomUpdatedNotification: 'Updated Room',\n\n ApplyCode: 'Apply Code',\n AddAnotherRoom: 'Add another room',\n Pills: {\n BuyNowPayLater: 'Buy now pay later',\n PeopleBooked: '{{people}} people booked this room in the last {{days}} days',\n PeopleBookedShort: '{{people}} recently booked',\n },\n Alerts: {\n BestRatePerks: 'Best rate & perks',\n BestRatePerksAlert: 'Lowest prices and the Ovolo perks only when you book here on ovolohotels.com',\n YouAreEditing: \"You're editing your reservation\",\n YouAreEditingAlert: 'Please select a different room and rate below or update your stay details above',\n },\n Perks: {\n AndYouGetAll: 'And you get all these for free:',\n TheseForFree: 'these for free',\n Breakfast: 'Breakfast',\n SuperspeedWifi: 'Superspeed Wifi',\n SocialHour: 'Social Hour',\n InRoomMinibar: 'In-room Minibar',\n SelfServiceLaundry: 'Self-service Laundry',\n Hour24Gym: '24-hour Gym',\n AllDaySnacks: 'All Day Snacks',\n FreeLootBag: 'Free Loot Bag',\n AirConditioning: 'Air Conditioning',\n SmokingFree: 'Smoking Free',\n },\n },\n FindReservation: {\n FindYourReservation: 'Find your reservation',\n FindReservation: 'Find reservation',\n Confirmation: 'Confirmation or Itinerary Number',\n EmailAddress: 'Email Address',\n InvalidEmailAddress: 'Invalid Email Address',\n Submit: 'Submit',\n Question: \"Don't know your confirmation number?\",\n Answer1: 'Your confirmation number was included in an email sent at the time of booking.',\n Answer2: 'Please check your email to recover the number.',\n YourItinerary: 'Your Itinerary',\n Adults: 'Adults',\n Children: 'Children',\n Back: 'Back to check availability',\n },\n HotelInfo: {\n BookNowButton: 'Book Now',\n },\n};\n\nexport default language;\n"]}
1
+ {"version":3,"file":"en-gb.js","sourceRoot":"/","sources":["src/translations/languages/en-gb.ts"],"names":[],"mappings":"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","sourcesContent":["import { Translation } from '../Translation';\n\nconst language: typeof Translation = {\n Navigation: {\n FindReservation: 'Find reservations',\n HotelInfo: 'Hotel info',\n SignIn: 'Sign In',\n SelectStep: 'Select a Step',\n Steps: {\n Date: 'Select Date',\n Hotel: 'Choose Hotel',\n Room: 'Choose Room',\n Confirmation: 'Confirmation',\n Addon: 'Add-Ons',\n Thanks: 'Thanks',\n\n StepProgress: 'Step {{step}} of 4',\n },\n Back: 'Back',\n },\n Step: {\n Date: {\n Reservation: 'Reservation',\n SelectYourDate: 'Select your date',\n Arrival: 'Arrival',\n Departure: 'Departure',\n\n Adult: 'Adult',\n Adult_plural: 'Adults',\n\n Child: 'Child',\n Child_plural: 'Children',\n\n PromoCode: 'Promo Code',\n\n Room: 'Room',\n Room_plural: 'Rooms',\n\n Legend: {\n Today: 'Today',\n SelectedDates: 'Selected Dates',\n AvailableDates: 'Available Dates',\n NoAvailability: 'No Availability',\n },\n\n SelectStartDate: 'Select Start Date',\n SelectCheckoutDate: 'Select Checkout Date',\n CheckAvailability: 'Check Availability',\n },\n Hotel: {\n ChooseHotel: 'Choose Hotel',\n HotelCard: {\n DatesUnavailable: 'Requested dates are currently unavailable, please try alternative dates',\n },\n NoHotels: {\n Title: 'No hotels available :(',\n DescriptionLine1: 'We apologize. There are no available hotels for your requested stay.',\n DescriptionLine2: 'Please check your dates and try again.',\n },\n },\n Room: {\n SelectRoom: 'Select room',\n EditingRoom: 'Editing room',\n ChooseRoom: 'Choose Room',\n\n SortBy: 'Sort by',\n Sort: {\n Recommended: 'Recommended',\n },\n\n FilterBy: 'Filter',\n Filter: {\n Budget: 'Budget',\n Rating: 'Rating',\n\n Features: 'Features',\n BedType: 'Bed Type',\n RoomType: 'Room Type',\n RoomCategory: 'Room Category',\n RateType: 'Rate Type',\n MatchingRoomsRates: 'matching rooms / rates',\n ShowFilters: 'Show Filters',\n },\n\n RoomInfo: {\n ViewRates: 'View rates now',\n CloseRates: 'Close rates',\n\n MoreDetails: 'More Details',\n\n MemberOnlyDeal: 'Member only deal',\n MemberOnlyDealsActivated: 'Member only prices activated',\n DealForMemberOnly: 'Deals for members only',\n SignUpToSee: 'Sign Up to see prices',\n\n PromoCode: {\n MemberDeal: '{{companyShort}} Member Prices Applied',\n Standard: 'Promo {{promocode}} Applied',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Member only prices',\n DealsForOnly: 'Deals for {{companyShort}} members only!',\n },\n\n RevealPrice: 'Reveal price now',\n\n IncludesTaxes: 'Includes taxes & charges',\n BookNow: 'Book Now',\n AddRoom: 'Add Room',\n\n Information: 'Information',\n RoomAmenities: 'Room Amenities',\n\n MemberRateLockedTooltip: 'Price is only available for Hotel Members. Click the button below to learn more.',\n ViewPriceBreakdown: 'View price breakdown',\n PriceBreakdown: 'Price Breakdown',\n BookThisRateNow: 'Book This Rate Now',\n Selected: 'Selected',\n Update: 'Update',\n Show: 'Show',\n MoreRates: 'more rates',\n },\n YouHaveBeenAway: \"You've been away for a while\",\n UpdateYourSearch: 'Would you like to update your search?',\n NoThanks: 'No, thanks!',\n Update: 'Update',\n Summary: {\n NoRemoveLastRate: 'Unable to remove your last property',\n RemoveThisRate: 'Remove this Rate',\n Fees: 'Fees',\n Taxes: 'Taxes',\n },\n\n NoRoomsFound: {\n MinNightStay: 'Minimum stay for this period is {{minNightStay}} nights.',\n NewSearch: 'New Search',\n NoRoomsFound: 'Rooms not found :(',\n PleaseCheckYourDates: 'Please check your dates and try again.',\n WeApologise: 'We apologize. There are no available rooms for your requested stay.',\n },\n ErrorForm: {\n APIError: \"We're very sorry, we're unable to collect your details at this time\",\n Title: 'Oh no, something went wrong :(',\n Description: \"We're working on fixing the problem, please enter your details and we will give you a call back to discuss your search.\",\n\n ContactUsButton: 'Contact Us',\n\n ConfirmationMessage: 'Hotel has been successfully notified!',\n\n Inputs: {\n Name: 'Full Name',\n Email: 'Email address',\n Telephone: 'Telephone number',\n },\n },\n\n ReadMore: 'Read more',\n CheckOutOtherOptions: 'Check out other great options!',\n Confirm: 'Confirm',\n Upgrade: 'Upgrade',\n YouWillGetThisAllForFree: 'And you get all these for free...',\n CurrentSelectedRoom: 'Current selected room',\n NextStep: 'Next Step',\n NextRoom: 'Next room',\n\n MoreDetails: 'More Details',\n ExcludingTaxes: 'Excluding taxes and fees',\n },\n Addon: {\n SelectServiceDate: \"Select the service's date\",\n Remove: 'Remove',\n AddToCart: 'Add to Cart',\n UpdateCart: 'Update Cart',\n Quantity: 'Quantity',\n NotFound: {\n Title: 'No Additional offers currently available',\n Message: 'We apologize. There are no available add ons for your stay.',\n },\n },\n Confirmation: {\n AlreadyHaveAccount: 'Already have an account?',\n\n AdditionalOfferings: 'Additional Offerings',\n Address: 'Address',\n AlmostDone: `You're almost done! Just fill in the {{required}}required info`,\n Comments: 'Comments',\n ContactInfo: 'Contact Info',\n CreateAnAccount: 'Create an Account',\n GiveUsSomeComments: 'Give us some comments here...',\n GuestDetails: 'Guest Details',\n SignInHere: 'Sign in here',\n Inputs: {\n Address: 'Address',\n CardNumber: 'Card Number',\n City: 'City',\n Country: 'Country',\n CreditOrDebitCard: 'Credit / Debit Card',\n Email: 'Email',\n Forename: 'First Name',\n Surname: 'Last Name',\n Month: 'Month',\n Phone: 'Phone',\n PostCode: 'ZIP/Post Code',\n Year: 'Year',\n Password: 'Password',\n ConfirmPassword: 'Confirm Password',\n\n NameOnCard: 'Name on Credit Card',\n SecurityCode: 'Security Code',\n CardExpiry: 'Expiry Month / Year',\n EnterSpecialRequestsHere: 'Enter special requests here',\n Required: '{{field}} is required',\n InvalidEmail: 'Invalid Email Address',\n\n IATANumber: 'IATA Number',\n IATANumberGuide: \"If you're a travel agent with an IATA number, enter it here\",\n },\n ApplySameInfoToOtherRooms: 'Apply the same information to the other rooms.',\n PaymentInformation: 'Payment Information',\n Policies: 'Policies',\n ConfirmReservation: 'Confirm Reservation',\n Limit: 'Limit',\n TimeDeal: 'Time Deal',\n WantMoreRooms: 'Want more rooms?',\n YouCanAddAndEditRooms: 'You can add and edit rooms before your checkout.',\n AddMoreRooms: 'Add more rooms',\n EmailSpecialOffers: 'Please email me special offers and updates.',\n Acknowledgement: 'Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'I have understood and agree to the Booking Conditions and agree to',\n PrivacyPolicy: 'Privacy Policy',\n PrivacyPolicyError: 'Please confirm Privacy Policy.',\n },\n Thanks: {\n AddOnItems: 'Add-on items',\n GoBackHome: 'Go back home',\n InvoiceNumber: 'Itinerary Number',\n ThankYouHeadline: 'Thank you, we look forward to seeing you in {{hotel}}',\n IncludingTaxes: 'Including taxes & fees',\n },\n General: {\n YourCartIsEmpty: 'Your cart is empty.',\n RoomTotal: 'Room total',\n AlternateCurrencyInformation: 'Alternate currency display are for information purposes only.',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'Signup Failed',\n Message: 'Sorry, your signup attempt failed unexpectedly - please try again',\n },\n ReCaptcha: {\n PleaseTick: 'Please tick the verification checkbox to confirm signup',\n ValidationError: 'There was an issue verifying you. Please try again later.',\n },\n },\n Headline: 'Register for Exclusive {{companyShort}} Member only Pricing',\n Subtitle: 'Just when you thought the perks for free was enough.',\n SubmitButtonText: 'Register to see the best rates',\n AgreeToReceiveDeals: 'You agree to receive deals and offers from {{companyShort}}',\n UnsubscribeAnytime: 'You can unsubscribe at any time.',\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Book now, Pay later',\n IfYourDreamsChange: 'If your dreams change, you can cancel later',\n },\n },\n Misc: {\n From: 'From',\n Night: 'Night',\n Night_plural: 'Nights',\n Stay: 'Stay',\n PerRoom: 'Per Room',\n PerNight: 'Per Night',\n\n ClearAll: 'Clear All',\n Clear: 'Clear',\n\n ApplyChanges: 'Apply Changes',\n\n CheckIn: 'Check-in',\n CheckOut: 'Check-out',\n\n Before: 'Before',\n After: 'After',\n\n Summary: 'Summary',\n Total: 'Total',\n\n Edit: 'Edit',\n Remove: 'Remove',\n\n Optional: 'Optional',\n\n Room: 'Room',\n Rates: 'Rates',\n Cancel: 'Cancel',\n\n By: 'by',\n\n GuaranteePolicy: 'Guarantee Policy',\n CancellationPolicy: 'Cancellation Policy',\n\n RoomAddedNotification: 'Added',\n RoomUpdatedNotification: 'Updated Room',\n\n ApplyCode: 'Apply Code',\n AddAnotherRoom: 'Add another room',\n Pills: {\n BuyNowPayLater: 'Buy now pay later',\n PeopleBooked: '{{people}} people booked this room in the last {{days}} days',\n PeopleBookedShort: '{{people}} recently booked',\n },\n Alerts: {\n BestRatePerks: 'Best rate & perks',\n BestRatePerksAlert: 'Lowest prices and the Ovolo perks only when you book here on ovolohotels.com',\n YouAreEditing: \"You're editing your reservation\",\n YouAreEditingAlert: 'Please select a different room and rate below or update your stay details above',\n },\n Perks: {\n AndYouGetAll: 'And you get all these for free:',\n TheseForFree: 'these for free',\n Breakfast: 'Breakfast',\n SuperspeedWifi: 'Superspeed Wifi',\n SocialHour: 'Social Hour',\n InRoomMinibar: 'In-room Minibar',\n SelfServiceLaundry: 'Self-service Laundry',\n Hour24Gym: '24-hour Gym',\n AllDaySnacks: 'All Day Snacks',\n FreeLootBag: 'Free Loot Bag',\n AirConditioning: 'Air Conditioning',\n SmokingFree: 'Smoking Free',\n },\n },\n FindReservation: {\n FindYourReservation: 'Find your reservation',\n FindReservation: 'Find reservation',\n Confirmation: 'Confirmation or Itinerary Number',\n EmailAddress: 'Email Address',\n InvalidEmailAddress: 'Invalid Email Address',\n Submit: 'Submit',\n Question: \"Don't know your confirmation number?\",\n Answer1: 'Your confirmation number was included in an email sent at the time of booking.',\n Answer2: 'Please check your email to recover the number.',\n YourItinerary: 'Your Itinerary',\n Adults: 'Adults',\n Children: 'Children',\n Back: 'Back to check availability',\n },\n HotelInfo: {\n BookNowButton: 'Book Now',\n },\n};\n\nexport default language;\n"]}