@jetshop/template-trend 6.2.14-0 → 6.2.14-test-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.
- package/package.json +5 -5
- package/translations/default.json +36 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/template-trend",
|
|
3
|
-
"version": "6.2.14-
|
|
3
|
+
"version": "6.2.14-test-1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "react-scripts build",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@jetshop/core": "^6.2.14-
|
|
48
|
+
"@jetshop/core": "^6.2.14-test-1",
|
|
49
49
|
"@jetshop/flight-shortcodes": "^2.0.10",
|
|
50
|
-
"@jetshop/intl": "^6.2.14-
|
|
51
|
-
"@jetshop/react-scripts": "^6.2.14-
|
|
52
|
-
"@jetshop/ui": "^6.2.14-
|
|
50
|
+
"@jetshop/intl": "^6.2.14-test-1",
|
|
51
|
+
"@jetshop/react-scripts": "^6.2.14-test-1",
|
|
52
|
+
"@jetshop/ui": "^6.2.14-test-1",
|
|
53
53
|
"@react-google-maps/api": "~2.18.1",
|
|
54
54
|
"prop-types": "^15.6.2",
|
|
55
55
|
"react": "^18",
|
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
"cart_total_c0110f50": {
|
|
42
42
|
"message": "Cart total"
|
|
43
43
|
},
|
|
44
|
+
"categories_9d537a7a": {
|
|
45
|
+
"message": "Categories"
|
|
46
|
+
},
|
|
44
47
|
"change_password_20192c50": {
|
|
45
48
|
"message": "Change Password"
|
|
46
49
|
},
|
|
@@ -224,6 +227,9 @@
|
|
|
224
227
|
"hold_on_a_moment_a3f09a64": {
|
|
225
228
|
"message": "Hold on a moment…"
|
|
226
229
|
},
|
|
230
|
+
"home_351838cd": {
|
|
231
|
+
"message": "Home"
|
|
232
|
+
},
|
|
227
233
|
"homepage_4b84763d": {
|
|
228
234
|
"message": "HOMEPAGE"
|
|
229
235
|
},
|
|
@@ -236,6 +242,9 @@
|
|
|
236
242
|
"i_want_newsletters_58c52364": {
|
|
237
243
|
"message": "I want newsletters"
|
|
238
244
|
},
|
|
245
|
+
"image_not_found_2f99135": {
|
|
246
|
+
"message": "Image Not Found"
|
|
247
|
+
},
|
|
239
248
|
"in_stock_859385c7": {
|
|
240
249
|
"message": "In Stock"
|
|
241
250
|
},
|
|
@@ -290,6 +299,9 @@
|
|
|
290
299
|
"login_6f3d6249": {
|
|
291
300
|
"message": "Login"
|
|
292
301
|
},
|
|
302
|
+
"login_failed_please_try_again_841d7c15": {
|
|
303
|
+
"message": "Login failed. Please try again"
|
|
304
|
+
},
|
|
293
305
|
"look_up_my_info_6436db80": {
|
|
294
306
|
"message": "Look up my info"
|
|
295
307
|
},
|
|
@@ -341,6 +353,12 @@
|
|
|
341
353
|
"newsletters_a04708fd": {
|
|
342
354
|
"message": "Newsletters"
|
|
343
355
|
},
|
|
356
|
+
"next_40e12421": {
|
|
357
|
+
"message": "Next"
|
|
358
|
+
},
|
|
359
|
+
"no_e16d9132": {
|
|
360
|
+
"message": "No"
|
|
361
|
+
},
|
|
344
362
|
"no_items_in_cart_cf9df6d4": {
|
|
345
363
|
"message": "No items in cart."
|
|
346
364
|
},
|
|
@@ -410,6 +428,9 @@
|
|
|
410
428
|
"package_discount_66e25640": {
|
|
411
429
|
"message": "Package Discount"
|
|
412
430
|
},
|
|
431
|
+
"page_currentpage_of_totalpages_a773c744": {
|
|
432
|
+
"message": "Page { currentPage } of { totalPages }"
|
|
433
|
+
},
|
|
413
434
|
"password_8a271b1c": {
|
|
414
435
|
"message": "Password"
|
|
415
436
|
},
|
|
@@ -446,9 +467,15 @@
|
|
|
446
467
|
"postal_code_is_required_ca3b7a32": {
|
|
447
468
|
"message": "Postal code is required."
|
|
448
469
|
},
|
|
470
|
+
"pre_order_date_86078d45": {
|
|
471
|
+
"message": "Pre-order date"
|
|
472
|
+
},
|
|
449
473
|
"pre_order_date_is_required_170e38e0": {
|
|
450
474
|
"message": "Pre-order date is required"
|
|
451
475
|
},
|
|
476
|
+
"prev_f82cbc48": {
|
|
477
|
+
"message": "Prev"
|
|
478
|
+
},
|
|
452
479
|
"price_ffd8b80": {
|
|
453
480
|
"message": "Price"
|
|
454
481
|
},
|
|
@@ -479,6 +506,9 @@
|
|
|
479
506
|
"productname_has_been_added_to_the_cart_fba79585": {
|
|
480
507
|
"message": "{ productName } has been added to the cart"
|
|
481
508
|
},
|
|
509
|
+
"products_c5f0793": {
|
|
510
|
+
"message": "Products"
|
|
511
|
+
},
|
|
482
512
|
"quantity_20164bff": {
|
|
483
513
|
"message": "Quantity"
|
|
484
514
|
},
|
|
@@ -527,6 +557,9 @@
|
|
|
527
557
|
"select_options_9ee7b227": {
|
|
528
558
|
"message": "Select options"
|
|
529
559
|
},
|
|
560
|
+
"select_pre_order_date_8c8d72b7": {
|
|
561
|
+
"message": "Select pre-order date"
|
|
562
|
+
},
|
|
530
563
|
"select_the_variants_b3aa2844": {
|
|
531
564
|
"message": "Select the variants"
|
|
532
565
|
},
|
|
@@ -722,6 +755,9 @@
|
|
|
722
755
|
"whoops_54a74974": {
|
|
723
756
|
"message": "Whoops"
|
|
724
757
|
},
|
|
758
|
+
"yes_dde87d5": {
|
|
759
|
+
"message": "Yes"
|
|
760
|
+
},
|
|
725
761
|
"you_are_now_subscribed_71495f41": {
|
|
726
762
|
"message": "You are now subscribed."
|
|
727
763
|
},
|