Skip to content

Commit

Permalink
fix ru locales
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 8, 2022
1 parent ebec84b commit 077db9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/material-react-table/src/_locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ export const MRT_Localization_RU: MRT_Localization = {
filterGreaterThanOrEqualTo: 'Больше или равно',
filterInNumberRange: 'Между',
filterIncludesString: 'Содержит',
filterIncludesStringSensitive: 'Содержит (регистрозивисисый)',
filterIncludesStringSensitive: 'Содержит (регистрозависисый)',
filterLessThan: 'Меньше чем',
filterLessThanOrEqualTo: 'Меньше или равно',
filterMode: 'Режим фильтра: {filterType}',
filterNotEmpty: 'Не пустое',
filterNotEquals: 'Не равны',
filterStartsWith: 'Начинается с',
filterWeakEquals: 'Равны',
filteringByColumn: 'Сортировка по {column} - {filterType} {filterValue}',
filteringByColumn: 'Фильтр по {column} - {filterType} {filterValue}',
goToFirstPage: 'Перейти на первую страницу',
goToLastPage: 'Перейти на последнюю страницу',
goToNextPage: 'Перейти на следующую страницу',
Expand Down Expand Up @@ -73,7 +73,7 @@ export const MRT_Localization_RU: MRT_Localization = {
'{selectedCount} из {rowCount} строк выбрано',
select: 'Выбрать',
showAll: 'Показать все',
showAllColumns: 'Воказать все колонки',
showAllColumns: 'Показать все колонки',
showHideColumns: 'Показать/скрыть колонки',
showHideFilters: 'Показать/скрыть фильтры',
showHideSearch: 'Показать/скрыть поиск',
Expand Down

2 comments on commit 077db9e

@vercel
Copy link

@vercel vercel bot commented on 077db9e Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 077db9e Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.