@bigbinary/neeto-image-uploader-frontend 1.4.17 → 1.5.0
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 -1
- package/dist/index.cjs.js +2447 -3784
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2926 -4262
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +16 -30
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"common": {
|
|
4
4
|
"assets": "Assets",
|
|
5
5
|
"assetLibrary": "Asset library",
|
|
6
|
+
"imageLibrary": "Image library",
|
|
6
7
|
"image": "Image",
|
|
7
8
|
"noAssets": "No assets found in library",
|
|
8
9
|
"dropHere": "Drop the file here"
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"imageUpload": {
|
|
42
43
|
"change": "Change",
|
|
43
44
|
"assets": "Assets",
|
|
45
|
+
"imageLibrary": "Image library",
|
|
44
46
|
"remove": "Remove",
|
|
45
47
|
"dragAndDropOrBrowseFile": "Drag and drop or <span>Browse</span> a file.",
|
|
46
48
|
"selectImagefromAssetsLibrary": "Select from <span>Assets Library</span>",
|
|
@@ -48,7 +50,8 @@
|
|
|
48
50
|
"genericError": "Something went wrong!.",
|
|
49
51
|
"fileSizeError": "File size is too large",
|
|
50
52
|
"fileTypeError": "File type is not supported",
|
|
51
|
-
"
|
|
53
|
+
"allowedTypes": " Only <strong>{{fileTypes}}</strong> files are supported.",
|
|
54
|
+
"allowedSize": "Maximum allowed size is <strong>{{size}}</strong> MB.",
|
|
52
55
|
"uploadedImage": "Uploaded Image"
|
|
53
56
|
}
|
|
54
57
|
}
|