@mframework/layer-shared 0.0.1

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 (456) hide show
  1. package/README.md +2 -0
  2. package/dist/api/global-search.d.ts +8 -0
  3. package/dist/api/global-search.js +1 -0
  4. package/dist/app/components/Gallery/__tests__/Gallery.spec.d.ts +1 -0
  5. package/dist/app/components/Gallery/__tests__/Gallery.spec.js +12 -0
  6. package/dist/app/components/Heading/__tests__/Heading.spec.d.ts +1 -0
  7. package/dist/app/components/Heading/__tests__/Heading.spec.js +12 -0
  8. package/dist/app/components/Heading/types.d.ts +5 -0
  9. package/dist/app/components/Heading/types.js +1 -0
  10. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.d.ts +1 -0
  11. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.js +12 -0
  12. package/dist/app/components/ui/AccordionItem/types.d.ts +5 -0
  13. package/dist/app/components/ui/AccordionItem/types.js +1 -0
  14. package/dist/app/components/ui/Alert/types.d.ts +5 -0
  15. package/dist/app/components/ui/Alert/types.js +1 -0
  16. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.d.ts +1 -0
  17. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.js +12 -0
  18. package/dist/app/components/ui/Breadcrumbs/types.d.ts +7 -0
  19. package/dist/app/components/ui/Breadcrumbs/types.js +1 -0
  20. package/dist/app/components/ui/CartProductCard/types.d.ts +17 -0
  21. package/dist/app/components/ui/CartProductCard/types.js +1 -0
  22. package/dist/app/components/ui/CategoryCard/types.d.ts +8 -0
  23. package/dist/app/components/ui/CategoryCard/types.js +1 -0
  24. package/dist/app/components/ui/Display/types.d.ts +12 -0
  25. package/dist/app/components/ui/Display/types.js +1 -0
  26. package/dist/app/components/ui/Divider/__tests__/Divider.spec.d.ts +1 -0
  27. package/dist/app/components/ui/Divider/__tests__/Divider.spec.js +8 -0
  28. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.d.ts +1 -0
  29. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.js +8 -0
  30. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.d.ts +1 -0
  31. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.js +8 -0
  32. package/dist/app/components/ui/Hero/types.d.ts +10 -0
  33. package/dist/app/components/ui/Hero/types.js +1 -0
  34. package/dist/app/components/ui/Modal/types.d.ts +7 -0
  35. package/dist/app/components/ui/Modal/types.js +1 -0
  36. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.d.ts +1 -0
  37. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.js +12 -0
  38. package/dist/app/components/ui/Overlay/types.d.ts +3 -0
  39. package/dist/app/components/ui/Overlay/types.js +1 -0
  40. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.d.ts +1 -0
  41. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.js +15 -0
  42. package/dist/app/components/ui/Pagination/types.d.ts +6 -0
  43. package/dist/app/components/ui/Pagination/types.js +1 -0
  44. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.d.ts +1 -0
  45. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.js +14 -0
  46. package/dist/app/components/ui/ProductCard/types.d.ts +12 -0
  47. package/dist/app/components/ui/ProductCard/types.js +1 -0
  48. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.d.ts +1 -0
  49. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.js +34 -0
  50. package/dist/app/components/ui/ProductCardHorizontal/types.d.ts +4 -0
  51. package/dist/app/components/ui/ProductCardHorizontal/types.js +1 -0
  52. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.d.ts +1 -0
  53. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.js +12 -0
  54. package/dist/app/components/ui/PurchaseCard/types.d.ts +4 -0
  55. package/dist/app/components/ui/PurchaseCard/types.js +1 -0
  56. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.d.ts +1 -0
  57. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.js +13 -0
  58. package/dist/app/components/ui/QuantitySelector/types.d.ts +5 -0
  59. package/dist/app/components/ui/QuantitySelector/types.js +1 -0
  60. package/dist/app/components/ui/Review/__tests__/Review.spec.d.ts +1 -0
  61. package/dist/app/components/ui/Review/__tests__/Review.spec.js +13 -0
  62. package/dist/app/components/ui/Review/types.d.ts +4 -0
  63. package/dist/app/components/ui/Review/types.js +1 -0
  64. package/dist/app/components/ui/Tag/__tests__/Tag.spec.d.ts +1 -0
  65. package/dist/app/components/ui/Tag/__tests__/Tag.spec.js +8 -0
  66. package/dist/app/components/ui/Tag/types.d.ts +14 -0
  67. package/dist/app/components/ui/Tag/types.js +11 -0
  68. package/dist/app/composables/globals/useAdminTable.d.ts +3 -0
  69. package/dist/app/composables/globals/useAdminTable.js +9 -0
  70. package/dist/app/composables/globals/useCustomFetch.d.ts +2 -0
  71. package/dist/app/composables/globals/useCustomFetch.js +8 -0
  72. package/dist/app/composables/globals/useDirectusField.d.ts +10 -0
  73. package/dist/app/composables/globals/useDirectusField.js +119 -0
  74. package/dist/app/composables/globals/useDirectusForm.d.ts +10 -0
  75. package/dist/app/composables/globals/useDirectusForm.js +66 -0
  76. package/dist/app/composables/globals/useFileManager.d.ts +14 -0
  77. package/dist/app/composables/globals/useFileManager.js +62 -0
  78. package/dist/app/composables/globals/useLivePreview.d.ts +1 -0
  79. package/dist/app/composables/globals/useLivePreview.js +16 -0
  80. package/dist/app/composables/globals/useLoading.d.ts +6 -0
  81. package/dist/app/composables/globals/useLoading.js +19 -0
  82. package/dist/app/composables/globals/useNotifications.d.ts +35 -0
  83. package/dist/app/composables/globals/useNotifications.js +133 -0
  84. package/dist/app/composables/globals/useRichText.d.ts +1 -0
  85. package/dist/app/composables/globals/useRichText.js +32 -0
  86. package/dist/app/composables/globals/useServerRootMixin.d.ts +3 -0
  87. package/dist/app/composables/globals/useServerRootMixin.js +15 -0
  88. package/dist/app/composables/globals/useVisualEditing.d.ts +17 -0
  89. package/dist/app/composables/globals/useVisualEditing.js +27 -0
  90. package/dist/app/composables/mappers/createMapper.d.ts +2 -0
  91. package/dist/app/composables/mappers/createMapper.js +6 -0
  92. package/dist/app/composables/mappers/errors.d.ts +6 -0
  93. package/dist/app/composables/mappers/errors.js +12 -0
  94. package/dist/app/composables/mappers/index.d.ts +6 -0
  95. package/dist/app/composables/mappers/index.js +7 -0
  96. package/dist/app/composables/mappers/registry.d.ts +5 -0
  97. package/dist/app/composables/mappers/registry.js +18 -0
  98. package/dist/app/composables/mappers/testHarness.d.ts +13 -0
  99. package/dist/app/composables/mappers/testHarness.js +98 -0
  100. package/dist/app/composables/mappers/types.d.ts +5 -0
  101. package/dist/app/composables/mappers/types.js +1 -0
  102. package/dist/app/composables/mappers/zodMapper.d.ts +9 -0
  103. package/dist/app/composables/mappers/zodMapper.js +17 -0
  104. package/dist/app/composables/media/useFile.d.ts +2 -0
  105. package/dist/app/composables/media/useFile.js +4 -0
  106. package/dist/app/composables/media/useMediaCenter.d.ts +29 -0
  107. package/dist/app/composables/media/useMediaCenter.js +321 -0
  108. package/dist/app/composables/media/useVideojs.d.ts +11 -0
  109. package/dist/app/composables/media/useVideojs.js +42 -0
  110. package/dist/app/composables/registry.d.ts +3 -0
  111. package/dist/app/composables/registry.js +10 -0
  112. package/dist/app/composables/schema/commerce/attributes.d.ts +7 -0
  113. package/dist/app/composables/schema/commerce/attributes.js +1 -0
  114. package/dist/app/composables/schema/commerce/blocks.d.ts +6 -0
  115. package/dist/app/composables/schema/commerce/blocks.js +1 -0
  116. package/dist/app/composables/schema/commerce/bundleProduts.d.ts +10 -0
  117. package/dist/app/composables/schema/commerce/bundleProduts.js +1 -0
  118. package/dist/app/composables/schema/commerce/cart.d.ts +29 -0
  119. package/dist/app/composables/schema/commerce/cart.js +1 -0
  120. package/dist/app/composables/schema/commerce/category.d.ts +12 -0
  121. package/dist/app/composables/schema/commerce/category.js +1 -0
  122. package/dist/app/composables/schema/commerce/checkout.d.ts +9 -0
  123. package/dist/app/composables/schema/commerce/checkout.js +1 -0
  124. package/dist/app/composables/schema/commerce/company.d.ts +7 -0
  125. package/dist/app/composables/schema/commerce/company.js +1 -0
  126. package/dist/app/composables/schema/commerce/configurableProducts.d.ts +12 -0
  127. package/dist/app/composables/schema/commerce/configurableProducts.js +1 -0
  128. package/dist/app/composables/schema/commerce/coupons.d.ts +9 -0
  129. package/dist/app/composables/schema/commerce/coupons.js +1 -0
  130. package/dist/app/composables/schema/commerce/credit-memos.d.ts +48 -0
  131. package/dist/app/composables/schema/commerce/credit-memos.js +1 -0
  132. package/dist/app/composables/schema/commerce/digitalProducts.d.ts +11 -0
  133. package/dist/app/composables/schema/commerce/digitalProducts.js +1 -0
  134. package/dist/app/composables/schema/commerce/directory.d.ts +7 -0
  135. package/dist/app/composables/schema/commerce/directory.js +1 -0
  136. package/dist/app/composables/schema/commerce/events.d.ts +27 -0
  137. package/dist/app/composables/schema/commerce/events.js +1 -0
  138. package/dist/app/composables/schema/commerce/gift-registry.d.ts +7 -0
  139. package/dist/app/composables/schema/commerce/gift-registry.js +1 -0
  140. package/dist/app/composables/schema/commerce/guest-cart.d.ts +4 -0
  141. package/dist/app/composables/schema/commerce/guest-cart.js +1 -0
  142. package/dist/app/composables/schema/commerce/inventory.d.ts +8 -0
  143. package/dist/app/composables/schema/commerce/inventory.js +1 -0
  144. package/dist/app/composables/schema/commerce/invoices.d.ts +47 -0
  145. package/dist/app/composables/schema/commerce/invoices.js +1 -0
  146. package/dist/app/composables/schema/commerce/orders.d.ts +32 -0
  147. package/dist/app/composables/schema/commerce/orders.js +1 -0
  148. package/dist/app/composables/schema/commerce/payments.d.ts +8 -0
  149. package/dist/app/composables/schema/commerce/payments.js +1 -0
  150. package/dist/app/composables/schema/commerce/price.d.ts +9 -0
  151. package/dist/app/composables/schema/commerce/price.js +1 -0
  152. package/dist/app/composables/schema/commerce/product-types.d.ts +6 -0
  153. package/dist/app/composables/schema/commerce/product-types.js +1 -0
  154. package/dist/app/composables/schema/commerce/product.d.ts +20 -0
  155. package/dist/app/composables/schema/commerce/product.js +1 -0
  156. package/dist/app/composables/schema/commerce/quotes.d.ts +13 -0
  157. package/dist/app/composables/schema/commerce/quotes.js +1 -0
  158. package/dist/app/composables/schema/commerce/requisition-lists.d.ts +9 -0
  159. package/dist/app/composables/schema/commerce/requisition-lists.js +1 -0
  160. package/dist/app/composables/schema/commerce/returns.d.ts +8 -0
  161. package/dist/app/composables/schema/commerce/returns.js +1 -0
  162. package/dist/app/composables/schema/commerce/reward.d.ts +7 -0
  163. package/dist/app/composables/schema/commerce/reward.js +1 -0
  164. package/dist/app/composables/schema/commerce/rules.d.ts +7 -0
  165. package/dist/app/composables/schema/commerce/rules.js +1 -0
  166. package/dist/app/composables/schema/commerce/shipment.d.ts +18 -0
  167. package/dist/app/composables/schema/commerce/shipment.js +1 -0
  168. package/dist/app/composables/schema/commerce/shops.d.ts +8 -0
  169. package/dist/app/composables/schema/commerce/shops.js +1 -0
  170. package/dist/app/composables/schema/commerce/stockItems.d.ts +7 -0
  171. package/dist/app/composables/schema/commerce/stockItems.js +1 -0
  172. package/dist/app/composables/schema/commerce/store.d.ts +7 -0
  173. package/dist/app/composables/schema/commerce/store.js +1 -0
  174. package/dist/app/composables/schema/commerce/subscriptons.d.ts +9 -0
  175. package/dist/app/composables/schema/commerce/subscriptons.js +1 -0
  176. package/dist/app/composables/schema/commerce/taxRates.d.ts +7 -0
  177. package/dist/app/composables/schema/commerce/taxRates.js +1 -0
  178. package/dist/app/composables/schema/commerce/taxRules.d.ts +7 -0
  179. package/dist/app/composables/schema/commerce/taxRules.js +1 -0
  180. package/dist/app/composables/schema/commerce/teams.d.ts +6 -0
  181. package/dist/app/composables/schema/commerce/teams.js +1 -0
  182. package/dist/app/composables/schema/commerce/transactions.d.ts +11 -0
  183. package/dist/app/composables/schema/commerce/transactions.js +1 -0
  184. package/dist/app/composables/schema/identity/customerGroup.d.ts +7 -0
  185. package/dist/app/composables/schema/identity/customerGroup.js +1 -0
  186. package/dist/app/composables/schema/identity/user.d.ts +45 -0
  187. package/dist/app/composables/schema/identity/user.js +1 -0
  188. package/dist/app/composables/schema/media/asset.d.ts +28 -0
  189. package/dist/app/composables/schema/media/asset.js +1 -0
  190. package/dist/app/composables/schema/social/post.d.ts +25 -0
  191. package/dist/app/composables/schema/social/post.js +1 -0
  192. package/dist/app/composables/schema/social/profile.d.ts +22 -0
  193. package/dist/app/composables/schema/social/profile.js +1 -0
  194. package/dist/app/composables/schema/social/space.d.ts +17 -0
  195. package/dist/app/composables/schema/social/space.js +1 -0
  196. package/dist/app/composables/types.d.ts +11 -0
  197. package/dist/app/composables/types.js +1 -0
  198. package/dist/app/composables/useContent.d.ts +4 -0
  199. package/dist/app/composables/useContent.js +10 -0
  200. package/dist/app/composables/useDirectusRequest.d.ts +12 -0
  201. package/dist/app/composables/useDirectusRequest.js +83 -0
  202. package/dist/app/composables/utils/assert.d.ts +1 -0
  203. package/dist/app/composables/utils/assert.js +5 -0
  204. package/dist/app/composables/utils/deepMerge.d.ts +1 -0
  205. package/dist/app/composables/utils/deepMerge.js +15 -0
  206. package/dist/app/composables/utils/index.d.ts +4 -0
  207. package/dist/app/composables/utils/index.js +4 -0
  208. package/dist/app/composables/utils/isObject.d.ts +1 -0
  209. package/dist/app/composables/utils/isObject.js +5 -0
  210. package/dist/app/composables/utils/module.d.ts +4 -0
  211. package/dist/app/composables/utils/module.js +14 -0
  212. package/dist/app/composables/utils/safeGet.d.ts +1 -0
  213. package/dist/app/composables/utils/safeGet.js +5 -0
  214. package/dist/app/stores/index.d.ts +0 -0
  215. package/dist/app/stores/index.js +1 -0
  216. package/dist/app/utils/billing-address.d.ts +2 -0
  217. package/dist/app/utils/billing-address.js +18 -0
  218. package/dist/app/utils/color.d.ts +2 -0
  219. package/dist/app/utils/color.js +11 -0
  220. package/dist/app/utils/currency.d.ts +6 -0
  221. package/dist/app/utils/currency.js +20 -0
  222. package/dist/app/utils/embed.d.ts +2 -0
  223. package/dist/app/utils/embed.js +52 -0
  224. package/dist/app/utils/errors.d.ts +5 -0
  225. package/dist/app/utils/errors.js +6 -0
  226. package/dist/app/utils/fonts.d.ts +5 -0
  227. package/dist/app/utils/fonts.js +18 -0
  228. package/dist/app/utils/formkit.d.ts +12 -0
  229. package/dist/app/utils/formkit.js +59 -0
  230. package/dist/app/utils/icons.d.ts +4 -0
  231. package/dist/app/utils/icons.js +36 -0
  232. package/dist/app/utils/links.d.ts +7 -0
  233. package/dist/app/utils/links.js +21 -0
  234. package/dist/app/utils/lodash.d.ts +2 -0
  235. package/dist/app/utils/lodash.js +23 -0
  236. package/dist/app/utils/markdown.d.ts +1 -0
  237. package/dist/app/utils/markdown.js +8 -0
  238. package/dist/app/utils/math.d.ts +6 -0
  239. package/dist/app/utils/math.js +21 -0
  240. package/dist/app/utils/navigation.d.ts +2 -0
  241. package/dist/app/utils/navigation.js +9 -0
  242. package/dist/app/utils/objects.d.ts +3 -0
  243. package/dist/app/utils/objects.js +11 -0
  244. package/dist/app/utils/paths.d.ts +21 -0
  245. package/dist/app/utils/paths.js +21 -0
  246. package/dist/app/utils/relations.d.ts +9 -0
  247. package/dist/app/utils/relations.js +24 -0
  248. package/dist/app/utils/strings.d.ts +14 -0
  249. package/dist/app/utils/strings.js +92 -0
  250. package/dist/app/utils/time.d.ts +13 -0
  251. package/dist/app/utils/time.js +124 -0
  252. package/dist/app/utils/url.d.ts +12 -0
  253. package/dist/app/utils/url.js +20 -0
  254. package/dist/app/utils/user-name.d.ts +2 -0
  255. package/dist/app/utils/user-name.js +15 -0
  256. package/dist/blocks/block-button-group.d.ts +6 -0
  257. package/dist/blocks/block-button-group.js +1 -0
  258. package/dist/blocks/block-button.d.ts +13 -0
  259. package/dist/blocks/block-button.js +1 -0
  260. package/dist/blocks/block-column.d.ts +18 -0
  261. package/dist/blocks/block-column.js +1 -0
  262. package/dist/blocks/block-cta.d.ts +11 -0
  263. package/dist/blocks/block-cta.js +1 -0
  264. package/dist/blocks/block-divider.d.ts +4 -0
  265. package/dist/blocks/block-divider.js +1 -0
  266. package/dist/blocks/block-faq.d.ts +11 -0
  267. package/dist/blocks/block-faq.js +1 -0
  268. package/dist/blocks/block-form.d.ts +7 -0
  269. package/dist/blocks/block-form.js +1 -0
  270. package/dist/blocks/block-gallery.d.ts +13 -0
  271. package/dist/blocks/block-gallery.js +1 -0
  272. package/dist/blocks/block-hero.d.ts +11 -0
  273. package/dist/blocks/block-hero.js +1 -0
  274. package/dist/blocks/block-html.d.ts +4 -0
  275. package/dist/blocks/block-html.js +1 -0
  276. package/dist/blocks/block-logocloud.d.ts +13 -0
  277. package/dist/blocks/block-logocloud.js +1 -0
  278. package/dist/blocks/block-quote.d.ts +10 -0
  279. package/dist/blocks/block-quote.js +1 -0
  280. package/dist/blocks/block-richtext.d.ts +7 -0
  281. package/dist/blocks/block-richtext.js +1 -0
  282. package/dist/blocks/block-steps.d.ts +21 -0
  283. package/dist/blocks/block-steps.js +1 -0
  284. package/dist/blocks/block-team.d.ts +6 -0
  285. package/dist/blocks/block-team.js +1 -0
  286. package/dist/blocks/block-testimonial.d.ts +13 -0
  287. package/dist/blocks/block-testimonial.js +1 -0
  288. package/dist/blocks/block-video.d.ts +9 -0
  289. package/dist/blocks/block-video.js +1 -0
  290. package/dist/blocks/block.d.ts +17 -0
  291. package/dist/blocks/block.js +1 -0
  292. package/dist/blocks/index.d.ts +18 -0
  293. package/dist/blocks/index.js +1 -0
  294. package/dist/componentMap.d.ts +6 -0
  295. package/dist/componentMap.js +8 -0
  296. package/dist/content/category.d.ts +10 -0
  297. package/dist/content/category.js +1 -0
  298. package/dist/content/form.d.ts +21 -0
  299. package/dist/content/form.js +1 -0
  300. package/dist/content/index.d.ts +6 -0
  301. package/dist/content/index.js +1 -0
  302. package/dist/content/page.d.ts +38 -0
  303. package/dist/content/page.js +1 -0
  304. package/dist/content/post.d.ts +38 -0
  305. package/dist/content/post.js +1 -0
  306. package/dist/content/team.d.ts +17 -0
  307. package/dist/content/team.js +1 -0
  308. package/dist/content/testimonial.d.ts +18 -0
  309. package/dist/content/testimonial.js +1 -0
  310. package/dist/help/index.d.ts +51 -0
  311. package/dist/help/index.js +1 -0
  312. package/dist/index.d.ts +7 -0
  313. package/dist/index.js +1 -0
  314. package/dist/meta/analytics.d.ts +21 -0
  315. package/dist/meta/analytics.js +1 -0
  316. package/dist/meta/config.d.ts +22 -0
  317. package/dist/meta/config.js +1 -0
  318. package/dist/meta/globals.d.ts +33 -0
  319. package/dist/meta/globals.js +1 -0
  320. package/dist/meta/index.d.ts +6 -0
  321. package/dist/meta/index.js +1 -0
  322. package/dist/meta/navigation.d.ts +31 -0
  323. package/dist/meta/navigation.js +1 -0
  324. package/dist/meta/redirect.d.ts +12 -0
  325. package/dist/meta/redirect.js +1 -0
  326. package/dist/meta/seo.d.ts +19 -0
  327. package/dist/meta/seo.js +1 -0
  328. package/dist/os/contact.d.ts +22 -0
  329. package/dist/os/contact.js +1 -0
  330. package/dist/os/conversation.d.ts +23 -0
  331. package/dist/os/conversation.js +1 -0
  332. package/dist/os/index.d.ts +16 -0
  333. package/dist/os/index.js +1 -0
  334. package/dist/os/organization.d.ts +51 -0
  335. package/dist/os/organization.js +1 -0
  336. package/dist/os/os-activity.d.ts +26 -0
  337. package/dist/os/os-activity.js +1 -0
  338. package/dist/os/os-deal.d.ts +42 -0
  339. package/dist/os/os-deal.js +1 -0
  340. package/dist/os/os-expense.d.ts +21 -0
  341. package/dist/os/os-expense.js +1 -0
  342. package/dist/os/os-invoice.d.ts +46 -0
  343. package/dist/os/os-invoice.js +1 -0
  344. package/dist/os/os-item.d.ts +17 -0
  345. package/dist/os/os-item.js +1 -0
  346. package/dist/os/os-payment.d.ts +27 -0
  347. package/dist/os/os-payment.js +1 -0
  348. package/dist/os/os-project.d.ts +45 -0
  349. package/dist/os/os-project.js +1 -0
  350. package/dist/os/os-proposal.d.ts +61 -0
  351. package/dist/os/os-proposal.js +1 -0
  352. package/dist/os/os-settings.d.ts +17 -0
  353. package/dist/os/os-settings.js +1 -0
  354. package/dist/os/os-subscription.d.ts +12 -0
  355. package/dist/os/os-subscription.js +1 -0
  356. package/dist/os/os-task.d.ts +32 -0
  357. package/dist/os/os-task.js +1 -0
  358. package/dist/os/os-tax-rate.d.ts +12 -0
  359. package/dist/os/os-tax-rate.js +1 -0
  360. package/dist/package.json +72 -0
  361. package/dist/pageComponentMap.d.ts +2 -0
  362. package/dist/pageComponentMap.js +7 -0
  363. package/dist/schema.d.ts +78 -0
  364. package/dist/schema.js +1 -0
  365. package/dist/system/file.d.ts +47 -0
  366. package/dist/system/file.js +1 -0
  367. package/dist/system/folder.d.ts +8 -0
  368. package/dist/system/folder.js +1 -0
  369. package/dist/system/index.d.ts +4 -0
  370. package/dist/system/index.js +1 -0
  371. package/dist/system/role.d.ts +20 -0
  372. package/dist/system/role.js +1 -0
  373. package/dist/system/user.d.ts +57 -0
  374. package/dist/system/user.js +1 -0
  375. package/dist/tsconfig.tsbuildinfo +1 -0
  376. package/i18n/.gitkeep +0 -0
  377. package/i18n/config.ts +9 -0
  378. package/i18n/da_DK.json +613 -0
  379. package/i18n/de-DE/account.json +100 -0
  380. package/i18n/de-DE/cart.json +19 -0
  381. package/i18n/de-DE/changePassword.json +15 -0
  382. package/i18n/de-DE/checkout.json +68 -0
  383. package/i18n/de-DE/de-DE.ts +27 -0
  384. package/i18n/de-DE/errors.json +46 -0
  385. package/i18n/de-DE/form.json +42 -0
  386. package/i18n/de-DE/general.json +62 -0
  387. package/i18n/de-DE/listing.json +15 -0
  388. package/i18n/de-DE/newsletter.json +11 -0
  389. package/i18n/de-DE/product.json +48 -0
  390. package/i18n/de-DE/recoveryPassword.json +21 -0
  391. package/i18n/de-DE/validations.json +24 -0
  392. package/i18n/de_DE.json +613 -0
  393. package/i18n/en-GB/account.json +102 -0
  394. package/i18n/en-GB/cart.json +19 -0
  395. package/i18n/en-GB/changePassword.json +15 -0
  396. package/i18n/en-GB/checkout.json +68 -0
  397. package/i18n/en-GB/en-GB.ts +27 -0
  398. package/i18n/en-GB/errors.json +47 -0
  399. package/i18n/en-GB/form.json +42 -0
  400. package/i18n/en-GB/general.json +64 -0
  401. package/i18n/en-GB/listing.json +15 -0
  402. package/i18n/en-GB/newsletter.json +11 -0
  403. package/i18n/en-GB/product.json +48 -0
  404. package/i18n/en-GB/recoveryPassword.json +21 -0
  405. package/i18n/en-GB/validations.json +24 -0
  406. package/i18n/en_US.json +264 -0
  407. package/i18n/es_ES.json +613 -0
  408. package/i18n/fa_IR.json +613 -0
  409. package/i18n/fi_FI.json +613 -0
  410. package/i18n/fr_FR.json +613 -0
  411. package/i18n/it_IT.json +613 -0
  412. package/i18n/lv_LV.json +613 -0
  413. package/i18n/nb_NO.json +613 -0
  414. package/i18n/nl_NL.json +613 -0
  415. package/i18n/pl-PL/account.json +100 -0
  416. package/i18n/pl-PL/cart.json +19 -0
  417. package/i18n/pl-PL/changePassword.json +15 -0
  418. package/i18n/pl-PL/checkout.json +69 -0
  419. package/i18n/pl-PL/errors.json +46 -0
  420. package/i18n/pl-PL/form.json +42 -0
  421. package/i18n/pl-PL/general.json +64 -0
  422. package/i18n/pl-PL/listing.json +15 -0
  423. package/i18n/pl-PL/newsletter.json +11 -0
  424. package/i18n/pl-PL/pl-PL.ts +25 -0
  425. package/i18n/pl-PL/product.json +48 -0
  426. package/i18n/pl-PL/recoveryPassword.json +21 -0
  427. package/i18n/pl-PL/validations.json +24 -0
  428. package/i18n/pl_PL.json +613 -0
  429. package/i18n/pt_BR.json +613 -0
  430. package/i18n/ru_RU.json +613 -0
  431. package/i18n/sl_SI.json +613 -0
  432. package/i18n/src/helpers/prefix.ts +17 -0
  433. package/i18n/src/langs/de-DE.ts +2 -0
  434. package/i18n/src/langs/en-GB.ts +2 -0
  435. package/i18n/src/langs/pl-PL.ts +2 -0
  436. package/i18n/sv_SE.json +613 -0
  437. package/i18n/tr_TR.json +613 -0
  438. package/i18n/utils/i18n-validators.ts +31 -0
  439. package/i18n/zh_TW.json +613 -0
  440. package/nuxt.config.ts +91 -0
  441. package/package.json +72 -0
  442. package/prisma/generated/browser.ts +44 -0
  443. package/prisma/generated/client.ts +66 -0
  444. package/prisma/generated/commonInputTypes.ts +432 -0
  445. package/prisma/generated/enums.ts +15 -0
  446. package/prisma/generated/internal/class.ts +232 -0
  447. package/prisma/generated/internal/prismaNamespace.ts +1154 -0
  448. package/prisma/generated/internal/prismaNamespaceBrowser.ts +179 -0
  449. package/prisma/generated/models/Account.ts +1620 -0
  450. package/prisma/generated/models/Session.ts +1484 -0
  451. package/prisma/generated/models/Upload.ts +1291 -0
  452. package/prisma/generated/models/User.ts +1780 -0
  453. package/prisma/generated/models/Verification.ts +1172 -0
  454. package/prisma/generated/models.ts +16 -0
  455. package/prisma/schema.prisma +102 -0
  456. package/runtime/plugins/vuetify.ts +12 -0
@@ -0,0 +1,613 @@
1
+ {
2
+ "%s items found": "%s articoli trovati",
3
+ "%s reviews": "%s recensioni",
4
+ "%s: Ascending": "%s: Crescente",
5
+ "%s: Descending": "%s: Decrescente",
6
+ "%s: High to Low": "%s: dal più caro",
7
+ "%s: Low to High": "%s: dal più economico",
8
+ ", then": ", poi",
9
+ ", written at %s": ", scritto a %s",
10
+ "Add All to Cart": "Aggiungi tutto al carrello",
11
+ "Add new address": "Aggiungi nuovo indirizzo",
12
+ "Add to Home Screen": "Aggiungi alla schermata principale",
13
+ "Add to Wishlist": "Aggiungi alla Lista dei Desideri",
14
+ "Add to cart": "Aggiungi al Carrello",
15
+ "Add to home screen": "Aggiungi alla schermata principale",
16
+ "Add website to your home screen for the full-screen browsing experience!": "Aggiungi il sito web alla schemata principale per l'esperienza di navigazione a tutto schermo",
17
+ "Adding...": "Aggiunta...",
18
+ "Address #%s%s": "Indirizzo #%s%s",
19
+ "Address details": "Dettagli dell'indirizzo",
20
+ "Already have an account?": "Se hai un account, accedi con il tuo indirizzo email.",
21
+ "Applied coupon code: ": "Coupon applicati",
22
+ "Are you sure you want to delete this address?": "Sei sicuro di voler eliminare questo indirizzo?",
23
+ "As Low as": "A partire da",
24
+ "As low as ": "A partire da",
25
+ "Average": "Media",
26
+ "Awesome": "Eccezionale",
27
+ "Awful": "Terribile",
28
+ "Back to homepage": "Vai alla Home Page",
29
+ "Bad": "Male",
30
+ "Best match": "Miglior corrispondenza",
31
+ "Breadcrumbs (current location)...": "Breadcrumbs (posizione attuale)...",
32
+ "Browse website in full-screen:": "Naviga il sito a tutto schermo",
33
+ "Can not delete - address is set as default.": "Impossibile eliminare: l'indirizzo è impostato come predefinito.",
34
+ "Cancel": "Annulla",
35
+ "Carrier method: ": "Metodo di trasporto",
36
+ "Cart": "Carrello",
37
+ "Change My Password": "Cambia Password",
38
+ "Change password": "Cambia Password",
39
+ "Checkout": "Procedi all'acquisto",
40
+ "Checkout page": "Pagina di riepilogo ordine",
41
+ "City": "Città",
42
+ "Close": "Chiudi",
43
+ "Complete order": "Effettua Ordine",
44
+ "Confirm Account Action": "Conferma l'azione sull'account",
45
+ "Confirm Account Page": "Pagina di conferma account",
46
+ "Confirm account": "Conferma account",
47
+ "Confirm delete": "Conferma cancellazione",
48
+ "Confirm password": "Conferma password",
49
+ "Confirm the email": "Conferma l'email",
50
+ "Confirm your account": "Conferma il tuo account",
51
+ "Confirmation request has been sent.": "La richiesta di conferma è stata inviata.",
52
+ "Continue shopping": "Continua gli Acquisti",
53
+ "Country": "Nazione",
54
+ "Coupon was applied!": "È stato utilizzato il codice coupon.",
55
+ "Coupon was removed!": "Hai cancellato il codice coupon.",
56
+ "Create Password": "Crea Password",
57
+ "Create account": "Crea account",
58
+ "Create an account": "Crea un Account",
59
+ "Create new account": "Crea nuovo account",
60
+ "Current product price": "Prezzo attuale del prodotto",
61
+ "Date": "Data",
62
+ "Default %s address": "Indirizzo predefinito",
63
+ "Delete": "Elimina",
64
+ "Dismiss": "Annulla",
65
+ "Don't have an account?": "Non hai un account?",
66
+ "Edit address": "Modifica l'indirizzo",
67
+ "Edit details": "Modifica i dettagli",
68
+ "Email": "Email",
69
+ "Email addresses, separated by commas": "Indirizzi email, separati da virgola",
70
+ "Enter personal information": "Inserisci le informazioni personali",
71
+ "Error cleaning wishlist": "Errore durante la pulizia della lista dei desideri",
72
+ "Error clearing wish list!": "Errore nella cancellazione della lista dei desideri!",
73
+ "Error updating wish list!": "Errore durante l'aggiornamento della lista dei desideri!",
74
+ "Filters": "Filtri",
75
+ "First Name": "Nome",
76
+ "First name": "Nome",
77
+ "Forgot password": "Password dimenticata",
78
+ "Forgot password?": "Hai dimenticato la password?",
79
+ "Free shipping on order 49$ and more.": "Spedizione gratuita per ordini superiori a 49$",
80
+ "Frequently bought together": "Spesso acquistati insieme",
81
+ "General subscription": "Abbonamento generale",
82
+ "Get password link": "Ottieni un link per la password",
83
+ "Go to \"Address Book\", to configure them!": "Vai alla lista degli indirizzi per configurarli!",
84
+ "Go to Address Book to configure them!": "Modifica l'indirizzo",
85
+ "Good": "Buono",
86
+ "Got it": "OK",
87
+ "Guests can not subscribe to the newsletter. You must create an account or login to subscribe.": "Gli ospiti non possono iscriversi alla newsletter. Devi creare un account o effettuare il login per iscriverti.",
88
+ "Have a discount code?": "Hai un codice sconto?",
89
+ "Home": "Home",
90
+ "I agree to terms and conditions": "Accetto i termini e condizioni",
91
+ "Image not found": "L'immagine non esiste.",
92
+ "Image not specified": "Nessuna immagine",
93
+ "Incorrect data! Please resolve all field validation errors.": "Dati errati! Risolvi tutti gli errori di convalida del campo.",
94
+ "Items Ordered": "Articoli ordinati",
95
+ "Last Name": "Cognome",
96
+ "Last name": "Cognome",
97
+ "Linked products": "Prodotti collegati",
98
+ "Load previous": "Carica precedente",
99
+ "Logout": "Disconnettersi",
100
+ "Main product details": "Principali dettagli del prodotto",
101
+ "Maybe later": "Forse più tardi",
102
+ "Menu": "Menù",
103
+ "Message": "Messaggio",
104
+ "My Account": "Il mio Account",
105
+ "My Account page": "Pagina Il mio account",
106
+ "My account": "Il mio Account",
107
+ "My billing and shipping are the same": "Gli indirizzi di spedizione e di fatturazione coincidono",
108
+ "My profile": "Il mio Account",
109
+ "N/A": "N/D",
110
+ "Name": "Nome",
111
+ "Name: A to Z": "Nome: dalla A alla Z",
112
+ "Name: Z to A": "Nome: dalla Z alla A",
113
+ "New Products": "Nuovi prodotti",
114
+ "New password": "Nuova Password",
115
+ "New version available!": "Nuova versione disponibile!",
116
+ "Newsletter Subscription": "Iscrizione alla newsletter",
117
+ "Next page": "Pagina successiva",
118
+ "Nickname": "Pseudonimo",
119
+ "No": "No",
120
+ "No %s address configured.": "Nessun indirizzo %s configurato.",
121
+ "No results found!": "Nessun risultato trovato!",
122
+ "Not Found": "non trovato",
123
+ "OK": "OK",
124
+ "Offline mode": "Modalità offline",
125
+ "Old product price": "Prezzo del vecchio prodotto",
126
+ "Ooops!": "Ooops!",
127
+ "Order": "Ordine",
128
+ "Order details": "Dettagli dell'ordine",
129
+ "Order total": "Totale ordine",
130
+ "Order total:": "Totale ordine:",
131
+ "Out of stock": "Non Disponibile",
132
+ "Page %s": "Pagina %s",
133
+ "Page Not Found Content": "Pagina non trovata.",
134
+ "Page not found": "Pagina non trovata",
135
+ "Password": "Password",
136
+ "Password Change Actions": "Cambia Password",
137
+ "Password Change Page": "Cambia Password",
138
+ "Password has been successfully updated!": "Hai aggiornato la tua password.",
139
+ "Personal Information": "Informazioni personali",
140
+ "Phone number": "Numero di telefono",
141
+ "Play video": "Riproduci video",
142
+ "Play video %s": "Riproduci video %s",
143
+ "Please add at least one product to cart!": "Per favore aggiungi almeno un prodotto al carrello!",
144
+ "Please, select product options!": "Seleziona le opzioni del prodotto!",
145
+ "Please sign in first!": "Accedi prima!",
146
+ "Please sign-in to complete checkout!": "Per favore effettua il login per completare l'acquisto",
147
+ "Please, try removing selected filters and try again!": "Prova a rimuovere i filtri selezionati e riprova!",
148
+ "Previous page": "pagina precedente",
149
+ "Price": "Prezzo",
150
+ "Proceed to billing": "Continua alle informazioni di fatturazione",
151
+ "Product %s thumbnail.": "Miniatura del prodotto %s.",
152
+ "Product Price": "Prezzo del prodotto",
153
+ "Product added to wish-list!": "Prodotto aggiunto alla lista dei desideri!",
154
+ "Product has been removed from your Wish List!": "Il prodotto è stato rimosso dalla tua lista dei desideri!",
155
+ "Product is out of stock": "Il prodotto è esaurito",
156
+ "Products are loading...": "Caricamento prodotti in corso ...",
157
+ "Purchase Order Number": "Numero dell'ordine d'acquisto",
158
+ "Rate: ": "Valutazioni: ",
159
+ "Recommended for you": "Consigliati",
160
+ "Reload the page": "Ricarica la pagina",
161
+ "Remove Coupon": "Rimuovere il codice Coupon",
162
+ "Remove from Wishlist": "Rimuovi dalla lista dei desideri",
163
+ "Reset all": "Resetta",
164
+ "Review": "Rivedi",
165
+ "SEE RESULTS": "VEDI RISULTATI",
166
+ "Save address": "Salva indirizzo",
167
+ "Save changes": "Salva le modifiche",
168
+ "Search": "Cerca",
169
+ "Search results for: ": "Risultati di ricerca per:",
170
+ "Secure checkout": "Pagamento sicuro",
171
+ "Send reset link": "Resetta la mia password",
172
+ "Share Wishlist": "Condividi la lista dei desideri",
173
+ "Shared Wishlist": "Lista dei desideri condivisa",
174
+ "Shipping": "Spedizione",
175
+ "Shipping address": "Indirizzo di Spedizione",
176
+ "Shopping Options": "Opzioni",
177
+ "Shopping cart": "Carrello",
178
+ "Sign in": "Accedi",
179
+ "Sign in to your account": "Accedi al tuo account",
180
+ "Sign up": "Crea un Account",
181
+ "Sign-Up Information": "Informazioni di accesso",
182
+ "Something went wrong!": "Qualcosa è andato storto!",
183
+ "Something went wrong! Please, try again!": "Qualcosa è andato storto! Per favore riprova!",
184
+ "Sorry, we can`t find the page you are looking for! Please press a button below to go back to homepage.": "Siamo spiacenti, non riusciamo a trovare la pagina che stai cercando! Per favore premi il bottone qui sotto o torna alla home page",
185
+ "Status": "Stato",
186
+ "Street": "Via",
187
+ "Street address": "Indirizzo",
188
+ "Street address line %s": "Indirizzo %s",
189
+ "Submit": "Invia",
190
+ "Submit Review": "Invia recensione",
191
+ "Summary": "Riepilogo",
192
+ "Tap:": "Premi",
193
+ "Tax": "Tassa",
194
+ "Tax total:": "Totale tasse",
195
+ "Terms and Conditions": "Termini e condizioni",
196
+ "Thank you for your purchase!": "Grazie per il tuo acquisto!",
197
+ "The email confirmation link has been sent to your email. Please confirm your account to proceed.": "Un link di conferma è stato inviato alla tua email. Seguilo per confermare la creazione del tuo account.",
198
+ "The error occurred during initializing payment methods. Please try again later!": "Si è verificato un errore durante l'inizializzazione dei metodi di pagamento. Per favore riprova più tardi!",
199
+ "The selected filter combination returned no results.\n Please try again, using a different set of filters.": "La combinazione di filtri non ha prodotto alcun risultato.\n Per favore riprova usando una diversa combinazione.",
200
+ "There are no Terms and Conditions configured.": "Non ci sono Termini e condizioni configurati",
201
+ "There are no products in cart.": "Non ci sono prodotti nel carrello.",
202
+ "There are no reviews yet! Click button on the right to submit one!": "Ancora non ci sono recensioni. Fai clic sul pulsante a destra per inviare una recensione!",
203
+ "There are no shipping methods available, try different address.": "Non ci sono metodi di spedizione disponibili, prova un indirizzo diverso.",
204
+ "There was an error requesting the category": "Si è verificato un errore durante la richiesta della categoria",
205
+ "There were no products found matching your request.": "Non sono stati trovati prodotti corrispondenti alla tua richiesta.",
206
+ "This field is required!": "Questo è un campo obbligatorio!",
207
+ "This is a demo store": "Negozio demo",
208
+ "This is a demo store. No orders will be fulfilled.": "Negozio demo. Nessun ordine sarà evaso.",
209
+ "This is default Billing Address": "Indirizzo di fatturazione predefinito",
210
+ "This is default Shipping Address": "Indirizzo di spedizione predefinito",
211
+ "This payment method is not supported yet.": "Questo metodo di pagamento non è ancora supportato",
212
+ "This store can not be opened!": "Questo negozio non può essere aperto!",
213
+ "Total": "Totale",
214
+ "Update Password": "Aggiorna password",
215
+ "Use custom address": "Aggiungi nuovo indirizzo",
216
+ "View cart": "Visualizza carrello",
217
+ "We are experiencing issues, please try again later": "Siamo spiacenti, qualcosa è andato storto. Si prega di riprovare più tardi.",
218
+ "We are sorry!": "Siamo spiacenti!",
219
+ "We could not load the content. Check your internet connection and try again.": "Non siam riusciti a caricare il contenuto. Controlla la tua connessione e riprova.",
220
+ "We have updated the website. Reload is required to apply changes.": "Abbiamo aggiornato il sito. Ricarica la pagina per vedere i nuovi cambiamenti.",
221
+ "We`ll email you an order confirmation with details and tracking info.": "Ti invieremo un'email con i dettagli e la conferma d'ordine e le informazioni di tracciamento.",
222
+ "Wishlist is empty!": "La lista desideri in questo momento è vuota!",
223
+ "Wishlist shared by ": "Lista dei desideri condivisa da",
224
+ "Written by ": "Scritto da",
225
+ "Yes": "Sì",
226
+ "Yes, delete address": "Elimina indirizzo",
227
+ "You are currently offline.": "Sei attualmente offline.",
228
+ "You are successfully logged in!": "Login effettuato.",
229
+ "You are successfully logged out!": "Sei disconnesso!",
230
+ "You have no configured addresses.": "Non hai indirizzi configurati.",
231
+ "You have no orders.": "Non è stato inserito nessun ordine.",
232
+ "You might also like": "Potrebbe piacerti",
233
+ "You must login or register to add items to your wishlist.": "Devi eseguire l'accesso o registrarti per aggiungere articoli alla tua wishlist.",
234
+ "You must login or register to review products.": "Devi effettuare l'accesso o registrarti per recensire i prodotti.",
235
+ "Your account has been created successfully!": "Il tuo account è stato creato!",
236
+ "Your account is confirmed!": "Il tuo account è stato confermato!",
237
+ "Your order # is: %s": "Il numero d'ordine è: %s",
238
+ "Your password and confirmation password do not match.": "Immetti nuovamente lo stesso valore.",
239
+ "billing": "Fatturazione",
240
+ "item": "Oggetto",
241
+ "save %s%": "salva %s%",
242
+ "shipping": "Spedizione",
243
+ "subtotal": "Subtotale",
244
+ "Error fetching Config!": null,
245
+ "Unable to fetch compare list": null,
246
+ "Product is added to the compare list": null,
247
+ "Unable to add product to the compare list": null,
248
+ "Product is removed from the compare list": null,
249
+ "Unable to remove product from the compare list": null,
250
+ "Compare list is cleared": null,
251
+ "Unable to clear product compare list": null,
252
+ "Error updating wishlist!": null,
253
+ "Error fetching LinkedProducts!": null,
254
+ "Your session is over, you are logged out!": null,
255
+ "Contact Us": null,
256
+ "Product Compare": null,
257
+ "Compare": null,
258
+ "items": null,
259
+ "Transactional [default state + hover]": null,
260
+ "Button text": null,
261
+ "Supportive [default state + hover]": null,
262
+ "Secondary button": null,
263
+ "Desktop": null,
264
+ "Heading 1": null,
265
+ "Heading 2": null,
266
+ "Heading 3": null,
267
+ "The ": null,
268
+ "website": null,
269
+ " aims to achieve": null,
270
+ " following ": null,
271
+ "business goals:": null,
272
+ "Mobile": null,
273
+ "Select color": null,
274
+ "Your email address": null,
275
+ "Notification messages": null,
276
+ "Style Guide page": null,
277
+ "Compare Page": null,
278
+ "Check new arrivals": null,
279
+ "here!": null,
280
+ "Registered Customers": null,
281
+ "If you have an account, sign in with your email address.": null,
282
+ "Create an Account": null,
283
+ "New Customers": null,
284
+ "Creating an account has many benefits:": null,
285
+ " check out faster, keep more than one address, track orders and more.": null,
286
+ "Forgot Your Password?": null,
287
+ "Please enter your email address below to receive a password reset link.": null,
288
+ "Product Compare Page": null,
289
+ "Error fetching Product List Information!": null,
290
+ "Error fetching Category!": null,
291
+ "This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.": null,
292
+ "Error fetching URL-rewrites!": null,
293
+ "Excl. tax: %s": null,
294
+ "Share": null,
295
+ "Remove item (%s)": null,
296
+ "Remove items (%s)": null,
297
+ "Newsletter": null,
298
+ "Cannot proceed to checkout. Remove out of stock products first.": null,
299
+ "Compare products": null,
300
+ "Up to %s": null,
301
+ "From %s": null,
302
+ "You can track your order status by creating an account.": null,
303
+ "Email address": null,
304
+ "Remove": null,
305
+ "Value": null,
306
+ "Add": null,
307
+ "Subtract": null,
308
+ "Drop files here or": null,
309
+ "Select files": null,
310
+ "Search products": null,
311
+ "You have no items in your shopping cart.": null,
312
+ "What's on your mind?": null,
313
+ "Send Your message": null,
314
+ "Clear Compare": null,
315
+ "You have nothing to compare": null,
316
+ "Wishlist has been shared": null,
317
+ "About": null,
318
+ "Details": null,
319
+ "Reviews": null,
320
+ "Links:": null,
321
+ "Qty:": null,
322
+ "Add a comment": null,
323
+ "Error fetching Product List!": null,
324
+ "You can create an account after checkout": null,
325
+ "Enter your email address": null,
326
+ "A subscription confirmation email has been sent!": null,
327
+ "Title": null,
328
+ "Remaining Downloads": null,
329
+ "Tax/VAT Number": null,
330
+ "Product tabs": null,
331
+ "Estimated Shipping": null,
332
+ "Current product price excl. tax": null,
333
+ "Now shopping by:": null,
334
+ " filters selected": null,
335
+ "Error fetching NewProducts!": null,
336
+ "Error fetching Slider!": null,
337
+ "Show less": null,
338
+ "Show more": null,
339
+ "Recently Viewed Products": null,
340
+ "Please provide postcode or city name to find nearest pickup locations.": null,
341
+ "City or Postcode": null,
342
+ "Buy %s for %s each and ": null,
343
+ "Ship here": null,
344
+ "Slide crumb": null,
345
+ "Sample": null,
346
+ "Write a review": null,
347
+ "1 item": null,
348
+ "Welcome, %s!": null,
349
+ "Personal information": null,
350
+ "Payment": null,
351
+ "quantity": null,
352
+ "Please, remove out of stock products from cart": null,
353
+ "Proceed to checkout": null,
354
+ "Clear All": null,
355
+ "Discount": null,
356
+ "Coupon code discount": null,
357
+ "Subtotal": null,
358
+ "From %s to %s": null,
359
+ "Subscribe": null,
360
+ "Quantity: %s": null,
361
+ "Your discount code": null,
362
+ "Billing address": null,
363
+ " (default shipping & billing)": null,
364
+ " (default billing address)": null,
365
+ " (default shipping address)": null,
366
+ "There are no reviews yet! Click button below to submit one!": null,
367
+ "Payment method": null,
368
+ "Shipping method": null,
369
+ "We have removed your newsletter subscription.": null,
370
+ "We have saved your subscription": null,
371
+ "We have updated your subscription.": null,
372
+ "Error fetching Recently Viewed Products Information!": null,
373
+ "Previous": null,
374
+ "Next": null,
375
+ "SKU: %s": null,
376
+ "State / Province": null,
377
+ "Your street address": null,
378
+ "Your street address line %s": null,
379
+ "Your first name": null,
380
+ "Your last name": null,
381
+ "Your city": null,
382
+ "Zip / Postal code": null,
383
+ "Your zip / postal code": null,
384
+ "%s items": null,
385
+ "%s Items": null,
386
+ "Subscribe to newsletter": null,
387
+ "read more": null,
388
+ "In stock": null,
389
+ "VAT Number": null,
390
+ "1 filter selected": null,
391
+ "Thank you for your subscription.": null,
392
+ "Excl. tax:": null,
393
+ "Product compare": null,
394
+ "Enter your password": null,
395
+ "Your Tax/VAT Number": null,
396
+ "Sign In": null,
397
+ "Retype your password": null,
398
+ "Discount: ": null,
399
+ "The minimum amount you can purchase is %s": null,
400
+ "The maximum amount you can purchase is %s": null,
401
+ "You can buy this product only in quantities of %s at a time.": null,
402
+ "None": null,
403
+ "Pick in Store": null,
404
+ "We could not preselect pickup location based on available information, please select it manually.": null,
405
+ "Store": null,
406
+ "Select store": null,
407
+ "Select Store": null,
408
+ "We were unable to find nearby locations for provided search query.": null,
409
+ "About Us": null,
410
+ "Additional info": null,
411
+ "Privacy Policy": null,
412
+ "Terms of use": null,
413
+ "Use of Cookies": null,
414
+ "Popular categories": null,
415
+ "Women": null,
416
+ "Men": null,
417
+ "Accessories": null,
418
+ "Follow": null,
419
+ "LinkedIn": null,
420
+ "Facebook": null,
421
+ "Twitter": null,
422
+ "Edit wishlist item": null,
423
+ "Please sign in to subscribe for notification": null,
424
+ "You saved the alert subscription": null,
425
+ "Notify me when the price drops": null,
426
+ "Notify me when this product is in stock": null,
427
+ "Unable to confirm account": null,
428
+ "The URL is invalid. Some parameters are missing.": null,
429
+ "View cookie policy": null,
430
+ "Please, sign in to access this page contents!": null,
431
+ "No product data!": null,
432
+ "Product was added to cart!": null,
433
+ "Passwords do not match!": null,
434
+ "Incorrect input!": null,
435
+ "Value is out of range!": null,
436
+ "Field contains issues!": null,
437
+ "Incorrect input! Only letters allowed!": null,
438
+ "Incorrect input! Only words allowed!": null,
439
+ "Incorrect input! Alpha-Numeric value required!": null,
440
+ "Incorrect input! Alpha-Dash value required!": null,
441
+ "Incorrect input! URL required!": null,
442
+ "Incorrect input! Numeric value required!": null,
443
+ "Incorrect input! Numeric-Dash value required!": null,
444
+ "Incorrect input! Integer required!": null,
445
+ "Incorrect input! Natural number required!": null,
446
+ "Incorrect date input!": null,
447
+ "Incorrect password input!": null,
448
+ "Incorrect phone input!": null,
449
+ "Your name": null,
450
+ "Your email": null,
451
+ "Select item...": null,
452
+ "Your email name": null,
453
+ "Passwords can't be the same as email!": null,
454
+ "Minimal value is %s!": null,
455
+ "Maximum value is %s!": null,
456
+ "Minimum %s characters!": null,
457
+ "Maximum %s characters!": null,
458
+ "Incorrect or missing options!": null,
459
+ "Starting at": null,
460
+ "from": null,
461
+ "to": null,
462
+ "As low as": null,
463
+ "Compatible file extensions to upload:": null,
464
+ "Drop file here or": null,
465
+ "Select file": null,
466
+ "Sorry! The product %s is out of stock!": null,
467
+ "Sorry! Minimum quantity for this product is %s!": null,
468
+ "Sorry! Maximum quantity for this product is %s!": null,
469
+ "Choose %s...": null,
470
+ "Current password": null,
471
+ "Your current password": null,
472
+ "Your new password": null,
473
+ "New passwords can't be the same as old password!": null,
474
+ "Your nickname": null,
475
+ "Your state / province": null,
476
+ "Select region...": null,
477
+ "Select country...": null,
478
+ "Your phone number": null,
479
+ "Your tax/VAT number": null,
480
+ "Select option...": null,
481
+ "Min quantity %s!": null,
482
+ "Max quantity %s!": null,
483
+ "Product is out of stock!": null,
484
+ "Select product...": null,
485
+ "Option": null,
486
+ "Available items moved to cart": null,
487
+ "Incorrect email format!": null,
488
+ "Incorrect list of emails!": null,
489
+ "Desktop Content Wrapper Max Width: 1400px": null,
490
+ "Padding Right: 32px": null,
491
+ "Padding Left: 32px": null,
492
+ "Mobile Content Wrapper Max Width: 810px": null,
493
+ "Padding Right: 14px": null,
494
+ "Padding Left: 14px": null,
495
+ "Color scheme": null,
496
+ "PRIMARY BASE": null,
497
+ "PRIMARY HOVER": null,
498
+ "PRIMARY HIGHTLIGHT": null,
499
+ "SECONDARY BASE": null,
500
+ "SECONDARY HOVER": null,
501
+ "SECONDARY HIGHLIGHT": null,
502
+ "TEXT": null,
503
+ "ERROR": null,
504
+ "SUCCESS": null,
505
+ "INFO": null,
506
+ "Select": null,
507
+ "Text": null,
508
+ "Checkbox": null,
509
+ "Radio": null,
510
+ "Breadcrumbs": null,
511
+ "My Orders": null,
512
+ "My Downloadable": null,
513
+ "My Wish List": null,
514
+ "Address Book": null,
515
+ "Account Information": null,
516
+ "Edit Account Information": null,
517
+ "Save": null,
518
+ "Change Email": null,
519
+ "Change Password": null,
520
+ "Your new email": null,
521
+ "Confirm New Password ": null,
522
+ "Product Name": null,
523
+ "SKU": null,
524
+ "Qty": null,
525
+ "Reorder": null,
526
+ "Subscribe to Order Status": null,
527
+ "Invoices": null,
528
+ "Order Shipments": null,
529
+ "Refunds": null,
530
+ "Discount Amount": null,
531
+ "Row Total": null,
532
+ "Order Information": null,
533
+ "Shipping Address": null,
534
+ "Billing Address": null,
535
+ "Shipping Method": null,
536
+ "Payment Method": null,
537
+ "Ordered": null,
538
+ "Canceled": null,
539
+ "Invoiced": null,
540
+ "Refunded": null,
541
+ "Returned": null,
542
+ "Shipped": null,
543
+ "Shipping & Handling": null,
544
+ "Grand Total (Excl.Tax)": null,
545
+ "Grand Total (Incl.Tax)": null,
546
+ "Grand Total to be Charged": null,
547
+ "Order # %s": null,
548
+ "Confirm New password": null,
549
+ "Change %s": null,
550
+ "Manage Addresses": null,
551
+ "Incorrect File extension upload!": null,
552
+ "Coupon code discount ": null,
553
+ "Please sign in or remove downloadable products from cart!": null,
554
+ "AM": null,
555
+ "PM": null,
556
+ "Your VAT number": null,
557
+ "Year": null,
558
+ "Month": null,
559
+ "Day": null,
560
+ "Hours": null,
561
+ "Minutes": null,
562
+ "AM / PM": null,
563
+ "Select date": null,
564
+ "Select date & time": null,
565
+ "Select time": null,
566
+ "Discount (%s)": null,
567
+ "Purchase Order Number: %s": null,
568
+ "You have not purchased any downloadable products yet.": null,
569
+ "All %s": null,
570
+ "Print Invoice": null,
571
+ "Print All Invoices": null,
572
+ "Print Shipment": null,
573
+ "Print All Shipments": null,
574
+ "Print Refund": null,
575
+ "Print All Refunds": null,
576
+ "About Your Order": null,
577
+ "About Your %s": null,
578
+ "List navigation": null,
579
+ "Not possible to fetch while offline": null,
580
+ "Buy %s with ": null,
581
+ "Maximum %s characters (%s remaining)": null,
582
+ "Maximum %s characters": null,
583
+ "Maximum %s characters (%s too many)": null,
584
+ "If there is an account associated with %s you will receive an email with a link to reset your password": null,
585
+ " discount each": null,
586
+ "Sort by": null,
587
+ "The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.": null,
588
+ "Unable to reset password": null,
589
+ "Please enter no more than %s characters.": null,
590
+ "You saved the account information.": null,
591
+ "Minimum of different classes of characters in password is %s. ": null,
592
+ "Classes of characters: Lower Case, Upper Case, Digits, Special Characters.": null,
593
+ "We can`t add the item to Wishlist right now: %s": null,
594
+ "This email does not require confirmation.": null,
595
+ "Please check your email for confirmation key.": null,
596
+ "Wrong email! Please, try again!": null,
597
+ "Send confirmation link": null,
598
+ "Please add a shipping address and a shipping method!": null,
599
+ "Unable to re-request confirmation email": null,
600
+ "Please enter your email below and we will send you the confirmation link.": null,
601
+ "Send Confirmation Page": null,
602
+ "Send Confirmation Action": null,
603
+ "Number": null,
604
+ "Telephone": null,
605
+ "Print Order": null,
606
+ "Remove file": null,
607
+ "The requested qty is not available!": null,
608
+ "County": null,
609
+ "State/Province": null,
610
+ "Region": null,
611
+ "You %s the address": null,
612
+ "You need to choose options for your item.": null
613
+ }