Skip to content

Commit

Permalink
fix(i18n): add ru excel export values + fix clearAllFilters typo
Browse files Browse the repository at this point in the history
closes #6841
  • Loading branch information
dmitry-borzov authored and mportuga committed Apr 30, 2019
1 parent 13eacc3 commit 83b2aa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/i18n/src/js/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
exporterAllAsPdf: 'Экспортировать всё в PDF',
exporterVisibleAsPdf: 'Экспортировать видимые данные в PDF',
exporterSelectedAsPdf: 'Экспортировать выбранные данные в PDF',
clearAllFilters: 'Очистите все фильтры'
exporterAllAsExcel: 'Экспортировать всё в Excel',
exporterVisibleAsExcel: 'Экспортировать видимые данные в Excel',
exporterSelectedAsExcel: 'Экспортировать выбранные данные в Excel',
clearAllFilters: 'Очистить все фильтры'
},
importer: {
noHeaders: 'Не удалось получить названия столбцов, есть ли в файле заголовок?',
Expand Down

0 comments on commit 83b2aa1

Please sign in to comment.