lib/carrierwave/locale/en.yml in carrierwave-3.0.0.beta vs lib/carrierwave/locale/en.yml in carrierwave-3.0.0.rc

- old
+ new

@@ -9,5 +9,9 @@ content_type_allowlist_error: "You are not allowed to upload %{content_type} files, allowed types: %{allowed_types}" content_type_denylist_error: "You are not allowed to upload %{content_type} files" processing_error: "Failed to manipulate, maybe it is not an image?" min_size_error: "File size should be greater than %{min_size}" max_size_error: "File size should be less than %{max_size}" + min_width_error: "Image width should be greater than %{min_width}px" + max_width_error: "Image width should be less than %{max_width}px" + min_height_error: "Image height should be greater than %{min_height}px" + max_height_error: "Image height should be less than %{max_height}px"