@fonixtree/magic-design 2.0.142 → 2.0.143
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/common/ImagePicker/index.js +1 -1
- package/es/common/LinkModal/FilteredProductModal/index.js +1 -1
- package/es/locale/en/en.json +3 -2
- package/es/locale/es/es.json +3 -2
- package/es/locale/mn/mn.json +279 -278
- package/es/utils/androidUtil.js +2 -1
- package/es/utils/coreUtil.js +1 -1
- package/lib/common/ImagePicker/index.js +1 -1
- package/lib/common/LinkModal/FilteredProductModal/index.js +1 -1
- package/lib/locale/en/en.json +3 -2
- package/lib/locale/es/es.json +3 -2
- package/lib/locale/mn/mn.json +279 -278
- package/lib/utils/androidUtil.js +2 -1
- package/lib/utils/coreUtil.js +1 -1
- package/package.json +1 -1
- package/es/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/.DS_Store +0 -0
|
@@ -153,7 +153,7 @@ function (_super) {
|
|
|
153
153
|
className: "no-img"
|
|
154
154
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
155
155
|
className: "hint-txt"
|
|
156
|
-
}, (0, _locale.i18n)('
|
|
156
|
+
}, (0, _locale.i18n)('LOOKS_LIKE_YOU_DO_NOT_HAVE_ANY_IMAGES'), recommendImgSize && recommendImgSize.width && /*#__PURE__*/_react["default"].createElement("span", null, (0, _locale.i18n)('RECOMMENDED_SIZE'), ": ", recommendImgSize.width, "*", recommendImgSize.height)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
157
157
|
className: "pick-btn",
|
|
158
158
|
onClick: function onClick() {
|
|
159
159
|
_this.setState({
|
|
@@ -509,7 +509,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
|
|
|
509
509
|
className: "proModalWrap"
|
|
510
510
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
511
511
|
className: "info"
|
|
512
|
-
}, (0, _locale.i18n)('
|
|
512
|
+
}, (0, _locale.i18n)('THE_PRODUCT_QUANTITY_WILL_BE_AUTOMATICALLY')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
513
513
|
className: "mFilteredProductModalContent"
|
|
514
514
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
515
515
|
className: "leftCot"
|
package/es/locale/en/en.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"TYPE": "Type",
|
|
2
3
|
"MISSION_NAME": "Mission Name",
|
|
3
4
|
"COUNT_DOWN": "Count Down",
|
|
4
5
|
"SEARCH_BAR_PLACEHOLDER": "Search Bar Placeholder",
|
|
@@ -274,8 +275,8 @@
|
|
|
274
275
|
"SEARCH": "Search",
|
|
275
276
|
"GROUP_BY": "Group By",
|
|
276
277
|
"FLASH_SALE": "Flash Sale",
|
|
277
|
-
"
|
|
278
|
-
"
|
|
278
|
+
"THE_PRODUCT_QUANTITY_WILL_BE_AUTOMATICALLY": "The product quantity will be automatically updated with the items that meet the category conditions",
|
|
279
|
+
"LOOKS_LIKE_YOU_DO_NOT_HAVE_ANY_IMAGES": "Looks like you do not have any images in your gallery. Choose images to feature on this page.",
|
|
279
280
|
"EDIT": "Edit",
|
|
280
281
|
"MINIMUM": "Minimum",
|
|
281
282
|
"MAXIMUM": "Maximum",
|
package/es/locale/es/es.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"TYPE": "Type",
|
|
2
3
|
"MISSION_NAME": "Mission Name",
|
|
3
4
|
"COUNT_DOWN": "Count Down",
|
|
4
5
|
"SEARCH_BAR_PLACEHOLDER": "Search Bar Placeholder",
|
|
@@ -274,8 +275,8 @@
|
|
|
274
275
|
"SEARCH": "Buscar",
|
|
275
276
|
"GROUP_BY": "Agrupar por",
|
|
276
277
|
"FLASH_SALE": "Oferta relámpago",
|
|
277
|
-
"
|
|
278
|
-
"
|
|
278
|
+
"THE_PRODUCT_QUANTITY_WILL_BE_AUTOMATICALLY": "La cantidad del producto se actualizará automáticamente con los artículos que cumplan con las condiciones de la categoría",
|
|
279
|
+
"LOOKS_LIKE_YOU_DO_NOT_HAVE_ANY_IMAGES": "Parece que no tiene ninguna imagen en su galería. Elija imágenes para mostrar en esta página.",
|
|
279
280
|
"EDIT": "Editar",
|
|
280
281
|
"MINIMUM": "Mínimo",
|
|
281
282
|
"MAXIMUM": "Máximo",
|