@bigbinary/neeto-image-uploader-frontend 1.5.7 → 1.5.8
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/app/javascript/src/translations/en.json +4 -4
- package/dist/index.cjs.js +258 -265
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +259 -266
- package/dist/index.js.map +1 -1
- package/package.json +81 -78
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"imageLibrary": "Image library",
|
|
46
46
|
"remove": "Remove",
|
|
47
47
|
"dragAndDropOrBrowseFile": "Drag and drop or <span>Browse</span> a file.",
|
|
48
|
-
"selectImagefromImageLibrary": "Select from <span>Image Library</span
|
|
48
|
+
"selectImagefromImageLibrary": "Select from <span>Image Library</span>.",
|
|
49
49
|
"edit": "Edit",
|
|
50
50
|
"genericError": "Something went wrong!.",
|
|
51
51
|
"fileSizeError": "File size is too large",
|
|
52
52
|
"fileTypeError": "File type is not supported",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
53
|
+
"restrictionMessage": "{{fileTypes, anyCase}}. upto {{size}} MB.",
|
|
54
|
+
"uploadedImage": "Uploaded Image",
|
|
55
|
+
"dragDropOrBrowseOrImageLibrary": "Drag and drop or <span>Browse</span> a file or select from <span>Image Library</span>."
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|