Skip to content

Commit 830c108

Browse files
committed
Adds russians translations
1 parent d99117f commit 830c108

File tree

1 file changed

+10
-10
lines changed
  • vendor/assets/javascripts/jquery-fileupload

1 file changed

+10
-10
lines changed

vendor/assets/javascripts/jquery-fileupload/locale.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
window.locale = {
1515
"fileupload": {
1616
"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": "В результате загружен пустой файл"
2323
},
24-
"error": "Error",
25-
"start": "Start",
26-
"cancel": "Cancel",
27-
"destroy": "Delete"
24+
"error": "Ошибка",
25+
"start": "Начать",
26+
"cancel": "Отменить",
27+
"destroy": "Удалить"
2828
}
2929
};

0 commit comments

Comments
 (0)