@riosst100/pwa-marketplace 2.0.7 → 2.0.9

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 (710) hide show
  1. package/.github/workflows/dependabot.yml +28 -28
  2. package/i18n/en_US.json +508 -509
  3. package/i18n/id_ID.json +508 -509
  4. package/package.json +18 -22
  5. package/src/componentOverrideMapping.js +1 -50
  6. package/src/components/BecomeSeller/becomeSeller.js +178 -304
  7. package/src/components/BecomeSeller/becomeSeller.module.css +4 -4
  8. package/src/components/BecomeSellerLink/becomeSellerLink.js +1 -1
  9. package/src/components/BecomeSellerLink/becomeSellerLink.module.css +4 -0
  10. package/src/components/BecomeSellerPage/becomeSellerPage.js +1 -2
  11. package/src/components/BecomeSellerPage/becomeSellerPage.module.css +10 -2
  12. package/src/components/Filter/index.js +2 -2
  13. package/src/components/Header/becomeSellerLink.module.css +4 -0
  14. package/src/components/Header/websiteSwitcher.js +1 -0
  15. package/src/components/Header/websiteSwitcher.module.css +111 -107
  16. package/src/components/Header/websiteSwitcher.shimmer.js +6 -6
  17. package/src/components/Header/websiteSwitcherItem.js +47 -47
  18. package/src/components/Header/websiteSwitcherItem.module.css +20 -20
  19. package/src/components/OperatingHours/operatingHours.js +9 -7
  20. package/src/components/Pagination/index.js +33 -31
  21. package/src/components/PhoneTextInput/index.js +1 -1
  22. package/src/components/PhoneTextInput/phoneTextInput.js +62 -62
  23. package/src/components/ProductItem/index.js +1 -1
  24. package/src/components/SellerCountry/index.js +1 -1
  25. package/src/components/SellerCountry/sellerCountry.js +71 -71
  26. package/src/components/SellerCountry/sellerCountry.module.css +3 -3
  27. package/src/components/SellerDetail/sellerDetail.js +27 -47
  28. package/src/components/SellerInformation/sellerInformation.js +10 -11
  29. package/src/components/SellerLocation/sellerLocation.js +2 -2
  30. package/src/components/SellerLocation/sellerLocationItem.js +3 -3
  31. package/src/components/SellerProducts/sellerProducts.js +2 -2
  32. package/src/components/SellerReview/sellerReview.js +26 -34
  33. package/src/components/SellerReviewItem/sellerReviewItem.js +25 -110
  34. package/src/components/SellerVerification/sellerVerification.module.css +1 -1
  35. package/src/components/SortBy/index.js +2 -2
  36. package/src/components/WebsiteSwitcher/websiteSwitcher.js +6 -18
  37. package/src/components/WebsiteSwitcher/websiteSwitcher.module.css +111 -107
  38. package/src/components/WebsiteSwitcher/websiteSwitcher.shimmer.js +6 -6
  39. package/src/components/WebsiteSwitcher/websiteSwitcherItem.js +47 -47
  40. package/src/components/WebsiteSwitcher/websiteSwitcherItem.module.css +20 -20
  41. package/src/components/commons/Tabs/index.js +2 -2
  42. package/src/intercept.js +27 -87
  43. package/src/overwrites/venia-ui/lib/components/Adapter/adapter.js +0 -3
  44. package/src/overwrites/venia-ui/lib/components/Header/header.js +13 -51
  45. package/src/overwrites/venia-ui/lib/components/Header/storeSwitcher.js +8 -22
  46. package/src/overwrites/venia-ui/lib/components/MegaMenu/megaMenu.js +1 -2
  47. package/src/overwrites/venia-ui/lib/components/MegaMenu/megaMenuItem.js +5 -11
  48. package/src/overwrites/venia-ui/lib/components/MegaMenu/submenu.js +23 -82
  49. package/src/overwrites/venia-ui/lib/components/MegaMenu/submenu.module.css +11 -17
  50. package/src/overwrites/venia-ui/lib/components/MegaMenu/submenuColumn.js +12 -65
  51. package/src/overwrites/venia-ui/lib/components/MegaMenu/submenuColumn.module.css +6 -11
  52. package/src/overwrites/venia-ui/lib/components/SearchBar/autocomplete.js +1 -5
  53. package/src/overwrites/venia-ui/lib/components/SearchBar/autocomplete.module.css +7 -6
  54. package/src/overwrites/venia-ui/lib/components/SearchBar/searchBar.js +1 -26
  55. package/src/overwrites/venia-ui/lib/components/SearchBar/searchBar.module.css +3 -1
  56. package/src/overwrites/venia-ui/lib/components/SearchBar/searchField.js +3 -14
  57. package/src/overwrites/venia-ui/lib/components/SearchBar/suggestions.module.css +1 -1
  58. package/src/talons/Header/websiteSwitcher.gql.js +45 -45
  59. package/src/talons/Seller/seller.gql.js +36 -0
  60. package/src/talons/WebsiteSwitcher/websiteSwitcher.gql.js +45 -45
  61. package/src/theme/vars.js +0 -16
  62. package/src/components/AccountLayout/accountlayout.module.css +0 -13
  63. package/src/components/AccountLayout/index.js +0 -194
  64. package/src/components/AlphaFilter/alphaFilter.js +0 -103
  65. package/src/components/AlphaFilter/alphaFilter.module.css +0 -38
  66. package/src/components/AlphaFilter/alphaFilter.shimmer.js +0 -50
  67. package/src/components/AlphaFilter/index.js +0 -2
  68. package/src/components/ArraySearchInput/arraySearchInput.js +0 -100
  69. package/src/components/ArraySearchInput/arraySearchInput.module.css +0 -48
  70. package/src/components/ArraySearchInput/index.js +0 -1
  71. package/src/components/AttributesBlock/attributesBlock.js +0 -54
  72. package/src/components/AttributesBlock/attributesBlock.module.css +0 -28
  73. package/src/components/BrandLandingPage/brandInfo.js +0 -93
  74. package/src/components/BrandLandingPage/brandLanding.js +0 -255
  75. package/src/components/BrandLandingPage/index.js +0 -94
  76. package/src/components/BrandLandingPage/menu.js +0 -20
  77. package/src/components/BrandListPage/banner_brands.png +0 -0
  78. package/src/components/BrandListPage/brandList.js +0 -88
  79. package/src/components/BrandListPage/index.js +0 -57
  80. package/src/components/BrandSlider/brandSlider.js +0 -91
  81. package/src/components/BrandSlider/index.js +0 -1
  82. package/src/components/BrandSlider/item.js +0 -61
  83. package/src/components/CollectibleGameSets/collectibleGameSets.js +0 -252
  84. package/src/components/CollectibleGameSets/collectibleGameSets.module.css +0 -69
  85. package/src/components/CollectibleGameSets/collectibleGameSets.shimmer.js +0 -50
  86. package/src/components/CollectibleGameSets/index.js +0 -2
  87. package/src/components/CollectibleGameSetsPage/collectibleGameSetsPage.js +0 -10
  88. package/src/components/CollectibleGameSetsPage/index.js +0 -1
  89. package/src/components/CrossSeller/crossSellerBuy.js +0 -19
  90. package/src/components/CrossSeller/index.js +0 -15
  91. package/src/components/CrossSeller/item.js +0 -79
  92. package/src/components/CrossSeller/logo_seller.png +0 -0
  93. package/src/components/CrossSeller/starIcon.js +0 -11
  94. package/src/components/CrossSeller/verifyIcon.js +0 -12
  95. package/src/components/CurrencySwitcher/currencySwitcher.himmer.js +0 -6
  96. package/src/components/CurrencySwitcher/currencySwitcher.module.css +0 -102
  97. package/src/components/CurrencySwitcher/index.js +0 -107
  98. package/src/components/CurrencySwitcher/switcherItem.js +0 -47
  99. package/src/components/CurrencySwitcher/switcherItem.module.css +0 -20
  100. package/src/components/CustomSortBy/customSortBy.js +0 -196
  101. package/src/components/CustomSortBy/customSortBy.module.css +0 -68
  102. package/src/components/CustomSortBy/customSortItem.js +0 -57
  103. package/src/components/CustomSortBy/customSortItem.module.css +0 -23
  104. package/src/components/CustomSortBy/index.js +0 -1
  105. package/src/components/CustomSortBy/productSort.module.css +0 -65
  106. package/src/components/CustomSortBy/productSort.shimmer.js +0 -28
  107. package/src/components/CustomSortBy/productSort.shimmer.module.css +0 -10
  108. package/src/components/CustomSubCategory/subCategory.js +0 -36
  109. package/src/components/CustomSubCategory/subCategory.module.css +0 -22
  110. package/src/components/CustomSubCategoryPage/subCategoryPage.js +0 -136
  111. package/src/components/CustomSubCategoryPage/subCategoryPage.module.css +0 -46
  112. package/src/components/Divider/index.js +0 -11
  113. package/src/components/Dropdown/dropdown.js +0 -80
  114. package/src/components/Dropdown/index.js +0 -10
  115. package/src/components/FavoriteSeller/favoriteSeller.js +0 -32
  116. package/src/components/FavoriteSeller/index.js +0 -14
  117. package/src/components/FavoriteSeller/item.js +0 -140
  118. package/src/components/FilterOption/FilterOptionModal.module.css +0 -90
  119. package/src/components/FilterOption/filterOptionModal.js +0 -48
  120. package/src/components/FilterOptionModal/filterOptionModal.js +0 -66
  121. package/src/components/FilterTop/CurrentTopFilters/currentTopFilter.js +0 -47
  122. package/src/components/FilterTop/CurrentTopFilters/currentTopFilter.module.css +0 -22
  123. package/src/components/FilterTop/CurrentTopFilters/currentTopFilters.js +0 -50
  124. package/src/components/FilterTop/CurrentTopFilters/currentTopFilters.module.css +0 -21
  125. package/src/components/FilterTop/CurrentTopFilters/index.js +0 -1
  126. package/src/components/FilterTop/CustomFilters/customFilter.js +0 -83
  127. package/src/components/FilterTop/CustomFilters/customFilter.module.css +0 -22
  128. package/src/components/FilterTop/CustomFilters/customFilters.js +0 -132
  129. package/src/components/FilterTop/CustomFilters/customFilters.module.css +0 -23
  130. package/src/components/FilterTop/CustomFilters/index.js +0 -1
  131. package/src/components/FilterTop/FilterBlockList/filterBlockList.js +0 -56
  132. package/src/components/FilterTop/FilterBlockList/filterBlockList.module.css +0 -8
  133. package/src/components/FilterTop/FilterBlockList/filterTopItem.js +0 -79
  134. package/src/components/FilterTop/FilterBlockList/filterTopItem.module.css +0 -14
  135. package/src/components/FilterTop/FilterBlockList/filterTopItemGroup.js +0 -95
  136. package/src/components/FilterTop/FilterBlockList/filterTopItemGroup.module.css +0 -23
  137. package/src/components/FilterTop/FilterBlockList/index.js +0 -1
  138. package/src/components/FilterTop/filterTop.js +0 -176
  139. package/src/components/FilterTop/filterTop.module.css +0 -23
  140. package/src/components/FilterTop/filterTop.shimmer.js +0 -24
  141. package/src/components/FilterTop/filterTopBlock.js +0 -60
  142. package/src/components/FilterTop/index.js +0 -2
  143. package/src/components/FilterTopBackup/CustomFilters/customFilter.js +0 -83
  144. package/src/components/FilterTopBackup/CustomFilters/customFilter.module.css +0 -22
  145. package/src/components/FilterTopBackup/CustomFilters/customFilters.js +0 -133
  146. package/src/components/FilterTopBackup/CustomFilters/customFilters.module.css +0 -23
  147. package/src/components/FilterTopBackup/CustomFilters/index.js +0 -1
  148. package/src/components/FilterTopBackup/filterTop.js +0 -14
  149. package/src/components/FilterTopBackup/filterTop.module.css +0 -23
  150. package/src/components/FilterTopBackup/filterTop.shimmer.js +0 -24
  151. package/src/components/FilterTopBackup/index.js +0 -2
  152. package/src/components/LegoSets/index.js +0 -2
  153. package/src/components/LegoSets/legoSets.js +0 -327
  154. package/src/components/LegoSets/legoSets.module.css +0 -76
  155. package/src/components/LegoSets/legoSets.shimmer.js +0 -50
  156. package/src/components/LiveChat/chatContent.js +0 -39
  157. package/src/components/LiveChat/index.js +0 -52
  158. package/src/components/LiveChat/liveChat.js +0 -160
  159. package/src/components/MegaMenu/customMenuItems.js +0 -138
  160. package/src/components/MegaMenu/customMenuItems.module.css +0 -31
  161. package/src/components/MiniatureGameSets/index.js +0 -2
  162. package/src/components/MiniatureGameSets/miniatureGameSets.js +0 -297
  163. package/src/components/MiniatureGameSets/miniatureGameSets.module.css +0 -76
  164. package/src/components/MiniatureGameSets/miniatureGameSets.shimmer.js +0 -50
  165. package/src/components/Modal/index.js +0 -10
  166. package/src/components/Modal/modal.js +0 -48
  167. package/src/components/MtgSinglesPage/index.js +0 -62
  168. package/src/components/MtgSinglesPage/mtgSingles.js +0 -90
  169. package/src/components/MtgSinglesPage/singles.module.css +0 -15
  170. package/src/components/NonSportCardsSets/index.js +0 -2
  171. package/src/components/NonSportCardsSets/nonSportCardsSets.js +0 -270
  172. package/src/components/NonSportCardsSets/nonSportCardsSets.module.css +0 -76
  173. package/src/components/NonSportCardsSets/nonSportCardsSets.shimmer.js +0 -50
  174. package/src/components/ProductLabel/index.js +0 -47
  175. package/src/components/ProductLineSlider/index.js +0 -1
  176. package/src/components/ProductLineSlider/item.js +0 -38
  177. package/src/components/ProductLineSlider/logo_nendoroid.png +0 -0
  178. package/src/components/ProductLineSlider/nendroid-image.png +0 -0
  179. package/src/components/ProductLineSlider/productLineSlider.js +0 -91
  180. package/src/components/ProductListTab/index.js +0 -4
  181. package/src/components/ProductListTab/productListTab.js +0 -100
  182. package/src/components/ProductListTab/productListTab.module.css +0 -64
  183. package/src/components/ProductListTab/productListTab.shimmer.js +0 -24
  184. package/src/components/RFQ/index.js +0 -39
  185. package/src/components/RFQ/modalRfq.js +0 -249
  186. package/src/components/RFQPage/index.js +0 -14
  187. package/src/components/RFQPage/orderRow.js +0 -318
  188. package/src/components/RFQPage/quoteDetail.js +0 -342
  189. package/src/components/RFQPage/quoteDetailPage.js +0 -14
  190. package/src/components/RFQPage/quoteList.js +0 -227
  191. package/src/components/RelatedProduct/index.js +0 -16
  192. package/src/components/RelatedProduct/relatedProduct.js +0 -112
  193. package/src/components/RelatedProduct/sample.json +0 -154
  194. package/src/components/ShopBy/index.js +0 -2
  195. package/src/components/ShopBy/shopBy copy.js +0 -172
  196. package/src/components/ShopBy/shopBy.js +0 -435
  197. package/src/components/ShopBy/shopBy.module.css +0 -76
  198. package/src/components/ShopBy/shopBy.shimmer.js +0 -50
  199. package/src/components/ShopByBrands/index.js +0 -2
  200. package/src/components/ShopByBrands/legoSets.shimmer.js +0 -50
  201. package/src/components/ShopByBrands/shopByBrands.js +0 -327
  202. package/src/components/ShopByBrands/shopByBrands.module.css +0 -76
  203. package/src/components/ShopByBrands/shopByBrands.shimmer.js +0 -50
  204. package/src/components/ShopByCategory/index.js +0 -2
  205. package/src/components/ShopByCategory/shopByCategory.js +0 -69
  206. package/src/components/ShopByCategory/shopByCategory.module.css +0 -58
  207. package/src/components/ShopByCategory/shopByCategory.shimmer.js +0 -24
  208. package/src/components/ShopByFilters/index.js +0 -1
  209. package/src/components/ShopByFilters/shopByFilters.js +0 -74
  210. package/src/components/ShopByFilters/shopByFilters.module.css +0 -21
  211. package/src/components/ShopByPage/index.js +0 -1
  212. package/src/components/ShopByPage/shopByPage.js +0 -12
  213. package/src/components/ShopBySets/index.js +0 -2
  214. package/src/components/ShopBySets/shopBySets.js +0 -288
  215. package/src/components/ShopBySets/shopBySets.module.css +0 -76
  216. package/src/components/ShopBySets/shopBySets.shimmer.js +0 -50
  217. package/src/components/ShopByVehicles/index.js +0 -2
  218. package/src/components/ShopByVehicles/shopByVehicles.js +0 -327
  219. package/src/components/ShopByVehicles/shopByVehicles.module.css +0 -76
  220. package/src/components/ShopByVehicles/shopByVehicles.shimmer.js +0 -50
  221. package/src/components/SocialLogin/img/facebook.svg +0 -3
  222. package/src/components/SocialLogin/img/google.svg +0 -6
  223. package/src/components/SocialLogin/img/instagram.svg +0 -27
  224. package/src/components/SocialLogin/img/wechat.svg +0 -15
  225. package/src/components/SocialLogin/img/weibo.svg +0 -7
  226. package/src/components/SocialLogin/index.js +0 -10
  227. package/src/components/SocialLogin/socialLogin.js +0 -70
  228. package/src/components/SocialMediaShare/index.js +0 -51
  229. package/src/components/SocialMediaShare/share.js +0 -94
  230. package/src/components/SportCardsSets/index.js +0 -2
  231. package/src/components/SportCardsSets/sportCardsSets.js +0 -363
  232. package/src/components/SportCardsSets/sportCardsSets.module.css +0 -76
  233. package/src/components/SportCardsSets/sportCardsSets.shimmer.js +0 -50
  234. package/src/components/SubCategory/customSubCategory.js +0 -45
  235. package/src/components/SubCategory/customSubCategory.module.css +0 -22
  236. package/src/components/SubCategory/subCategory.js +0 -49
  237. package/src/components/SubCategory/subCategory.module.css +0 -22
  238. package/src/components/TrainsSets/index.js +0 -2
  239. package/src/components/TrainsSets/trainsSets.js +0 -331
  240. package/src/components/TrainsSets/trainsSets.module.css +0 -76
  241. package/src/components/TrainsSets/trainsSets.shimmer.js +0 -49
  242. package/src/hooks/useCustomSort.js +0 -21
  243. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/__fixtures__/apolloMocks.js +0 -33
  244. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.gql.ce.js +0 -16
  245. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.gql.ee.js +0 -17
  246. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.js +0 -38
  247. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/index.js +0 -1
  248. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/useCarousel.js +0 -25
  249. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/configAggregator.js +0 -26
  250. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/index.js +0 -1
  251. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/products.js +0 -369
  252. package/src/overwrites/pagebuilder/lib/ContentTypes/Products/products.module.css +0 -0
  253. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/banner.module.css +0 -103
  254. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/configAggregator.js +0 -17
  255. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/index.js +0 -2
  256. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.js +0 -221
  257. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.module.css +0 -231
  258. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.shimmer.js +0 -126
  259. package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.shimmer.module.css +0 -5
  260. package/src/overwrites/pagebuilder/lib/utils.js +0 -224
  261. package/src/overwrites/peregrine/lib/talons/Breadcrumbs/useBreadcrumbs.js +0 -100
  262. package/src/overwrites/peregrine/lib/talons/FilterModal/useFilterList.js +0 -62
  263. package/src/overwrites/peregrine/lib/talons/FilterSidebar/useFilterSidebar.js +0 -312
  264. package/src/overwrites/peregrine/lib/talons/MegaMenu/megaMenu.gql.js +0 -96
  265. package/src/overwrites/peregrine/lib/talons/MegaMenu/useMegaMenu.js +0 -199
  266. package/src/overwrites/peregrine/lib/talons/MegaMenu/useMegaMenuItem.js +0 -66
  267. package/src/overwrites/peregrine/lib/talons/MegaMenu/useSubMenu.js +0 -20
  268. package/src/overwrites/peregrine/lib/talons/ProductFullDetail/useProductFullDetail.js +0 -642
  269. package/src/overwrites/peregrine/lib/talons/RootComponents/Category/category.gql.js +0 -49
  270. package/src/overwrites/peregrine/lib/talons/RootComponents/Category/categoryContent.gql.js +0 -98
  271. package/src/overwrites/peregrine/lib/talons/RootComponents/Category/categoryFragments.gql.js +0 -90
  272. package/src/overwrites/peregrine/lib/talons/RootComponents/Category/useCategory.js +0 -234
  273. package/src/overwrites/peregrine/lib/talons/RootComponents/Category/useCategoryContent.js +0 -192
  274. package/src/overwrites/peregrine/lib/talons/RootComponents/Product/product.gql.js +0 -31
  275. package/src/overwrites/peregrine/lib/talons/RootComponents/Product/productDetailFragment.gql.js +0 -235
  276. package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.js +0 -73
  277. package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.module.css +0 -25
  278. package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.shimmer.js +0 -18
  279. package/src/overwrites/venia-ui/lib/RootComponents/CMS/index.js +0 -7
  280. package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/index.js +0 -1
  281. package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.js +0 -64
  282. package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.module.css +0 -39
  283. package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.png +0 -0
  284. package/src/overwrites/venia-ui/lib/RootComponents/Category/category.gql.js +0 -17
  285. package/src/overwrites/venia-ui/lib/RootComponents/Category/category.js +0 -138
  286. package/src/overwrites/venia-ui/lib/RootComponents/Category/category.module.css +0 -78
  287. package/src/overwrites/venia-ui/lib/RootComponents/Category/categoryContent.js +0 -383
  288. package/src/overwrites/venia-ui/lib/RootComponents/Category/categoryContent.shimmer.js +0 -74
  289. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/001.jpg +0 -0
  290. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/002.jpg +0 -0
  291. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/003.jpg +0 -0
  292. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/004.jpg +0 -0
  293. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/005.jpg +0 -0
  294. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/006.jpg +0 -0
  295. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/007.jpg +0 -0
  296. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/008.jpg +0 -0
  297. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/009.jpg +0 -0
  298. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/010.jpg +0 -0
  299. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/011.jpg +0 -0
  300. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/012.jpg +0 -0
  301. package/src/overwrites/venia-ui/lib/RootComponents/Category/images/index.js +0 -12
  302. package/src/overwrites/venia-ui/lib/RootComponents/Category/index.js +0 -6
  303. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.gql.js +0 -48
  304. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.js +0 -147
  305. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.module.css +0 -52
  306. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPageFragment.gql.js +0 -10
  307. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.js +0 -206
  308. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.module.css +0 -40
  309. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.js +0 -107
  310. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.module.css +0 -3
  311. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/index.js +0 -14
  312. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.js +0 -107
  313. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.module.css +0 -73
  314. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.js +0 -58
  315. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.module.css +0 -31
  316. package/src/overwrites/venia-ui/lib/components/AccountMenu/index.js +0 -1
  317. package/src/overwrites/venia-ui/lib/components/App/app.js +0 -131
  318. package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.js +0 -189
  319. package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.module.css +0 -33
  320. package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.shimmer.js +0 -24
  321. package/src/overwrites/venia-ui/lib/components/Breadcrumbs/index.js +0 -2
  322. package/src/overwrites/venia-ui/lib/components/Button/button.js +0 -100
  323. package/src/overwrites/venia-ui/lib/components/Button/button.module.css +0 -132
  324. package/src/overwrites/venia-ui/lib/components/Button/index.js +0 -1
  325. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.js +0 -50
  326. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.module.css +0 -11
  327. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.js +0 -238
  328. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.module.css +0 -98
  329. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/index.js +0 -1
  330. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.js +0 -178
  331. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +0 -52
  332. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/index.js +0 -1
  333. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.js +0 -321
  334. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.module.css +0 -61
  335. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/index.js +0 -1
  336. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/index.js +0 -1
  337. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.js +0 -103
  338. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +0 -36
  339. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.js +0 -103
  340. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +0 -33
  341. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.js +0 -37
  342. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +0 -3
  343. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.js +0 -106
  344. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +0 -10
  345. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +0 -7
  346. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ee.js +0 -28
  347. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +0 -7
  348. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ee.js +0 -38
  349. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/index.js +0 -1
  350. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.js +0 -95
  351. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.module.css +0 -2
  352. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.js +0 -123
  353. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.module.css +0 -40
  354. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ce.js +0 -1
  355. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ee.js +0 -60
  356. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +0 -5
  357. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ee.js +0 -40
  358. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/index.js +0 -1
  359. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.js +0 -210
  360. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.module.css +0 -51
  361. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/shippingSummary.js +0 -58
  362. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/taxSummary.js +0 -57
  363. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/editModal.js +0 -41
  364. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/index.js +0 -1
  365. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.js +0 -80
  366. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +0 -33
  367. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.js +0 -153
  368. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +0 -52
  369. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.js +0 -31
  370. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.module.css +0 -13
  371. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/index.js +0 -1
  372. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.js +0 -271
  373. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.module.css +0 -156
  374. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.js +0 -94
  375. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.module.css +0 -11
  376. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/quantity.js +0 -40
  377. package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.js +0 -126
  378. package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.module.css +0 -64
  379. package/src/overwrites/venia-ui/lib/components/CartPage/index.js +0 -1
  380. package/src/overwrites/venia-ui/lib/components/Checkbox/checkbox.js +0 -78
  381. package/src/overwrites/venia-ui/lib/components/Checkbox/checkbox.module.css +0 -73
  382. package/src/overwrites/venia-ui/lib/components/Checkbox/index.js +0 -1
  383. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.js +0 -190
  384. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.module.css +0 -78
  385. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.js +0 -125
  386. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.module.css +0 -94
  387. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/index.js +0 -1
  388. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.js +0 -213
  389. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +0 -36
  390. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/index.js +0 -1
  391. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.js +0 -93
  392. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +0 -55
  393. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/index.js +0 -1
  394. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/__fixtures__/cartItems.js +0 -102
  395. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/index.js +0 -1
  396. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.js +0 -54
  397. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.module.css +0 -60
  398. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.js +0 -84
  399. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +0 -20
  400. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.js +0 -38
  401. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +0 -28
  402. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.js +0 -213
  403. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +0 -24
  404. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/index.js +0 -1
  405. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.js +0 -162
  406. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +0 -70
  407. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/index.js +0 -1
  408. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.js +0 -34
  409. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +0 -17
  410. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/brainTreeDropIn.js +0 -196
  411. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +0 -26
  412. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.js +0 -160
  413. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +0 -62
  414. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.js +0 -348
  415. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +0 -58
  416. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.js +0 -44
  417. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +0 -5
  418. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editModal.js +0 -88
  419. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editablePaymentCollection.js +0 -23
  420. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/index.js +0 -1
  421. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.js +0 -99
  422. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +0 -23
  423. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethodCollection.js +0 -23
  424. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.js +0 -121
  425. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +0 -34
  426. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.js +0 -71
  427. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.module.css +0 -23
  428. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summaryPaymentCollection.js +0 -23
  429. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/index.js +0 -1
  430. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.js +0 -63
  431. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.module.css +0 -2
  432. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/addressForm.js +0 -18
  433. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.js +0 -401
  434. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +0 -58
  435. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.js +0 -455
  436. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +0 -52
  437. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/index.js +0 -3
  438. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.js +0 -66
  439. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.module.css +0 -12
  440. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.js +0 -65
  441. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +0 -90
  442. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/index.js +0 -1
  443. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.js +0 -149
  444. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +0 -88
  445. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.js +0 -114
  446. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +0 -48
  447. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/index.js +0 -1
  448. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.js +0 -154
  449. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +0 -27
  450. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.js +0 -80
  451. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +0 -22
  452. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.js +0 -85
  453. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +0 -3
  454. package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.js +0 -472
  455. package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.module.css +0 -186
  456. package/src/overwrites/venia-ui/lib/components/CheckoutPage/index.js +0 -1
  457. package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.js +0 -323
  458. package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.module.css +0 -52
  459. package/src/overwrites/venia-ui/lib/components/CreateAccount/index.js +0 -1
  460. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.js +0 -48
  461. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.module.css +0 -21
  462. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/index.js +0 -1
  463. package/src/overwrites/venia-ui/lib/components/Dialog/dialog.js +0 -198
  464. package/src/overwrites/venia-ui/lib/components/Dialog/dialog.module.css +0 -189
  465. package/src/overwrites/venia-ui/lib/components/Dialog/index.js +0 -1
  466. package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilter.js +0 -60
  467. package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilter.module.css +0 -22
  468. package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilters.js +0 -69
  469. package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilters.module.css +0 -21
  470. package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/index.js +0 -1
  471. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterDefault.js +0 -84
  472. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterDefault.module.css +0 -0
  473. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItem.js +0 -80
  474. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadio.js +0 -79
  475. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadio.module.css +0 -0
  476. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadioGroup.js +0 -87
  477. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterList.js +0 -265
  478. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterList.module.css +0 -28
  479. package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/index.js +0 -1
  480. package/src/overwrites/venia-ui/lib/components/FilterModal/filterBlock.js +0 -135
  481. package/src/overwrites/venia-ui/lib/components/FilterModal/filterBlock.module.css +0 -25
  482. package/src/overwrites/venia-ui/lib/components/FilterModal/filterFooter.js +0 -49
  483. package/src/overwrites/venia-ui/lib/components/FilterModal/filterFooter.module.css +0 -10
  484. package/src/overwrites/venia-ui/lib/components/FilterModal/filterModal.js +0 -166
  485. package/src/overwrites/venia-ui/lib/components/FilterModal/filterModal.module.css +0 -88
  486. package/src/overwrites/venia-ui/lib/components/FilterModal/filterSearch.module.css +0 -3
  487. package/src/overwrites/venia-ui/lib/components/FilterModal/index.js +0 -1
  488. package/src/overwrites/venia-ui/lib/components/FilterSidebar/__tests__/filterSidebar.spec.js +0 -246
  489. package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.js +0 -197
  490. package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.module.css +0 -59
  491. package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.shimmer.js +0 -24
  492. package/src/overwrites/venia-ui/lib/components/FilterSidebar/index.js +0 -2
  493. package/src/overwrites/venia-ui/lib/components/Footer/footer.js +0 -147
  494. package/src/overwrites/venia-ui/lib/components/Footer/footer.module.css +0 -70
  495. package/src/overwrites/venia-ui/lib/components/Footer/index.js +0 -1
  496. package/src/overwrites/venia-ui/lib/components/Footer/sampleData.js +0 -48
  497. package/src/overwrites/venia-ui/lib/components/Gallery/addToCartButton.js +0 -116
  498. package/src/overwrites/venia-ui/lib/components/Gallery/addToCartButton.module.css +0 -38
  499. package/src/overwrites/venia-ui/lib/components/Gallery/gallery.js +0 -57
  500. package/src/overwrites/venia-ui/lib/components/Gallery/gallery.module.css +0 -28
  501. package/src/overwrites/venia-ui/lib/components/Gallery/gallery.shimmer.js +0 -39
  502. package/src/overwrites/venia-ui/lib/components/Gallery/index.js +0 -3
  503. package/src/overwrites/venia-ui/lib/components/Gallery/item.js +0 -224
  504. package/src/overwrites/venia-ui/lib/components/Gallery/item.module.css +0 -109
  505. package/src/overwrites/venia-ui/lib/components/Gallery/item.shimmer.js +0 -38
  506. package/src/overwrites/venia-ui/lib/components/Gallery/star.js +0 -12
  507. package/src/overwrites/venia-ui/lib/components/Header/accountTrigger.js +0 -98
  508. package/src/overwrites/venia-ui/lib/components/Header/cartTrigger.js +0 -116
  509. package/src/overwrites/venia-ui/lib/components/Header/cartTrigger.module.css +0 -47
  510. package/src/overwrites/venia-ui/lib/components/Header/storeSwitcher.module.css +0 -107
  511. package/src/overwrites/venia-ui/lib/components/Header/wishlistTrigger.js +0 -23
  512. package/src/overwrites/venia-ui/lib/components/Main/index.js +0 -1
  513. package/src/overwrites/venia-ui/lib/components/Main/main.js +0 -39
  514. package/src/overwrites/venia-ui/lib/components/Main/main.module.css +0 -41
  515. package/src/overwrites/venia-ui/lib/components/MegaMenu/customSubmenuColumn.js +0 -75
  516. package/src/overwrites/venia-ui/lib/components/MegaMenu/customSubmenuColumn.module.css +0 -29
  517. package/src/overwrites/venia-ui/lib/components/MegaMenu/shopByColumn.js +0 -121
  518. package/src/overwrites/venia-ui/lib/components/MegaMenu/shopByColumn.module.css +0 -26
  519. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/index.js +0 -1
  520. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.gql.js +0 -22
  521. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.js +0 -143
  522. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.module.css +0 -53
  523. package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.js +0 -42
  524. package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.module.css +0 -33
  525. package/src/overwrites/venia-ui/lib/components/MyAccount/index.js +0 -1
  526. package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.js +0 -38
  527. package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.module.css +0 -5
  528. package/src/overwrites/venia-ui/lib/components/Newsletter/index.js +0 -1
  529. package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.js +0 -156
  530. package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.module.css +0 -90
  531. package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.shimmer.js +0 -46
  532. package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.shimmer.module.css +0 -21
  533. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.js +0 -71
  534. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +0 -9
  535. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/index.js +0 -1
  536. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.js +0 -121
  537. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.module.css +0 -35
  538. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.js +0 -70
  539. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.module.css +0 -16
  540. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.js +0 -207
  541. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +0 -102
  542. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.js +0 -159
  543. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +0 -50
  544. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.js +0 -45
  545. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +0 -14
  546. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.js +0 -90
  547. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +0 -9
  548. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.js +0 -86
  549. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +0 -19
  550. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.js +0 -63
  551. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +0 -16
  552. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/index.js +0 -15
  553. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.js +0 -227
  554. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.module.css +0 -70
  555. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.js +0 -70
  556. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.module.css +0 -14
  557. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.js +0 -324
  558. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.module.css +0 -146
  559. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/resetButton.js +0 -41
  560. package/src/overwrites/venia-ui/lib/components/Pagination/index.js +0 -1
  561. package/src/overwrites/venia-ui/lib/components/Pagination/navButton.js +0 -65
  562. package/src/overwrites/venia-ui/lib/components/Pagination/pagination.js +0 -107
  563. package/src/overwrites/venia-ui/lib/components/Pagination/tile.js +0 -41
  564. package/src/overwrites/venia-ui/lib/components/Password/index.js +0 -1
  565. package/src/overwrites/venia-ui/lib/components/Password/password.js +0 -102
  566. package/src/overwrites/venia-ui/lib/components/Password/password.module.css +0 -26
  567. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/boolean.js +0 -74
  568. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/boolean.module.css +0 -9
  569. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/index.js +0 -1
  570. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/date.js +0 -82
  571. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/date.module.css +0 -9
  572. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/index.js +0 -1
  573. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/dateTime.js +0 -85
  574. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/dateTime.module.css +0 -9
  575. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/index.js +0 -1
  576. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/index.js +0 -1
  577. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.js +0 -104
  578. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.module.css +0 -22
  579. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/index.js +0 -1
  580. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/price.js +0 -74
  581. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/price.module.css +0 -9
  582. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/index.js +0 -1
  583. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.js +0 -99
  584. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.module.css +0 -13
  585. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/index.js +0 -1
  586. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.js +0 -88
  587. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.module.css +0 -13
  588. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/index.js +0 -1
  589. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.js +0 -94
  590. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.module.css +0 -13
  591. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/attributeType.js +0 -67
  592. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/index.js +0 -1
  593. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/customAttributes.js +0 -65
  594. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/customAttributes.module.css +0 -8
  595. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/index.js +0 -1
  596. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/auctionDetail.js +0 -210
  597. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/bidList.js +0 -67
  598. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/modalFormReview.js +0 -164
  599. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/preOrderDetail.js +0 -61
  600. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/productReview.js +0 -63
  601. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/starInput.js +0 -33
  602. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/index.js +0 -1
  603. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.gql.js +0 -7
  604. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.js +0 -734
  605. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.module.css +0 -199
  606. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.js +0 -180
  607. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.module.css +0 -102
  608. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.shimmer.js +0 -51
  609. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.shimmer.module.css +0 -7
  610. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/index.js +0 -1
  611. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/thumbnail.js +0 -108
  612. package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/thumbnail.module.css +0 -47
  613. package/src/overwrites/venia-ui/lib/components/ProductSort/index.js +0 -2
  614. package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.js +0 -233
  615. package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.module.css +0 -65
  616. package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.shimmer.js +0 -28
  617. package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.shimmer.module.css +0 -10
  618. package/src/overwrites/venia-ui/lib/components/ProductSort/sortItem.js +0 -57
  619. package/src/overwrites/venia-ui/lib/components/ProductSort/sortItem.module.css +0 -23
  620. package/src/overwrites/venia-ui/lib/components/QuantityStepper/index.js +0 -1
  621. package/src/overwrites/venia-ui/lib/components/QuantityStepper/quantityStepper.js +0 -113
  622. package/src/overwrites/venia-ui/lib/components/QuantityStepper/quantityStepper.module.css +0 -74
  623. package/src/overwrites/venia-ui/lib/components/RadioGroup/radio.js +0 -60
  624. package/src/overwrites/venia-ui/lib/components/RadioGroup/radio.module.css +0 -70
  625. package/src/overwrites/venia-ui/lib/components/RichContent/index.js +0 -1
  626. package/src/overwrites/venia-ui/lib/components/RichContent/plainHtmlRenderer.js +0 -17
  627. package/src/overwrites/venia-ui/lib/components/RichContent/richContent.js +0 -59
  628. package/src/overwrites/venia-ui/lib/components/RichContent/richContent.module.css +0 -146
  629. package/src/overwrites/venia-ui/lib/components/RichContent/richContentRenderers.js +0 -7
  630. package/src/overwrites/venia-ui/lib/components/RichText/index.js +0 -1
  631. package/src/overwrites/venia-ui/lib/components/RichText/richText.js +0 -21
  632. package/src/overwrites/venia-ui/lib/components/RichText/richText.module.css +0 -19
  633. package/src/overwrites/venia-ui/lib/components/Select/index.js +0 -1
  634. package/src/overwrites/venia-ui/lib/components/Select/option.js +0 -28
  635. package/src/overwrites/venia-ui/lib/components/Select/select.js +0 -74
  636. package/src/overwrites/venia-ui/lib/components/Select/select.module.css +0 -25
  637. package/src/overwrites/venia-ui/lib/components/SignIn/index.js +0 -1
  638. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.gql.js +0 -50
  639. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.js +0 -224
  640. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.module.css +0 -65
  641. package/src/overwrites/venia-ui/lib/components/SignInPage/index.js +0 -1
  642. package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.js +0 -50
  643. package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.module.css +0 -17
  644. package/src/overwrites/venia-ui/lib/components/TextArea/index.js +0 -1
  645. package/src/overwrites/venia-ui/lib/components/TextArea/textArea.js +0 -44
  646. package/src/overwrites/venia-ui/lib/components/TextArea/textArea.module.css +0 -27
  647. package/src/overwrites/venia-ui/lib/components/TextInput/field.module.css +0 -51
  648. package/src/overwrites/venia-ui/lib/components/TextInput/index.js +0 -1
  649. package/src/overwrites/venia-ui/lib/components/TextInput/textInput.js +0 -64
  650. package/src/overwrites/venia-ui/lib/components/TextInput/textInput.module.css +0 -21
  651. package/src/overwrites/venia-ui/lib/index.module.css +0 -137
  652. package/src/overwrites/venia-ui/lib/tokens.module.css +0 -167
  653. package/src/overwrites/venia-ui/venia-static/favicon.ico +0 -0
  654. package/src/overwrites/venia-ui/venia-static/manifest.json +0 -32
  655. package/src/static-files/favicon.ico +0 -0
  656. package/src/static-files/icons/apple-touch-icon.png +0 -0
  657. package/src/static-files/icons/venia_circle_144.png +0 -0
  658. package/src/static-files/icons/venia_circle_192.png +0 -0
  659. package/src/static-files/icons/venia_circle_512.png +0 -0
  660. package/src/static-files/icons/venia_maskable_512.png +0 -0
  661. package/src/static-files/icons/venia_square_144.png +0 -0
  662. package/src/static-files/icons/venia_square_192.png +0 -0
  663. package/src/static-files/icons/venia_square_512.png +0 -0
  664. package/src/static-files/icons/venia_square_57.png +0 -0
  665. package/src/static-files/manifest.json +0 -32
  666. package/src/static-files/robots.txt +0 -2
  667. package/src/static-files/veniaClosed.png +0 -0
  668. package/src/talons/ArraySearchInput/useArraySearchInput.js +0 -58
  669. package/src/talons/AttributesBlock/attributesBlock.gql.js +0 -15
  670. package/src/talons/AttributesBlock/useAttributesBlock.js +0 -37
  671. package/src/talons/CollectibleGameSets/collectibleGameSets.gql.js +0 -47
  672. package/src/talons/CollectibleGameSets/useCollectibleGameSets.js +0 -134
  673. package/src/talons/CustomFilters/customFilters.gql.js +0 -45
  674. package/src/talons/CustomFilters/useCustomFilters.js +0 -258
  675. package/src/talons/FilterOption/useFilterOptionModal.js +0 -11
  676. package/src/talons/FilterOptionModal/useFilterOptionModal.js +0 -11
  677. package/src/talons/FilterTop/customFilters.gql.js +0 -45
  678. package/src/talons/FilterTop/filterTop.gql.js +0 -45
  679. package/src/talons/FilterTop/index.js +0 -1
  680. package/src/talons/FilterTop/useFilterTop.js +0 -312
  681. package/src/talons/Header/logo.gql.js +0 -19
  682. package/src/talons/Header/useLogo.js +0 -19
  683. package/src/talons/LegoSets/legoSets.gql.js +0 -59
  684. package/src/talons/LegoSets/useLegoSets.js +0 -222
  685. package/src/talons/MegaMenu/megaMenu.gql.js +0 -70
  686. package/src/talons/MiniatureGameSets/miniatureGameSets.gql.js +0 -59
  687. package/src/talons/MiniatureGameSets/useMiniatureGameSets.js +0 -220
  688. package/src/talons/NonSportCardsSets/nonSportCardsSets.gql.js +0 -59
  689. package/src/talons/NonSportCardsSets/useNonSportCardsSets.js +0 -238
  690. package/src/talons/SellerReview/sellerReview.gql.js +0 -53
  691. package/src/talons/SellerReview/useSellerReview.js +0 -49
  692. package/src/talons/ShopBy/shopBy.gql.js +0 -61
  693. package/src/talons/ShopBy/useShopBy.js +0 -264
  694. package/src/talons/ShopByBrands/shopByBrands.gql.js +0 -59
  695. package/src/talons/ShopByBrands/shopByBrands.js +0 -59
  696. package/src/talons/ShopByBrands/useShopByBrands.js +0 -218
  697. package/src/talons/ShopByCategory/index.js +0 -1
  698. package/src/talons/ShopByCategory/shopByCategory.gql.js +0 -38
  699. package/src/talons/ShopByCategory/useShopByCategory.js +0 -69
  700. package/src/talons/ShopByVehicles/shopByVehicles.gql.js +0 -60
  701. package/src/talons/ShopByVehicles/useShopByVehicles.js +0 -222
  702. package/src/talons/SportCardsSets/sportCardsSets.gql.js +0 -61
  703. package/src/talons/SportCardsSets/useSportCardsSets.js +0 -266
  704. package/src/talons/SubCategory/subCategory.gql.js +0 -15
  705. package/src/talons/SubCategory/useCustomSubCategory.js +0 -49
  706. package/src/talons/SubCategory/useSubCategory.js +0 -52
  707. package/src/talons/SubCategoryPage/subCategoryPage.gql.js +0 -40
  708. package/src/talons/SubCategoryPage/useSubCategoryPage.js +0 -108
  709. package/src/talons/TrainsSets/trainsSets.gql.js +0 -60
  710. package/src/talons/TrainsSets/useTrainsSets.js +0 -223
package/i18n/en_US.json CHANGED
@@ -1,509 +1,508 @@
1
- {
2
- "About Us": "About Us",
3
- "Account": "Account",
4
- "accountChip.chipText": "Hi, {name}",
5
- "accountInformationPage.accountInformation": "Account Information",
6
- "accountInformationPage.editAccount": "Edit Account Information",
7
- "accountInformationPage.errorTryAgain": "Something went wrong. Please refresh and try again.",
8
- "accountInformationPage.titleAccount": "Account Information",
9
- "accountMenu.accountInfoLink": "Account Information",
10
- "accountMenu.addressBookLink": "Address Book",
11
- "accountMenu.communicationsLink": "Communications",
12
- "accountMenu.favoritesListsLink": "Favorites Lists",
13
- "accountMenu.orderHistoryLink": "Order History",
14
- "accountMenu.savedPaymentsLink": "Saved Payments",
15
- "accountMenu.signOutButtonText": "Sign Out",
16
- "accountMenu.storeCreditLink": "Store Credit & Gift Cards",
17
- "accountTrigger.ariaLabelMyMenu": "Toggle My Account Menu",
18
- "accountTrigger.ariaLabelSignIn": "Sign In",
19
- "accountTrigger.buttonFallback": "Sign In",
20
- "accountTrigger.signIn": "Sign In",
21
- "addressBook.addNewAddresstext": "Add New Address",
22
- "addressBook.applyButtonText": "Apply",
23
- "addressBook.cancelButtonText": "Cancel",
24
- "addressBook.headerText": "Change Shipping Information",
25
- "addressBookPage.addAddressText": "Add an Address",
26
- "addressBookPage.addDialogTitle": "New Address",
27
- "addressBookPage.addressBookText": "Address Book",
28
- "addressBookPage.editDialogTitle": "Edit Address",
29
- "addressBookPage.makeDefaultAddress": "Make this my default address",
30
- "addressBookPage.addAddressMessage": "You have added {count} address in your address book.",
31
- "addressBookPage.telephone": "Contact Number {telephone}",
32
- "addressCard.defaultText": "Default",
33
- "addToCartButton.addItemToCart": "ADD TO CART",
34
- "addToCartButton.itemOutOfStock": "OUT OF STOCK",
35
- "addToCartButton.addItemToCartAriaLabel": "Add to cart",
36
- "addToCartButton.itemOutOfStockAriaLabel": "Out of stock",
37
- "addToCartDialog.addToCart": "Add to Cart",
38
- "app.errorOffline": "You are offline. Some features may be unavailable.",
39
- "app.errorUnexpected": "Sorry! An unexpected error occurred.",
40
- "app.infoOnline": "You are online.",
41
- "authBar.fallbackText": "Account",
42
- "authBar.signInText": "Sign In",
43
- "autocomplete.emptyResult": "No results were found.",
44
- "autocomplete.error": "An error occurred while fetching results.",
45
- "autocomplete.invalidCharacterLength": "Search term must be at least three characters",
46
- "autocomplete.loading": "Fetching results...",
47
- "autocomplete.prompt": "Search for a product",
48
- "autocomplete.resultSummary": "{resultCount} items",
49
- "cartPage.couponCode": "Coupon Code",
50
- "cartPage.emptyCart": "There are no items in your cart.",
51
- "cartPage.heading": "Cart",
52
- "cartPage.title": "Cart",
53
- "cartPage.wishlist.ce.successMessage": "An item has been successfully added to your favorites list.",
54
- "cartPage.wishlist.ee.successMessage": "An item has been successfully added to the \"{wishlistName}\" list.",
55
- "cartTrigger.ariaLabel": "Toggle mini cart. You have {count} items in your cart.",
56
- "category.notFound": "Looks like the category you were hoping to find doesn't exist. Sorry about that.",
57
- "categoryContent.filter": "Filter",
58
- "categoryContent.itemsSortedBy": "Items sorted by ",
59
- "categoryContent.resultCount": "{count} Results",
60
- "categoryLeaf.allLabel": "All {name}",
61
- "categoryList.noResults": "No child categories found.",
62
- "checkoutPage.accountSuccessfullyCreated": "Account successfully created.",
63
- "checkoutPage.additionalText": "You will also receive an email with the details and we will let you know when your order has shipped.",
64
- "checkoutPage.billingAddressSame": "Billing address same as shipping address",
65
- "checkoutPage.checkout": "Checkout",
66
- "checkoutPage.couponCode": "Enter Coupon Code",
67
- "checkoutPage.createAccount": "Create Account",
68
- "checkoutPage.editPaymentInformation": "Edit Payment Information",
69
- "checkoutPage.editShippingInfo": "Edit Shipping Information",
70
- "checkoutPage.editShippingMethod": "Edit Shipping Method",
71
- "checkoutPage.emptyMessage": "There are no items in your cart.",
72
- "checkoutPage.errorLoadingPayment": "There was an error loading payment options. Please try again later.",
73
- "checkoutPage.errorSubmit": "Oops! An error occurred while submitting. Please try again.",
74
- "checkoutPage.fetchingItemsInYourOrder": "Fetching Items in your Order",
75
- "checkoutPage.giftOptions": "See Gift Options",
76
- "checkoutPage.greeting": "Welcome {firstname}!",
77
- "checkoutPage.guestCheckout": "Guest Checkout",
78
- "checkoutPage.guestSignIn.backToCheckout": "Back to Checkout",
79
- "checkoutPage.guestSignIn.header": "Account Sign-in",
80
- "checkoutPage.itemsInYourOrder": " items in your order",
81
- "checkoutPage.loadingPayment": "Loading Payment",
82
- "checkoutPage.loadingPaymentInformation": "Fetching Payment Information",
83
- "checkoutPage.noPaymentAvailable": "Payment is currently unavailable.",
84
- "checkoutPage.orderNumber": "Order Number: {orderNumber}",
85
- "checkoutPage.orderSummary": "Summary",
86
- "checkoutPage.paymentInformation": "Payment Information",
87
- "checkoutPage.paymentInformationStep": "Payment Information",
88
- "checkoutPage.paymentLoadingError": "There was an error loading payments.",
89
- "checkoutPage.paymentMethodStatus": "{selectedPaymentMethod} is not supported for editing.",
90
- "checkoutPage.paymentSummary": "{cardType} ending in {lastFour}",
91
- "checkoutPage.cardPlaceholder": "16-Digit Number",
92
- "checkoutPage.placeOrder": "Place Order",
93
- "checkoutPage.quantity": "Qty : {quantity}",
94
- "checkoutPage.quickCheckout": "Quick Checkout When You Return",
95
- "checkoutPage.refreshOrTryAgainLater": "Please refresh or try again later.",
96
- "checkoutPage.returnToCart": "Return to Cart",
97
- "checkoutPage.reviewAndPlaceOrder": "Review and Place Order",
98
- "checkoutPage.reviewOrder": "Review Order",
99
- "checkoutPage.setAPasswordAndSave": "Set a password and save your information for next time in one easy step!",
100
- "checkoutPage.shippingMethodStep": "Shipping Method",
101
- "checkoutPage.showAllItems": "SHOW ALL ITEMS",
102
- "checkoutPage.signInButton": "Sign In",
103
- "checkoutPage.signInLabel": "Sign in for Express Checkout",
104
- "checkoutPage.step0": "Loading Payment",
105
- "checkoutPage.step1": "Checking Credit Card Information",
106
- "checkoutPage.step2": "Checking Credit Card Information",
107
- "checkoutPage.step3": "Checking Credit Card Information",
108
- "checkoutPage.step4": "Saved Credit Card Information Successfully",
109
- "checkoutPage.stockStatusMessage": "An item in your cart is currently out-of-stock and must be removed in order to Checkout. Please return to your cart to remove the item.",
110
- "checkoutPage.subscribe": "Subscribe to news and updates",
111
- "checkoutPage.suggestSignInConfirmMessage": "Yes, sign in",
112
- "checkoutPage.suggestSignInDeclineMessage": "No, thanks",
113
- "checkoutPage.suggestSignInMessage'": "The email you provided is associated with an existing Venia account. Would you like to sign into this account?",
114
- "checkoutPage.thankYou": "Thank you for your order!",
115
- "checkoutPage.titleCheckout": "Checkout",
116
- "checkoutPage.titleReceipt": "Receipt",
117
- "cms.shopByCategory": "Shop by category",
118
- "cmsBlock.noBlocks": "There are no blocks to display",
119
- "communicationsPage.changesText": "Save Changes",
120
- "communicationsPage.communicationsText": "Communications",
121
- "communicationsPage.eNewsletterText": "Venia E-Newsletter",
122
- "communicationsPage.optInText": "We'd like to stay in touch. Please check the boxes next to the communications you'd like to receive.",
123
- "communicationsPage.preferencesText": "Your preferences have been updated.",
124
- "communicationsPage.savingText": "Saving",
125
- "communicationsPage.subscribeText": "Stay on the cutting edge of fashion; subscribe to the monthly Venia Newsletter.",
126
- "communicationsPage.title": "Communications",
127
- "completedView.errorLoading": "Error loading selected shipping method. Please select again.",
128
- "completedView.shippingMethod": "Shipping Method",
129
- "Contact Us": "Contact Us",
130
- "contactPage.title": "Contact Us",
131
- "contactPage.loadingText": "Sending",
132
- "contactPage.titleText": "Contact Us",
133
- "contactPage.infoText": "Drop us a line and we'll get back to you as soon as possible.",
134
- "contactPage.telephone": "Contact Number",
135
- "contactPage.telephonePlaceholder": "(222)-222-2222",
136
- "contactPage.comment": "Message",
137
- "contactPage.commentPlaceholder": "Tell us what's on your mind",
138
- "contactPage.submit": "Send",
139
- "country.label": "Country",
140
- "couponCode.apply": "Apply",
141
- "couponCode.couponCode": "Coupon Code",
142
- "couponCode.enterCode": "Enter code",
143
- "couponCode.errorContainer": "Something went wrong. Please refresh and try again.",
144
- "couponCode.removeButton": "Remove",
145
- "createAccount.cancelText": "Cancel",
146
- "createAccount.createAccountText": "Sign Up",
147
- "createAccount.emailText": "Email",
148
- "createAccount.firstNameText": "First Name",
149
- "createAccount.lastNameText": "Last Name",
150
- "createAccount.passwordText": "Password",
151
- "createAccount.subscribeText": "Subscribe to news and updates",
152
- "createAccountPage.header": "Create an Account",
153
- "createAccountPage.title": "Create an Account",
154
- "createWishlist.createListText": "Create a list",
155
- "createWishlist.dialogTitle": "New Favorites List",
156
- "createWishlist.handleCreateListText": "Create a list",
157
- "createWishlist.listName": "List Name",
158
- "createWishlistForm.cancelButton": "Cancel",
159
- "createWishlistForm.privateRadio": "Private",
160
- "createWishlistForm.publicRadio": "Public",
161
- "createWishlistForm.saveButton": "Save",
162
- "Customer Service": "Customer Service",
163
- "customerForm.defaultShipping": "Make this my default address",
164
- "customerForm.formMessage": "The shipping address you enter will be saved to your address book and set as your default for future purchases.",
165
- "customerForm.loading": "Fetching Customer Details...",
166
- "discountSummary.lineItemLabel": "Applied discounts",
167
- "editModal.headerText": "Edit Item",
168
- "Email Signup": "Email Signup",
169
- "errorView.header": "Oops!",
170
- "errorView.goHome": "Take me home",
171
- "errorView.message": "Looks like something went wrong. Sorry about that.",
172
- "field.optional": "Optional",
173
- "filterFooter.results": "See Results",
174
- "filterList.showMore": "Show More",
175
- "filterList.viewAll": "View All",
176
- "filterList.showLess": "Show Less",
177
- "filterModal.action": "Clear all",
178
- "filterModal.action.clearAll.ariaLabel": "Clear all applied filters",
179
- "filterModal.action.clearFilterItem.ariaLabel": "Clear filter \"{name}\"",
180
- "filterModal.currentFilters.ariaLabel": "Current Filters",
181
- "filterModal.filters.ariaLabel": "Filters",
182
- "filterModal.filters.close.ariaLabel": "Close filters popup.",
183
- "filterModal.headerTitle": "Filters",
184
- "filterModal.item.applyFilter": "Apply filter \"{optionName}\".",
185
- "filterModal.item.ariaLabel": "Filter products by \"{itemName}\"",
186
- "filterModal.item.clearFilter": "Remove filter \"{optionName}\".",
187
- "filterModal.item.hideOptions": "Hide \"{itemName}\" filter item options.",
188
- "filterModal.item.showOptions": "Show \"{itemName}\" filter item options.",
189
- "filterModalOpenButton.ariaLabel": "Filter Button for Filter Options.",
190
- "filterSearch.name": "Enter a {name}",
191
- "footer.calloutText": "Lorem ipsum dolor sit amet, consectetur adipsicing elit, sed do eiusmod tempor incididunt ut labore et dolore.",
192
- "footer.followText": "Follow Us!",
193
- "footer.privacyText": "Privacy Policy",
194
- "footer.termsText": "Terms of Use",
195
- "forgotPassword.instructions": "Please enter the email address associated with this account.",
196
- "forgotPassword.recoverPasswordText": "Recover Password",
197
- "forgotPasswordForm.cancelButtonText": "Cancel",
198
- "forgotPasswordForm.emailAddressText": "Email address",
199
- "forgotPasswordForm.submitButtonText": "Submit",
200
- "forgotPasswordPage.header": "Forgot Your Password?",
201
- "forgotPasswordPage.title": "Forgot Your Password?",
202
- "formError.errorMessage": "An error has occurred. Please check the input and try again.",
203
- "formSubmissionSuccessful.recoverPasswordText": "Recover Password",
204
- "formSubmissionSuccessful.textMessage": "If there is an account associated with {email} you will receive an email with a link to change your password.",
205
- "galleryItem.unavailableProduct": "Currently unavailable for purchase.",
206
- "giftCard.balance": "Balance: ",
207
- "giftCard.remove": "Remove",
208
- "giftCards.apply": "Apply",
209
- "giftCards.balance": "Balance: ",
210
- "giftCards.cardEntry": "Enter card number",
211
- "giftCards.cardNumber": "Gift Card Number",
212
- "giftCards.checkBalance": "Check balance",
213
- "giftCards.errorInvalid": "Invalid card. Please try again.",
214
- "giftCards.errorLoading": "There was an error loading applied gift cards. Please refresh and try again.",
215
- "giftCards.errorRemoving": "Unable to remove gift card. Please try again.",
216
- "giftCards.loading": "Loading Gift Cards...",
217
- "giftCardSection.giftCard": "Apply Gift Card",
218
- "giftCardSummary.lineItemLabel": "Gift Card(s) applied",
219
- "giftOptions.addGiftMessage": "Add Message",
220
- "giftOptions.cancelGiftMessageButton": "Cancel",
221
- "giftOptions.cardMessage": "Enter your message here",
222
- "giftOptions.editGiftMessageButton": "Edit",
223
- "giftOptions.from": "From",
224
- "giftOptions.giftMessageFrom": "<strong>From:</strong> {cardFrom}",
225
- "giftOptions.giftMessageTo": "<strong>To:</strong> {cardTo}",
226
- "giftOptions.includeGiftMessage": "Optional Message",
227
- "giftOptions.includeGiftReceipt": "Include gift receipt",
228
- "giftOptions.includePrintedCard": "Add printed card{price}",
229
- "giftOptions.message": "Message",
230
- "giftOptions.saving": "Saving",
231
- "giftOptions.to": "To",
232
- "giftOptions.updateGiftMessageButton": "Update Message",
233
- "Give Back": "Give Back",
234
- "global.addButton": "Add",
235
- "global.cancelButton": "Cancel",
236
- "global.changePassword": "Change Password",
237
- "global.city": "City",
238
- "global.confirmButton": "Confirm",
239
- "global.creditCard": "Credit Card",
240
- "global.currentPassword": "Current Password",
241
- "global.deleteButton": "Delete",
242
- "global.editButton": "Edit",
243
- "global.email": "Email",
244
- "global.emailPlaceholder": "abc@xyz.com",
245
- "global.firstName": "First Name",
246
- "global.free": "Free",
247
- "global.home": "Home",
248
- "global.lastName": "Last Name",
249
- "global.middleName": "Middle Name",
250
- "global.name": "Name",
251
- "global.newPassword": "New Password",
252
- "global.password": "Password",
253
- "global.phoneNumber": "Contact Number",
254
- "global.private": "Private",
255
- "global.public": "Public",
256
- "global.quantity": "Quantity",
257
- "global.save": "Save",
258
- "global.saveAndContinueButton": "Save and Continue",
259
- "global.shippingInformation": "Shipping Information",
260
- "global.shippingMethod": "Shipping Method",
261
- "global.sku": "SKU",
262
- "global.streetAddress": "Address Line 1",
263
- "global.streetAddress2": "Address Line 2",
264
- "global.updateButton": "Update",
265
- "guestForm.continueToNextStep": "Continue to Shipping Method",
266
- "guestForm.emailMessage": "Set a password at the end of guest checkout to create an account in one easy step.",
267
- "Help": "Help",
268
- "loadingIndicator.message": "Fetching Data...",
269
- "logo.title": "Venia",
270
- "magentoRoute.internalError": "Something went wrong. Sorry about that.",
271
- "magentoRoute.routeError": "Looks like the page you were hoping to find doesn't exist. Sorry about that.",
272
- "miniCart.checkout": "CHECKOUT",
273
- "miniCart.editCartButton": "Edit Shopping Bag",
274
- "miniCart.emptyMessage": "There are no items in your cart.",
275
- "miniCart.subtotal": "Subtotal: ",
276
- "miniCart.totalQuantity": "{totalQuantity} Items",
277
- "navHeader.accountText": "Account",
278
- "navHeader.createAccountText": "Create Account",
279
- "navHeader.forgotPasswordText": "Forgot your password",
280
- "navHeader.mainMenuText": "Main Menu",
281
- "navHeader.myAccountText": "My Account",
282
- "navHeader.signInText": "Sign In",
283
- "navigationTrigger.ariaLabel": "Toggle navigation panel",
284
- "newsletter.subscribeMessage": "The email address is subscribed.",
285
- "newsletter.loadingText": "Subscribing",
286
- "newsletter.titleText": "Subscribe",
287
- "newsletter.subscribeText": "Subscribe",
288
- "newsletter.infoText": "By subscribing you agree to receive email from us. Please read our Privacy Policy",
289
- "noProductsFound.noProductsFound": "Sorry! We couldn't find any products.",
290
- "noProductsFound.tryOneOfTheseCategories": "Try one of these categories",
291
- "Order Status": "Order Status",
292
- "orderDetails.billingInformationLabel": "Billing Information",
293
- "orderDetails.buyAgain": "Buy Again",
294
- "orderDetails.discount": "Discount",
295
- "orderDetails.noShippingInformation": "No shipping information",
296
- "orderDetails.orderTotal": "Order Total",
297
- "orderDetails.paymentMethodLabel": "Payment Method",
298
- "orderDetails.printLabel": "Print Receipt",
299
- "orderDetails.quantity": "Qty : {quantity}",
300
- "orderDetails.returnThis": "Return This",
301
- "orderDetails.shipping": "Shipping",
302
- "orderDetails.shippingInformationLabel": "Shipping Information",
303
- "orderDetails.shippingMethodLabel": "Shipping Method",
304
- "orderDetails.subtotal": "Subtotal",
305
- "orderDetails.tax": "Tax",
306
- "orderDetails.total": "Total",
307
- "orderDetails.trackingInformation": "<strong>Tracking number:</strong> {number}",
308
- "orderDetails.waitingOnTracking": "Waiting for tracking information",
309
- "orderHistoryPage.emptyDataMessage": "You don't have any orders yet.",
310
- "orderHistoryPage.invalidOrderNumber": "Order \"{number}\" was not found.",
311
- "orderHistoryPage.loadMore": "Load More",
312
- "orderHistoryPage.pageInfo": "Showing {current} of {total}",
313
- "orderHistoryPage.pageTitleText": "Order History",
314
- "orderHistoryPage.ordersCount": "You have {count} orders in your history",
315
- "orderHistoryPage.search": "Search by Order Number",
316
- "orderItems.itemsHeading": "Items",
317
- "orderProgressBar.deliveredText": "Delivered",
318
- "orderProgressBar.processingText": "Processing",
319
- "orderProgressBar.readyToShipText": "Ready to ship",
320
- "orderProgressBar.shippedText": "Shipped",
321
- "orderRow.deliveredText": "Delivered",
322
- "orderRow.orderDateText": "Order Date",
323
- "orderRow.orderNumberText": "Order #",
324
- "orderRow.orderTotalText": "Order Total",
325
- "orderRow.processingText": "Processing",
326
- "orderRow.readyToShipText": "Ready to ship",
327
- "orderRow.shippedText": "Shipped",
328
- "Our Story": "Our Story",
329
- "pagination.firstPage": "move to the first page",
330
- "pagination.lastPage": "move to the last page",
331
- "pagination.nextPage": "move to the next page",
332
- "pagination.prevPage": "move to the previous page",
333
- "postcode.label": "Postal Code",
334
- "priceAdjustments.couponCode": "Enter Coupon Code",
335
- "priceAdjustments.giftOptions": "See Gift Options",
336
- "priceAdjustments.shippingMethod": "Estimate your Shipping",
337
- "priceSummary.checkoutButton": "Checkout",
338
- "priceSummary.discountSummary.hideDiscounts": "Hide individual discounts.",
339
- "priceSummary.discountSummary.showDiscounts": "Show individual discounts.",
340
- "priceSummary.errorText": "Something went wrong. Please refresh and try again.",
341
- "priceSummary.estimatedTotal": "Estimated Total",
342
- "priceSummary.lineItemLabel": "Subtotal",
343
- "priceSummary.total": "Total",
344
- "product.editItem": "Edit item",
345
- "product.outOfStock": "Out-of-stock",
346
- "product.outOfStockTryAgain": "This Product is currently out of stock. Please try again later.",
347
- "product.price": " ea.",
348
- "product.removeFromCart": "Remove from cart",
349
- "product.removeFromFavorites": "Remove from favorites",
350
- "product.saveForLater": "Save for later",
351
- "productDetail.inStock": "In stock",
352
- "productDetail.outOfStock": "Out of stock",
353
- "productDetail.skuNumber": "SKU # {sku}",
354
- "productDetail.unknown": "Unknown",
355
- "productForm.dataError": "Something went wrong. Please refresh and try again.",
356
- "productForm.fetchingProductOptions": "Fetching Product Options...",
357
- "productForm.quantity": "Quantity",
358
- "productForm.submit": "Update",
359
- "productForm.updatingCart": "Updating Cart...",
360
- "productFullDetail.addItemToCart": "Add to Cart",
361
- "productFullDetail.itemOutOfStock": "Out of Stock",
362
- "productFullDetail.errorCart": "There was a problem with your cart. Please refresh the page and try adding the item once more.",
363
- "productFullDetail.errorToken": "There was a problem with your cart. Please sign in again and try adding the item once more.",
364
- "productFullDetail.errorUnknown": "Could not add item to cart. Please check required options and try again.",
365
- "productFullDetail.productDescription": "Product Description",
366
- "productFullDetail.details": "Details",
367
- "productFullDetail.unavailableProduct": "This product is currently unavailable for purchase.",
368
- "productFullDetail.outOfStockProduct": "This item is currently out of stock",
369
- "productImageCarousel.previousButtonAriaLabel": "Previous Image",
370
- "productImageCarousel.nextButtonAriaLabel": "Next Image",
371
- "productList.each": " ea.",
372
- "productList.filter": "Filter",
373
- "productList.outOfStock": "Out-of-stock",
374
- "productList.quantity": "Qty : {quantity}",
375
- "productListing.loading": "Fetching Cart...",
376
- "productOptions.selectedLabel": "Selected {label}:",
377
- "productQuantity.label": "product's quantity",
378
- "productSort.sortByButton": "Sort by",
379
- "productSort.sortButton": "Sort",
380
- "productSort.sortButtonCollapsed": "Sort Button Collapsed",
381
- "productSort.sortButtonExpanded": "Sort Button Expanded",
382
- "quantity.buttonDecrement": "Decrease Quantity",
383
- "quantity.buttonIncrement": "Increase Quantity",
384
- "quantity.input": "Item Quantity",
385
- "region.label": "State / Province",
386
- "Register": "Register",
387
- "resetPassword.descriptionText": "Please enter your email address and new password.",
388
- "resetPassword.header": "Reset Password",
389
- "resetPassword.invalidTokenMessage": "Uh oh, something went wrong. Check the link or try again.",
390
- "resetPassword.newPasswordText": "New Password",
391
- "resetPassword.savedPasswordText": "Your new password has been saved.",
392
- "resetPassword.savePassword": "Save Password",
393
- "resetPassword.successMessage": "Your new password has been saved. Please use this password to sign into your Account.",
394
- "resetPassword.title": "Reset Password",
395
- "Returns": "Returns",
396
- "savedPaymentsPage.addButtonText": "Add a credit card",
397
- "savedPaymentsPage.creditCard.errorRemoving": "Something went wrong deleting this payment method. Please refresh and try again.",
398
- "savedPaymentsPage.noSavedPayments": "You have no saved payments.",
399
- "savedPaymentsPage.Message": "You have {count} saved payments.",
400
- "savedPaymentsPage.title": "Saved Payments",
401
- "searchBar.heading": "Product Suggestions",
402
- "searchBar.label": " in {label}",
403
- "searchPage.filterButton": "Filter",
404
- "searchPage.noResult": "No results found. The search term may be missing or invalid.",
405
- "searchPage.noResultImportant": "No results found!",
406
- "searchPage.searchTerm": "Showing results for <highlight>{term}</highlight>{category, select, null {} other { in <highlight>{category}</highlight>}}:",
407
- "searchPage.searchTermEmpty": "Showing all results:",
408
- "searchPage.sortContainer": "Items sorted by ",
409
- "searchPage.totalPages": "{totalCount} items",
410
- "searchTrigger.search": "Search",
411
- "shippingForm.formTitle": "Destination",
412
- "shippingForm.getShippingOptions": "Get Shipping Options",
413
- "shippingForm.loading": "Loading Methods...",
414
- "shippingForm.zip": "Postal Code",
415
- "shippingForm.shippingEmail": "Shipping Email",
416
- "shippingInformation.cardTitle": "Shipping Information",
417
- "shippingInformation.editTitle": "Shipping Information",
418
- "shippingInformation.loading": "Fetching Shipping Information...",
419
- "shippingMethod.continueToNextStep": "Continue to Payment Information",
420
- "shippingMethod.heading": "Shipping Method",
421
- "shippingMethod.loading": "Loading shipping methods...",
422
- "shippingMethods.estimateButton": "I want to estimate my shipping",
423
- "shippingMethods.message": "For shipping estimates before proceeding to checkout, please provide the Country, State, and Postal Code for the destination of your order.",
424
- "shippingMethods.prompt": "Shipping Methods",
425
- "shippingRadios.errorLoading": "Error loading shipping methods. Please ensure a shipping address is set and try again.",
426
- "shippingSummary.estimatedShipping": "Estimated Shipping",
427
- "shippingSummary.shipping": "Shipping",
428
- "Sign In": "Sign In",
429
- "signIn.createAccountText": "Create an Account",
430
- "signIn.emailAddressText": "Email",
431
- "signIn.forgotPasswordText": "Forgot your password?",
432
- "signIn.loadingText": "Signing In",
433
- "signIn.passwordText": "Password",
434
- "signIn.signInText": "Sign In",
435
- "signIn.titleText": "Sign-in to Your Account",
436
- "signInPage.header": "Sign In or Create Account",
437
- "signInPage.title": "Sign In",
438
- "sortItem.priceAsc": "Price: Low to High",
439
- "sortItem.priceDesc": "Price: High to Low",
440
- "sortItem.relevance": "Best Match",
441
- "sortItem.position": "Position",
442
- "stockStatusMessage.message": "An item in your cart is currently out-of-stock and must be removed in order to Checkout.",
443
- "storedPayments.creditCard": "Credit Card",
444
- "storedPayments.delete": "Delete",
445
- "taxSummary.estimatedTax": "Estimated Tax",
446
- "taxSummary.tax": "Tax",
447
- "validation.hasLengthAtLeast": "Must contain at least {value} character(s).",
448
- "validation.hasLengthAtMost": "Must not exceed {value} character(s).",
449
- "validation.hasLengthExactly": "Must contain exactly {value} character(s).",
450
- "validation.invalidAbbreviation": "State \"{value}\" is not a valid state abbreviation.",
451
- "validation.invalidCountry": "Country \"{value}\" is not an available country.",
452
- "validation.invalidRegions": "Country \"{value}\" does not contain any available regions.",
453
- "validation.isEqualToField": "{value} must match.",
454
- "validation.isNotEqualToField": "{value} must be different",
455
- "validation.isRequired": "This is required field.",
456
- "validation.mustBeChecked": "Must be checked.",
457
- "validation.validatePassword": "A password must contain at least 3 of the following: lowercase, uppercase, digits, special characters.",
458
- "wishlist.name": "Wish List",
459
- "wishlist.emptyListText": "There are currently no items in this list",
460
- "wishlistButton.addedText": "Added to Favorites",
461
- "wishlistButton.addError": "Something went wrong adding the product to your wishlist.",
462
- "wishlistButton.addText": "Add to Favorites",
463
- "wishlist.galleryButton.loginMessage": "Please sign-in to your Account to save items for later.",
464
- "wishlist.galleryButton.successMessageGeneral": "Item successfully added to your favorites list.",
465
- "wishlist.galleryButton.successMessageNamed": "Item successfully added to the \"{wishlistName}\" list.",
466
- "wishlistConfirmRemoveProductDialog.confirmationPrompt": "Are you sure you want to delete this product from the list?",
467
- "wishlistConfirmRemoveProductDialog.confirmButton": "Delete",
468
- "wishlistConfirmRemoveProductDialog.errorMessage": "There was an error deleting this product. Please try again later.",
469
- "wishlistConfirmRemoveProductDialog.title": "Remove Product from Wishlist",
470
- "wishlistDialog.createButton": "+ Create a new list",
471
- "wishlistDialog.title": "Add to Favorites",
472
- "wishlistEditFavoritesListDialog.title": "Edit Favorites List",
473
- "wishlistItem.addToCart": "Add to Cart",
474
- "wishlistItem.addToCartError": "Something went wrong. Please refresh and try again.",
475
- "wishlistItem.removeAriaLabel": "Remove Product from Wishlist",
476
- "wishlistListActionsDialog.title_initial": "List Actions",
477
- "wishlistListActionsDialog.edit": "Edit List",
478
- "wishlistMoreActionsDialog.copy": "Copy to",
479
- "wishlistMoreActionsDialog.delete": "Remove",
480
- "wishlistMoreActionsDialog.move": "Move to",
481
- "wishlistMoreActionsDialog.title": "Actions",
482
- "wishlistPage.disabledMessage": "Sorry, this feature has been disabled.",
483
- "wishlistPage.fetchErrorMessage": "Something went wrong. Please refresh and try again.",
484
- "wishlistPage.headingText": "{count, plural, one {Favorites List} other {Favorites Lists}}",
485
- "wishlistPage.wishlistDisabledMessage": "The wishlist is not currently available.",
486
- "wishlist.itemCountOpen": "Showing {currentCount} of {count} items in this list",
487
- "wishlist.itemsMessage": "You have {count} items in your wishlist",
488
- "wishlist.itemCountClosed": "You have {count} {count, plural, one {item} other {items}} in this list",
489
- "wishlist.loadMore": "Load More",
490
- "LegacyMiniCart.buttonExpanded": "More Options Expanded",
491
- "LegacyMiniCart.buttonCollapsed": "More Options Collapsed",
492
- "global.deletedButton": "Item Deleted",
493
- "password.hide": "Hide Password",
494
- "password.View": "View Password",
495
- "global.clearText": "Clear Text",
496
- "global.close": "Close",
497
- "global.firstNameRequired": "First Name is required",
498
- "global.lastNameRequired": "Last Name is required",
499
- "global.emailRequired": "Email is required",
500
- "global.passwordRequired": "Password is required",
501
- "global.countryRequired": "Country is required",
502
- "global.streetAddressRequired": "Address Line 1 is required",
503
- "global.cityRequired": "City is required",
504
- "global.stateRequired": "State / Province is required",
505
- "Form.postalCode": "Postal Code is required",
506
- "Form.phonenumber": "Contact Number is required",
507
- "ProductOptions.productSize": "Fashion size {label}",
508
- "productOptions.selectedSize": "Fashion size {label} button selected"
509
- }
1
+ {
2
+ "About Us": "About Us",
3
+ "Account": "Account",
4
+ "accountChip.chipText": "Hi, {name}",
5
+ "accountInformationPage.accountInformation": "Account Information",
6
+ "accountInformationPage.editAccount": "Edit Account Information",
7
+ "accountInformationPage.errorTryAgain": "Something went wrong. Please refresh and try again.",
8
+ "accountInformationPage.titleAccount": "Account Information",
9
+ "accountMenu.accountInfoLink": "Account Information",
10
+ "accountMenu.addressBookLink": "Address Book",
11
+ "accountMenu.communicationsLink": "Communications",
12
+ "accountMenu.favoritesListsLink": "Favorites Lists",
13
+ "accountMenu.orderHistoryLink": "Order History",
14
+ "accountMenu.savedPaymentsLink": "Saved Payments",
15
+ "accountMenu.signOutButtonText": "Sign Out",
16
+ "accountMenu.storeCreditLink": "Store Credit & Gift Cards",
17
+ "accountTrigger.ariaLabelMyMenu": "Toggle My Account Menu",
18
+ "accountTrigger.ariaLabelSignIn": "Sign In",
19
+ "accountTrigger.buttonFallback": "Sign In",
20
+ "accountTrigger.signIn": "Sign In",
21
+ "addressBook.addNewAddresstext": "Add New Address",
22
+ "addressBook.applyButtonText": "Apply",
23
+ "addressBook.cancelButtonText": "Cancel",
24
+ "addressBook.headerText": "Change Shipping Information",
25
+ "addressBookPage.addAddressText": "Add an Address",
26
+ "addressBookPage.addDialogTitle": "New Address",
27
+ "addressBookPage.addressBookText": "Address Book",
28
+ "addressBookPage.editDialogTitle": "Edit Address",
29
+ "addressBookPage.makeDefaultAddress": "Make this my default address",
30
+ "addressBookPage.addAddressMessage": "You have added {count} address in your address book.",
31
+ "addressBookPage.telephone": "Contact Number {telephone}",
32
+ "addressCard.defaultText": "Default",
33
+ "addToCartButton.addItemToCart": "ADD TO CART",
34
+ "addToCartButton.itemOutOfStock": "OUT OF STOCK",
35
+ "addToCartButton.addItemToCartAriaLabel": "Add to cart",
36
+ "addToCartButton.itemOutOfStockAriaLabel": "Out of stock",
37
+ "addToCartDialog.addToCart": "Add to Cart",
38
+ "app.errorOffline": "You are offline. Some features may be unavailable.",
39
+ "app.errorUnexpected": "Sorry! An unexpected error occurred.",
40
+ "app.infoOnline": "You are online.",
41
+ "authBar.fallbackText": "Account",
42
+ "authBar.signInText": "Sign In",
43
+ "autocomplete.emptyResult": "No results were found.",
44
+ "autocomplete.error": "An error occurred while fetching results.",
45
+ "autocomplete.invalidCharacterLength": "Search term must be at least three characters",
46
+ "autocomplete.loading": "Fetching results...",
47
+ "autocomplete.prompt": "Search for a product",
48
+ "autocomplete.resultSummary": "{resultCount} items",
49
+ "cartPage.couponCode": "Coupon Code",
50
+ "cartPage.emptyCart": "There are no items in your cart.",
51
+ "cartPage.heading": "Cart",
52
+ "cartPage.title": "Cart",
53
+ "cartPage.wishlist.ce.successMessage": "An item has been successfully added to your favorites list.",
54
+ "cartPage.wishlist.ee.successMessage": "An item has been successfully added to the \"{wishlistName}\" list.",
55
+ "cartTrigger.ariaLabel": "Toggle mini cart. You have {count} items in your cart.",
56
+ "category.notFound": "Looks like the category you were hoping to find doesn't exist. Sorry about that.",
57
+ "categoryContent.filter": "Filter",
58
+ "categoryContent.itemsSortedBy": "Items sorted by ",
59
+ "categoryContent.resultCount": "{count} Results",
60
+ "categoryLeaf.allLabel": "All {name}",
61
+ "categoryList.noResults": "No child categories found.",
62
+ "checkoutPage.accountSuccessfullyCreated": "Account successfully created.",
63
+ "checkoutPage.additionalText": "You will also receive an email with the details and we will let you know when your order has shipped.",
64
+ "checkoutPage.billingAddressSame": "Billing address same as shipping address",
65
+ "checkoutPage.checkout": "Checkout",
66
+ "checkoutPage.couponCode": "Enter Coupon Code",
67
+ "checkoutPage.createAccount": "Create Account",
68
+ "checkoutPage.editPaymentInformation": "Edit Payment Information",
69
+ "checkoutPage.editShippingInfo": "Edit Shipping Information",
70
+ "checkoutPage.editShippingMethod": "Edit Shipping Method",
71
+ "checkoutPage.emptyMessage": "There are no items in your cart.",
72
+ "checkoutPage.errorLoadingPayment": "There was an error loading payment options. Please try again later.",
73
+ "checkoutPage.errorSubmit": "Oops! An error occurred while submitting. Please try again.",
74
+ "checkoutPage.fetchingItemsInYourOrder": "Fetching Items in your Order",
75
+ "checkoutPage.giftOptions": "See Gift Options",
76
+ "checkoutPage.greeting": "Welcome {firstname}!",
77
+ "checkoutPage.guestCheckout": "Guest Checkout",
78
+ "checkoutPage.guestSignIn.backToCheckout": "Back to Checkout",
79
+ "checkoutPage.guestSignIn.header": "Account Sign-in",
80
+ "checkoutPage.itemsInYourOrder": " items in your order",
81
+ "checkoutPage.loadingPayment": "Loading Payment",
82
+ "checkoutPage.loadingPaymentInformation": "Fetching Payment Information",
83
+ "checkoutPage.noPaymentAvailable": "Payment is currently unavailable.",
84
+ "checkoutPage.orderNumber": "Order Number: {orderNumber}",
85
+ "checkoutPage.orderSummary": "Order Summary",
86
+ "checkoutPage.paymentInformation": "Payment Information",
87
+ "checkoutPage.paymentInformationStep": "3. Payment Information",
88
+ "checkoutPage.paymentLoadingError": "There was an error loading payments.",
89
+ "checkoutPage.paymentMethodStatus": "{selectedPaymentMethod} is not supported for editing.",
90
+ "checkoutPage.paymentSummary": "{cardType} ending in {lastFour}",
91
+ "checkoutPage.cardPlaceholder": "16-Digit Number",
92
+ "checkoutPage.placeOrder": "Place Order",
93
+ "checkoutPage.quantity": "Qty : {quantity}",
94
+ "checkoutPage.quickCheckout": "Quick Checkout When You Return",
95
+ "checkoutPage.refreshOrTryAgainLater": "Please refresh or try again later.",
96
+ "checkoutPage.returnToCart": "Return to Cart",
97
+ "checkoutPage.reviewAndPlaceOrder": "Review and Place Order",
98
+ "checkoutPage.reviewOrder": "Review Order",
99
+ "checkoutPage.setAPasswordAndSave": "Set a password and save your information for next time in one easy step!",
100
+ "checkoutPage.shippingMethodStep": "2. Shipping Method",
101
+ "checkoutPage.showAllItems": "SHOW ALL ITEMS",
102
+ "checkoutPage.signInButton": "Sign In",
103
+ "checkoutPage.signInLabel": "Sign in for Express Checkout",
104
+ "checkoutPage.step0": "Loading Payment",
105
+ "checkoutPage.step1": "Checking Credit Card Information",
106
+ "checkoutPage.step2": "Checking Credit Card Information",
107
+ "checkoutPage.step3": "Checking Credit Card Information",
108
+ "checkoutPage.step4": "Saved Credit Card Information Successfully",
109
+ "checkoutPage.stockStatusMessage": "An item in your cart is currently out-of-stock and must be removed in order to Checkout. Please return to your cart to remove the item.",
110
+ "checkoutPage.subscribe": "Subscribe to news and updates",
111
+ "checkoutPage.suggestSignInConfirmMessage": "Yes, sign in",
112
+ "checkoutPage.suggestSignInDeclineMessage": "No, thanks",
113
+ "checkoutPage.suggestSignInMessage'": "The email you provided is associated with an existing Venia account. Would you like to sign into this account?",
114
+ "checkoutPage.thankYou": "Thank you for your order!",
115
+ "checkoutPage.titleCheckout": "Checkout",
116
+ "checkoutPage.titleReceipt": "Receipt",
117
+ "cms.shopByCategory": "Shop by category",
118
+ "cmsBlock.noBlocks": "There are no blocks to display",
119
+ "communicationsPage.changesText": "Save Changes",
120
+ "communicationsPage.communicationsText": "Communications",
121
+ "communicationsPage.eNewsletterText": "Venia E-Newsletter",
122
+ "communicationsPage.optInText": "We'd like to stay in touch. Please check the boxes next to the communications you'd like to receive.",
123
+ "communicationsPage.preferencesText": "Your preferences have been updated.",
124
+ "communicationsPage.savingText": "Saving",
125
+ "communicationsPage.subscribeText": "Stay on the cutting edge of fashion; subscribe to the monthly Venia Newsletter.",
126
+ "communicationsPage.title": "Communications",
127
+ "completedView.errorLoading": "Error loading selected shipping method. Please select again.",
128
+ "completedView.shippingMethod": "Shipping Method",
129
+ "Contact Us": "Contact Us",
130
+ "contactPage.title": "Contact Us",
131
+ "contactPage.loadingText": "Sending",
132
+ "contactPage.titleText": "Contact Us",
133
+ "contactPage.infoText": "Drop us a line and we'll get back to you as soon as possible.",
134
+ "contactPage.telephone": "Contact Number",
135
+ "contactPage.telephonePlaceholder": "(222)-222-2222",
136
+ "contactPage.comment": "Message",
137
+ "contactPage.commentPlaceholder": "Tell us what's on your mind",
138
+ "contactPage.submit": "Send",
139
+ "country.label": "Country",
140
+ "couponCode.apply": "Apply",
141
+ "couponCode.couponCode": "Coupon Code",
142
+ "couponCode.enterCode": "Enter code",
143
+ "couponCode.errorContainer": "Something went wrong. Please refresh and try again.",
144
+ "couponCode.removeButton": "Remove",
145
+ "createAccount.cancelText": "Cancel",
146
+ "createAccount.createAccountText": "Create an Account",
147
+ "createAccount.emailText": "Email",
148
+ "createAccount.firstNameText": "First Name",
149
+ "createAccount.lastNameText": "Last Name",
150
+ "createAccount.passwordText": "Password",
151
+ "createAccount.subscribeText": "Subscribe to news and updates",
152
+ "createAccountPage.header": "Create an Account",
153
+ "createAccountPage.title": "Create an Account",
154
+ "createWishlist.createListText": "Create a list",
155
+ "createWishlist.dialogTitle": "New Favorites List",
156
+ "createWishlist.handleCreateListText": "Create a list",
157
+ "createWishlist.listName": "List Name",
158
+ "createWishlistForm.cancelButton": "Cancel",
159
+ "createWishlistForm.privateRadio": "Private",
160
+ "createWishlistForm.publicRadio": "Public",
161
+ "createWishlistForm.saveButton": "Save",
162
+ "Customer Service": "Customer Service",
163
+ "customerForm.defaultShipping": "Make this my default address",
164
+ "customerForm.formMessage": "The shipping address you enter will be saved to your address book and set as your default for future purchases.",
165
+ "customerForm.loading": "Fetching Customer Details...",
166
+ "discountSummary.lineItemLabel": "Applied discounts",
167
+ "editModal.headerText": "Edit Item",
168
+ "Email Signup": "Email Signup",
169
+ "errorView.header": "Oops!",
170
+ "errorView.goHome": "Take me home",
171
+ "errorView.message": "Looks like something went wrong. Sorry about that.",
172
+ "field.optional": "Optional",
173
+ "filterFooter.results": "See Results",
174
+ "filterList.showMore": "Show More",
175
+ "filterList.showLess": "Show Less",
176
+ "filterModal.action": "Clear all",
177
+ "filterModal.action.clearAll.ariaLabel": "Clear all applied filters",
178
+ "filterModal.action.clearFilterItem.ariaLabel": "Clear filter \"{name}\"",
179
+ "filterModal.currentFilters.ariaLabel": "Current Filters",
180
+ "filterModal.filters.ariaLabel": "Filters",
181
+ "filterModal.filters.close.ariaLabel": "Close filters popup.",
182
+ "filterModal.headerTitle": "Filters",
183
+ "filterModal.item.applyFilter": "Apply filter \"{optionName}\".",
184
+ "filterModal.item.ariaLabel": "Filter products by \"{itemName}\"",
185
+ "filterModal.item.clearFilter": "Remove filter \"{optionName}\".",
186
+ "filterModal.item.hideOptions": "Hide \"{itemName}\" filter item options.",
187
+ "filterModal.item.showOptions": "Show \"{itemName}\" filter item options.",
188
+ "filterModalOpenButton.ariaLabel": "Filter Button for Filter Options.",
189
+ "filterSearch.name": "Enter a {name}",
190
+ "footer.calloutText": "Lorem ipsum dolor sit amet, consectetur adipsicing elit, sed do eiusmod tempor incididunt ut labore et dolore.",
191
+ "footer.followText": "Follow Us!",
192
+ "footer.privacyText": "Privacy Policy",
193
+ "footer.termsText": "Terms of Use",
194
+ "forgotPassword.instructions": "Please enter the email address associated with this account.",
195
+ "forgotPassword.recoverPasswordText": "Recover Password",
196
+ "forgotPasswordForm.cancelButtonText": "Cancel",
197
+ "forgotPasswordForm.emailAddressText": "Email address",
198
+ "forgotPasswordForm.submitButtonText": "Submit",
199
+ "forgotPasswordPage.header": "Forgot Your Password?",
200
+ "forgotPasswordPage.title": "Forgot Your Password?",
201
+ "formError.errorMessage": "An error has occurred. Please check the input and try again.",
202
+ "formSubmissionSuccessful.recoverPasswordText": "Recover Password",
203
+ "formSubmissionSuccessful.textMessage": "If there is an account associated with {email} you will receive an email with a link to change your password.",
204
+ "galleryItem.unavailableProduct": "Currently unavailable for purchase.",
205
+ "giftCard.balance": "Balance: ",
206
+ "giftCard.remove": "Remove",
207
+ "giftCards.apply": "Apply",
208
+ "giftCards.balance": "Balance: ",
209
+ "giftCards.cardEntry": "Enter card number",
210
+ "giftCards.cardNumber": "Gift Card Number",
211
+ "giftCards.checkBalance": "Check balance",
212
+ "giftCards.errorInvalid": "Invalid card. Please try again.",
213
+ "giftCards.errorLoading": "There was an error loading applied gift cards. Please refresh and try again.",
214
+ "giftCards.errorRemoving": "Unable to remove gift card. Please try again.",
215
+ "giftCards.loading": "Loading Gift Cards...",
216
+ "giftCardSection.giftCard": "Apply Gift Card",
217
+ "giftCardSummary.lineItemLabel": "Gift Card(s) applied",
218
+ "giftOptions.addGiftMessage": "Add Message",
219
+ "giftOptions.cancelGiftMessageButton": "Cancel",
220
+ "giftOptions.cardMessage": "Enter your message here",
221
+ "giftOptions.editGiftMessageButton": "Edit",
222
+ "giftOptions.from": "From",
223
+ "giftOptions.giftMessageFrom": "<strong>From:</strong> {cardFrom}",
224
+ "giftOptions.giftMessageTo": "<strong>To:</strong> {cardTo}",
225
+ "giftOptions.includeGiftMessage": "Optional Message",
226
+ "giftOptions.includeGiftReceipt": "Include gift receipt",
227
+ "giftOptions.includePrintedCard": "Add printed card{price}",
228
+ "giftOptions.message": "Message",
229
+ "giftOptions.saving": "Saving",
230
+ "giftOptions.to": "To",
231
+ "giftOptions.updateGiftMessageButton": "Update Message",
232
+ "Give Back": "Give Back",
233
+ "global.addButton": "Add",
234
+ "global.cancelButton": "Cancel",
235
+ "global.changePassword": "Change Password",
236
+ "global.city": "City",
237
+ "global.confirmButton": "Confirm",
238
+ "global.creditCard": "Credit Card",
239
+ "global.currentPassword": "Current Password",
240
+ "global.deleteButton": "Delete",
241
+ "global.editButton": "Edit",
242
+ "global.email": "Email",
243
+ "global.emailPlaceholder": "abc@xyz.com",
244
+ "global.firstName": "First Name",
245
+ "global.free": "Free",
246
+ "global.home": "Home",
247
+ "global.lastName": "Last Name",
248
+ "global.middleName": "Middle Name",
249
+ "global.name": "Name",
250
+ "global.newPassword": "New Password",
251
+ "global.password": "Password",
252
+ "global.phoneNumber": "Contact Number",
253
+ "global.private": "Private",
254
+ "global.public": "Public",
255
+ "global.quantity": "Quantity",
256
+ "global.save": "Save",
257
+ "global.saveAndContinueButton": "Save and Continue",
258
+ "global.shippingInformation": "Shipping Information",
259
+ "global.shippingMethod": "Shipping Method",
260
+ "global.sku": "SKU",
261
+ "global.streetAddress": "Address Line 1",
262
+ "global.streetAddress2": "Address Line 2",
263
+ "global.updateButton": "Update",
264
+ "guestForm.continueToNextStep": "Continue to Shipping Method",
265
+ "guestForm.emailMessage": "Set a password at the end of guest checkout to create an account in one easy step.",
266
+ "Help": "Help",
267
+ "loadingIndicator.message": "Fetching Data...",
268
+ "logo.title": "Venia",
269
+ "magentoRoute.internalError": "Something went wrong. Sorry about that.",
270
+ "magentoRoute.routeError": "Looks like the page you were hoping to find doesn't exist. Sorry about that.",
271
+ "miniCart.checkout": "CHECKOUT",
272
+ "miniCart.editCartButton": "Edit Shopping Bag",
273
+ "miniCart.emptyMessage": "There are no items in your cart.",
274
+ "miniCart.subtotal": "Subtotal: ",
275
+ "miniCart.totalQuantity": "{totalQuantity} Items",
276
+ "navHeader.accountText": "Account",
277
+ "navHeader.createAccountText": "Create Account",
278
+ "navHeader.forgotPasswordText": "Forgot Password",
279
+ "navHeader.mainMenuText": "Main Menu",
280
+ "navHeader.myAccountText": "My Account",
281
+ "navHeader.signInText": "Sign In",
282
+ "navigationTrigger.ariaLabel": "Toggle navigation panel",
283
+ "newsletter.subscribeMessage": "The email address is subscribed.",
284
+ "newsletter.loadingText": "Subscribing",
285
+ "newsletter.titleText": "Subscribe to Venia",
286
+ "newsletter.subscribeText": "Subscribe",
287
+ "newsletter.infoText": "Recieve the latest news, update and special offers right to your inbox.",
288
+ "noProductsFound.noProductsFound": "Sorry! We couldn't find any products.",
289
+ "noProductsFound.tryOneOfTheseCategories": "Try one of these categories",
290
+ "Order Status": "Order Status",
291
+ "orderDetails.billingInformationLabel": "Billing Information",
292
+ "orderDetails.buyAgain": "Buy Again",
293
+ "orderDetails.discount": "Discount",
294
+ "orderDetails.noShippingInformation": "No shipping information",
295
+ "orderDetails.orderTotal": "Order Total",
296
+ "orderDetails.paymentMethodLabel": "Payment Method",
297
+ "orderDetails.printLabel": "Print Receipt",
298
+ "orderDetails.quantity": "Qty : {quantity}",
299
+ "orderDetails.returnThis": "Return This",
300
+ "orderDetails.shipping": "Shipping",
301
+ "orderDetails.shippingInformationLabel": "Shipping Information",
302
+ "orderDetails.shippingMethodLabel": "Shipping Method",
303
+ "orderDetails.subtotal": "Subtotal",
304
+ "orderDetails.tax": "Tax",
305
+ "orderDetails.total": "Total",
306
+ "orderDetails.trackingInformation": "<strong>Tracking number:</strong> {number}",
307
+ "orderDetails.waitingOnTracking": "Waiting for tracking information",
308
+ "orderHistoryPage.emptyDataMessage": "You don't have any orders yet.",
309
+ "orderHistoryPage.invalidOrderNumber": "Order \"{number}\" was not found.",
310
+ "orderHistoryPage.loadMore": "Load More",
311
+ "orderHistoryPage.pageInfo": "Showing {current} of {total}",
312
+ "orderHistoryPage.pageTitleText": "Order History",
313
+ "orderHistoryPage.ordersCount": "You have {count} orders in your history",
314
+ "orderHistoryPage.search": "Search by Order Number",
315
+ "orderItems.itemsHeading": "Items",
316
+ "orderProgressBar.deliveredText": "Delivered",
317
+ "orderProgressBar.processingText": "Processing",
318
+ "orderProgressBar.readyToShipText": "Ready to ship",
319
+ "orderProgressBar.shippedText": "Shipped",
320
+ "orderRow.deliveredText": "Delivered",
321
+ "orderRow.orderDateText": "Order Date",
322
+ "orderRow.orderNumberText": "Order #",
323
+ "orderRow.orderTotalText": "Order Total",
324
+ "orderRow.processingText": "Processing",
325
+ "orderRow.readyToShipText": "Ready to ship",
326
+ "orderRow.shippedText": "Shipped",
327
+ "Our Story": "Our Story",
328
+ "pagination.firstPage": "move to the first page",
329
+ "pagination.lastPage": "move to the last page",
330
+ "pagination.nextPage": "move to the next page",
331
+ "pagination.prevPage": "move to the previous page",
332
+ "postcode.label": "Postal Code",
333
+ "priceAdjustments.couponCode": "Enter Coupon Code",
334
+ "priceAdjustments.giftOptions": "See Gift Options",
335
+ "priceAdjustments.shippingMethod": "Estimate your Shipping",
336
+ "priceSummary.checkoutButton": "Proceed to Checkout",
337
+ "priceSummary.discountSummary.hideDiscounts": "Hide individual discounts.",
338
+ "priceSummary.discountSummary.showDiscounts": "Show individual discounts.",
339
+ "priceSummary.errorText": "Something went wrong. Please refresh and try again.",
340
+ "priceSummary.estimatedTotal": "Estimated Total",
341
+ "priceSummary.lineItemLabel": "Subtotal",
342
+ "priceSummary.total": "Total",
343
+ "product.editItem": "Edit item",
344
+ "product.outOfStock": "Out-of-stock",
345
+ "product.outOfStockTryAgain": "This Product is currently out of stock. Please try again later.",
346
+ "product.price": " ea.",
347
+ "product.removeFromCart": "Remove from cart",
348
+ "product.removeFromFavorites": "Remove from favorites",
349
+ "product.saveForLater": "Save for later",
350
+ "productDetail.inStock": "In stock",
351
+ "productDetail.outOfStock": "Out of stock",
352
+ "productDetail.skuNumber": "SKU # {sku}",
353
+ "productDetail.unknown": "Unknown",
354
+ "productForm.dataError": "Something went wrong. Please refresh and try again.",
355
+ "productForm.fetchingProductOptions": "Fetching Product Options...",
356
+ "productForm.quantity": "Quantity",
357
+ "productForm.submit": "Update",
358
+ "productForm.updatingCart": "Updating Cart...",
359
+ "productFullDetail.addItemToCart": "Add to Cart",
360
+ "productFullDetail.itemOutOfStock": "Out of Stock",
361
+ "productFullDetail.errorCart": "There was a problem with your cart. Please refresh the page and try adding the item once more.",
362
+ "productFullDetail.errorToken": "There was a problem with your cart. Please sign in again and try adding the item once more.",
363
+ "productFullDetail.errorUnknown": "Could not add item to cart. Please check required options and try again.",
364
+ "productFullDetail.productDescription": "Product Description",
365
+ "productFullDetail.details": "Details",
366
+ "productFullDetail.unavailableProduct": "This product is currently unavailable for purchase.",
367
+ "productFullDetail.outOfStockProduct": "This item is currently out of stock",
368
+ "productImageCarousel.previousButtonAriaLabel": "Previous Image",
369
+ "productImageCarousel.nextButtonAriaLabel": "Next Image",
370
+ "productList.each": " ea.",
371
+ "productList.filter": "Filter",
372
+ "productList.outOfStock": "Out-of-stock",
373
+ "productList.quantity": "Qty : {quantity}",
374
+ "productListing.loading": "Fetching Cart...",
375
+ "productOptions.selectedLabel": "Selected {label}:",
376
+ "productQuantity.label": "product's quantity",
377
+ "productSort.sortByButton": "Sort by",
378
+ "productSort.sortButton": "Sort",
379
+ "productSort.sortButtonCollapsed": "Sort Button Collapsed",
380
+ "productSort.sortButtonExpanded": "Sort Button Expanded",
381
+ "quantity.buttonDecrement": "Decrease Quantity",
382
+ "quantity.buttonIncrement": "Increase Quantity",
383
+ "quantity.input": "Item Quantity",
384
+ "region.label": "State / Province",
385
+ "Register": "Register",
386
+ "resetPassword.descriptionText": "Please enter your email address and new password.",
387
+ "resetPassword.header": "Reset Password",
388
+ "resetPassword.invalidTokenMessage": "Uh oh, something went wrong. Check the link or try again.",
389
+ "resetPassword.newPasswordText": "New Password",
390
+ "resetPassword.savedPasswordText": "Your new password has been saved.",
391
+ "resetPassword.savePassword": "Save Password",
392
+ "resetPassword.successMessage": "Your new password has been saved. Please use this password to sign into your Account.",
393
+ "resetPassword.title": "Reset Password",
394
+ "Returns": "Returns",
395
+ "savedPaymentsPage.addButtonText": "Add a credit card",
396
+ "savedPaymentsPage.creditCard.errorRemoving": "Something went wrong deleting this payment method. Please refresh and try again.",
397
+ "savedPaymentsPage.noSavedPayments": "You have no saved payments.",
398
+ "savedPaymentsPage.Message": "You have {count} saved payments.",
399
+ "savedPaymentsPage.title": "Saved Payments",
400
+ "searchBar.heading": "Product Suggestions",
401
+ "searchBar.label": " in {label}",
402
+ "searchPage.filterButton": "Filter",
403
+ "searchPage.noResult": "No results found. The search term may be missing or invalid.",
404
+ "searchPage.noResultImportant": "No results found!",
405
+ "searchPage.searchTerm": "Showing results for <highlight>{term}</highlight>{category, select, null {} other { in <highlight>{category}</highlight>}}:",
406
+ "searchPage.searchTermEmpty": "Showing all results:",
407
+ "searchPage.sortContainer": "Items sorted by ",
408
+ "searchPage.totalPages": "{totalCount} items",
409
+ "searchTrigger.search": "Search",
410
+ "shippingForm.formTitle": "Destination",
411
+ "shippingForm.getShippingOptions": "Get Shipping Options",
412
+ "shippingForm.loading": "Loading Methods...",
413
+ "shippingForm.zip": "Postal Code",
414
+ "shippingForm.shippingEmail":"Shipping Email",
415
+ "shippingInformation.cardTitle": "Shipping Information",
416
+ "shippingInformation.editTitle": "1. Shipping Information",
417
+ "shippingInformation.loading": "Fetching Shipping Information...",
418
+ "shippingMethod.continueToNextStep": "Continue to Payment Information",
419
+ "shippingMethod.heading": "Shipping Method",
420
+ "shippingMethod.loading": "Loading shipping methods...",
421
+ "shippingMethods.estimateButton": "I want to estimate my shipping",
422
+ "shippingMethods.message": "For shipping estimates before proceeding to checkout, please provide the Country, State, and Postal Code for the destination of your order.",
423
+ "shippingMethods.prompt": "Shipping Methods",
424
+ "shippingRadios.errorLoading": "Error loading shipping methods. Please ensure a shipping address is set and try again.",
425
+ "shippingSummary.estimatedShipping": "Estimated Shipping",
426
+ "shippingSummary.shipping": "Shipping",
427
+ "Sign In": "Sign In",
428
+ "signIn.createAccountText": "Create an Account",
429
+ "signIn.emailAddressText": "Email address",
430
+ "signIn.forgotPasswordText": "Forgot Password?",
431
+ "signIn.loadingText": "Signing In",
432
+ "signIn.passwordText": "Password",
433
+ "signIn.signInText": "Sign In",
434
+ "signIn.titleText": "Sign-in to Your Account",
435
+ "signInPage.header": "Sign In or Create Account",
436
+ "signInPage.title": "Sign In",
437
+ "sortItem.priceAsc": "Price: Low to High",
438
+ "sortItem.priceDesc": "Price: High to Low",
439
+ "sortItem.relevance": "Best Match",
440
+ "sortItem.position": "Position",
441
+ "stockStatusMessage.message": "An item in your cart is currently out-of-stock and must be removed in order to Checkout.",
442
+ "storedPayments.creditCard": "Credit Card",
443
+ "storedPayments.delete": "Delete",
444
+ "taxSummary.estimatedTax": "Estimated Tax",
445
+ "taxSummary.tax": "Tax",
446
+ "validation.hasLengthAtLeast": "Must contain at least {value} character(s).",
447
+ "validation.hasLengthAtMost": "Must not exceed {value} character(s).",
448
+ "validation.hasLengthExactly": "Must contain exactly {value} character(s).",
449
+ "validation.invalidAbbreviation": "State \"{value}\" is not a valid state abbreviation.",
450
+ "validation.invalidCountry": "Country \"{value}\" is not an available country.",
451
+ "validation.invalidRegions": "Country \"{value}\" does not contain any available regions.",
452
+ "validation.isEqualToField": "{value} must match.",
453
+ "validation.isNotEqualToField": "{value} must be different",
454
+ "validation.isRequired": "This is required field.",
455
+ "validation.mustBeChecked": "Must be checked.",
456
+ "validation.validatePassword": "A password must contain at least 3 of the following: lowercase, uppercase, digits, special characters.",
457
+ "wishlist.name": "Wish List",
458
+ "wishlist.emptyListText": "There are currently no items in this list",
459
+ "wishlistButton.addedText": "Added to Favorites",
460
+ "wishlistButton.addError": "Something went wrong adding the product to your wishlist.",
461
+ "wishlistButton.addText": "Add to Favorites",
462
+ "wishlist.galleryButton.loginMessage": "Please sign-in to your Account to save items for later.",
463
+ "wishlist.galleryButton.successMessageGeneral": "Item successfully added to your favorites list.",
464
+ "wishlist.galleryButton.successMessageNamed": "Item successfully added to the \"{wishlistName}\" list.",
465
+ "wishlistConfirmRemoveProductDialog.confirmationPrompt": "Are you sure you want to delete this product from the list?",
466
+ "wishlistConfirmRemoveProductDialog.confirmButton": "Delete",
467
+ "wishlistConfirmRemoveProductDialog.errorMessage": "There was an error deleting this product. Please try again later.",
468
+ "wishlistConfirmRemoveProductDialog.title": "Remove Product from Wishlist",
469
+ "wishlistDialog.createButton": "+ Create a new list",
470
+ "wishlistDialog.title": "Add to Favorites",
471
+ "wishlistEditFavoritesListDialog.title": "Edit Favorites List",
472
+ "wishlistItem.addToCart": "Add to Cart",
473
+ "wishlistItem.addToCartError": "Something went wrong. Please refresh and try again.",
474
+ "wishlistItem.removeAriaLabel": "Remove Product from Wishlist",
475
+ "wishlistListActionsDialog.title_initial": "List Actions",
476
+ "wishlistListActionsDialog.edit": "Edit List",
477
+ "wishlistMoreActionsDialog.copy": "Copy to",
478
+ "wishlistMoreActionsDialog.delete": "Remove",
479
+ "wishlistMoreActionsDialog.move": "Move to",
480
+ "wishlistMoreActionsDialog.title": "Actions",
481
+ "wishlistPage.disabledMessage": "Sorry, this feature has been disabled.",
482
+ "wishlistPage.fetchErrorMessage": "Something went wrong. Please refresh and try again.",
483
+ "wishlistPage.headingText": "{count, plural, one {Favorites List} other {Favorites Lists}}",
484
+ "wishlistPage.wishlistDisabledMessage": "The wishlist is not currently available.",
485
+ "wishlist.itemCountOpen": "Showing {currentCount} of {count} items in this list",
486
+ "wishlist.itemsMessage": "You have {count} items in your wishlist",
487
+ "wishlist.itemCountClosed": "You have {count} {count, plural, one {item} other {items}} in this list",
488
+ "wishlist.loadMore": "Load More",
489
+ "LegacyMiniCart.buttonExpanded":"More Options Expanded",
490
+ "LegacyMiniCart.buttonCollapsed":"More Options Collapsed",
491
+ "global.deletedButton":"Item Deleted",
492
+ "password.hide":"Hide Password",
493
+ "password.View":"View Password",
494
+ "global.clearText":"Clear Text",
495
+ "global.close":"Close",
496
+ "global.firstNameRequired":"First Name is required",
497
+ "global.lastNameRequired":"Last Name is required",
498
+ "global.emailRequired":"Email is required",
499
+ "global.passwordRequired":"Password is required",
500
+ "global.countryRequired":"Country is required",
501
+ "global.streetAddressRequired":"Address Line 1 is required",
502
+ "global.cityRequired":"City is required",
503
+ "global.stateRequired":"State / Province is required",
504
+ "Form.postalCode":"Postal Code is required",
505
+ "Form.phonenumber":"Contact Number is required",
506
+ "ProductOptions.productSize":"Fashion size {label}",
507
+ "productOptions.selectedSize":"Fashion size {label} button selected"
508
+ }