mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-02 03:40:47 +00:00
feat: add image cropping functionality with custom aspect ratios (#638)
* feat: add image cropping functionality with custom aspect ratios * Update release notes
This commit is contained in:
@ -50,6 +50,18 @@
|
||||
"allocated": "Allocated",
|
||||
"@allocated": {},
|
||||
|
||||
"aspectRatio16x9": "16:9",
|
||||
"@aspectRatio16x9": {},
|
||||
|
||||
"aspectRatio3x2": "3:2",
|
||||
"@aspectRatio3x2": {},
|
||||
|
||||
"aspectRatio4x3": "4:3",
|
||||
"@aspectRatio4x3": {},
|
||||
|
||||
"aspectRatioSquare": "Square (1:1)",
|
||||
"@aspectRatioSquare": {},
|
||||
|
||||
"allocateStock": "Allocate Stock",
|
||||
"@allocateStock": {},
|
||||
|
||||
@ -259,7 +271,7 @@
|
||||
"@confirmScan": {},
|
||||
|
||||
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
|
||||
"@confirmScan": {},
|
||||
"@confirmScanDetail": {},
|
||||
|
||||
"connectionRefused": "Connection Refused",
|
||||
"@connectionRefused": {},
|
||||
@ -277,6 +289,12 @@
|
||||
"credits": "Credits",
|
||||
"@credits": {},
|
||||
|
||||
"crop": "Crop",
|
||||
"@crop": {},
|
||||
|
||||
"cropImage": "Crop Image",
|
||||
"@cropImage": {},
|
||||
|
||||
"customer": "Customer",
|
||||
"@customer": {},
|
||||
|
||||
@ -333,12 +351,15 @@
|
||||
"documentation": "Documentation",
|
||||
"@documentation": {},
|
||||
|
||||
"downloadComplete": "Download Complete",
|
||||
"@downloadComplete": {},
|
||||
|
||||
"downloadError": "Error downloading image",
|
||||
"@downloadError": {},
|
||||
|
||||
"downloading": "Downloading File",
|
||||
"@downloading": {},
|
||||
|
||||
"downloadError": "Download Error",
|
||||
"@downloadError": {},
|
||||
|
||||
"edit": "Edit",
|
||||
"@edit": {
|
||||
"description": "edit"
|
||||
@ -504,7 +525,7 @@
|
||||
},
|
||||
|
||||
"home": "Home",
|
||||
"@homeScreen": {},
|
||||
"@home": {},
|
||||
|
||||
"homeScreen": "Home Screen",
|
||||
"@homeScreen": {},
|
||||
@ -759,6 +780,9 @@
|
||||
"noResults": "No Results",
|
||||
"@noResults": {},
|
||||
|
||||
"noImageAvailable": "No image available",
|
||||
"@noImageAvailable": {},
|
||||
|
||||
"noSubcategories": "No Subcategories",
|
||||
"@noSubcategories": {},
|
||||
|
||||
@ -1040,6 +1064,9 @@
|
||||
"refresh": "Refresh",
|
||||
"@refresh": {},
|
||||
|
||||
"rotateClockwise": "Rotate 90° clockwise",
|
||||
"@rotateClockwise": {},
|
||||
|
||||
"refreshing": "Refreshing",
|
||||
"@refreshing": {},
|
||||
|
||||
@ -1565,6 +1592,9 @@
|
||||
"uploadSuccess": "File uploaded",
|
||||
"@uploadSuccess": {},
|
||||
|
||||
"uploadImage": "Upload Image",
|
||||
"@uploadImage": {},
|
||||
|
||||
"usedIn": "Used In",
|
||||
"@usedIn": {},
|
||||
|
||||
@ -1646,5 +1676,14 @@
|
||||
"@noPricingAvailable": {},
|
||||
|
||||
"noPricingDataFound": "No pricing data found for this part",
|
||||
"@noPricingDataFound": {}
|
||||
"@noPricingDataFound": {},
|
||||
|
||||
"deleteImageConfirmation": "Are you sure you want to delete this image?",
|
||||
"@deleteImageConfirmation": {},
|
||||
|
||||
"deleteImageTooltip": "Delete Image",
|
||||
"@deleteImageTooltip": {},
|
||||
|
||||
"deleteImage": "Delete Image",
|
||||
"@deleteImage": {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user