@qite/tide-booking-component 1.4.95 → 1.4.96

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 (453) hide show
  1. package/README.md +24 -24
  2. package/build/build-cjs/index.js +48813 -29709
  3. package/build/build-cjs/src/booking-product/components/age-select.d.ts +3 -3
  4. package/build/build-cjs/src/booking-product/components/amount-input.d.ts +5 -5
  5. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  6. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  7. package/build/build-cjs/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  8. package/build/build-cjs/src/booking-product/components/dates.d.ts +8 -8
  9. package/build/build-cjs/src/booking-product/components/footer.d.ts +5 -5
  10. package/build/build-cjs/src/booking-product/components/header.d.ts +6 -6
  11. package/build/build-cjs/src/booking-product/components/icon.d.ts +5 -5
  12. package/build/build-cjs/src/booking-product/components/list-view.d.ts +2 -2
  13. package/build/build-cjs/src/booking-product/components/product.d.ts +4 -4
  14. package/build/build-cjs/src/booking-product/components/rating.d.ts +1 -1
  15. package/build/build-cjs/src/booking-product/components/rooms.d.ts +4 -4
  16. package/build/build-cjs/src/booking-product/constants.d.ts +1 -1
  17. package/build/build-cjs/src/booking-product/index.d.ts +4 -4
  18. package/build/build-cjs/src/booking-product/settings-context.d.ts +1 -2
  19. package/build/build-cjs/src/booking-product/types.d.ts +21 -21
  20. package/build/build-cjs/src/booking-product/utils/api.d.ts +11 -2
  21. package/build/build-cjs/src/booking-product/utils/price.d.ts +10 -1
  22. package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +3 -2
  23. package/build/build-cjs/src/booking-wizard/components/icon.d.ts +5 -5
  24. package/build/build-cjs/src/booking-wizard/components/labeled-input.d.ts +13 -13
  25. package/build/build-cjs/src/booking-wizard/components/labeled-select.d.ts +16 -16
  26. package/build/build-cjs/src/booking-wizard/components/message.d.ts +4 -4
  27. package/build/build-cjs/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  28. package/build/build-cjs/src/booking-wizard/components/phone-input.d.ts +11 -11
  29. package/build/build-cjs/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  30. package/build/build-cjs/src/booking-wizard/components/product-card.d.ts +3 -3
  31. package/build/build-cjs/src/booking-wizard/components/step-indicator.d.ts +1 -1
  32. package/build/build-cjs/src/booking-wizard/components/step-route.d.ts +3 -3
  33. package/build/build-cjs/src/booking-wizard/features/booking/api.d.ts +26 -7
  34. package/build/build-cjs/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  35. package/build/build-cjs/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  36. package/build/build-cjs/src/booking-wizard/features/booking/booking.d.ts +3 -3
  37. package/build/build-cjs/src/booking-wizard/features/booking/constants.d.ts +8 -1
  38. package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  39. package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  40. package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +1 -2
  41. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  42. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  43. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  44. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  45. package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  46. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  47. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  48. package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  49. package/build/build-cjs/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  50. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  51. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  52. package/build/build-cjs/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  53. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  54. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  55. package/build/build-cjs/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  56. package/build/build-cjs/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  57. package/build/build-cjs/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  58. package/build/build-cjs/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  59. package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +1 -2
  60. package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  61. package/build/build-cjs/src/booking-wizard/features/room-options/room.d.ts +6 -6
  62. package/build/build-cjs/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  63. package/build/build-cjs/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  64. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  65. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  66. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  67. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  68. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  69. package/build/build-cjs/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  70. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  71. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  72. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  73. package/build/build-cjs/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  74. package/build/build-cjs/src/booking-wizard/features/summary/summary.d.ts +1 -2
  75. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  76. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  77. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  78. package/build/build-cjs/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  79. package/build/build-cjs/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  80. package/build/build-cjs/src/booking-wizard/index.d.ts +6 -6
  81. package/build/build-cjs/src/booking-wizard/settings-context.d.ts +1 -2
  82. package/build/build-cjs/src/booking-wizard/store.d.ts +40 -22
  83. package/build/build-cjs/src/booking-wizard/types.d.ts +240 -240
  84. package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +8 -8
  85. package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +5 -5
  86. package/build/build-cjs/src/content/components/accordion.d.ts +4 -4
  87. package/build/build-cjs/src/content/components/breadcrumb.d.ts +7 -7
  88. package/build/build-cjs/src/content/components/faq.d.ts +4 -4
  89. package/build/build-cjs/src/content/components/gallery.d.ts +6 -6
  90. package/build/build-cjs/src/content/components/icon.d.ts +5 -5
  91. package/build/build-cjs/src/content/components/image-with-text.d.ts +18 -18
  92. package/build/build-cjs/src/content/components/slider.d.ts +5 -5
  93. package/build/build-cjs/src/content/featured-trips/types.d.ts +8 -8
  94. package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  95. package/build/build-cjs/src/content/footer/types.d.ts +17 -17
  96. package/build/build-cjs/src/content/header/types.d.ts +23 -20
  97. package/build/build-cjs/src/content/image-card-grid/types.d.ts +8 -8
  98. package/build/build-cjs/src/content/image-with-text-section/types.d.ts +15 -15
  99. package/build/build-cjs/src/content/login/login-services.d.ts +6 -1
  100. package/build/build-cjs/src/content/login/types.d.ts +19 -19
  101. package/build/build-cjs/src/content/navbar/placeholderData.d.ts +2 -2
  102. package/build/build-cjs/src/content/navbar/types.d.ts +22 -22
  103. package/build/build-cjs/src/index.d.ts +17 -1
  104. package/build/build-cjs/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  105. package/build/build-cjs/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  106. package/build/build-cjs/src/qsm/components/date-range-picker/index.d.ts +5 -5
  107. package/build/build-cjs/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  108. package/build/build-cjs/src/qsm/components/icon.d.ts +5 -5
  109. package/build/build-cjs/src/qsm/components/item-picker/index.d.ts +7 -7
  110. package/build/build-cjs/src/qsm/components/search-input/index.d.ts +9 -9
  111. package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +7 -7
  112. package/build/build-cjs/src/qsm/index.d.ts +1 -1
  113. package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +110 -58
  114. package/build/build-cjs/src/qsm/store/qsm-store.d.ts +20 -7
  115. package/build/build-cjs/src/qsm/types.d.ts +59 -59
  116. package/build/build-cjs/src/search-results/components/filters/filters.d.ts +5 -5
  117. package/build/build-cjs/src/search-results/components/filters/flight-filters.d.ts +3 -3
  118. package/build/build-cjs/src/search-results/components/flight/flight-banner.d.ts +2 -2
  119. package/build/build-cjs/src/search-results/components/flight/flight-card.d.ts +1 -1
  120. package/build/build-cjs/src/search-results/components/flight/flight-leg.d.ts +1 -1
  121. package/build/build-cjs/src/search-results/components/flight/flight-path.d.ts +1 -1
  122. package/build/build-cjs/src/search-results/components/flight/flight-results.d.ts +2 -2
  123. package/build/build-cjs/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  124. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  125. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  126. package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  127. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  128. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  129. package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  130. package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  131. package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  132. package/build/build-cjs/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  133. package/build/build-cjs/src/search-results/components/icon.d.ts +6 -6
  134. package/build/build-cjs/src/search-results/components/item-picker/index.d.ts +8 -8
  135. package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +3 -3
  136. package/build/build-cjs/src/search-results/components/multi-range-filter.d.ts +6 -6
  137. package/build/build-cjs/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  138. package/build/build-cjs/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  139. package/build/build-cjs/src/search-results/components/tab-views/index.d.ts +1 -2
  140. package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  141. package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  142. package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  143. package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  144. package/build/build-cjs/src/search-results/index.d.ts +1 -1
  145. package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +63 -26
  146. package/build/build-cjs/src/search-results/store/search-results-store.d.ts +20 -7
  147. package/build/build-cjs/src/search-results/types.d.ts +104 -104
  148. package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +6 -1
  149. package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +10 -2
  150. package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  151. package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  152. package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +7 -7
  153. package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  154. package/build/build-cjs/src/shared/components/icon.d.ts +5 -5
  155. package/build/build-cjs/src/shared/components/loader.d.ts +1 -1
  156. package/build/build-cjs/src/shared/types.d.ts +9 -9
  157. package/build/build-cjs/src/shared/utils/localization-util.d.ts +395 -396
  158. package/build/build-esm/index.js +48531 -29650
  159. package/build/build-esm/src/booking-product/components/age-select.d.ts +3 -3
  160. package/build/build-esm/src/booking-product/components/amount-input.d.ts +5 -5
  161. package/build/build-esm/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  162. package/build/build-esm/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  163. package/build/build-esm/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  164. package/build/build-esm/src/booking-product/components/dates.d.ts +8 -8
  165. package/build/build-esm/src/booking-product/components/footer.d.ts +5 -5
  166. package/build/build-esm/src/booking-product/components/header.d.ts +6 -6
  167. package/build/build-esm/src/booking-product/components/icon.d.ts +5 -5
  168. package/build/build-esm/src/booking-product/components/list-view.d.ts +2 -2
  169. package/build/build-esm/src/booking-product/components/product.d.ts +4 -4
  170. package/build/build-esm/src/booking-product/components/rating.d.ts +1 -1
  171. package/build/build-esm/src/booking-product/components/rooms.d.ts +4 -4
  172. package/build/build-esm/src/booking-product/constants.d.ts +1 -1
  173. package/build/build-esm/src/booking-product/index.d.ts +4 -4
  174. package/build/build-esm/src/booking-product/settings-context.d.ts +1 -2
  175. package/build/build-esm/src/booking-product/types.d.ts +21 -21
  176. package/build/build-esm/src/booking-product/utils/api.d.ts +11 -2
  177. package/build/build-esm/src/booking-product/utils/price.d.ts +10 -1
  178. package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +3 -2
  179. package/build/build-esm/src/booking-wizard/components/icon.d.ts +5 -5
  180. package/build/build-esm/src/booking-wizard/components/labeled-input.d.ts +13 -13
  181. package/build/build-esm/src/booking-wizard/components/labeled-select.d.ts +16 -16
  182. package/build/build-esm/src/booking-wizard/components/message.d.ts +4 -4
  183. package/build/build-esm/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  184. package/build/build-esm/src/booking-wizard/components/phone-input.d.ts +11 -11
  185. package/build/build-esm/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  186. package/build/build-esm/src/booking-wizard/components/product-card.d.ts +3 -3
  187. package/build/build-esm/src/booking-wizard/components/step-indicator.d.ts +1 -1
  188. package/build/build-esm/src/booking-wizard/components/step-route.d.ts +3 -3
  189. package/build/build-esm/src/booking-wizard/features/booking/api.d.ts +26 -7
  190. package/build/build-esm/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  191. package/build/build-esm/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  192. package/build/build-esm/src/booking-wizard/features/booking/booking.d.ts +3 -3
  193. package/build/build-esm/src/booking-wizard/features/booking/constants.d.ts +8 -1
  194. package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  195. package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  196. package/build/build-esm/src/booking-wizard/features/error/error.d.ts +1 -2
  197. package/build/build-esm/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  198. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  199. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  200. package/build/build-esm/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  201. package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  202. package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  203. package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  204. package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  205. package/build/build-esm/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  206. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  207. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  208. package/build/build-esm/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  209. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  210. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  211. package/build/build-esm/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  212. package/build/build-esm/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  213. package/build/build-esm/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  214. package/build/build-esm/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  215. package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +1 -2
  216. package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  217. package/build/build-esm/src/booking-wizard/features/room-options/room.d.ts +6 -6
  218. package/build/build-esm/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  219. package/build/build-esm/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  220. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  221. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  222. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  223. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  224. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  225. package/build/build-esm/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  226. package/build/build-esm/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  227. package/build/build-esm/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  228. package/build/build-esm/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  229. package/build/build-esm/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  230. package/build/build-esm/src/booking-wizard/features/summary/summary.d.ts +1 -2
  231. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  232. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  233. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  234. package/build/build-esm/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  235. package/build/build-esm/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  236. package/build/build-esm/src/booking-wizard/index.d.ts +6 -6
  237. package/build/build-esm/src/booking-wizard/settings-context.d.ts +1 -2
  238. package/build/build-esm/src/booking-wizard/store.d.ts +40 -22
  239. package/build/build-esm/src/booking-wizard/types.d.ts +240 -240
  240. package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +8 -8
  241. package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +5 -5
  242. package/build/build-esm/src/content/components/accordion.d.ts +4 -4
  243. package/build/build-esm/src/content/components/breadcrumb.d.ts +7 -7
  244. package/build/build-esm/src/content/components/faq.d.ts +4 -4
  245. package/build/build-esm/src/content/components/gallery.d.ts +6 -6
  246. package/build/build-esm/src/content/components/icon.d.ts +5 -5
  247. package/build/build-esm/src/content/components/image-with-text.d.ts +18 -18
  248. package/build/build-esm/src/content/components/slider.d.ts +5 -5
  249. package/build/build-esm/src/content/featured-trips/types.d.ts +8 -8
  250. package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  251. package/build/build-esm/src/content/footer/types.d.ts +17 -17
  252. package/build/build-esm/src/content/header/types.d.ts +23 -20
  253. package/build/build-esm/src/content/image-card-grid/types.d.ts +8 -8
  254. package/build/build-esm/src/content/image-with-text-section/types.d.ts +15 -15
  255. package/build/build-esm/src/content/login/login-services.d.ts +6 -1
  256. package/build/build-esm/src/content/login/types.d.ts +19 -19
  257. package/build/build-esm/src/content/navbar/placeholderData.d.ts +2 -2
  258. package/build/build-esm/src/content/navbar/types.d.ts +22 -22
  259. package/build/build-esm/src/index.d.ts +17 -1
  260. package/build/build-esm/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  261. package/build/build-esm/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  262. package/build/build-esm/src/qsm/components/date-range-picker/index.d.ts +5 -5
  263. package/build/build-esm/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  264. package/build/build-esm/src/qsm/components/icon.d.ts +5 -5
  265. package/build/build-esm/src/qsm/components/item-picker/index.d.ts +7 -7
  266. package/build/build-esm/src/qsm/components/search-input/index.d.ts +9 -9
  267. package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +7 -7
  268. package/build/build-esm/src/qsm/index.d.ts +1 -1
  269. package/build/build-esm/src/qsm/store/qsm-slice.d.ts +110 -58
  270. package/build/build-esm/src/qsm/store/qsm-store.d.ts +20 -7
  271. package/build/build-esm/src/qsm/types.d.ts +59 -59
  272. package/build/build-esm/src/search-results/components/filters/filters.d.ts +5 -5
  273. package/build/build-esm/src/search-results/components/filters/flight-filters.d.ts +3 -3
  274. package/build/build-esm/src/search-results/components/flight/flight-banner.d.ts +2 -2
  275. package/build/build-esm/src/search-results/components/flight/flight-card.d.ts +1 -1
  276. package/build/build-esm/src/search-results/components/flight/flight-leg.d.ts +1 -1
  277. package/build/build-esm/src/search-results/components/flight/flight-path.d.ts +1 -1
  278. package/build/build-esm/src/search-results/components/flight/flight-results.d.ts +2 -2
  279. package/build/build-esm/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  280. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  281. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  282. package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  283. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  284. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  285. package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  286. package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  287. package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  288. package/build/build-esm/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  289. package/build/build-esm/src/search-results/components/icon.d.ts +6 -6
  290. package/build/build-esm/src/search-results/components/item-picker/index.d.ts +8 -8
  291. package/build/build-esm/src/search-results/components/itinerary/index.d.ts +3 -3
  292. package/build/build-esm/src/search-results/components/multi-range-filter.d.ts +6 -6
  293. package/build/build-esm/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  294. package/build/build-esm/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  295. package/build/build-esm/src/search-results/components/tab-views/index.d.ts +1 -2
  296. package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  297. package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  298. package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  299. package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  300. package/build/build-esm/src/search-results/index.d.ts +1 -1
  301. package/build/build-esm/src/search-results/store/search-results-slice.d.ts +63 -26
  302. package/build/build-esm/src/search-results/store/search-results-store.d.ts +20 -7
  303. package/build/build-esm/src/search-results/types.d.ts +104 -104
  304. package/build/build-esm/src/search-results/utils/flight-utils.d.ts +6 -1
  305. package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +10 -2
  306. package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  307. package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  308. package/build/build-esm/src/shared/components/flyin/flyin.d.ts +7 -7
  309. package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  310. package/build/build-esm/src/shared/components/icon.d.ts +5 -5
  311. package/build/build-esm/src/shared/components/loader.d.ts +1 -1
  312. package/build/build-esm/src/shared/types.d.ts +9 -9
  313. package/build/build-esm/src/shared/utils/localization-util.d.ts +395 -396
  314. package/package.json +83 -83
  315. package/rollup.config.js +16 -16
  316. package/src/booking-product/components/date-range-picker/calendar-day.tsx +46 -46
  317. package/src/booking-product/components/date-range-picker/index.tsx +185 -185
  318. package/src/booking-product/components/dates.tsx +153 -153
  319. package/src/booking-product/components/product.tsx +379 -379
  320. package/src/booking-wizard/components/step-indicator.tsx +57 -57
  321. package/src/booking-wizard/components/step-route.tsx +26 -26
  322. package/src/booking-wizard/features/booking/api.ts +44 -44
  323. package/src/booking-wizard/features/booking/booking-self-contained.tsx +318 -318
  324. package/src/booking-wizard/features/booking/booking-slice.ts +633 -633
  325. package/src/booking-wizard/features/booking/booking.tsx +342 -342
  326. package/src/booking-wizard/features/booking/constants.ts +16 -16
  327. package/src/booking-wizard/features/booking/selectors.ts +411 -411
  328. package/src/booking-wizard/features/confirmation/confirmation.tsx +90 -90
  329. package/src/booking-wizard/features/error/error.tsx +71 -71
  330. package/src/booking-wizard/features/flight-options/index.tsx +166 -166
  331. package/src/booking-wizard/features/price-details/price-details-slice.ts +79 -79
  332. package/src/booking-wizard/features/price-details/selectors.ts +118 -118
  333. package/src/booking-wizard/features/product-options/option-units-card.tsx +148 -148
  334. package/src/booking-wizard/features/product-options/options-form.tsx +382 -382
  335. package/src/booking-wizard/features/room-options/index.tsx +132 -132
  336. package/src/booking-wizard/features/sidebar/index.tsx +83 -83
  337. package/src/booking-wizard/features/sidebar/sidebar-util.ts +147 -147
  338. package/src/booking-wizard/features/sidebar/sidebar.tsx +344 -332
  339. package/src/booking-wizard/features/summary/summary.tsx +562 -562
  340. package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +60 -60
  341. package/src/booking-wizard/features/travelers-form/travelers-form.tsx +1101 -1101
  342. package/src/booking-wizard/settings-context.ts +64 -64
  343. package/src/booking-wizard/types.ts +332 -332
  344. package/src/content/components/breadcrumb.tsx +67 -67
  345. package/src/content/components/faq.tsx +42 -42
  346. package/src/content/components/gallery.tsx +153 -153
  347. package/src/content/components/icon.tsx +695 -695
  348. package/src/content/components/image-with-text.tsx +120 -120
  349. package/src/content/components/login.tsx +162 -162
  350. package/src/content/components/slider.tsx +237 -237
  351. package/src/content/featured-trips/featured-trip-card.tsx +48 -48
  352. package/src/content/featured-trips/index.tsx +19 -19
  353. package/src/content/featured-trips/types.ts +13 -13
  354. package/src/content/features/content-page/content-page-self-contained.tsx +895 -895
  355. package/src/content/footer/index.tsx +159 -159
  356. package/src/content/footer/types.ts +36 -36
  357. package/src/content/image-card-grid/index.tsx +34 -34
  358. package/src/content/image-card-grid/types.ts +13 -13
  359. package/src/content/image-with-text-section/card.tsx +58 -58
  360. package/src/content/image-with-text-section/index.tsx +22 -22
  361. package/src/content/image-with-text-section/types.ts +20 -20
  362. package/src/content/login/confirm-component.tsx +149 -149
  363. package/src/content/login/index.tsx +70 -70
  364. package/src/content/login/login-component.tsx +159 -159
  365. package/src/content/login/login-services.ts +109 -109
  366. package/src/content/login/reset-password-component.tsx +191 -191
  367. package/src/content/login/types.ts +29 -29
  368. package/src/content/navbar/index.tsx +354 -354
  369. package/src/content/navbar/placeholderData.tsx +173 -173
  370. package/src/content/navbar/types.ts +43 -43
  371. package/src/index.ts +44 -44
  372. package/src/qsm/components/QSMContainer/qsm-container.tsx +512 -512
  373. package/src/qsm/components/double-search-input-group/index.tsx +78 -78
  374. package/src/qsm/components/icon.tsx +354 -354
  375. package/src/qsm/components/item-picker/index.tsx +69 -69
  376. package/src/qsm/components/mobile-filter-modal/index.tsx +307 -307
  377. package/src/qsm/components/search-input/index.tsx +91 -91
  378. package/src/qsm/components/search-input-group/index.tsx +199 -199
  379. package/src/qsm/components/travel-class-picker/index.tsx +28 -28
  380. package/src/qsm/components/travel-input/index.tsx +243 -243
  381. package/src/qsm/components/travel-input-group/index.tsx +114 -114
  382. package/src/qsm/components/travel-nationality-picker/index.tsx +28 -28
  383. package/src/qsm/components/travel-type-picker/index.tsx +28 -28
  384. package/src/qsm/qsm-configuration-context.ts +31 -31
  385. package/src/qsm/store/qsm-slice.ts +275 -275
  386. package/src/qsm/types.ts +110 -110
  387. package/src/search-results/components/filters/filters.tsx +230 -230
  388. package/src/search-results/components/filters/flight-filters.tsx +671 -671
  389. package/src/search-results/components/flight/flight-banner.tsx +35 -35
  390. package/src/search-results/components/flight/flight-results.tsx +208 -208
  391. package/src/search-results/components/flight/flight-search-context/index.tsx +628 -628
  392. package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +147 -147
  393. package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +172 -172
  394. package/src/search-results/components/flight/flight-selection/index.tsx +19 -19
  395. package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +255 -255
  396. package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +38 -38
  397. package/src/search-results/components/group-tour/group-tour-card.tsx +105 -105
  398. package/src/search-results/components/group-tour/group-tour-results.tsx +62 -62
  399. package/src/search-results/components/hotel/hotel-accommodation-results.tsx +176 -176
  400. package/src/search-results/components/hotel/hotel-card.tsx +113 -113
  401. package/src/search-results/components/icon.tsx +680 -680
  402. package/src/search-results/components/item-picker/index.tsx +81 -81
  403. package/src/search-results/components/itinerary/index.tsx +310 -310
  404. package/src/search-results/components/round-trip/round-trip-results.tsx +199 -199
  405. package/src/search-results/components/search-results-container/flight-search-results.tsx +137 -137
  406. package/src/search-results/components/search-results-container/search-results-container.tsx +893 -893
  407. package/src/search-results/components/spinner/spinner.tsx +16 -16
  408. package/src/search-results/components/tab-views/index.tsx +53 -53
  409. package/src/search-results/features/flights/flight-search-results-self-contained.tsx +294 -294
  410. package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +143 -143
  411. package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +220 -220
  412. package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +65 -65
  413. package/src/search-results/store/search-results-slice.ts +158 -158
  414. package/src/search-results/types.ts +181 -181
  415. package/src/search-results/utils/flight-utils.ts +93 -93
  416. package/src/search-results/utils/search-results-utils.ts +251 -251
  417. package/src/shared/components/flyin/accommodation-flyin.tsx +422 -422
  418. package/src/shared/components/flyin/flights-flyin.tsx +503 -503
  419. package/src/shared/components/flyin/flyin.tsx +82 -82
  420. package/src/shared/components/flyin/group-tour-flyin.tsx +293 -293
  421. package/src/shared/components/icon.tsx +826 -826
  422. package/src/shared/translations/ar-SA.json +382 -382
  423. package/src/shared/translations/da-DK.json +382 -382
  424. package/src/shared/translations/de-DE.json +382 -382
  425. package/src/shared/translations/en-GB.json +386 -386
  426. package/src/shared/translations/es-ES.json +382 -382
  427. package/src/shared/translations/fr-BE.json +386 -386
  428. package/src/shared/translations/fr-FR.json +382 -382
  429. package/src/shared/translations/is-IS.json +382 -382
  430. package/src/shared/translations/it-IT.json +382 -382
  431. package/src/shared/translations/ja-JP.json +382 -382
  432. package/src/shared/translations/nl-BE.json +386 -386
  433. package/src/shared/translations/nl-NL.json +382 -382
  434. package/src/shared/translations/no-NO.json +382 -382
  435. package/src/shared/translations/pl-PL.json +382 -382
  436. package/src/shared/translations/pt-PT.json +382 -382
  437. package/src/shared/translations/sv-SE.json +382 -382
  438. package/src/shared/types.ts +31 -31
  439. package/src/shared/utils/localization-util.ts +275 -275
  440. package/styles/booking-search-results-variables.scss +728 -728
  441. package/styles/booking-search-results.scss +53 -53
  442. package/styles/components/_booking.scss +872 -872
  443. package/styles/components/_content.scss +336 -336
  444. package/styles/components/_flyin.scss +727 -727
  445. package/styles/components/_footer.scss +141 -141
  446. package/styles/components/_form.scss +1634 -1634
  447. package/styles/components/_image-with-text.scss +206 -206
  448. package/styles/components/_login.scss +140 -140
  449. package/styles/components/_navbar.scss +765 -765
  450. package/styles/components/_pricing-summary.scss +163 -163
  451. package/styles/components/_search.scss +2009 -2009
  452. package/styles/components/_tree.scss +648 -648
  453. package/styles/content-blocks.scss +64 -64
@@ -1,386 +1,386 @@
1
- {
2
- "STEPS": {
3
- "PERSONAL_DETAILS": "Personal details",
4
- "EXTRA_OPTIONS": "Extra options",
5
- "SUMMARY": "Summary",
6
- "CONFIRMATION": "Confirmation",
7
- "ERROR": "Booking failed",
8
- "PREVIOUS": "Previous step",
9
- "NEXT": "Next step",
10
- "SUBMIT_BOOKING": "Confirm booking",
11
- "SUBMIT_OFFER": "Request quote",
12
- "SUBMIT_OPTION": "Take an option",
13
- "COMPOSE": "Compose",
14
- "ROOM_OPTIONS": "Room options",
15
- "FLIGHT_OPTIONS": "Flight options"
16
- },
17
- "INPUT": {
18
- "INCREASE": "Increase",
19
- "DECREASE": "Decrease"
20
- },
21
- "FLIGHTS_FORM": {
22
- "OUTWARD_FLIGHTS": "Outbound flights",
23
- "OUTWARD_FLIGHT": "Outbound flight",
24
- "RETURN_FLIGHTS": "Return flights",
25
- "RETURN_FLIGHT": "Return flight",
26
- "DIRECT_FLIGHT": "Direct flight",
27
- "STOP": "stop",
28
- "STOPS": "stops",
29
- "FLIGHT_STOPS": "stop(s)",
30
- "DIFFERENT_OPTION_WARNING": "Warning: This flight changes the duration of the stay.",
31
- "FILTER_OPTIONS": "Filter options",
32
- "AIRLINES": "Airlines",
33
- "AIRPORTS": "Airports",
34
- "NUMBER_OF_STOPS": "Number of stops",
35
- "FLIGHT_OUTWARD": "Outbound flight",
36
- "DEPARTURE_TIME": "Departure time",
37
- "TRAVEL_DURATION": "Travel duration",
38
- "CHANGE_TIME": "Change time",
39
- "FLIGHT_RETURN": "Return flight",
40
- "NO_FLIGHTS_FOUND": "No flights found.",
41
- "STARTING": "Starting from",
42
- "LOWEST_PRICE": "Lowest price",
43
- "CHOOSE_YOUR_CLASS": "Choose your class:",
44
- "PLUS_ONE_DAY": "+1 day",
45
- "STOP_TIME": "Change time",
46
- "NIGHT_DEPARTURE": "Night (00:00 - 05:00)",
47
- "MORNING_DEPARTURE": "Morning (05:00 - 12:00)",
48
- "AFTERNOON_DEPARTURE": "Afternoon (12:00 - 18:00)",
49
- "EVENING_DEPARTURE": "Evening (18:00 - 00:00)",
50
- "FLIGHTS_FOUND_1": "",
51
- "FLIGHTS_FOUND_2": "flights",
52
- "FLIGHTS_FOUND_3": "found",
53
- "SELECT_YOUR_FARE": "Select your fare"
54
- },
55
- "PRODUCT": {
56
- "STAY_INCLUDED": "Stay included",
57
- "FLIGHT_INCLUDED": "Flight included",
58
- "TRANSFER_INCLUDED": "Transfer included",
59
- "LOADING_PRICE": "Your price is being composed.",
60
- "PER_PERSON": "Per person",
61
- "PER_NIGHT": "Per night",
62
- "PER_PERSON_PER_NIGHT": "Per person / per night",
63
- "BOOK_NOW": "Book now",
64
- "TO_YOUR_OFFER": "To your quote",
65
- "NOT_AVAILABLE": "Not available",
66
- "NUMBER_OF_ROOMS": "Number of rooms",
67
- "AGE_BY_DEPARTURE_DATE": "Age of children on departure date",
68
- "YEAR": "Year(s)",
69
- "APPLY": "Apply",
70
- "EDIT": "Edit",
71
- "DEPARTURE": "Departure",
72
- "DEPARTURE_DATE": "Departure date",
73
- "RETURN": "Return",
74
- "RETURN_DATE": "Return date",
75
- "WHO_YOU_TRAVELING_WITH": "Who are you traveling with?",
76
- "TRAVEL_PERIOD": "Travel period",
77
- "CLOSE": "Close",
78
- "NIGHTS": "nights",
79
- "DAYS": "days"
80
- },
81
- "MAIN": {
82
- "PREPARING_BOOKING": "Please wait, we are preparing your booking",
83
- "PREPARING_OFFER": "Please wait, we are preparing your quote",
84
- "PREPARING_DOSSIER": "Please wait, we are preparing your file",
85
- "PRODUCT_UNAVAILABLE": "Product not available"
86
- },
87
- "SHARED": {
88
- "ROOM": "Room",
89
- "ROOMS": "Rooms",
90
- "TOTAL_PRICE": "Total price",
91
- "ADULTS": "Adults",
92
- "CHILDREN": "Children",
93
- "SELECT": "Select",
94
- "SELECTED": "Selected"
95
- },
96
- "SIDEBAR": {
97
- "OVERVIEW": "Summary",
98
- "SLIDE_TOTAL_PRICE": "Total amount: ",
99
- "SLIDE_DEPOSIT": "Deposit to be paid: ",
100
- "TRAVEL_INFO": "Travel information",
101
- "TRAVELERS": "Travelers",
102
- "TRAVELERS_ADULTS": "adults",
103
- "TRAVELERS_ADULT": "adult",
104
- "TRAVELERS_CHILDREN": "children",
105
- "TRAVELERS_CHILD": "child",
106
- "TRAVELERS_INFANTS": "babies",
107
- "TRAVELERS_INFANT": "baby",
108
- "DEPARTURE": "Outbound",
109
- "DEPARTURE_SINGLE": "Date",
110
- "ARRIVAL": "Return",
111
- "FLIGHT": "Flight",
112
- "ACCOMMODATION": "Accommodation booked",
113
- "BASE_PRICE": "Base price",
114
- "OPTIONS": "Options",
115
- "INCLUDED_COSTS": "Included costs",
116
- "EXTRA_COSTS": "Additional costs",
117
- "DEPOSIT": "Deposit to be paid",
118
- "DEPOSIT_TEXT1": "The steps for the ",
119
- "DEPOSIT_TEXT2": "remaining balance",
120
- "DEPOSIT_TEXT3": " of ",
121
- "DEPOSIT_TEXT4": " are described in ",
122
- "DEPOSIT_TEXT5": "step \"Summary\"",
123
- "DEPOSIT_TEXT6": " of the booking process.",
124
- "LUGGAGE_INCLUDED": "Luggage included",
125
- "DEPARTURE_FLIGHT": "Outbound flight",
126
- "ARRIVAL_FLIGHT": "Return flight",
127
- "FLIGHT_DEPARTURE": "Departure",
128
- "FLIGHT_ARRIVAL": "Arrival",
129
- "ON_REQUEST": "On request",
130
- "CHANGES": "transfers",
131
- "PACKAGE_NOT_AVAILABLE": "Package not available",
132
- "COMMISSION": "Commission"
133
- },
134
- "TRAVELERS_FORM": {
135
- "AGE": "Age",
136
- "TRAVELER": "Traveler",
137
- "ADULT": "adult",
138
- "ADULTS": "adults",
139
- "CHILD": "child",
140
- "CHILDREN": "children",
141
- "GENDER": "Salutation",
142
- "GENDER_ID": "Gender according to passport/ID card",
143
- "MALE": "Mr.",
144
- "MALE_GENDER": "Male",
145
- "FEMALE": "Ms.",
146
- "FEMALE_GENDER": "Female",
147
- "OTHER": "Other",
148
- "MAIN_BOOKER": "Main booker",
149
- "FIRST_NAME": "First name",
150
- "LAST_NAME": "Last name",
151
- "BIRTHDATE": "Date of birth",
152
- "STREET": "Street",
153
- "STREET_PLACEHOLDER": "Your street",
154
- "HOUSE_NUMBER": "House number",
155
- "POST_BOX": "Box",
156
- "ZIPCODE": "Postal code",
157
- "CITY": "City",
158
- "CITY_PLACEHOLDER": "City",
159
- "COUNTRY": "Country",
160
- "SELECT_COUNTRY": "Select country",
161
- "PHONE": "Phone number",
162
- "EMAIL": "Email",
163
- "REPEAT_EMAIL": "Repeat email",
164
- "VALIDATION_MESSAGE": "Please check the fields below and fill them in correctly.",
165
- "BOOK_WITH_AGENT": "I want to book through my local travel agent",
166
- "CHOOSE_OFFICE": "I choose an office",
167
- "PERSON": "Person",
168
- "REMOVE_TRAVELER": "Remove traveler",
169
- "ADD_TRAVELER": "Add traveler",
170
- "ADD_ROOM": "Add travel party",
171
- "COUNTRIES": {
172
- "BELGIUM": "Belgium",
173
- "NETHERLANDS": "Netherlands",
174
- "FRANCE": "France",
175
- "DENMARK": "Denmark",
176
- "ITALY": "Italy"
177
- },
178
- "CHOOSE_AGENT_PLACEHOLDER": "Choose your travel agent",
179
- "VALIDATION": {
180
- "TRAVELER_X_FIELD": "Room {0} - Traveler {1}: {2}",
181
- "SINGLE_ROOM_TRAVELER_X_FIELD": "Traveler {0}: {1}",
182
- "TRAVELER_X_IS_NO_ADULT": "Room {0} - Traveler {1}: is not an adult",
183
- "SINGLE_ROOM_TRAVELER_X_IS_NO_ADULT": "Traveler {0}: is not an adult",
184
- "TRAVELER_X_IS_NO_CHILD": "Room {0} - Traveler {1}: is not a child",
185
- "SINGLE_ROOM_TRAVELER_X_IS_NO_CHILD": "Traveler {0}: is not a child",
186
- "NO_MAIN_BOOKER_SELECTED": "No main booker has been selected",
187
- "MAIN_BOOKER_FIELD": "Main booker: {0}",
188
- "MAIN_BOOKER_EMAIL_IS_INVALID": "Main booker: email is invalid",
189
- "MAIN_BOOKER_EMAIL_DOES_NOT_MATCH": "Main booker: email does not match",
190
- "AGENT_IS_REQUIRED": "Travel agent is required"
191
- }
192
- },
193
- "OPTIONS_FORM": {
194
- "NO_OPTIONS_TITLE": "No options",
195
- "NO_OPTIONS_MESSAGE": "This trip has no additional options.",
196
- "UNIT_TITLE": "Party",
197
- "PACKAGE": "Package",
198
- "DAY": "day",
199
- "DAYS": "days",
200
- "NIGHT": "night",
201
- "NIGHTS": "nights",
202
- "PER_PAX_TITLE": "Select options per traveler",
203
- "PER_BOOKING_TITLE": "Select options per booking",
204
- "PER_UNIT_TITLE": "Select options per party",
205
- "NONE": "None"
206
- },
207
- "ROOM_OPTIONS_FORM": {
208
- "TRAVELER_GROUP": "Travel party",
209
- "ALTERNATIVES_TRAVELER_GROUP": "Alternative room options for travel party",
210
- "SHOW_ALTERNATIVES": "Show alternative room options"
211
- },
212
- "SUMMARY": {
213
- "PERSONAL_DETAILS": "Personal details",
214
- "TRAVELERS": "travelers",
215
- "TRAVELER": "traveler",
216
- "ADULTS": "adults",
217
- "ADULT": "adult",
218
- "CHILDREN": "children",
219
- "CHILD": "child",
220
- "MAIN_BOOKER": "Main booker",
221
- "NOTIFICATIONS_TITLE": "Attention",
222
- "VALIDATE_TITLE": "Check your information",
223
- "VALIDATE_TEXT_BOOKING": "You are about to confirm your booking. Please check that all information is correct and that names are exactly as shown on your ID or passport. This information is final and cannot be changed.",
224
- "VALIDATE_TEXT_OFFER": "You are about to request a quote. Please check that all information is correct and that names are exactly as shown on your ID or passport. This helps us avoid problems if you book later.",
225
- "VALIDATE_TEXT_OPTION": "If you choose to take an option, there is a deadline for exercising that option, which depends on the airline. An option is a guarantee of a place and not of the price. The price as stated in this proposal is per person and depends on availability. The price is only guaranteed once the ticket has been issued.",
226
- "OPTIONS": "Options",
227
- "REMARKS": "Remarks",
228
- "VOUCHERS": "Vouchers",
229
- "VOUCHER_VALIDATE": "Validate voucher",
230
- "ADD_VOUCHER": "Add voucher",
231
- "VOUCHER_VALID": "Voucher is valid",
232
- "VOUCHER_INVALID": "Voucher is not valid"
233
- },
234
- "CONFIRMATION": {
235
- "TITLE_TEXT_OFFER": "Your quote with number {0} has been requested",
236
- "TITLE_TEXT_BOOKING": "Your booking with number {0} has been confirmed",
237
- "TITLE_TEXT_OPTION": "You have taken an option on number {0}.",
238
- "MESSAGE_TEXT1": "Your dream trip is now very close.",
239
- "MESSAGE_TEXT2_OFFER": "Our travel specialists are processing your request and will contact you within 48 hours.",
240
- "MESSAGE_TEXT2_BOOKING": "Our travel specialists are processing your booking and will contact you within 48 hours.",
241
- "MESSAGE_TEXT2_OPTION": "Our travel specialists have noted your reservation and will contact you within 48 hours to confirm or discuss your option.",
242
- "QUESTIONS_TEXT1": "Do you have any questions? ",
243
- "QUESTIONS_TEXT2": "Let us know",
244
- "QUESTIONS_TEXT3": ".",
245
- "QUESTIONS_ALT": "Contact us",
246
- "MAIL_SUBJECT": "Booking info"
247
- },
248
- "ERROR": {
249
- "TRY_AGAIN": "Try booking again",
250
- "MESSAGE_TEXT1": "Something went wrong while confirming your trip.",
251
- "MESSAGE_TEXT2": "Click below to try again.",
252
- "ERROR_TEXT1": "Still not working? ",
253
- "ERROR_TEXT2": "Be sure to let us know",
254
- "ERROR_TEXT3": ".",
255
- "ERROR_ALT": "Contact us"
256
- },
257
- "PRINT_OFFER_BUTTON": {
258
- "LABEL_IDLE": "Print offer",
259
- "LABEL_CREATING": "Generating offer…",
260
- "LABEL_PRINTING": "Generating PDF…"
261
- },
262
- "NAVBAR": {
263
- "SEARCH": "Search"
264
- },
265
- "LOGIN": {
266
- "LOGIN_INTO": "Login to you account",
267
- "EMAIL": "Email",
268
- "ENTER_YOUR_EMAIL": "Enter your email",
269
- "EMAIL_REQUIRED": "Email is required.",
270
- "EMAIL_INVALID": "Email is invalid.",
271
- "ENTER_VALID_EMAIL": "Enter a valid email.",
272
- "PASSWORD": "Password",
273
- "ENTER_YOUR_PASSWORD": "Enter your password",
274
- "RESET_PASSWORD_LABEL": "New password",
275
- "RESET_REPEAT_PASSWORD_LABEL": "Repeat password",
276
- "PASSWORD_REQUIRED": "Password is required.",
277
- "INVALID_CREDENTIALS": "Invalid email or password.",
278
- "LOGIN": "Login",
279
- "LOGOUT": "Logout",
280
- "FORGOT_PASSWORD": "Forgot password?",
281
- "LOGGING_IN": "Logging in...",
282
- "WELCOME_X": "Welcome, ",
283
- "FORGOT_PASSWORD_EMAIL_SUBMIT_LABEL": "Reset password",
284
- "RESET_REQUESTED": "Password reset requested",
285
- "BACK_TO_HOMEPAGE": "Back to homepage",
286
- "BACK_TO_LOGIN": "Back to login",
287
- "RESET_PASSWORD_TITLE": "Reset password",
288
- "PASSWORD_COMPLEXITY": "Password must contain at least 1 number and 1 capital letter",
289
- "REPEAT_PASSWORD_REQUIRED": "Please repeat your password.",
290
- "PASSWORDS_DO_NOT_MATCH": "Passwords do not match.",
291
- "RESET_PASSWORD_SUBMIT_LABEL": "Modify password",
292
- "RESET_PASSWORD_SUCCESSFUL_MESSAGE": "Your password has been changed. You can now log in with your new password.",
293
- "RESET_PASSWORD_INVALID_TOKEN_TITLE": "This link has expired or is invalid.",
294
- "RESET_PASSWORD_INVALID_TOKEN_DESCRIPTION": "You can request a new password by clicking the button below.",
295
- "RECEIVED_REQUEST": "Your request has been well received",
296
- "ACCOUNT_ACTIVATED_LOGIN": "Your account is now active. Click below to log in with your details."
297
- },
298
- "QSM": {
299
- "DEPARTURE": "Departure",
300
- "CHOOSE_DEPARTURE": "Choose Departure",
301
- "DESTINATION": "Destination",
302
- "CHOOSE_DESTINATION": "Choose Destination",
303
- "ONEWAY": "One-way",
304
- "ROUNDTRIP": "Round trip",
305
- "OPENJAW": "Open-jaw",
306
- "MULTIDESTINATION": "Multidestination",
307
- "PACKAGES": "Packages",
308
- "TRANSPORT_HOTEL": "Transport + hotel",
309
- "ACCOMMODATION": "Accommodation",
310
- "TRANSPORTS": "Transports",
311
- "TICKET_ONLY": "Ticket Only",
312
- "RENT_A_CAR": "Rent a car",
313
- "TRANSFERS": "Transfers",
314
- "CRUISES": "Cruises",
315
- "ONE_ACCOMMODATION": "One accommodation",
316
- "MULTIPLE_ACCOMMODATIONS": "Multiple accommodations",
317
- "TRAVEL_CLASS_LABEL": "Travel class",
318
- "TRAVEL_CLASS_PLACEHOLDER": "Select travel class",
319
- "TRAVEL_TYPE_LABEL": "Travel type",
320
- "TRAVEL_TYPE_PLACEHOLDER": "Select travel type",
321
- "NATIONALITY_LABEL": "Nationality",
322
- "NATIONALITY_PLACEHOLDER": "Select nationality",
323
- "TRAVELERS_LABEL": "Who is traveling?",
324
- "ADD_ROOM": "Add room",
325
- "REMOVE_ROOM": "Remove room",
326
- "MAX_TRAVELERS_REACHED": "You have reached the maximum number of travelers",
327
- "ADULTS": "Adults",
328
- "CHILDREN": "Children",
329
- "BABIES": "Babies",
330
- "CHOOSE_DATES": "Choose dates",
331
- "DEPARTURE_DATE": "Departure date",
332
- "RETURN_DATE": "Return date",
333
- "CONFIRM": "Confirm",
334
- "TRAVELERS": "Travelers",
335
- "GROUP_TOUR": "Group tour"
336
- },
337
- "SRP": {
338
- "NO_RESULTS": "No results found.",
339
- "TOTAL_RESULTS_LABEL": "Packages found",
340
- "RESET": "Reset",
341
- "LUGGAGEINCLUDED": "Luggage included",
342
- "CANCEL": "Cancel",
343
- "APPLY": "Apply",
344
- "LOADING": "Loading...",
345
- "SEARCHRESULTCTA": "View details",
346
- "SORTBY": "Sort by",
347
- "PRICE_ASC": "Price (low to high)",
348
- "PRICE_DESC": "Price (high to low)",
349
- "DEPARTURE_TIME_ASC": "Departure time ascending",
350
- "DEPARTURE_TIME_DESC": "Departure time descending",
351
- "DURATION_ASC": "Duration ascending",
352
- "DURATION_DESC": "Duration descending",
353
- "DEPARTURE_ASC": "Departure date (soonest first)",
354
- "FILTERS": "Filters",
355
- "SHOW_ITINERARY": "Show itinerary",
356
- "ITINERARY_TITLE": "Your trip summary",
357
- "DOSSIER_NUMBER": "File number",
358
- "PACKAGE_PRICE_PER_PERSON": "package price per person",
359
- "TOTAL": "total",
360
- "DAY_BY_DAY": "Your trip day by day",
361
- "START": "start",
362
- "END": "end",
363
- "EXTENDED": "Extended",
364
- "COMPACT": "Compact",
365
- "LIST": "List",
366
- "SELECT": "Select",
367
- "DEPARTURE": "Departure",
368
- "RETURN": "Return",
369
- "DIRECT": "Direct",
370
- "STOPS": "stops",
371
- "STOP": "stop",
372
- "STOP_TIME": "Change time",
373
- "ACCOMMODATION": "Accommodation",
374
- "VIEW_DETAILS": "View details",
375
- "NIGHTS": "nights",
376
- "PRICE": "Price",
377
- "MORNING_RANGE": "Morning",
378
- "AFTERNOON_RANGE": "Afternoon",
379
- "EVENING_RANGE": "Evening",
380
- "NIGHT_RANGE": "Night",
381
- "DEPARTURE_RANGE": "Departure range",
382
- "DEPARTURE_AIRPORTS": "Departure airports",
383
- "ARRIVAL_AIRPORTS": "Arrival airports",
384
- "TRAVEL_GROUP": "Travel group"
385
- }
386
- }
1
+ {
2
+ "STEPS": {
3
+ "PERSONAL_DETAILS": "Personal details",
4
+ "EXTRA_OPTIONS": "Extra options",
5
+ "SUMMARY": "Summary",
6
+ "CONFIRMATION": "Confirmation",
7
+ "ERROR": "Booking failed",
8
+ "PREVIOUS": "Previous step",
9
+ "NEXT": "Next step",
10
+ "SUBMIT_BOOKING": "Confirm booking",
11
+ "SUBMIT_OFFER": "Request quote",
12
+ "SUBMIT_OPTION": "Take an option",
13
+ "COMPOSE": "Compose",
14
+ "ROOM_OPTIONS": "Room options",
15
+ "FLIGHT_OPTIONS": "Flight options"
16
+ },
17
+ "INPUT": {
18
+ "INCREASE": "Increase",
19
+ "DECREASE": "Decrease"
20
+ },
21
+ "FLIGHTS_FORM": {
22
+ "OUTWARD_FLIGHTS": "Outbound flights",
23
+ "OUTWARD_FLIGHT": "Outbound flight",
24
+ "RETURN_FLIGHTS": "Return flights",
25
+ "RETURN_FLIGHT": "Return flight",
26
+ "DIRECT_FLIGHT": "Direct flight",
27
+ "STOP": "stop",
28
+ "STOPS": "stops",
29
+ "FLIGHT_STOPS": "stop(s)",
30
+ "DIFFERENT_OPTION_WARNING": "Warning: This flight changes the duration of the stay.",
31
+ "FILTER_OPTIONS": "Filter options",
32
+ "AIRLINES": "Airlines",
33
+ "AIRPORTS": "Airports",
34
+ "NUMBER_OF_STOPS": "Number of stops",
35
+ "FLIGHT_OUTWARD": "Outbound flight",
36
+ "DEPARTURE_TIME": "Departure time",
37
+ "TRAVEL_DURATION": "Travel duration",
38
+ "CHANGE_TIME": "Change time",
39
+ "FLIGHT_RETURN": "Return flight",
40
+ "NO_FLIGHTS_FOUND": "No flights found.",
41
+ "STARTING": "Starting from",
42
+ "LOWEST_PRICE": "Lowest price",
43
+ "CHOOSE_YOUR_CLASS": "Choose your class:",
44
+ "PLUS_ONE_DAY": "+1 day",
45
+ "STOP_TIME": "Change time",
46
+ "NIGHT_DEPARTURE": "Night (00:00 - 05:00)",
47
+ "MORNING_DEPARTURE": "Morning (05:00 - 12:00)",
48
+ "AFTERNOON_DEPARTURE": "Afternoon (12:00 - 18:00)",
49
+ "EVENING_DEPARTURE": "Evening (18:00 - 00:00)",
50
+ "FLIGHTS_FOUND_1": "",
51
+ "FLIGHTS_FOUND_2": "flights",
52
+ "FLIGHTS_FOUND_3": "found",
53
+ "SELECT_YOUR_FARE": "Select your fare"
54
+ },
55
+ "PRODUCT": {
56
+ "STAY_INCLUDED": "Stay included",
57
+ "FLIGHT_INCLUDED": "Flight included",
58
+ "TRANSFER_INCLUDED": "Transfer included",
59
+ "LOADING_PRICE": "Your price is being composed.",
60
+ "PER_PERSON": "Per person",
61
+ "PER_NIGHT": "Per night",
62
+ "PER_PERSON_PER_NIGHT": "Per person / per night",
63
+ "BOOK_NOW": "Book now",
64
+ "TO_YOUR_OFFER": "To your quote",
65
+ "NOT_AVAILABLE": "Not available",
66
+ "NUMBER_OF_ROOMS": "Number of rooms",
67
+ "AGE_BY_DEPARTURE_DATE": "Age of children on departure date",
68
+ "YEAR": "Year(s)",
69
+ "APPLY": "Apply",
70
+ "EDIT": "Edit",
71
+ "DEPARTURE": "Departure",
72
+ "DEPARTURE_DATE": "Departure date",
73
+ "RETURN": "Return",
74
+ "RETURN_DATE": "Return date",
75
+ "WHO_YOU_TRAVELING_WITH": "Who are you traveling with?",
76
+ "TRAVEL_PERIOD": "Travel period",
77
+ "CLOSE": "Close",
78
+ "NIGHTS": "nights",
79
+ "DAYS": "days"
80
+ },
81
+ "MAIN": {
82
+ "PREPARING_BOOKING": "Please wait, we are preparing your booking",
83
+ "PREPARING_OFFER": "Please wait, we are preparing your quote",
84
+ "PREPARING_DOSSIER": "Please wait, we are preparing your file",
85
+ "PRODUCT_UNAVAILABLE": "Product not available"
86
+ },
87
+ "SHARED": {
88
+ "ROOM": "Room",
89
+ "ROOMS": "Rooms",
90
+ "TOTAL_PRICE": "Total price",
91
+ "ADULTS": "Adults",
92
+ "CHILDREN": "Children",
93
+ "SELECT": "Select",
94
+ "SELECTED": "Selected"
95
+ },
96
+ "SIDEBAR": {
97
+ "OVERVIEW": "Summary",
98
+ "SLIDE_TOTAL_PRICE": "Total amount: ",
99
+ "SLIDE_DEPOSIT": "Deposit to be paid: ",
100
+ "TRAVEL_INFO": "Travel information",
101
+ "TRAVELERS": "Travelers",
102
+ "TRAVELERS_ADULTS": "adults",
103
+ "TRAVELERS_ADULT": "adult",
104
+ "TRAVELERS_CHILDREN": "children",
105
+ "TRAVELERS_CHILD": "child",
106
+ "TRAVELERS_INFANTS": "babies",
107
+ "TRAVELERS_INFANT": "baby",
108
+ "DEPARTURE": "Outbound",
109
+ "DEPARTURE_SINGLE": "Date",
110
+ "ARRIVAL": "Return",
111
+ "FLIGHT": "Flight",
112
+ "ACCOMMODATION": "Accommodation booked",
113
+ "BASE_PRICE": "Base price",
114
+ "OPTIONS": "Options",
115
+ "INCLUDED_COSTS": "Included costs",
116
+ "EXTRA_COSTS": "Additional costs",
117
+ "DEPOSIT": "Deposit to be paid",
118
+ "DEPOSIT_TEXT1": "The steps for the ",
119
+ "DEPOSIT_TEXT2": "remaining balance",
120
+ "DEPOSIT_TEXT3": " of ",
121
+ "DEPOSIT_TEXT4": " are described in ",
122
+ "DEPOSIT_TEXT5": "step \"Summary\"",
123
+ "DEPOSIT_TEXT6": " of the booking process.",
124
+ "LUGGAGE_INCLUDED": "Luggage included",
125
+ "DEPARTURE_FLIGHT": "Outbound flight",
126
+ "ARRIVAL_FLIGHT": "Return flight",
127
+ "FLIGHT_DEPARTURE": "Departure",
128
+ "FLIGHT_ARRIVAL": "Arrival",
129
+ "ON_REQUEST": "On request",
130
+ "CHANGES": "transfers",
131
+ "PACKAGE_NOT_AVAILABLE": "Package not available",
132
+ "COMMISSION": "Commission"
133
+ },
134
+ "TRAVELERS_FORM": {
135
+ "AGE": "Age",
136
+ "TRAVELER": "Traveler",
137
+ "ADULT": "adult",
138
+ "ADULTS": "adults",
139
+ "CHILD": "child",
140
+ "CHILDREN": "children",
141
+ "GENDER": "Salutation",
142
+ "GENDER_ID": "Gender according to passport/ID card",
143
+ "MALE": "Mr.",
144
+ "MALE_GENDER": "Male",
145
+ "FEMALE": "Ms.",
146
+ "FEMALE_GENDER": "Female",
147
+ "OTHER": "Other",
148
+ "MAIN_BOOKER": "Main booker",
149
+ "FIRST_NAME": "First name",
150
+ "LAST_NAME": "Last name",
151
+ "BIRTHDATE": "Date of birth",
152
+ "STREET": "Street",
153
+ "STREET_PLACEHOLDER": "Your street",
154
+ "HOUSE_NUMBER": "House number",
155
+ "POST_BOX": "Box",
156
+ "ZIPCODE": "Postal code",
157
+ "CITY": "City",
158
+ "CITY_PLACEHOLDER": "City",
159
+ "COUNTRY": "Country",
160
+ "SELECT_COUNTRY": "Select country",
161
+ "PHONE": "Phone number",
162
+ "EMAIL": "Email",
163
+ "REPEAT_EMAIL": "Repeat email",
164
+ "VALIDATION_MESSAGE": "Please check the fields below and fill them in correctly.",
165
+ "BOOK_WITH_AGENT": "I want to book through my local travel agent",
166
+ "CHOOSE_OFFICE": "I choose an office",
167
+ "PERSON": "Person",
168
+ "REMOVE_TRAVELER": "Remove traveler",
169
+ "ADD_TRAVELER": "Add traveler",
170
+ "ADD_ROOM": "Add travel party",
171
+ "COUNTRIES": {
172
+ "BELGIUM": "Belgium",
173
+ "NETHERLANDS": "Netherlands",
174
+ "FRANCE": "France",
175
+ "DENMARK": "Denmark",
176
+ "ITALY": "Italy"
177
+ },
178
+ "CHOOSE_AGENT_PLACEHOLDER": "Choose your travel agent",
179
+ "VALIDATION": {
180
+ "TRAVELER_X_FIELD": "Room {0} - Traveler {1}: {2}",
181
+ "SINGLE_ROOM_TRAVELER_X_FIELD": "Traveler {0}: {1}",
182
+ "TRAVELER_X_IS_NO_ADULT": "Room {0} - Traveler {1}: is not an adult",
183
+ "SINGLE_ROOM_TRAVELER_X_IS_NO_ADULT": "Traveler {0}: is not an adult",
184
+ "TRAVELER_X_IS_NO_CHILD": "Room {0} - Traveler {1}: is not a child",
185
+ "SINGLE_ROOM_TRAVELER_X_IS_NO_CHILD": "Traveler {0}: is not a child",
186
+ "NO_MAIN_BOOKER_SELECTED": "No main booker has been selected",
187
+ "MAIN_BOOKER_FIELD": "Main booker: {0}",
188
+ "MAIN_BOOKER_EMAIL_IS_INVALID": "Main booker: email is invalid",
189
+ "MAIN_BOOKER_EMAIL_DOES_NOT_MATCH": "Main booker: email does not match",
190
+ "AGENT_IS_REQUIRED": "Travel agent is required"
191
+ }
192
+ },
193
+ "OPTIONS_FORM": {
194
+ "NO_OPTIONS_TITLE": "No options",
195
+ "NO_OPTIONS_MESSAGE": "This trip has no additional options.",
196
+ "UNIT_TITLE": "Party",
197
+ "PACKAGE": "Package",
198
+ "DAY": "day",
199
+ "DAYS": "days",
200
+ "NIGHT": "night",
201
+ "NIGHTS": "nights",
202
+ "PER_PAX_TITLE": "Select options per traveler",
203
+ "PER_BOOKING_TITLE": "Select options per booking",
204
+ "PER_UNIT_TITLE": "Select options per party",
205
+ "NONE": "None"
206
+ },
207
+ "ROOM_OPTIONS_FORM": {
208
+ "TRAVELER_GROUP": "Travel party",
209
+ "ALTERNATIVES_TRAVELER_GROUP": "Alternative room options for travel party",
210
+ "SHOW_ALTERNATIVES": "Show alternative room options"
211
+ },
212
+ "SUMMARY": {
213
+ "PERSONAL_DETAILS": "Personal details",
214
+ "TRAVELERS": "travelers",
215
+ "TRAVELER": "traveler",
216
+ "ADULTS": "adults",
217
+ "ADULT": "adult",
218
+ "CHILDREN": "children",
219
+ "CHILD": "child",
220
+ "MAIN_BOOKER": "Main booker",
221
+ "NOTIFICATIONS_TITLE": "Attention",
222
+ "VALIDATE_TITLE": "Check your information",
223
+ "VALIDATE_TEXT_BOOKING": "You are about to confirm your booking. Please check that all information is correct and that names are exactly as shown on your ID or passport. This information is final and cannot be changed.",
224
+ "VALIDATE_TEXT_OFFER": "You are about to request a quote. Please check that all information is correct and that names are exactly as shown on your ID or passport. This helps us avoid problems if you book later.",
225
+ "VALIDATE_TEXT_OPTION": "If you choose to take an option, there is a deadline for exercising that option, which depends on the airline. An option is a guarantee of a place and not of the price. The price as stated in this proposal is per person and depends on availability. The price is only guaranteed once the ticket has been issued.",
226
+ "OPTIONS": "Options",
227
+ "REMARKS": "Remarks",
228
+ "VOUCHERS": "Vouchers",
229
+ "VOUCHER_VALIDATE": "Validate voucher",
230
+ "ADD_VOUCHER": "Add voucher",
231
+ "VOUCHER_VALID": "Voucher is valid",
232
+ "VOUCHER_INVALID": "Voucher is not valid"
233
+ },
234
+ "CONFIRMATION": {
235
+ "TITLE_TEXT_OFFER": "Your quote with number {0} has been requested",
236
+ "TITLE_TEXT_BOOKING": "Your booking with number {0} has been confirmed",
237
+ "TITLE_TEXT_OPTION": "You have taken an option on number {0}.",
238
+ "MESSAGE_TEXT1": "Your dream trip is now very close.",
239
+ "MESSAGE_TEXT2_OFFER": "Our travel specialists are processing your request and will contact you within 48 hours.",
240
+ "MESSAGE_TEXT2_BOOKING": "Our travel specialists are processing your booking and will contact you within 48 hours.",
241
+ "MESSAGE_TEXT2_OPTION": "Our travel specialists have noted your reservation and will contact you within 48 hours to confirm or discuss your option.",
242
+ "QUESTIONS_TEXT1": "Do you have any questions? ",
243
+ "QUESTIONS_TEXT2": "Let us know",
244
+ "QUESTIONS_TEXT3": ".",
245
+ "QUESTIONS_ALT": "Contact us",
246
+ "MAIL_SUBJECT": "Booking info"
247
+ },
248
+ "ERROR": {
249
+ "TRY_AGAIN": "Try booking again",
250
+ "MESSAGE_TEXT1": "Something went wrong while confirming your trip.",
251
+ "MESSAGE_TEXT2": "Click below to try again.",
252
+ "ERROR_TEXT1": "Still not working? ",
253
+ "ERROR_TEXT2": "Be sure to let us know",
254
+ "ERROR_TEXT3": ".",
255
+ "ERROR_ALT": "Contact us"
256
+ },
257
+ "PRINT_OFFER_BUTTON": {
258
+ "LABEL_IDLE": "Print offer",
259
+ "LABEL_CREATING": "Generating offer…",
260
+ "LABEL_PRINTING": "Generating PDF…"
261
+ },
262
+ "NAVBAR": {
263
+ "SEARCH": "Search"
264
+ },
265
+ "LOGIN": {
266
+ "LOGIN_INTO": "Login to you account",
267
+ "EMAIL": "Email",
268
+ "ENTER_YOUR_EMAIL": "Enter your email",
269
+ "EMAIL_REQUIRED": "Email is required.",
270
+ "EMAIL_INVALID": "Email is invalid.",
271
+ "ENTER_VALID_EMAIL": "Enter a valid email.",
272
+ "PASSWORD": "Password",
273
+ "ENTER_YOUR_PASSWORD": "Enter your password",
274
+ "RESET_PASSWORD_LABEL": "New password",
275
+ "RESET_REPEAT_PASSWORD_LABEL": "Repeat password",
276
+ "PASSWORD_REQUIRED": "Password is required.",
277
+ "INVALID_CREDENTIALS": "Invalid email or password.",
278
+ "LOGIN": "Login",
279
+ "LOGOUT": "Logout",
280
+ "FORGOT_PASSWORD": "Forgot password?",
281
+ "LOGGING_IN": "Logging in...",
282
+ "WELCOME_X": "Welcome, ",
283
+ "FORGOT_PASSWORD_EMAIL_SUBMIT_LABEL": "Reset password",
284
+ "RESET_REQUESTED": "Password reset requested",
285
+ "BACK_TO_HOMEPAGE": "Back to homepage",
286
+ "BACK_TO_LOGIN": "Back to login",
287
+ "RESET_PASSWORD_TITLE": "Reset password",
288
+ "PASSWORD_COMPLEXITY": "Password must contain at least 1 number and 1 capital letter",
289
+ "REPEAT_PASSWORD_REQUIRED": "Please repeat your password.",
290
+ "PASSWORDS_DO_NOT_MATCH": "Passwords do not match.",
291
+ "RESET_PASSWORD_SUBMIT_LABEL": "Modify password",
292
+ "RESET_PASSWORD_SUCCESSFUL_MESSAGE": "Your password has been changed. You can now log in with your new password.",
293
+ "RESET_PASSWORD_INVALID_TOKEN_TITLE": "This link has expired or is invalid.",
294
+ "RESET_PASSWORD_INVALID_TOKEN_DESCRIPTION": "You can request a new password by clicking the button below.",
295
+ "RECEIVED_REQUEST": "Your request has been well received",
296
+ "ACCOUNT_ACTIVATED_LOGIN": "Your account is now active. Click below to log in with your details."
297
+ },
298
+ "QSM": {
299
+ "DEPARTURE": "Departure",
300
+ "CHOOSE_DEPARTURE": "Choose Departure",
301
+ "DESTINATION": "Destination",
302
+ "CHOOSE_DESTINATION": "Choose Destination",
303
+ "ONEWAY": "One-way",
304
+ "ROUNDTRIP": "Round trip",
305
+ "OPENJAW": "Open-jaw",
306
+ "MULTIDESTINATION": "Multidestination",
307
+ "PACKAGES": "Packages",
308
+ "TRANSPORT_HOTEL": "Transport + hotel",
309
+ "ACCOMMODATION": "Accommodation",
310
+ "TRANSPORTS": "Transports",
311
+ "TICKET_ONLY": "Ticket Only",
312
+ "RENT_A_CAR": "Rent a car",
313
+ "TRANSFERS": "Transfers",
314
+ "CRUISES": "Cruises",
315
+ "ONE_ACCOMMODATION": "One accommodation",
316
+ "MULTIPLE_ACCOMMODATIONS": "Multiple accommodations",
317
+ "TRAVEL_CLASS_LABEL": "Travel class",
318
+ "TRAVEL_CLASS_PLACEHOLDER": "Select travel class",
319
+ "TRAVEL_TYPE_LABEL": "Travel type",
320
+ "TRAVEL_TYPE_PLACEHOLDER": "Select travel type",
321
+ "NATIONALITY_LABEL": "Nationality",
322
+ "NATIONALITY_PLACEHOLDER": "Select nationality",
323
+ "TRAVELERS_LABEL": "Who is traveling?",
324
+ "ADD_ROOM": "Add room",
325
+ "REMOVE_ROOM": "Remove room",
326
+ "MAX_TRAVELERS_REACHED": "You have reached the maximum number of travelers",
327
+ "ADULTS": "Adults",
328
+ "CHILDREN": "Children",
329
+ "BABIES": "Babies",
330
+ "CHOOSE_DATES": "Choose dates",
331
+ "DEPARTURE_DATE": "Departure date",
332
+ "RETURN_DATE": "Return date",
333
+ "CONFIRM": "Confirm",
334
+ "TRAVELERS": "Travelers",
335
+ "GROUP_TOUR": "Group tour"
336
+ },
337
+ "SRP": {
338
+ "NO_RESULTS": "No results found.",
339
+ "TOTAL_RESULTS_LABEL": "Packages found",
340
+ "RESET": "Reset",
341
+ "LUGGAGEINCLUDED": "Luggage included",
342
+ "CANCEL": "Cancel",
343
+ "APPLY": "Apply",
344
+ "LOADING": "Loading...",
345
+ "SEARCHRESULTCTA": "View details",
346
+ "SORTBY": "Sort by",
347
+ "PRICE_ASC": "Price (low to high)",
348
+ "PRICE_DESC": "Price (high to low)",
349
+ "DEPARTURE_TIME_ASC": "Departure time ascending",
350
+ "DEPARTURE_TIME_DESC": "Departure time descending",
351
+ "DURATION_ASC": "Duration ascending",
352
+ "DURATION_DESC": "Duration descending",
353
+ "DEPARTURE_ASC": "Departure date (soonest first)",
354
+ "FILTERS": "Filters",
355
+ "SHOW_ITINERARY": "Show itinerary",
356
+ "ITINERARY_TITLE": "Your trip summary",
357
+ "DOSSIER_NUMBER": "File number",
358
+ "PACKAGE_PRICE_PER_PERSON": "package price per person",
359
+ "TOTAL": "total",
360
+ "DAY_BY_DAY": "Your trip day by day",
361
+ "START": "start",
362
+ "END": "end",
363
+ "EXTENDED": "Extended",
364
+ "COMPACT": "Compact",
365
+ "LIST": "List",
366
+ "SELECT": "Select",
367
+ "DEPARTURE": "Departure",
368
+ "RETURN": "Return",
369
+ "DIRECT": "Direct",
370
+ "STOPS": "stops",
371
+ "STOP": "stop",
372
+ "STOP_TIME": "Change time",
373
+ "ACCOMMODATION": "Accommodation",
374
+ "VIEW_DETAILS": "View details",
375
+ "NIGHTS": "nights",
376
+ "PRICE": "Price",
377
+ "MORNING_RANGE": "Morning",
378
+ "AFTERNOON_RANGE": "Afternoon",
379
+ "EVENING_RANGE": "Evening",
380
+ "NIGHT_RANGE": "Night",
381
+ "DEPARTURE_RANGE": "Departure range",
382
+ "DEPARTURE_AIRPORTS": "Departure airports",
383
+ "ARRIVAL_AIRPORTS": "Arrival airports",
384
+ "TRAVEL_GROUP": "Travel group"
385
+ }
386
+ }