@coras-io/embed 0.1.2 → 0.3.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 (236) hide show
  1. package/CHANGELOG.md +139 -0
  2. package/README.md +8 -7
  3. package/dist/components/accordion/accordion-item/accordion-item.styles.js +1 -1
  4. package/dist/components/alert/alert.styles.js +14 -14
  5. package/dist/components/attraction-card/base/attraction-card.styles.js +7 -3
  6. package/dist/components/attraction-discovery/attraction-discovery.styles.js +1 -1
  7. package/dist/components/attraction-header/attraction-header.styles.js +1 -1
  8. package/dist/components/attraction-option/attraction-option.styles.js +4 -4
  9. package/dist/components/basket/basket.styles.js +27 -26
  10. package/dist/components/basket-empty/basket-empty.styles.js +1 -0
  11. package/dist/components/basket-item/basket-item.component.js +10 -4
  12. package/dist/components/basket-item/basket-item.styles.js +9 -3
  13. package/dist/components/basket-item-ticket/basket-item-ticket.styles.js +1 -3
  14. package/dist/components/basket-mobile/basket-mobile.styles.js +5 -5
  15. package/dist/components/better-carousel/better-carousel.styles.js +2 -0
  16. package/dist/components/bottom-drawer/bottom-drawer.styles.js +6 -4
  17. package/dist/components/button/button.component.d.ts +0 -1
  18. package/dist/components/button/button.component.js +1 -8
  19. package/dist/components/button/button.constants.d.ts +1 -1
  20. package/dist/components/button/button.constants.js +1 -1
  21. package/dist/components/button/button.styles.js +66 -39
  22. package/dist/components/calendar/base/calendar.styles.js +3 -5
  23. package/dist/components/calendar/multi/multi.styles.js +7 -0
  24. package/dist/components/category-tag/category-tag.styles.js +10 -7
  25. package/dist/components/checkbox/checkbox.styles.js +2 -2
  26. package/dist/components/chip/chip.styles.js +2 -2
  27. package/dist/components/collect-fida/collect-fida.component.js +5 -3
  28. package/dist/components/collect-fida/collect-fida.styles.js +9 -16
  29. package/dist/components/crypto-auth-modal/crypto-auth-modal.component.js +6 -4
  30. package/dist/components/crypto-auth-modal/crypto-auth-modal.styles.js +2 -2
  31. package/dist/components/dialog/dialog.styles.js +10 -17
  32. package/dist/components/drawer/drawer.component.js +6 -0
  33. package/dist/components/drawer/drawer.styles.js +17 -3
  34. package/dist/components/dropdown/dropdown.component.js +7 -0
  35. package/dist/components/dropdown/dropdown.styles.js +3 -6
  36. package/dist/components/expiration-timer/expiration-timer.styles.js +3 -3
  37. package/dist/components/explore-card/explore-card.styles.js +1 -1
  38. package/dist/components/filter-chip/filter-chip.styles.js +11 -9
  39. package/dist/components/filters-drawer/filters-drawer.component.js +1 -1
  40. package/dist/components/filters-drawer/filters-drawer.styles.js +6 -5
  41. package/dist/components/image/image.styles.js +3 -3
  42. package/dist/components/image-chip/image-chip.styles.js +1 -1
  43. package/dist/components/input-field/input-field.styles.js +22 -17
  44. package/dist/components/itinerary/itinerary-item/itinerary-item.styles.js +1 -1
  45. package/dist/components/joined-fields/joined-fields.styles.js +10 -6
  46. package/dist/components/loading-spinner/loading-spinner.styles.js +1 -1
  47. package/dist/components/location-image/location-image.component.d.ts +6 -0
  48. package/dist/components/location-image/location-image.component.js +15 -2
  49. package/dist/components/location-image/location-image.styles.js +1 -1
  50. package/dist/components/locations-results/locations-results.styles.js +4 -6
  51. package/dist/components/marketing-tag/marketing-tag.styles.js +1 -1
  52. package/dist/components/message-card/message-card.styles.js +6 -6
  53. package/dist/components/option-group/option-chip/option-chip.styles.js +4 -3
  54. package/dist/components/order-confirmation/order-confirmation-item/order-confirmation-item.styles.js +9 -0
  55. package/dist/components/order-confirmation/order-confirmation.component.js +4 -3
  56. package/dist/components/order-confirmation/order-confirmation.styles.js +1 -1
  57. package/dist/components/otp/otp.styles.js +6 -6
  58. package/dist/components/overlay/overlay.styles.js +5 -1
  59. package/dist/components/pay-in/pay-in.styles.js +2 -2
  60. package/dist/components/payment-fiat-method/payment-fiat-method.styles.js +20 -4
  61. package/dist/components/payment-option/payment-option.styles.js +10 -12
  62. package/dist/components/performance-time/performance-time.styles.js +2 -2
  63. package/dist/components/phone-country-code/phone-country-code.styles.js +1 -1
  64. package/dist/components/points/points.styles.js +1 -1
  65. package/dist/components/search-button/search-button.styles.js +15 -7
  66. package/dist/components/seated-selector/seated-selector.component.d.ts +4 -1
  67. package/dist/components/seated-selector/seated-selector.component.js +90 -36
  68. package/dist/components/seated-selector/seated-selector.styles.js +89 -14
  69. package/dist/components/seats-io/seats-io.component.d.ts +2 -0
  70. package/dist/components/seats-io/seats-io.component.js +35 -2
  71. package/dist/components/seats-io/seats-io.constants.d.ts +5 -0
  72. package/dist/components/seats-io/seats-io.constants.js +12 -0
  73. package/dist/components/seats-io/seats-io.transform.d.ts +8 -2
  74. package/dist/components/seats-io/seats-io.transform.js +12 -4
  75. package/dist/components/select-list/select-list.styles.js +1 -0
  76. package/dist/components/select-list/select-option/select-option.styles.js +3 -3
  77. package/dist/components/sort-dropdown/sort-dropdown.styles.js +1 -1
  78. package/dist/components/sort-list/sort-list.styles.js +1 -1
  79. package/dist/components/sport-options/sport-option/sport-option.styles.js +2 -2
  80. package/dist/components/star-rating/star-rating.component.d.ts +1 -0
  81. package/dist/components/star-rating/star-rating.component.js +19 -23
  82. package/dist/components/star-rating/star-rating.styles.js +32 -6
  83. package/dist/components/tab/tab.styles.js +1 -1
  84. package/dist/components/tabs/tabs.styles.js +1 -1
  85. package/dist/components/tag/tag.styles.js +7 -7
  86. package/dist/components/text-section/text-section.styles.js +2 -1
  87. package/dist/components/time-tag/time-tag.styles.js +1 -2
  88. package/dist/components/tooltip/tooltip.styles.js +3 -3
  89. package/dist/components/tour-ticket-type-selector/tour-ticket-type/tour-ticket-type.styles.js +2 -2
  90. package/dist/components/tour-ticket-type-selector/tour-ticket-type-selector.component.js +1 -1
  91. package/dist/components/tour-ticket-type-selector/tour-ticket-type-selector.styles.js +1 -9
  92. package/dist/components/transfer-modal/transfer-modal.component.js +3 -3
  93. package/dist/components/transfer-modal/transfer-modal.styles.js +6 -8
  94. package/dist/containers/basket/basket.component.d.ts +1 -1
  95. package/dist/containers/basket/basket.component.js +56 -25
  96. package/dist/containers/footer/footer.styles.js +4 -0
  97. package/dist/containers/navbar/navbar.component.d.ts +5 -1
  98. package/dist/containers/navbar/navbar.component.js +38 -9
  99. package/dist/containers/navbar/navbar.styles.js +38 -12
  100. package/dist/contexts/basket/basket.provider.d.ts +1 -0
  101. package/dist/contexts/basket/basket.provider.js +31 -4
  102. package/dist/contexts/properties.context.d.ts +4 -4
  103. package/dist/core/api/middlewares/booking-session/booking-session.constants.d.ts +1 -0
  104. package/dist/core/api/middlewares/booking-session/booking-session.constants.js +1 -0
  105. package/dist/core/api/middlewares/booking-session/booking-session.js +18 -27
  106. package/dist/core/api/middlewares/booking-session/booking-session.utils.d.ts +4 -4
  107. package/dist/core/api/middlewares/booking-session/booking-session.utils.js +13 -10
  108. package/dist/core/api/queries.js +3 -2
  109. package/dist/core/color-scheme.d.ts +14 -0
  110. package/dist/core/color-scheme.js +48 -0
  111. package/dist/core/currency/constants.d.ts +1 -1
  112. package/dist/core/currency/constants.js +4 -3
  113. package/dist/core/i18n/date.js +20 -9
  114. package/dist/core/i18n/locale-codes.d.ts +2 -2
  115. package/dist/core/i18n/locale-codes.js +4 -0
  116. package/dist/core/images/constants.d.ts +0 -5
  117. package/dist/core/images/constants.js +0 -5
  118. package/dist/core/images/helpers.d.ts +8 -0
  119. package/dist/core/images/helpers.js +14 -6
  120. package/dist/core/images/srcset.js +2 -2
  121. package/dist/core/storybook/demo.d.ts +4 -0
  122. package/dist/core/storybook/demo.js +17 -0
  123. package/dist/core/types/locales.d.ts +7 -0
  124. package/dist/core/utils/datetime.js +10 -4
  125. package/dist/core/utils/locale.d.ts +8 -1
  126. package/dist/core/utils/locale.js +10 -0
  127. package/dist/helpers/helpers.d.ts +1 -1
  128. package/dist/index.d.ts +2 -3
  129. package/dist/index.js +1 -2
  130. package/dist/locales/ar-SA.d.ts +279 -0
  131. package/dist/locales/ar-SA.js +288 -0
  132. package/dist/locales/da-DK.d.ts +100 -82
  133. package/dist/locales/da-DK.js +104 -89
  134. package/dist/locales/de-DE.d.ts +100 -82
  135. package/dist/locales/de-DE.js +104 -89
  136. package/dist/locales/en-IE.d.ts +250 -232
  137. package/dist/locales/en-IE.js +253 -238
  138. package/dist/locales/en-US.d.ts +100 -82
  139. package/dist/locales/en-US.js +105 -90
  140. package/dist/locales/es-ES.d.ts +100 -82
  141. package/dist/locales/es-ES.js +104 -89
  142. package/dist/locales/fr-FR.d.ts +100 -82
  143. package/dist/locales/fr-FR.js +104 -89
  144. package/dist/locales/fr-MA.d.ts +100 -82
  145. package/dist/locales/fr-MA.js +104 -89
  146. package/dist/locales/is-IS.d.ts +100 -82
  147. package/dist/locales/is-IS.js +104 -89
  148. package/dist/locales/it-IT.d.ts +100 -82
  149. package/dist/locales/it-IT.js +104 -89
  150. package/dist/locales/ms-MY.d.ts +100 -82
  151. package/dist/locales/ms-MY.js +104 -89
  152. package/dist/locales/nb-NO.d.ts +100 -82
  153. package/dist/locales/nb-NO.js +104 -89
  154. package/dist/locales/pl-PL.d.ts +100 -82
  155. package/dist/locales/pl-PL.js +104 -89
  156. package/dist/locales/pt-PT.d.ts +100 -82
  157. package/dist/locales/pt-PT.js +104 -89
  158. package/dist/locales/sv-SE.d.ts +100 -82
  159. package/dist/locales/sv-SE.js +104 -89
  160. package/dist/locales/th-TH.d.ts +100 -82
  161. package/dist/locales/th-TH.js +104 -89
  162. package/dist/locales/tr-TR.d.ts +100 -82
  163. package/dist/locales/tr-TR.js +104 -89
  164. package/dist/locales/zh-CN.d.ts +100 -82
  165. package/dist/locales/zh-CN.js +105 -90
  166. package/dist/locales/zh-HK.d.ts +279 -0
  167. package/dist/locales/zh-HK.js +288 -0
  168. package/dist/mixins/coinbase.mixin.js +1 -1
  169. package/dist/mixins/error-modal.styles.js +2 -2
  170. package/dist/mixins/location-search/location-search.js +3 -3
  171. package/dist/mixins/location-search/location-search.styles.js +6 -5
  172. package/dist/sdk/chrome.d.ts +9 -3
  173. package/dist/sdk/chrome.js +21 -9
  174. package/dist/sdk/element-adapter.js +11 -8
  175. package/dist/sdk/mount.d.ts +3 -3
  176. package/dist/sdk/mount.js +150 -42
  177. package/dist/sdk/navigation-intent.js +3 -0
  178. package/dist/sdk/page-registry.d.ts +14 -2
  179. package/dist/sdk/page-registry.js +33 -13
  180. package/dist/sdk/theme.d.ts +1 -15
  181. package/dist/sdk/theme.js +4 -39
  182. package/dist/sdk/types.d.ts +55 -24
  183. package/dist/sdk/url.d.ts +24 -3
  184. package/dist/sdk/url.js +66 -27
  185. package/dist/sdk/validation.d.ts +0 -7
  186. package/dist/sdk/validation.js +105 -47
  187. package/dist/styles/contrast-fixtures.d.ts +0 -5
  188. package/dist/styles/contrast-fixtures.js +79 -9
  189. package/dist/styles/contrast.js +4 -3
  190. package/dist/styles/defaults/component.js +17 -1
  191. package/dist/styles/primitives.d.ts +0 -10
  192. package/dist/styles/primitives.js +2 -12
  193. package/dist/styles/tokens.d.ts +1 -1
  194. package/dist/styles/tokens.generated.d.ts +1 -1
  195. package/dist/styles/tokens.generated.js +1 -1
  196. package/dist/styles/tokens.metadata.d.ts +1 -1
  197. package/dist/styles/tokens.metadata.js +360 -90
  198. package/dist/views/details-page/details-page.component.d.ts +5 -5
  199. package/dist/views/details-page/details-page.component.js +97 -71
  200. package/dist/views/details-page/details-page.styles.js +64 -9
  201. package/dist/views/details-page/partials/theater-description/theater-description.component.js +5 -0
  202. package/dist/views/help-page/help-page.component.d.ts +1 -0
  203. package/dist/views/help-page/help-page.component.js +11 -4
  204. package/dist/views/help-page/help-page.styles.js +21 -8
  205. package/dist/views/landing-page/landing-page.component.d.ts +4 -4
  206. package/dist/views/landing-page/landing-page.component.js +65 -65
  207. package/dist/views/landing-page/landing-page.styles.js +70 -3
  208. package/dist/views/payment-page/partials/activity-details/activity-details.styles.js +10 -33
  209. package/dist/views/payment-page/partials/billing-address/billing-address.styles.js +4 -9
  210. package/dist/views/payment-page/partials/confirmation/confirmation.styles.js +6 -6
  211. package/dist/views/payment-page/partials/hotel-pickup-list/hotel-pickup-list.styles.js +4 -4
  212. package/dist/views/payment-page/partials/payment-type-selector/payment-type-selector.styles.js +1 -0
  213. package/dist/views/payment-page/partials/stripe/stripe.component.d.ts +1 -1
  214. package/dist/views/payment-page/partials/stripe/stripe.component.js +11 -12
  215. package/dist/views/payment-page/partials/stripe/stripe.constants.d.ts +2 -15
  216. package/dist/views/payment-page/partials/stripe/stripe.constants.js +4 -17
  217. package/dist/views/payment-page/partials/stripe/stripe.styles.js +16 -23
  218. package/dist/views/payment-page/partials/stripe/stripe.utils.d.ts +25 -14
  219. package/dist/views/payment-page/partials/stripe/stripe.utils.js +111 -62
  220. package/dist/views/payment-page/partials/terms-checkbox/terms-checkbox.styles.js +1 -1
  221. package/dist/views/payment-page/payment-page.component.d.ts +1 -0
  222. package/dist/views/payment-page/payment-page.component.js +19 -9
  223. package/dist/views/payment-page/payment-page.styles.js +37 -32
  224. package/dist/views/payment-page/payment-page.utils.d.ts +7 -0
  225. package/dist/views/payment-page/payment-page.utils.js +29 -14
  226. package/dist/views/payment-page/payment-page.validators.js +9 -3
  227. package/dist/views/payment-page/services/payment-api.service.d.ts +1 -1
  228. package/dist/views/search-page/search-page.component.d.ts +1 -0
  229. package/dist/views/search-page/search-page.component.js +12 -6
  230. package/dist/views/search-page/search-page.styles.js +24 -2
  231. package/dist/views/suggestion-widget/suggestion-widget.styles.js +1 -1
  232. package/package.json +62 -75
  233. package/dist/custom-elements.json +0 -37378
  234. package/dist/sdk/meta.d.ts +0 -7
  235. package/dist/sdk/meta.js +0 -9
  236. package/dist/styles/tokens.css +0 -359
@@ -5,269 +5,284 @@ import { str } from '@lit/localize';
5
5
  /* eslint-disable no-irregular-whitespace */
6
6
  /* eslint-disable @typescript-eslint/no-explicit-any */
7
7
  export const templates = {
8
- 's068d4dd16d9106d0': `Icon`,
9
- 's6c76b294d740446c': `Activity`,
10
- 's9ca372a6096ddd54': `Music`,
11
- 's15194cf12eb014cd': `Sport`,
12
- 's589ade03e24b3dec': `Theatre`,
13
- 's4c4e33c8c5ffe216': `Previous Month`,
14
- 's06963fd6fbd255b6': `Next Month`,
8
+ 'h0453a9c8ddf1e74c': html `If you need help with your order, please visit our Help Centre`,
9
+ 'h0f22760eabebc0d2': html `Based on ${0} Reviews`,
10
+ 'h41ee003df7011ba3': html `Resend code (${0}s)`,
11
+ 'h4653b4623e11cce8': html `Resend (${0}s)`,
12
+ 'h62aa06b7d898393a': html `${0} activities`,
13
+ 'h95c0ee9db9bc7a2e': html `We've sent your order confirmation to ${0}`,
14
+ 'hd48f85821228fb37': html `Please check ${0} for your 6 digit code`,
15
+ 's003d3f04ab3c63af': `Required by operator for safety reasons`,
15
16
  's01769b46d7a9bcbe': `Please select a tour language`,
16
- 'sdf566eeae04c0483': `Please select a time`,
17
- 'scc1db59d292cbc4c': `Section`,
18
- 'sed8ec5e3c64fa25d': `Total`,
19
- 's66241ced41f02eaa': `Seatmap for illustrative purposes only`,
20
- 's5e8250fb85d64c23': `Close`,
21
- 'sc16e00a7a8b2fde2': `Back`,
22
- 's291aac5ed9761710': `Photos`,
23
- 's48e186fb300e5464': `Time`,
24
- 'seed76e8afe9f604a': `Price`,
25
- 's214bac601e6d7da8': `each`,
26
- 'sd8fc3dc0c9cc5758': `Pay in`,
27
- 'sce2300ea82130155': `Earn from`,
28
- 's5f0835c3498593e7': `Pay from`,
29
- 'see2fcaedf9743ec6': `Location`,
17
+ 's01ca6f3c6dcac61b': `Please choose seats next to each other.`,
18
+ 's0230dfb6b6c1e011': `Your card was declined.`,
19
+ 's02cbd3b6873bf3cc': `We've sent your order confirmation to`,
20
+ 's0379fc73608ab971': `Done`,
30
21
  's0487f33d9ddaabde': `About`,
31
- 'sf5036bf805af865e': `Seatmap`,
22
+ 's053945ad43e9d1d6': `Please enter the verification code`,
23
+ 's055e7b1eb0e8152f': `What's included`,
24
+ 's065490f8b6557fa8': `Address line 1`,
25
+ 's065493f8b65584c1': `Address line 2`,
26
+ 's068d4dd16d9106d0': `Icon`,
27
+ 's06963fd6fbd255b6': `Next Month`,
28
+ 's06e48df1da26857e': `Firstname + Surname`,
32
29
  's072873fcb8392b95': `For illustrative purposes only`,
30
+ 's07c32b16a0cc7f41': `I confirm I have read and accept FIDA's Terms & Conditions`,
31
+ 's0832cb53a9099084': `Browse events`,
32
+ 's088e2b07b5393093': `ea`,
33
+ 's0a88a6ae24e8ac10': `Please enter your email address`,
34
+ 's0d642c7eac029f8c': `Enter event name`,
35
+ 's0ec46bff04cae43d': `tickets for`,
36
+ 's0f670499517f14df': `Required by club for safety reasons`,
37
+ 's0fb0fc272e807ad1': `Your card's security code is incomplete.`,
33
38
  's11602ea206accf6e': `Seat Map`,
34
- 's8654133f4227b6dc': `Highlights`,
35
- 'seb5e1ea8f8f5728a': `Itinerary`,
36
- 's92921878e886e36d': `Duration`,
37
- 's055e7b1eb0e8152f': `What's included`,
38
- 's42211e5b076304b9': `What's excluded`,
39
- 's6bc8b1530d693ee9': `Departure Point`,
40
- 's195e67d70525b331': `Please note`,
41
- 'sa61534a5c0c71f5e': `Cancellation`,
42
- 's5f343a43e7ea9f91': `Error`,
43
- 'sc2f116c0ea77d58a': `Error message`,
44
- 'sf430ade9e0767d02': `We're sorry,`,
45
- 'sb9bd4f5a3810b77e': `Something went wrong`,
46
- 's318aefcc44f6fbdc': `Please refresh the page and try again.`,
47
- 's8315ddc4161a498b': `If the problem persists, please contact our`,
48
- 's1f7703cffaf7880b': `Open help centre`,
49
- 's632b0d6f5b8f60b5': `Help centre`,
50
- 's42cbc1ed3d490ba8': str `From ${0} per adult`,
51
- 'sec06d1d43580b496': `Check Availability`,
52
- 'sc34d8c2a3d180a29': `Add to basket`,
53
- 'saaf58da3a384352a': str `We have ${0} available options`,
54
- 's31b54217aedd072d': `Please select a performance time`,
55
- 's99a14b1e12386fa1': str `${0} Tickets for ${1}`,
56
- 's43f528d2fff00362': str `Booking fee (${0} per ticket)`,
57
- 's5c843d9e674e1c41': str `${0} tickets for ${1}`,
58
- 'sca6f02fbd9e373b4': `Added to basket`,
59
- 'sf60706e54bda838a': `Go to basket`,
60
- 's42c3f76163444278': `Continue shopping`,
61
- 's28b1ee8b52306d04': `We're sorry, there are not enough tickets available for this event`,
62
- 's613ca1dae8c9c2f2': `Please try a different date or number of tickets`,
63
- 'sdc2fc49bb9d4b82e': `Refresh the page`,
64
- 'se374a10ee87f7f8c': `Terms & Conditions`,
65
- 'se78c02e9a98a0f47': `Privacy`,
66
- 'sc354c34c1a7cbcc4': `Cookies`,
67
- 'seeda9b3e208305ff': `Partner with Coras`,
68
- 's7ac23a5b8153fad5': `Help Centre`,
69
- 's7572f8d1e64214a9': `This is a required field`,
70
- 's9145aa93cf917ae4': `Please enter a valid email address`,
71
- 'sef49aec68fd1dc66': `Name`,
72
- 'se80ccbc8f2174567': `Enter your name`,
73
- 's38887b94b3320533': `Email address`,
74
- 's70ab5bb776df5e7c': `Enter your email address`,
39
+ 's11cc9ffa7ddc8e94': `Your basket is empty!`,
40
+ 's13a66c3ef0b5bf5f': `Overall Rating`,
75
41
  's14cc42e0b8fe4c84': `Event or attraction name`,
76
- 's0d642c7eac029f8c': `Enter event name`,
77
- 's7571bffb300cd56a': `Order reference`,
78
- 'sb61dfe1d5012cc35': `What is your question about`,
79
- 's8bcbc2856e771f09': `Select from options`,
80
- 'sa7d09574ece17145': `Tell us how we can help`,
81
- 'sd964b91b1084d970': `Attractions tickets`,
82
- 's56d9d499ce21aa71': `Music tickets`,
42
+ 's15194cf12eb014cd': `Sport`,
83
43
  's1726f691155bad09': `Theatre tickets`,
44
+ 's195e67d70525b331': `Please note`,
45
+ 's1a3c32dd624ff8fd': `Your card number is incomplete.`,
46
+ 's1d1d5f97e6c7c7bd': str `Maximum ${0} characters allowed`,
47
+ 's1edc4e64bd3d07fa': str `Booking fee ${0}`,
48
+ 's1f496958555429be': `Hotel pickup (included)`,
49
+ 's1f7703cffaf7880b': `Open help centre`,
50
+ 's207d7cbee7214197': `Resend Code`,
84
51
  's208665855189c10c': `Sport tickets`,
85
- 'sd15de0dcd2378a55': `Contact us`,
86
- 's302b8b3db5e19407': `If you can’t find what you are looking for in our info sections, please tell us how we can help`,
87
- 's4acf0b8071b38761': `Send query `,
88
- 's84a7ee7d2559f1e1': `I need help with...`,
89
- 's3b9cb6516f644f10': `Thank you, we’ve received your query`,
52
+ 's214bac601e6d7da8': `each`,
53
+ 's2220ac9a490a6aad': `You do not have enough FIDA to Pay in FIDA this time`,
54
+ 's22771f6bba73d648': `Your card’s expiration year is in the past.`,
55
+ 's2468b69d10791c82': `City`,
56
+ 's24836d5e8de2ef53': `Basket`,
57
+ 's255857544a9d5ec0': `Reset`,
58
+ 's261f88c673a6b512': `Select pick up location`,
59
+ 's289520a696583a56': `No results.`,
60
+ 's28b1ee8b52306d04': `We're sorry, there are not enough tickets available for this event`,
61
+ 's291aac5ed9761710': `Photos`,
62
+ 's2a0431e62980ccb6': `These have been added to your account and can be used to pay for future purchases from the FIDA Shop.`,
90
63
  's2af92d203c6533c4': `We will reply to the email address you provided as soon as possible. Need to confirm message that goes here.`,
91
- 's8f683174898a4afa': `Browse other events`,
92
- 's791ef75ce61f73be': `Popular`,
93
- 'sa8e8cc2558962d51': `Things to do in`,
94
- 'sd0827f83a77da218': `Where are you going?`,
95
- 'sad4a0401aafaab57': `Location image`,
96
- 's64c725e7c35bfc44': `Image could not be loaded`,
97
- 's89e67fd80f40c338': `Loading image...`,
98
- 'sa8beb6b1182241ac': `Filters`,
99
- 'sa6ab5184d6315895': `From`,
100
- 'h62aa06b7d898393a': html `${0} activities`,
101
- 'se256f991824c9ae0': `Flag icon`,
64
+ 's2b62420bebf9e6e4': str `Minimum ${0} characters required`,
65
+ 's2d1d27aa9a7ab857': `Hotel pickup`,
66
+ 's2d6ceb2ed95d2aec': `Your card’s security code is invalid.`,
67
+ 's302b8b3db5e19407': `If you can’t find what you are looking for in our info sections, please tell us how we can help`,
68
+ 's30953bd831efad6c': `Login failed. Please try again.`,
69
+ 's318aefcc44f6fbdc': `Please refresh the page and try again.`,
70
+ 's31b54217aedd072d': `Please select a performance time`,
71
+ 's32b30574fbef4a04': `Passport number`,
72
+ 's344c7633610bf8b0': `Back to top`,
73
+ 's355b21b89ce5d9c5': `Details`,
102
74
  's3606b9d856cdbafe': `Sort by`,
75
+ 's376766fd26cf3bd3': `Recently viewed`,
76
+ 's38887b94b3320533': `Email address`,
77
+ 's38b7890d18383c99': `When you add tickets to your basket, they will appear here`,
78
+ 's38bf5b02316633fe': str `Explore ${0}`,
79
+ 's38eb6b65959cd214': `Billing address`,
80
+ 's393fa33e92e1b35c': `Send code`,
103
81
  's3b8a6245b12fa2ad': `Breadcrumbs`,
104
- 's732385cbc938b7a1': `All dates`,
105
- 's255857544a9d5ec0': `Reset`,
106
- 's0379fc73608ab971': `Done`,
107
- 's8cda828dac449ea5': `Clear all`,
108
- 'sd574f2d5de170480': `Apply filters`,
109
- 'sd7d17730c0c10ec4': `Popular on our site`,
110
- 'sbd34c25455a075a8': str `Showing results for ‘${0}’`,
111
- 'sba690fe0b679f723': `No attractions found for your criteria.`,
112
- 's344c7633610bf8b0': `Back to top`,
113
- 's5baecf6a8b5e582f': `Select your currency`,
114
- 's7aa03410a4afcc96': `Select your language`,
115
- 'sb84d72388b33a3a4': `Your basket`,
82
+ 's3b9cb6516f644f10': `Thank you, we’ve received your query`,
83
+ 's3bd9192a47014fac': `We will email your order confirmation to this address`,
84
+ 's3d0bb0448ae28706': `Postcode`,
85
+ 's3d1d2fdc677de804': `Type or select country`,
86
+ 's3d52d1be2d6d171d': `Your card’s expiration year is invalid.`,
87
+ 's3dc9fd50cee69d30': `Please enter a valid date`,
116
88
  's3e7884bf4f412c6f': `items`,
117
- 'sb46123a97302f3ae': `Total in FIDA`,
118
- 'se4bfd14e0c3355ac': `Total in`,
89
+ 's40d76f1f51639ec0': `Person`,
90
+ 's42211e5b076304b9': `What's excluded`,
91
+ 's42c3f76163444278': `Continue shopping`,
92
+ 's42cbc1ed3d490ba8': str `From ${0} per adult`,
93
+ 's4356163009e59310': `Your card’s expiration month is invalid.`,
94
+ 's43f528d2fff00362': str `Booking fee (${0} per ticket)`,
95
+ 's4543ff29118e088d': `Confirming...`,
96
+ 's463b8c4e92751ba5': `Options`,
97
+ 's4715435f75327cc1': `Please select the number of tickets.`,
119
98
  's4840b56c1ccf7c87': `Earn`,
120
- 'sd1797c5a30652800': `Total Price`,
121
- 's24836d5e8de2ef53': `Basket`,
122
- 's11cc9ffa7ddc8e94': `Your basket is empty!`,
123
- 's38b7890d18383c99': `When you add tickets to your basket, they will appear here`,
124
- 's5d86c9720b06c065': `Tickets reserved for`,
125
- 's088e2b07b5393093': `ea`,
126
- 's978836a21387aa75': `Checkout now`,
99
+ 's48cecdf70134bbb2': `Activity details`,
100
+ 's48e186fb300e5464': `Time`,
101
+ 's4a0aa9b114d56102': `A verification code has been sent to your registered phone number. Enter the 6-digit code below to confirm your payment.`,
127
102
  's4a0ed56eb391ce22': `Tickets`,
128
- 'sb75ee24776b3d425': `Ticket`,
129
- 'sb5fd6f925a5bd3ea': `ticket for`,
130
- 's0ec46bff04cae43d': `tickets for`,
131
- 'sfd25dcb1e3a468be': `Search events`,
132
- 's289520a696583a56': `No results.`,
133
- 's376766fd26cf3bd3': `Recently viewed`,
134
- 'sa40ddac6755d18e2': `Show all results for`,
135
- 'sefcf950b3cc4fc3b': `Language`,
136
- 's77dde5ef6c52def6': `Currency`,
103
+ 's4a6cd7e038947472': str `${0} Tickets : ${1} (${2} each)`,
104
+ 's4acf0b8071b38761': `Send query `,
105
+ 's4c4e33c8c5ffe216': `Previous Month`,
106
+ 's517acbf1f96324f9': `Weight`,
107
+ 's52f99caec1114ea3': str `Please wait ${0} seconds before resending.`,
108
+ 's539cc7126a88f5a8': `An error occurred. Please try again.`,
109
+ 's56d9d499ce21aa71': `Music tickets`,
110
+ 's589ade03e24b3dec': `Theatre`,
137
111
  's5921af1f9988e939': `Search event`,
138
- 'se046d97f0d9dd903': `Type name or select`,
139
- 'hd5155d8dbccbd389': html `Good news! You’ve collected
140
- <strong>${0} FIDA tokens</strong> on this purchase.`,
141
- 's2a0431e62980ccb6': `These have been added to your account and can be used to pay for future purchases from the FIDA Shop.`,
142
- 's6434ccb2ab38de1e': `Go to FIDA Account (opens in a new tab)`,
143
- 'sa13dd70348dac081': `Go to FIDA Account`,
144
- 'sf61433571f3a443b': `Confirming payment...`,
145
- 's9f0f97043cfaffb1': `Verify your payment`,
146
- 'hcd64cd00cbcbc453': html `A verification code has been sent to
147
- <strong>${0}</strong>. Enter the 6-digit code
148
- below to confirm your payment.`,
149
- 's4a0aa9b114d56102': `A verification code has been sent to your registered phone number. Enter the 6-digit code below to confirm your payment.`,
150
- 'se3d2b191408a6254': `By confirming, the FIDA tokens will be transferred from your wallet to complete this payment.`,
151
- 'h41ee003df7011ba3': html `Resend code (${0}s)`,
152
- 'sf5f07bb2e5b280b7': `Resend code`,
153
- 's4543ff29118e088d': `Confirming...`,
154
- 'sb85774dc5d18ff0f': `Confirm`,
112
+ 's5b0cdec697634a43': `Your card’s security code is incomplete.`,
113
+ 's5baecf6a8b5e582f': `Select your currency`,
155
114
  's5bd685b647375404': `Confirming your payment...`,
156
- 'sc9f3dcec92273865': `Please wait while the transaction is being processed.`,
157
- 's0a88a6ae24e8ac10': `Please enter your email address`,
158
- 's62c8714f22e8581e': `We will send a code to this address`,
159
- 'sc377239766b138ef': `I agree to receive emails from FIDA.`,
160
- 'sb3d4f79d9d8b71e5': `Submit`,
161
- 'h47338d28386cc4aa': html `Please check <strong>${0}</strong> for your 6 digit code`,
162
- 'h4653b4623e11cce8': html `Resend (${0}s)`,
163
- 's207d7cbee7214197': `Resend Code`,
164
- 's871b1fe6d1846958': `Phone Number`,
165
- 's6f932154a669cc49': `Enter your phone number`,
166
- 'hd7d5d1e8e34d7bb9': html `We'll send a one-time code to your phone number ending in
167
- <strong>${0}</strong> to verify it.`,
168
- 'sbbb558d4adb8c7c4': `Add your phone number to protect your FIDA payments. We'll send a one-time code to verify it.`,
169
- 's86e180b4d89f9bbe': `Change phone number`,
170
- 's393fa33e92e1b35c': `Send code`,
171
- 'h154a334db5ee53e4': html `Please check <strong>${0}</strong> for your 6
172
- digit code`,
173
- 'scd0b9d7c6f9c597d': `Your code will expire in 5 minutes`,
174
- 'sf40442de55b19e30': `Secure your account`,
115
+ 's5c843d9e674e1c41': str `${0} tickets for ${1}`,
116
+ 's5cf68140409e6208': `Thanks, your booking is confirmed!`,
117
+ 's5d86c9720b06c065': `Tickets reserved for`,
175
118
  's5e27738a2e8eb763': `Sign in`,
176
- 's732d031b2be46181': `Please enter a valid phone number`,
177
- 's1d1d5f97e6c7c7bd': str `Maximum ${0} characters allowed`,
178
- 's2b62420bebf9e6e4': str `Minimum ${0} characters required`,
119
+ 's5e8250fb85d64c23': `Close`,
120
+ 's5f0835c3498593e7': `Pay from`,
121
+ 's5f343a43e7ea9f91': `Error`,
122
+ 's613ca1dae8c9c2f2': `Please try a different date or number of tickets`,
123
+ 's62c8714f22e8581e': `We will send a code to this address`,
124
+ 's632b0d6f5b8f60b5': `Help centre`,
125
+ 's63a8d5c967692fd8': str `Book top-rated activities for ${0}`,
126
+ 's6434ccb2ab38de1e': `Go to FIDA Account (opens in a new tab)`,
127
+ 's64c725e7c35bfc44': `Image could not be loaded`,
128
+ 's65d8b64cc2edc07f': `An error occurred.`,
129
+ 's66241ced41f02eaa': `Seatmap for illustrative purposes only`,
130
+ 's6765e69c04d66039': `Invalid or expired verification code. Please try again.`,
131
+ 's67b559eeb2136588': `Loading seat map…`,
132
+ 's68323a30f0d5bdfa': `Passport expiry date`,
179
133
  's698589c71ed3203f': `Only letters and numbers are allowed`,
180
- 'sd715e3f32ad86586': `Please enter a valid date in format YYYY-MM-DD`,
181
- 's3dc9fd50cee69d30': `Please enter a valid date`,
182
- 'se789bfdae3410a1b': `Passport must not be expired`,
183
- 'sab459038e3c6bcb8': `First name`,
134
+ 's6992d6150e46d6fc': `Add tickets to your basket to check out.`,
135
+ 's6bc8b1530d693ee9': `Departure Point`,
136
+ 's6c76b294d740446c': `Activity`,
137
+ 's6d84c67f663fb24d': `Too many attempts. Please try again later.`,
184
138
  's6e8059179423bfa0': `Last name`,
185
- 's3bd9192a47014fac': `We will email your order confirmation to this address`,
186
- 'sf1bc83d2509bafcf': `Phone`,
187
- 's065490f8b6557fa8': `Address line 1`,
188
- 's065493f8b65584c1': `Address line 2`,
189
- 's2468b69d10791c82': `City`,
190
- 's3d0bb0448ae28706': `Postcode`,
191
- 's40d76f1f51639ec0': `Person`,
192
- 's06e48df1da26857e': `Firstname + Surname`,
193
- 'sffdadf0a576fd802': `Height`,
194
- 's003d3f04ab3c63af': `Required by operator for safety reasons`,
195
- 's517acbf1f96324f9': `Weight`,
196
- 's32b30574fbef4a04': `Passport number`,
197
- 's0f670499517f14df': `Required by club for safety reasons`,
198
- 'seaacf6e071686155': `Passport nationality`,
199
- 's68323a30f0d5bdfa': `Passport expiry date`,
200
- 's93c046d8c5bb2047': `Date of birth`,
201
- 'sc0a0c87d5c556c38': `Phone number`,
202
- 's1f496958555429be': `Hotel pickup (included)`,
203
- 's1a3c32dd624ff8fd': `Your card number is incomplete.`,
139
+ 's6f932154a669cc49': `Enter your phone number`,
140
+ 's709af33057592dd8': `Your card’s security code is incorrect.`,
141
+ 's70ab5bb776df5e7c': `Enter your email address`,
142
+ 's732385cbc938b7a1': `All dates`,
143
+ 's732d031b2be46181': `Please enter a valid phone number`,
144
+ 's7571bffb300cd56a': `Order reference`,
145
+ 's7572f8d1e64214a9': `This is a required field`,
204
146
  's76e508e5ee58da2d': `Your card's expiration date is incomplete.`,
205
- 's0fb0fc272e807ad1': `Your card's security code is incomplete.`,
206
- 's6d5af853fac7b297': `Select country`,
207
- 's2d1d27aa9a7ab857': `Hotel pickup`,
208
- 's261f88c673a6b512': `Select pick up location`,
209
- 'sc1a94937d6795b91': `Thanks, your bookings are confirmed!`,
210
- 's5cf68140409e6208': `Thanks, your booking is confirmed!`,
211
- 's02cbd3b6873bf3cc': `We've sent your order confirmation to`,
212
- 'sb3dbeaf294fd9bdd': `Amount Paid`,
213
- 'sb5c2050ca21cdee6': `If you need help with your order, please visit our`,
214
- 's9ca2c3aecc846712': `Pay in FIDA`,
215
- 's8dd38519f42fc289': `Pay`,
216
- 'sbb9b8e30a21c6548': `Please note, you can only pay in FIDA, if you have enough FIDA in your Account.`,
217
- 's463b8c4e92751ba5': `Options`,
218
- 's539cc7126a88f5a8': `An error occurred. Please try again.`,
219
- 'sf07904be22a6165a': `Email is required`,
220
- 's48cecdf70134bbb2': `Activity details`,
221
- 's38eb6b65959cd214': `Billing address`,
147
+ 's771897106728d3f6': `An error occurred while processing the card.`,
148
+ 's77dde5ef6c52def6': `Currency`,
149
+ 's791ef75ce61f73be': `Popular`,
150
+ 's7aa03410a4afcc96': `Select your language`,
151
+ 's7ac23a5b8153fad5': `Help Centre`,
152
+ 's7f3437809d931336': `Reviews`,
153
+ 's8195430312d62be0': `Your card has not been charged. If you want to try again, please click the button to go back to the same event`,
154
+ 's8315ddc4161a498b': `If the problem persists, please contact our`,
155
+ 's84a7ee7d2559f1e1': `I need help with...`,
156
+ 's8654133f4227b6dc': `Highlights`,
157
+ 's86d7da761b5e390d': `I have read and agree to the terms and conditions.`,
158
+ 's86e180b4d89f9bbe': `Change phone number`,
159
+ 's871b1fe6d1846958': `Phone Number`,
222
160
  's87bae2710b2492c3': `Contact`,
223
- 'sa8535600e6997bcf': `Your card number is not a valid credit card number.`,
224
- 's4356163009e59310': `Your card’s expiration month is invalid.`,
225
- 's3d52d1be2d6d171d': `Your card’s expiration year is invalid.`,
226
- 's22771f6bba73d648': `Your card’s expiration year is in the past.`,
227
- 's2d6ceb2ed95d2aec': `Your card’s security code is invalid.`,
228
- 'scf61ccc6056c17d2': `Your card number is incorrect.`,
229
- 's5b0cdec697634a43': `Your card’s security code is incomplete.`,
230
- 'se2b298fd65f45cc7': `Your card’s expiration date is incomplete.`,
161
+ 's8bcbc2856e771f09': `Select from options`,
162
+ 's8cda828dac449ea5': `Clear all`,
163
+ 's8dd38519f42fc289': `Pay`,
164
+ 's8f683174898a4afa': `Browse other events`,
165
+ 's8f94436e63f36047': `Pay now with`,
231
166
  's90e83b2c18f39409': `Your card has expired.`,
232
- 's709af33057592dd8': `Your card’s security code is incorrect.`,
167
+ 's9145aa93cf917ae4': `Please enter a valid email address`,
233
168
  's9181c89c4a58402a': `Your card’s zip code failed validation.`,
234
- 's0230dfb6b6c1e011': `Your card was declined.`,
235
- 'scd1ca177bf7ddf98': `There is no card on a customer that is being charged.`,
236
- 's771897106728d3f6': `An error occurred while processing the card.`,
237
- 's65d8b64cc2edc07f': `An error occurred.`,
238
- 's6d84c67f663fb24d': `Too many attempts. Please try again later.`,
239
- 's52f99caec1114ea3': str `Please wait ${0} seconds before resending.`,
240
- 'sd4d1e43525fd598a': `Failed to send verification code. Please try again.`,
241
- 's053945ad43e9d1d6': `Please enter the verification code`,
242
- 's30953bd831efad6c': `Login failed. Please try again.`,
243
- 'sba5dce52c7f589f2': `Invalid or expired code. Please try again.`,
169
+ 's92921878e886e36d': `Duration`,
170
+ 's93c046d8c5bb2047': `Date of birth`,
171
+ 's953fc82dcd20c9f8': `Thanks, your booking is confirmed! `,
172
+ 's970136aeacc82f0c': `See all activities`,
173
+ 's978836a21387aa75': `Checkout now`,
174
+ 's99a14b1e12386fa1': str `${0} Tickets for ${1}`,
175
+ 's9ab68896f4be9e65': `Pay now`,
176
+ 's9ca2c3aecc846712': `Pay in FIDA`,
177
+ 's9ca372a6096ddd54': `Music`,
178
+ 's9f0f97043cfaffb1': `Verify your payment`,
244
179
  's9fe1c455c8e043b2': `Failed to initiate MFA enrollment`,
180
+ 'sa13dd70348dac081': `Go to FIDA Account`,
181
+ 'sa40ddac6755d18e2': `Show all results for`,
182
+ 'sa4425361d4b8e155': str `If you pay in ${0}, you will earn FIDA`,
183
+ 'sa61534a5c0c71f5e': `Cancellation`,
184
+ 'sa6ab5184d6315895': `From`,
185
+ 'sa7d09574ece17145': `Tell us how we can help`,
186
+ 'sa8535600e6997bcf': `Your card number is not a valid credit card number.`,
187
+ 'sa8beb6b1182241ac': `Filters`,
188
+ 'sa8e8cc2558962d51': `Things to do in`,
189
+ 'saaf58da3a384352a': str `We have ${0} available options`,
190
+ 'sab459038e3c6bcb8': `First name`,
191
+ 'sac33f8b1ee0a8a70': str `${0} seats selected`,
192
+ 'sad4a0401aafaab57': `Location image`,
193
+ 'sb05eb16313ad5810': `Error!`,
194
+ 'sb074169ce94feeb0': `Insufficient FIDA balance`,
195
+ 'sb182f52b56175d8c': `No countries found`,
196
+ 'sb26e53053d747113': `Tickets &amp; Tours`,
197
+ 'sb3d4f79d9d8b71e5': `Submit`,
198
+ 'sb3dbeaf294fd9bdd': `Amount Paid`,
199
+ 'sb46123a97302f3ae': `Total in FIDA`,
245
200
  'sb47b0b39e28f35a8': `Verification failed. Please try again.`,
246
- 's6765e69c04d66039': `Invalid or expired verification code. Please try again.`,
247
- 'sfa28319e707cf5d5': `Order details`,
248
- 's07c32b16a0cc7f41': `I confirm I have read and accept FIDA's Terms &amp; Conditions`,
201
+ 'sb59d68ed12d46377': `Loading`,
202
+ 'sb5c2050ca21cdee6': `If you need help with your order, please visit our`,
203
+ 'sb5fd6f925a5bd3ea': `ticket for`,
204
+ 'sb61dfe1d5012cc35': `What is your question about`,
205
+ 'sb75ee24776b3d425': `Ticket`,
249
206
  'sb7600e1426fb67c7': `I confirm I have read and accept Coras's Terms &amp; Conditions`,
250
- 'sb074169ce94feeb0': `Insufficient FIDA balance`,
251
- 's8f94436e63f36047': `Pay now with`,
252
- 's1d0da08897634ecb': `FIDA balance`,
253
- 's9ab68896f4be9e65': `Pay now`,
254
- 'sd002a6411d593b33': `Payment details`,
255
- 'sf89196d28dfa8629': `Sorry, your order was not successful`,
256
- 's8195430312d62be0': `Your card has not been charged. If you want to try again, please click the button to go back to the same event`,
207
+ 'sb84d72388b33a3a4': `Your basket`,
208
+ 'sb85774dc5d18ff0f': `Confirm`,
209
+ 'sb9bd4f5a3810b77e': `Something went wrong`,
210
+ 'sba5dce52c7f589f2': `Invalid or expired code. Please try again.`,
211
+ 'sba690fe0b679f723': `No attractions found for your criteria.`,
212
+ 'sbb7d883d08cba223': str `Select your seats for ${0}`,
213
+ 'sbb9b8e30a21c6548': `Please note, you can only pay in FIDA, if you have enough FIDA in your Account.`,
214
+ 'sbbb558d4adb8c7c4': `Add your phone number to protect your FIDA payments. We'll send a one-time code to verify it.`,
215
+ 'sbc57430ab412e891': str `${0} FIDA tokens`,
216
+ 'sbd34c25455a075a8': str `Showing results for ‘${0}’`,
217
+ 'sc0a0c87d5c556c38': `Phone number`,
218
+ 'sc16e00a7a8b2fde2': `Back`,
219
+ 'sc1a94937d6795b91': `Thanks, your bookings are confirmed!`,
220
+ 'sc2f116c0ea77d58a': `Error message`,
221
+ 'sc34d8c2a3d180a29': `Add to basket`,
222
+ 'sc354c34c1a7cbcc4': `Cookies`,
223
+ 'sc377239766b138ef': `I agree to receive emails from FIDA.`,
224
+ 'sc84bf2d183cd320b': str `Row ${0}, Seats ${1}`,
225
+ 'sc9f3dcec92273865': `Please wait while the transaction is being processed.`,
226
+ 'sca6f02fbd9e373b4': `Added to basket`,
227
+ 'scbaa2a2ceb044c0a': `Select your seats`,
228
+ 'scc1db59d292cbc4c': `Section`,
229
+ 'scd0b9d7c6f9c597d': `Your code will expire in 5 minutes`,
230
+ 'scd1ca177bf7ddf98': `There is no card on a customer that is being charged.`,
257
231
  'scd1dd6ff53d0d01a': `Try again`,
258
- 's49730f3d5751a433': `Loading...`,
232
+ 'scd525a733e4c9110': `Your FIDA balance is`,
233
+ 'sce2300ea82130155': `Earn from`,
234
+ 'scf61ccc6056c17d2': `Your card number is incorrect.`,
235
+ 'sd002a6411d593b33': `Payment details`,
236
+ 'sd0827f83a77da218': `Where are you going?`,
237
+ 'sd15de0dcd2378a55': `Contact us`,
238
+ 'sd1797c5a30652800': `Total Price`,
259
239
  'sd20a2299b31382f0': `FIDA Rewards for this transaction`,
260
- 'h67ad5d27ebf87153': html `Order reference <strong>${0}</strong>`,
261
- 'h317571c48ec77f67': html `We've sent your order confirmation to
262
- <strong>${0}</strong>`,
263
- 'h0453a9c8ddf1e74c': html `If you need help with your order, please visit our Help Centre`,
264
- 's953fc82dcd20c9f8': `Thanks, your booking is confirmed! `,
265
- 's355b21b89ce5d9c5': `Details`,
266
- 's13a66c3ef0b5bf5f': `Overall Rating`,
267
- 'h0f22760eabebc0d2': html `Based on ${0} Reviews`,
268
- 's7f3437809d931336': `Reviews`,
269
- 's86d7da761b5e390d': `I have read and agree to the terms and conditions.`,
270
- 's38bf5b02316633fe': str `Explore ${0}`,
271
- 's970136aeacc82f0c': `See all activities`,
272
- 'sbf011c93040f8a2f': str `Book top rated activities for ${0}`,
240
+ 'sd4d1e43525fd598a': `Failed to send verification code. Please try again.`,
241
+ 'sd574f2d5de170480': `Apply filters`,
242
+ 'sd715e3f32ad86586': `Please enter a valid date in format YYYY-MM-DD`,
243
+ 'sd7d17730c0c10ec4': `Popular on our site`,
244
+ 'sd8fc3dc0c9cc5758': `Pay in`,
245
+ 'sd964b91b1084d970': `Attractions tickets`,
246
+ 'sdc2fc49bb9d4b82e': `Refresh the page`,
247
+ 'sdf566eeae04c0483': `Please select a time`,
248
+ 'se046d97f0d9dd903': `Type name or select`,
249
+ 'se256f991824c9ae0': `Flag icon`,
250
+ 'se2b298fd65f45cc7': `Your card’s expiration date is incomplete.`,
251
+ 'se374a10ee87f7f8c': `Terms &amp; Conditions`,
252
+ 'se3d2b191408a6254': `By confirming, the FIDA tokens will be transferred from your wallet to complete this payment.`,
253
+ 'se46604e4550a957d': `Go to the home page`,
254
+ 'se4bfd14e0c3355ac': `Total in`,
255
+ 'se789bfdae3410a1b': `Passport must not be expired`,
256
+ 'se78c02e9a98a0f47': `Privacy`,
257
+ 'se80ccbc8f2174567': `Enter your name`,
258
+ 'se8b912e5bbd4b067': `Please avoid leaving a single seat on its own.`,
259
+ 'seaacf6e071686155': `Passport nationality`,
260
+ 'seb5e1ea8f8f5728a': `Itinerary`,
261
+ 'sec06d1d43580b496': `Check Availability`,
262
+ 'sed8ec5e3c64fa25d': `Total`,
263
+ 'see2fcaedf9743ec6': `Location`,
264
+ 'seed76e8afe9f604a': `Price`,
265
+ 'seeda9b3e208305ff': `Partner with Coras`,
266
+ 'sef49aec68fd1dc66': `Name`,
267
+ 'sefcf950b3cc4fc3b': `Language`,
268
+ 'sf07904be22a6165a': `Email is required`,
269
+ 'sf1bc83d2509bafcf': `Phone`,
270
+ 'sf2671450062ca53d': `Your basket is empty`,
271
+ 'sf40442de55b19e30': `Secure your account`,
272
+ 'sf430ade9e0767d02': `We're sorry,`,
273
+ 'sf5036bf805af865e': `Seatmap`,
274
+ 'sf5f07bb2e5b280b7': `Resend code`,
275
+ 'sf60706e54bda838a': `Go to basket`,
276
+ 'sf61433571f3a443b': `Confirming payment...`,
277
+ 'sf89196d28dfa8629': `Sorry, your order was not successful`,
278
+ 'sfa28319e707cf5d5': `Order details`,
279
+ 'sfd25dcb1e3a468be': `Search events`,
280
+ 'sffdadf0a576fd802': `Height`,
281
+ 'h12f3bd3a64c46efe': html `Good news! You’ve collected ${0} on this
282
+ purchase.`,
283
+ 'h82c989f2494613fa': html `A verification code has been sent to ${0}. Enter the
284
+ 6-digit code below to confirm your payment.`,
285
+ 'hb3090d5e6b53fe7c': html `We'll send a one-time code to your phone number ending in
286
+ ${0} to verify it.`,
287
+ 'hc94338efbdc293e0': html `Order reference ${0}`,
273
288
  };