File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
vendor/assets/javascripts/jquery-fileupload Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
window . locale = {
15
15
"fileupload" : {
16
16
"errors" : {
17
- "maxFileSize" : "File is too big " ,
18
- "minFileSize" : "File is too small " ,
19
- "acceptFileTypes" : "Filetype not allowed " ,
20
- "maxNumberOfFiles" : "Max number of files exceeded " ,
21
- "uploadedBytes" : "Uploaded bytes exceed file size " ,
22
- "emptyResult" : "Empty file upload result "
17
+ "maxFileSize" : "Файл слишком большой " ,
18
+ "minFileSize" : "Файл слишком маленький " ,
19
+ "acceptFileTypes" : "Неправильный тип файла " ,
20
+ "maxNumberOfFiles" : "Превышено максимальное количество файлов " ,
21
+ "uploadedBytes" : "Количество загруженных байтов превышает размер файла " ,
22
+ "emptyResult" : "В результате загружен пустой файл "
23
23
} ,
24
- "error" : "Error " ,
25
- "start" : "Start " ,
26
- "cancel" : "Cancel " ,
27
- "destroy" : "Delete "
24
+ "error" : "Ошибка " ,
25
+ "start" : "Начать " ,
26
+ "cancel" : "Отменить " ,
27
+ "destroy" : "Удалить "
28
28
}
29
29
} ;
You can’t perform that action at this time.
0 commit comments