@fonixtree/magic-design 1.0.36 → 1.0.38
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/es/assets/fonts/.DS_Store +0 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +81 -105
- package/es/common/LinkModal/FilteredProductModal/index.less +1 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +92 -57
- package/es/common/LinkModal/ProductDetailPage/index.less +6 -1
- package/es/common/ProductModal/index.js +124 -87
- package/es/common/ProductModal/index.less +7 -1
- package/es/common/ProductSource/index.js +65 -13
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +26 -23
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +4 -2
- package/es/locale/en/en.json +10 -1
- package/es/locale/es/es.json +10 -1
- package/es/locale/id/id.json +10 -1
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +81 -105
- package/lib/common/LinkModal/FilteredProductModal/index.less +1 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +92 -57
- package/lib/common/LinkModal/ProductDetailPage/index.less +6 -1
- package/lib/common/ProductModal/index.js +124 -87
- package/lib/common/ProductModal/index.less +7 -1
- package/lib/common/ProductSource/index.js +65 -13
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +26 -23
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +4 -2
- package/lib/locale/en/en.json +10 -1
- package/lib/locale/es/es.json +10 -1
- package/lib/locale/id/id.json +10 -1
- package/package.json +1 -1
package/lib/locale/es/es.json
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"PUSH": "Push",
|
|
3
|
+
"SET_AS_TEMPLATE": "Set as Template",
|
|
4
|
+
"DISPLAY_PAGE": "Display page",
|
|
5
|
+
"NAME": "Name",
|
|
6
|
+
"ADD_MENU": "Add Menu",
|
|
7
|
+
"TIPS": "Tips",
|
|
8
|
+
"AL": "AL",
|
|
9
|
+
"PEEK": "Peek",
|
|
2
10
|
"ADDRESS": "Address",
|
|
3
11
|
"LOCATION_LOGO": "Location Logo",
|
|
4
12
|
"MESSAGE_ICON": "Message icon",
|
|
@@ -90,7 +98,8 @@
|
|
|
90
98
|
"BANNER_HEIGHT": "Altura del banner",
|
|
91
99
|
"IMAGE": "Imagen",
|
|
92
100
|
"PRODUCT_NAME": "Nombre del producto",
|
|
93
|
-
"
|
|
101
|
+
"SKU_CODE": "Código SKU",
|
|
102
|
+
"SPU_CODE": "Código spu",
|
|
94
103
|
"SKU": "SKU",
|
|
95
104
|
"PRICE": "Precio",
|
|
96
105
|
"BRAND": "Marca",
|
package/lib/locale/id/id.json
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"PUSH": "Push",
|
|
3
|
+
"SET_AS_TEMPLATE": "Set as Template",
|
|
4
|
+
"DISPLAY_PAGE": "Display page",
|
|
5
|
+
"NAME": "Name",
|
|
6
|
+
"ADD_MENU": "Add Menu",
|
|
7
|
+
"TIPS": "Tips",
|
|
8
|
+
"AL": "AL",
|
|
9
|
+
"PEEK": "Peek",
|
|
2
10
|
"ADDRESS": "Address",
|
|
3
11
|
"LOCATION_LOGO": "Location Logo",
|
|
4
12
|
"MESSAGE_ICON": "Message icon",
|
|
@@ -90,7 +98,8 @@
|
|
|
90
98
|
"BANNER_HEIGHT": "Banner Height",
|
|
91
99
|
"IMAGE": "Image",
|
|
92
100
|
"PRODUCT_NAME": "Product Name",
|
|
93
|
-
"
|
|
101
|
+
"SKU_CODE": "SKU Code",
|
|
102
|
+
"SPU_CODE": "SPU Code",
|
|
94
103
|
"SKU": "SKU",
|
|
95
104
|
"PRICE": "Price",
|
|
96
105
|
"BRAND": "Brand",
|