mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[fileupload] fixed error msg
This commit is contained in:
@@ -74,7 +74,7 @@ window.locale = {
|
||||
"maxFileSize": "{% trans "File is too big" %}",
|
||||
"minFileSize": "{% trans "File is too small" %}",
|
||||
"acceptFileTypes": "{% trans "Filetype not allowed" %}",
|
||||
"maxNumberOfFiles": "{% trans "Max number of files exceeded" %}",
|
||||
"maxNumberOfFiles": "{% trans "Maximum number of files exceeded" %}",
|
||||
"uploadedBytes": "{% trans "Uploaded bytes exceed file size" %}",
|
||||
"emptyResult": "{% trans "Empty file upload result" %}"
|
||||
},
|
||||
|
@@ -10,7 +10,7 @@ define([
|
||||
"maxFileSize": gettext("File is too big"),
|
||||
"minFileSize": gettext("File is too small"),
|
||||
"acceptFileTypes": gettext("Filetype not allowed"),
|
||||
"maxNumberOfFiles": gettext("Max number of files exceeded"),
|
||||
"maxNumberOfFiles": gettext("Maximum number of files exceeded"),
|
||||
"uploadedBytes": gettext("Uploaded bytes exceed file size"),
|
||||
"emptyResult": gettext("Empty file upload result")
|
||||
},
|
||||
|
Reference in New Issue
Block a user