Skip to content

Commit beefb67

Browse files
committed
Merge pull request #4560 from driver-by/ru-additional-i18n
i18n: add missing russian translations (#4349)
2 parents cf67586 + e19ef53 commit beefb67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/js/i18n/ru.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
clearAllFilters: 'Очистите все фильтры'
5959
},
6060
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-файл должен содержать массив, операция отменена.'
6666
}
6767
});
6868
return $delegate;

0 commit comments

Comments
 (0)