@bigbinary/neeto-image-uploader-frontend 1.4.17 → 1.5.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.
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "neetoImageUploader": {
3
3
  "common": {
4
- "assets": "Assets",
5
- "assetLibrary": "Asset library",
4
+ "imageLibrary": "Image library",
6
5
  "image": "Image",
7
- "noAssets": "No assets found in library",
6
+ "noImages": "No images found in library",
8
7
  "dropHere": "Drop the file here"
9
8
  },
10
9
  "unsplash": {
@@ -16,17 +15,16 @@
16
15
  "height": "Height",
17
16
  "lockAspectRatio": "Lock aspect ratio",
18
17
  "selectOriginalImage": "Select original image",
19
- "myAssets": "My assets",
18
+ "myImages": "My images",
20
19
  "unsplash": "Unsplash",
21
20
  "unsplashImages": "Unsplash images",
22
21
  "uploadFromLink": "Upload from link",
23
- "uploadNewAsset": "Upload new asset",
22
+ "uploadNewImage": "Upload new image",
24
23
  "width": "Width",
25
24
  "imageQuality": "Image quality"
26
25
  },
27
26
  "placeholders": {
28
- "searchAsset": "Search by name",
29
- "uploadFromLocall": "Upload new asset"
27
+ "searchImage": "Search by name"
30
28
  },
31
29
  "link": {
32
30
  "cancel": "Cancel",
@@ -40,7 +38,8 @@
40
38
  },
41
39
  "imageUpload": {
42
40
  "change": "Change",
43
- "assets": "Assets",
41
+ "images": "Images",
42
+ "imageLibrary": "Image library",
44
43
  "remove": "Remove",
45
44
  "dragAndDropOrBrowseFile": "Drag and drop or <span>Browse</span> a file.",
46
45
  "selectImagefromAssetsLibrary": "Select from <span>Assets Library</span>",
@@ -48,7 +47,8 @@
48
47
  "genericError": "Something went wrong!.",
49
48
  "fileSizeError": "File size is too large",
50
49
  "fileTypeError": "File type is not supported",
51
- "allowedConfig": " Only {{fileTypes}} files are supported. Maximum allowed size {{size}} MB.",
50
+ "allowedTypes": " Only <strong>{{fileTypes}}</strong> files are supported.",
51
+ "allowedSize": "Maximum allowed size is <strong>{{size}}</strong> MB.",
52
52
  "uploadedImage": "Uploaded Image"
53
53
  }
54
54
  }