File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 58
58
clearAllFilters : 'Очистите все фильтры'
59
59
} ,
60
60
importer : {
61
- noHeaders : 'Column names were unable to be derived, does the file have a header ?' ,
62
- noObjects : 'Objects were not able to be derived, was there data in the file other than headers ?' ,
63
- invalidCsv : 'File was unable to be processed, is it valid CSV?' ,
64
- invalidJson : 'File was unable to be processed, is it valid Json ?' ,
65
- jsonNotArray : 'Imported json file must contain an array, aborting .'
61
+ noHeaders : 'Не удалось получить названия столбцов, есть ли в файле заголовок ?' ,
62
+ noObjects : 'Не удалось получить данные, есть ли в файле строки кроме заголовка ?' ,
63
+ invalidCsv : 'Не удалось обработать файл, это правильный CSV-файл ?' ,
64
+ invalidJson : 'Не удалось обработать файл, это правильный JSON ?' ,
65
+ jsonNotArray : 'Импортируемый JSON-файл должен содержать массив, операция отменена .'
66
66
}
67
67
} ) ;
68
68
return $delegate ;
You can’t perform that action at this time.
0 commit comments