Sha256: 037d49a0a439d008a149d8f0f4cb1289c3eb05c5395d4b4161d2fb9720b5d12d
Contents?: true
Size: 1.14 KB
Versions: 11
Compression:
Stored size: 1.14 KB
Contents
en: errors: messages: carrierwave_processing_error: failed to be processed carrierwave_integrity_error: is not of an allowed file type carrierwave_download_error: could not be downloaded extension_allowlist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}" extension_denylist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}" 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"
Version data entries
11 entries across 11 versions & 2 rubygems