File tree 2 files changed +5
-5
lines changed
docs/data/data-grid/localization
packages/x-data-grid/src/locales
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 203
203
"languageTag" : " ru-RU" ,
204
204
"importName" : " ruRU" ,
205
205
"localeName" : " Russian" ,
206
- "missingKeysCount" : 4 ,
206
+ "missingKeysCount" : 0 ,
207
207
"totalKeysCount" : 118 ,
208
208
"githubLink" : " https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/ruRU.ts"
209
209
},
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ const ruRUGrid: Partial<GridLocaleText> = {
63
63
toolbarExportExcel : 'Скачать в формате Excel' ,
64
64
65
65
// Columns management text
66
- // columnsManagementSearchTitle: 'Search ',
67
- // columnsManagementNoColumns: 'No columns ',
68
- // columnsManagementShowHideAllText: 'Show/Hide All ',
69
- // columnsManagementReset: 'Reset ',
66
+ columnsManagementSearchTitle : 'Поиск ' ,
67
+ columnsManagementNoColumns : 'Нет столбцов ' ,
68
+ columnsManagementShowHideAllText : 'Показать/Скрыть Всё ' ,
69
+ columnsManagementReset : 'Сбросить ' ,
70
70
71
71
// Filter panel text
72
72
filterPanelAddFilter : 'Добавить фильтр' ,
You can’t perform that action at this time.
0 commit comments