nizongfeng 1 year ago
parent
commit
3c91b287dd
4 changed files with 3 additions and 4 deletions
  1. +1
    -1
      public/assets/js/dropzone.js
  2. +1
    -1
      public/assets/js/require-backend.min.js
  3. +1
    -1
      public/assets/js/require-frontend.min.js
  4. +0
    -1
      public/assets/js/require-upload.js

+ 1
- 1
public/assets/js/dropzone.js View File

@@ -470,7 +470,7 @@ function (_Emitter) {
* If the filesize is too big.
* `{{filesize}}` and `{{maxFilesize}}` will be replaced with the respective configuration values.
*/
dictFileTooBig: "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",
// dictFileTooBig: "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",

/**
* If the file doesn't match the file type.


+ 1
- 1
public/assets/js/require-backend.min.js View File

@@ -7470,7 +7470,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un
dictDefaultMessage: __("Drop files here to upload"),
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"),
dictFallbackText: __("Please use the fallback form below to upload your files like in the olden days"),
dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"),
// dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"),
dictInvalidFileType: __("You can't upload files of this type"),
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"),
dictCancelUpload: __("Cancel upload"),


+ 1
- 1
public/assets/js/require-frontend.min.js View File

@@ -7317,7 +7317,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un
dictDefaultMessage: __("Drop files here to upload"),
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"),
dictFallbackText: __("Please use the fallback form below to upload your files like in the olden days"),
dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"),
// dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"),
dictInvalidFileType: __("You can't upload files of this type"),
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"),
dictCancelUpload: __("Cancel upload"),


+ 0
- 1
public/assets/js/require-upload.js View File

@@ -204,7 +204,6 @@ define(['jquery', 'bootstrap', 'dropzone', 'template'], function ($, undefined,
dictDefaultMessage: __("Drop files here to upload"),
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"),
dictFallbackText: __("Please use the fallback form below to upload your files like in the olden days"),
dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"),
dictInvalidFileType: __("You can't upload files of this type"),
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"),
dictCancelUpload: __("Cancel upload"),


Loading…
Cancel
Save