@bigbinary/neeto-image-uploader-frontend 1.4.8 → 1.4.10

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/README.md CHANGED
@@ -93,6 +93,8 @@
93
93
  ```ruby
94
94
  # frozen_string_literal: true
95
95
 
96
+ require "imagekitio"
97
+
96
98
  ImageKitIo.configure do |config|
97
99
  config.public_key = Rails.application.secrets.image_kit_public_key
98
100
  config.private_key = Rails.application.secrets.image_kit_private_key
@@ -0,0 +1,54 @@
1
+ {
2
+ "neetoImageUploader": {
3
+ "common": {
4
+ "assets": "Assets",
5
+ "assetLibrary": "Asset library",
6
+ "image": "Image",
7
+ "noAssets": "No assets found in library",
8
+ "dropHere": "Drop the file here"
9
+ },
10
+ "unsplash": {
11
+ "errorMessage": "Something went wrong! Please try again later."
12
+ },
13
+ "labels": {
14
+ "back": "Back",
15
+ "done": "Done",
16
+ "height": "Height",
17
+ "lockAspectRatio": "Lock aspect ratio",
18
+ "myAssets": "My assets",
19
+ "unsplash": "Unsplash",
20
+ "unsplashImages": "Unsplash images",
21
+ "uploadFromLink": "Upload from link",
22
+ "uploadNewAsset": "Upload new asset",
23
+ "width": "Width",
24
+ "imageQuality": "Image quality"
25
+ },
26
+ "placeholders": {
27
+ "searchAsset": "Search by name",
28
+ "uploadFromLocall": "Upload new asset"
29
+ },
30
+ "link": {
31
+ "cancel": "Cancel",
32
+ "error": "Invalid URL",
33
+ "label": "Paste a link to an image",
34
+ "placeholder": "https://example.com/image.jpg",
35
+ "upload": "Upload"
36
+ },
37
+ "imageEditor": {
38
+ "aspetRatio": "Aspect ratio"
39
+ },
40
+ "imageUpload": {
41
+ "change": "Change",
42
+ "assets": "Assets",
43
+ "delete": "Delete",
44
+ "dragAndDropOrBrowseFile": "Drag and drop or <span>Browse</span> a file.",
45
+ "selectImagefromAssetsLibrary": "Select from <span>Assets Library</span>",
46
+ "edit": "Edit",
47
+ "genericError": "Something went wrong!.",
48
+ "fileSizeError": "File size is too large",
49
+ "fileTypeError": "File type is not supported",
50
+ "maxAllowedSize": " Maximum allowed size is {{size}} MB",
51
+ "uploadedImage": "Uploaded Image"
52
+ }
53
+ }
54
+ }